/* src/styles.scss */
html body div.table-responsive.table-goodsreceipt > table.table {
  min-width: 1600px;
  table-layout: auto;
}
html body div.table-responsive.table-goodsreceipt > table.table th,
html body div.table-responsive.table-goodsreceipt > table.table td {
  --cell-width: initial;
  min-width: var(--cell-width);
  max-width: var(--cell-width);
  white-space: normal;
}
html body div.table-responsive.table-goodsreceipt > table.table thead tr th:nth-child(3) {
  --cell-width: 100px;
  text-align: right;
  padding-right: 0;
}
html body div.table-responsive.table-goodsreceipt > table.table thead tr th:nth-child(5) {
  --cell-width: 50px;
}
html body div.table-responsive.table-goodsreceipt > table.table thead tr th:nth-child(6) {
  text-align: right;
}
html body div.table-responsive.table-goodsreceipt > table.table thead tr th:nth-child(12) {
  --cell-width: 100px;
}
html body div.table-responsive.table-goodsreceipt > table.table thead tr th:nth-child(14) {
  --cell-width: 120px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td .input-group input {
  width: 60px;
  min-width: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(1) {
  --cell-width: 150px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(2) {
  --cell-width: 150px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(3) {
  --cell-width: 70px;
  padding-right: 0;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(4) {
  --cell-width: 50px;
  padding-right: 0;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(5) {
  --cell-width: 100px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(6) {
  --cell-width: 50px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(7) {
  --cell-width: 75px;
  text-align: right;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(8) {
  --cell-width: 120px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(9) {
  --cell-width: 115px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(10) {
  --cell-width: 60px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(11) {
  --cell-width: 165px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(12) {
  --cell-width: 60px;
  text-align: center;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(13) {
  --cell-width: 50px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(14) {
  --cell-width: 100px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(15) {
  --cell-width: 50px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(16) {
  --cell-width: 150px;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr td:nth-child(17) {
  --cell-width: 91px;
  padding-inline: 0;
}
html body div.table-responsive.table-goodsreceipt > table.table tbody tr.no-border td {
  border-top: 0;
}
html body div.table-responsive.table-deposit > table.table {
  table-layout: auto;
}
html body div.table-responsive.table-deposit th,
html body div.table-responsive.table-deposit td {
  --cell-width: initial;
  min-width: var(--cell-width);
  max-width: var(--cell-width);
  white-space: normal;
}
html body div.table-responsive.table-deposit tr th:nth-child(1),
html body div.table-responsive.table-deposit tr td:nth-child(1) {
  --cell-width: 200px;
}
html body div.table-responsive.table-deposit tr th:nth-child(2),
html body div.table-responsive.table-deposit tr td:nth-child(2) {
  --cell-width: 70px;
  text-align: right;
}
html body div.table-responsive.table-deposit tr th:nth-child(3),
html body div.table-responsive.table-deposit tr td:nth-child(3) {
  --cell-width: 100px;
  text-align: right;
}
html body div.table-responsive.table-deposit tr th:nth-child(4),
html body div.table-responsive.table-deposit tr td:nth-child(4) {
  --cell-width: 100px;
}
html body div.table-responsive.table-deposit tr th:nth-child(5),
html body div.table-responsive.table-deposit tr td:nth-child(5) {
  --cell-width: 125px;
  text-align: right;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(3) {
  max-width: 250px !important;
  word-wrap: break-word !important;
  white-space: normal !important;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(4) {
  white-space: nowrap !important;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(4) .input-group {
  display: inline-flex;
  width: auto !important;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(4) .input-group:last-child {
  margin-right: 0;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(5) {
  white-space: nowrap !important;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(5) .input-group {
  display: inline-flex;
  width: auto !important;
}
html body div.table-withdrawal table.table tbody tr td:nth-child(5) .input-group:last-child {
  margin-right: 0;
}
@media print {
  html body div.table-withdrawal .input-group {
    display: none !important;
  }
  html body div.table-withdrawal table.table tbody tr td:nth-child(3)[rowspan] {
    border-right: 1px solid var(--bs-table-border-color) !important;
  }
  html body div.table-withdrawal table.table tr.bg-primary,
  html body div.table-withdrawal table.table tr.bg-dark {
    color: var(--bs-body-color) !important;
    border-block: 3px solid #ddd !important;
  }
  html body div.table-withdrawal table.table td small.text-muted {
    display: none !important;
  }
  html body div.table-withdrawal table.table thead th.d-print-none {
    display: none !important;
  }
  html body div.table-withdrawal table.table tbody tr:not(.bg-light):not(.bg-primary) td {
    border: none !important;
  }
  html body div.table-withdrawal table.table {
    border: 1px solid #dee2e6 !important;
    border-right: 2px solid #dee2e6 !important;
  }
  html body div.table-withdrawal table.table *:not(i) {
    font-size: 0.7rem !important;
  }
  html body div.table-withdrawal table.table i {
    font-size: 1.5rem !important;
  }
  html body div.table-withdrawal table.table td {
    padding: 8px 12px !important;
    font-weight: bold !important;
    border: none !important;
    position: relative !important;
  }
  html body div.table-withdrawal table.table td strong {
    color: #333 !important;
  }
  html body div.table-withdrawal table.table thead th {
    border: 1px solid #dee2e6 !important;
    border-bottom: 2px solid #dee2e6 !important;
    font-weight: bold !important;
    padding: 8px !important;
  }
  html body div.table-withdrawal table.table thead th:last-child {
    border-right: 2px solid #dee2e6 !important;
  }
  html body div.table-withdrawal table.table tbody tr td:last-child {
    border-right: 2px solid #dee2e6 !important;
  }
  html body div.table-withdrawal table.table tbody tr td:nth-child(6) {
    display: none !important;
  }
  html body div.table-withdrawal table.table thead th:nth-child(6) {
    display: none !important;
  }
  html body div.table-withdrawal table.table tbody tr td:has(.input-group):nth-child(6),
  html body div.table-withdrawal table.table tbody tr td:has(.input-group):nth-child(7) {
    display: none !important;
  }
  html body div.table-withdrawal table.table td:nth-child(1) {
    width: 35% !important;
    min-width: 200px !important;
  }
  html body div.table-withdrawal table.table td:nth-child(2) {
    width: 12% !important;
    min-width: 80px !important;
  }
  html body div.table-withdrawal table.table td:nth-child(3) {
    width: 25% !important;
    min-width: 150px !important;
  }
  html body div.table-withdrawal table.table td:nth-child(4) {
    width: 20% !important;
    min-width: 120px !important;
  }
  html body div.table-withdrawal table.table td:nth-child(7) {
    width: 8% !important;
    min-width: 60px !important;
  }
  html body div.table-withdrawal table.table tbody tr {
    border-bottom: 1px solid #dee2e6 !important;
  }
  html body div.table-withdrawal table.table tbody tr td[rowspan] {
    border-bottom: 0 !important;
  }
}
:root {
  --oc-input-valid: #B3EBD6;
}
.form-check.checkbox-big i {
  font-size: 38px;
}
.list--view > div:not(:last-child) {
  border-bottom: 1px solid var(--bs-gray-lightest);
  padding-bottom: 7px;
}
.bg-input-invalid {
  background-color: var(--oc-input-invalid) !important;
}
.bg-input-valid {
  background-color: var(--oc-input-valid) !important;
}
.btn.no-button:hover.hidden,
.btn.no-button:hover.opacity-0 {
  opacity: 0 !important;
}
html body table.table td:last-child:has(.btn) .btn.btn-lg {
  min-width: 3.3125rem !important;
}
.input-group > input.form-control,
.input-group > .form-select {
  border: 0;
  height: 38px;
  min-height: 38px;
}
.input-group:has(textarea) {
  height: auto;
}
.input-group:has(textarea) textarea {
  border: 0;
}
html body .modal .modal-dialog .modal-content .modal-body .progress-bar,
html body .modal .modal-dialog .modal-content .modal-body .step-bar {
  z-index: 100;
}
html body .form-switch .form-check-input:checked {
  background-color: var(--bs-primary-dark) !important;
  border-color: var(--bs-primary-dark) !important;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(255, 255, 255)'/%3e%3c/svg%3e") !important;
}
html body .form-switch .form-check-input:focus {
  box-shadow: none;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(255, 255, 255)'/%3e%3c/svg%3e") !important;
}
.modal-content:has(ngb-typeahead-window, lib-angular-mydatepicker-calendar, app-date-picker, .tooltip, .ng-mydp) {
  overflow: visible !important;
}
.modal-content:has(ngb-typeahead-window, lib-angular-mydatepicker-calendar, app-date-picker, .tooltip, .ng-mydp) .modal-body {
  overflow: visible !important;
}
table.table th:last-child:has(.btn) .btn:not(.btn-sm):has(i + span),
table.table th:last-child:has(.btn) .btn:not(.btn-sm).with-icon,
table.table td:last-child:has(.btn) .btn:not(.btn-sm):has(i + span),
table.table td:last-child:has(.btn) .btn:not(.btn-sm).with-icon {
  min-width: initial !important;
  --bs-btn-font-size: 0.894rem;
}
html .btn.with-icon {
  flex-flow: nowrap;
}
html .btn.with-icon i {
  margin-right: 0;
}
.accordion-item button.accordion-button stage.badge {
  border-radius: 0;
  margin-top: 3px;
}
.button-wrapper .btn.action--btn:has(i.oc-double-check:first-child:last-child) {
  max-width: 40px;
}
.card .card-header .badge.rounded-badge {
  z-index: 1;
}
.accordion .accordion-item .accordion-header .accordion-button.bg-warning,
.accordion .accordion-item .accordion-header .accordion-button.bg-gray-light {
  color: var(--bs-body-color);
}
.accordion .accordion-item .accordion-header .accordion-button.bg-warning:after,
.accordion .accordion-item .accordion-header .accordion-button.bg-gray-light:after {
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="16" fill="black" viewBox="0 0 32 16"><title>arrow-up</title><path d="M32.058 15.989c0.183-0.974 0.289-1.975 0.289-3.002 0-1.212-0.144-2.388-0.397-3.524l-15.783-9.463-15.771 9.463c-0.253 1.136-0.397 2.312-0.397 3.524 0 1.031 0.107 2.036 0.291 3.013l15.876-9.52 15.89 9.508z"></path></svg>');
  --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
}
html body .recipe-detail--wrapper .production--wrapper .production--step .contained--recipes .amount--data,
html body .recipe-detail--wrapper .production--wrapper .production--step .contained--recipe-articles .amount--data {
  max-width: 340px;
}
html body .article--element > .row:not(:last-child) {
  margin-bottom: 1.25rem;
}
html body .mini--box .mb--text .input-group .input-group-append .input-group-text,
html body .mini--box .mb--text .input-group .input-group-prepend .input-group-text {
  padding: 0.125rem 0.25rem;
}
html body .input-group button.btn {
  height: 100% !important;
  min-height: 100%;
}
html body .modal .pass--wrapper {
  max-height: none;
}
html body .weekdays-wrapper .weekday-grid .weekday-column .weekday--card-listing .card-img-top {
  max-width: 100%;
}
@media print {
  html body div > table.table *:not(i) {
    font-size: 0.8rem !important;
  }
  html body .recipe-name--wrapper div.recipe-name {
    font-size: 1.15reM;
  }
  html body .step .step--headline {
    color: #fff !important;
  }
  html body main#main table.table .light-on-print {
    background-color: #eee !important;
  }
  .name-holder {
    display: flex;
    gap: 1rem;
  }
  .d-none.d-print-inline.print-value,
  .print-value.d-none.d-print-inline,
  .d-none.d-print-block.print-value,
  .print-value.d-none.d-print-block,
  .print-value {
    display: block !important;
    visibility: visible !important;
    color: black !important;
    font-weight: normal !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .d-none.d-print-inline.print-value div,
  .print-value.d-none.d-print-inline div,
  .d-none.d-print-block.print-value div,
  .print-value.d-none.d-print-block div,
  .print-value div {
    display: block !important;
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
  }
  table.table td {
    position: relative !important;
    text-align: left !important;
    vertical-align: top !important;
    white-space: normal !important;
  }
  table.table tr.bg-light,
  table.table tr.bg-primary {
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
  }
  table.table {
    page-break-inside: auto !important;
    width: 100% !important;
    border-collapse: collapse !important;
  }
  table.table tbody tr {
    page-break-inside: avoid !important;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/@ali-hm/angular-tree-component/css/angular-tree-component.css */
.tree-children.tree-children-no-padding {
  padding-left: 0;
}
.tree-children {
  padding-left: 20px;
  overflow: hidden;
}
.node-drop-slot {
  display: block;
  height: 2px;
}
.node-drop-slot.is-dragging-over {
  background: #ddffee;
  height: 20px;
  border: 2px dotted #888;
}
.toggle-children-wrapper-expanded .toggle-children {
  transform: rotate(90deg);
}
.toggle-children-wrapper-collapsed .toggle-children {
  transform: rotate(0);
}
.toggle-children-wrapper {
  padding: 2px 3px 5px 1px;
}
.toggle-children {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC);
  height: 8px;
  width: 9px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle-children-placeholder {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: 1px;
  padding-right: 3px;
}
.node-content-wrapper {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  transition: background-color .15s, box-shadow .15s;
}
.node-wrapper {
  display: flex;
  align-items: flex-start;
}
.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused {
  background: #beebff;
}
.node-content-wrapper-focused {
  background: #e7f4f9;
}
.node-content-wrapper:hover {
  background: #f7fbff;
}
.node-content-wrapper-active,
.node-content-wrapper-focused,
.node-content-wrapper:hover {
  box-shadow: inset 0 0 1px #999;
}
.node-content-wrapper.is-dragging-over {
  background: #ddffee;
  box-shadow: inset 0 0 1px #999;
}
.node-content-wrapper.is-dragging-over-disabled {
  opacity: 0.5;
}
tree-viewport {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  overflow: auto;
  display: block;
}
.tree-children {
  padding-left: 20px;
}
.empty-tree-drop-slot .node-drop-slot {
  height: 20px;
  min-width: 100px;
}
.angular-tree-component {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
tree-root .angular-tree-component-rtl {
  direction: rtl;
}
tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
  transform: rotate(180deg) !important;
}
tree-root .angular-tree-component-rtl .tree-children {
  padding-right: 20px;
  padding-left: 0;
}
tree-node-checkbox {
  padding: 1px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-ET2VJ276.css.map */
