fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
:root{--app-color-default:#85b83e;--app-color-background:#f3f2ef;--app-navbar-border-color:#ccdc57}.width-10{width:10%}.col-10{flex:0 0 10%;max-width:10%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-10{flex:0 0 10%!important;max-width:10%!important;padding-left:12px;padding-right:12px;position:relative}}.width-20{width:20%}.col-20{flex:0 0 20%;max-width:20%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-20{flex:0 0 20%!important;max-width:20%!important;padding-left:12px;padding-right:12px;position:relative}}.width-30{width:30%}.col-30{flex:0 0 30%;max-width:30%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-30{flex:0 0 30%!important;max-width:30%!important;padding-left:12px;padding-right:12px;position:relative}}.width-40{width:40%}.col-40{flex:0 0 40%;max-width:40%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-40{flex:0 0 40%!important;max-width:40%!important;padding-left:12px;padding-right:12px;position:relative}}.width-50{width:50%}.col-50{flex:0 0 50%;max-width:50%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-50{flex:0 0 50%!important;max-width:50%!important;padding-left:12px;padding-right:12px;position:relative}}.width-60{width:60%}.col-60{flex:0 0 60%;max-width:60%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-60{flex:0 0 60%!important;max-width:60%!important;padding-left:12px;padding-right:12px;position:relative}}.width-70{width:70%}.col-70{flex:0 0 70%;max-width:70%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-70{flex:0 0 70%!important;max-width:70%!important;padding-left:12px;padding-right:12px;position:relative}}.width-80{width:80%}.col-80{flex:0 0 80%;max-width:80%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-80{flex:0 0 80%!important;max-width:80%!important;padding-left:12px;padding-right:12px;position:relative}}.width-90{width:90%}.col-90{flex:0 0 90%;max-width:90%;padding-left:12px;padding-right:12px;position:relative}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){.col-tablet-90{flex:0 0 90%!important;max-width:90%!important;padding-left:12px;padding-right:12px;position:relative}}.text-underline,.text-underline:hover{text-decoration:underline}.text-nowrap{white-space:nowrap}.row.row-space-xs{margin-left:-.4rem;margin-right:-.4rem}.row.row-space-xs>[class*=" col"],.row.row-space-xs>[class^=col]{padding-left:.4rem;padding-right:.4rem}.row.equal-height>[class*=" col"],.row.equal-height>[class^=col]{flex-grow:1}.row.equal-height .app-card{height:100%}.row.row-collapsible .col-1{flex-grow:1;max-width:100%;width:8.3333333333%}.row.row-collapsible .col-2{flex-grow:1;max-width:100%;width:16.6666666667%}.row.row-collapsible .col-3{flex-grow:1;max-width:100%;width:25%}.row.row-collapsible .col-4{flex-grow:1;max-width:100%;width:33.3333333333%}.row.row-collapsible .col-5{flex-grow:1;max-width:100%;width:41.6666666667%}.row.row-collapsible .col-6{flex-grow:1;max-width:100%;width:50%}.row.row-collapsible .col-7{flex-grow:1;max-width:100%;width:58.3333333333%}.row.row-collapsible .col-8{flex-grow:1;max-width:100%;width:66.6666666667%}.row.row-collapsible .col-9{flex-grow:1;max-width:100%;width:75%}.row.row-collapsible .col-10{flex-grow:1;max-width:100%;width:83.3333333333%}.row.row-collapsible .col-11{flex-grow:1;max-width:100%;width:91.6666666667%}.row.row-collapsible .col-collapsed{display:none;max-width:0}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.scrollable{overflow-y:auto}.scrollable-50{max-height:50px}.scrollable-min-50{min-height:50px}.scrollable-100{max-height:100px}.scrollable-min-100{min-height:100px}.scrollable-150{max-height:150px}.scrollable-min-150{min-height:150px}.scrollable-200{max-height:200px}.scrollable-min-200{min-height:200px}.scrollable-250{max-height:250px}.scrollable-min-250{min-height:250px}.scrollable-300{max-height:300px}.scrollable-min-300{min-height:300px}.scrollable-350{max-height:350px}.scrollable-min-350{min-height:350px}.scrollable-400{max-height:400px}.scrollable-min-400{min-height:400px}.scrollable-450{max-height:450px}.scrollable-min-450{min-height:450px}.scrollable-500{max-height:500px}.scrollable-min-500{min-height:500px}.scrollable-550{max-height:550px}.scrollable-min-550{min-height:550px}.scrollable-600{max-height:600px}.scrollable-min-600{min-height:600px}.scrollable-650{max-height:650px}.scrollable-min-650{min-height:650px}.scrollable-700{max-height:700px}.scrollable-min-700{min-height:700px}.scrollable-750{max-height:750px}.scrollable-min-750{min-height:750px}.scrollable-800{max-height:800px}.scrollable-min-800{min-height:800px}.scrollable-850{max-height:850px}.scrollable-min-850{min-height:850px}.scrollable-900{max-height:900px}.scrollable-min-900{min-height:900px}.scrollable-950{max-height:950px}.scrollable-min-950{min-height:950px}.cursor-pointer{cursor:pointer}.ja-alphabet>li,.no-select{-ms-user-select:none!important;user-select:none!important;-moz-user-select:none!important;-webkit-user-select:none!important}.negative-mt input,.negative-mt label,.negative-mt select{margin-top:-8px}.massive-width-table{width:100%}@media (max-width:1280px){.massive-width-table{width:1330px}}.app-navbar{border-bottom:2px solid var(--app-navbar-border-color);height:75px;padding:0}.app-navbar .navbar-brand{margin-right:0;padding:0}.app-navbar .navbar-brand .nav-logo{margin-right:.5rem;max-height:48px;max-width:48px}.app-navbar .navbar-brand .nav-item.active{background-color:var(--app-color-background)!important}.app-navbar .navbar-brand .nav-link{align-items:center;display:flex;height:100%}.app-navbar .navbar-brand .nav-label{display:block;font-size:14px;line-height:18px;text-align:center;width:140px}.app-navbar .navbar-brand .nav-summary{margin-top:0}.app-navbar .navbar-sections{flex:1;overflow-x:auto}.app-navbar .navbar-sections .navbar-nav{white-space:nowrap}.app-navbar .navbar-sections .nav-label,.app-navbar .navbar-sections .nav-summary{flex-wrap:nowrap;white-space:nowrap}.app-navbar .nav-link{height:73px;justify-content:center;padding:.75rem 1rem}.app-navbar .navbar-nav{flex-direction:row;height:100%}.app-navbar .navbar-nav>.nav-item{background-color:var(--app-color-background);border-left:1px solid #ddd}.app-navbar .navbar-nav>.nav-item.active,.app-navbar .navbar-nav>.nav-item:hover{background-color:#e0e0de}.app-navbar .nav-icon{color:var(--app-color-default);font-size:1.6rem;margin-right:.3rem}.app-navbar .nav-label,.app-navbar .nav-summary{color:var(--secondary)}.app-navbar .nav-summary{font-size:.6rem}.app-navbar .nav-label{font-size:1.2rem}.app-navbar .nav-label-group{display:inline-block}.app-navbar .nav-summary{display:block;margin-top:-5px;text-align:center}.app-navbar .user-dropdown{display:flex;margin-left:auto}.app-navbar .user-dropdown .user-icon{color:var(--app-color-default);font-size:1.7rem}.app-navbar .user-dropdown .caret-icon{color:#000;font-size:1rem;margin-left:.8rem}.app-navbar .user-dropdown>.nav-link{align-items:center;display:flex}.app-navbar .user-dropdown .profile-dropdown{position:absolute}.app-navbar .user-dropdown .profile-dropdown .user-summary{align-items:center;border-bottom:1px solid #ddd;display:flex;margin-bottom:.4rem;margin-left:-.3rem;margin-right:-.3rem;padding:.35rem .6rem}.app-navbar .user-dropdown .profile-dropdown .user-summary>.avatar{border:1px solid #ddd;border-radius:50%;height:60px;margin-right:.8rem;width:60px}.app-navbar .user-dropdown .profile-dropdown .user-summary .user-info{max-width:200px}.app-navbar .user-dropdown .profile-dropdown .user-summary .user-info>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.app-navbar .user-dropdown .profile-dropdown .user-summary .user-name{font-size:1.1rem;font-weight:700}.app-navbar .user-dropdown .profile-dropdown .user-summary .user-email{font-size:.7rem}.app-navbar .user-dropdown .profile-dropdown .dropdown-item{padding:.35rem calc(.8rem + 24px) .35rem .8rem;position:relative}.app-navbar .user-dropdown .profile-dropdown .item-arrow{position:absolute;right:.3rem;top:.2rem}.app-navbar .user-dropdown .dropdown-master{left:auto;position:absolute;right:100%;top:0!important}@media only screen and (max-width:1200px){.app-navbar{height:84px}.app-navbar .navbar-nav>.box-navbar:first-child{border-left:0}.app-navbar .navbar-brand{border-right:1px solid #ddd}.app-navbar .navbar-brand .nav-logo{margin-right:0;max-height:70px}.app-navbar .navbar-brand .nav-label-group{display:none}.app-navbar .nav-link{padding:.2rem .65rem}.app-navbar .nav-icon{font-size:1.4rem;margin-right:0}.app-navbar .nav-label-group{display:block}.app-navbar .nav-label-group .nav-label{font-size:1.1rem}.app-navbar .user-dropdown>.nav-link{width:84px}}footer{border-top:1px solid #ddd;bottom:0;height:50px;line-height:50px;position:absolute;text-align:center;width:100%}.page-title{border-left:2px solid #cddc4b;color:#555;font-size:1rem;font-weight:500;line-height:1em;margin-bottom:.75rem;padding:.2rem .2rem .2rem .5rem}.app-text.text-success{color:#85b83e!important}.app-text.text-green{color:#28a845!important}.app-text.text-warning{color:#feb13f!important}.app-text.text-danger{color:#d52f30!important}.app-text.text-salmon{color:#ee8781}.bg-gray{background-color:#ddd!important}.bg-navajo{background-color:#ffe4a4!important}.bg-lavender-blush{background-color:#ffe7ea!important}.bg-danger{background-color:#d52f30!important}.btn.app-btn.btn-default,.swal2-popup button.btn-default.swal2-styled{background-color:var(--app-color-default);border-color:var(--app-color-default);color:#fff}.btn.app-btn.btn-success,.swal2-popup button.btn-success.swal2-styled{background-color:#85b83e;border-color:#85b83e}.btn.app-btn.btn-green,.swal2-popup button.btn-green.swal2-styled{background-color:#28a845;border-color:#28a845;color:#fff}.btn.app-btn.btn-blue,.swal2-popup button.btn-blue.swal2-styled{background-color:#5692bb;border-color:#5692bb}.btn.app-btn.btn-secondary,.swal2-popup button.btn-secondary.swal2-styled,.swal2-popup button.swal2-styled.swal2-confirm{background-color:#969696;border-color:#969696}.btn.app-btn.btn-deep-gray,.swal2-popup button.btn-deep-gray.swal2-styled{background-color:#7a736d;border-color:#7a736d;color:#fff}.btn.app-btn.btn-gray,.swal2-popup button.btn-gray.swal2-styled{background-color:#969696;border-color:#969696;color:#fff}.btn.app-btn.btn-warning,.swal2-popup button.btn-warning.swal2-styled{background-color:#feb13f;border-color:#feb13f}.btn.app-btn.btn-salmon,.swal2-popup button.btn-salmon.swal2-styled{background-color:#ee8781;border-color:#ee8781;color:#fff}.btn.app-btn.btn-danger,.swal2-popup button.btn-danger.swal2-styled{background-color:#d52f30;border-color:#d52f30}.btn.app-btn:hover,.swal2-popup button.swal2-styled:hover{opacity:.9}.btn.app-btn.disabled,.btn.app-btn:disabled,.swal2-popup button.disabled.swal2-styled,.swal2-popup button.swal2-styled:disabled{cursor:not-allowed;opacity:.65!important}.badge.app-badge.badge-danger{background-color:#d52f30!important}.card.app-card{box-shadow:0 2px 5px #ccc;margin-bottom:.5rem}.card.app-card .card-header-outside{bottom:100%;position:absolute;right:0;width:100%}.card.app-card.card-body,.card.app-card .card-body{padding:.75rem}.card.app-card.full-box{background-color:transparent}.card.app-card.full-box.card-body,.card.app-card.full-box .card-body{padding:0}.card.app-card.no-shadow{box-shadow:none}.table.dataTable tbody tr td:last-child{white-space:nowrap;width:1%}.table.table-striped tbody tr:nth-of-type(odd){background-color:#fff}.table.table-striped tbody tr:nth-of-type(2n){background-color:#e3e9ee}.table.table-striped tbody tr.orange-row{background-color:#f9dd99}.table.table-striped tbody tr.orange-row td{color:#2b2e34}.table.layout-fixed{table-layout:fixed}.table>thead th{text-align:center}.table>thead th.sorting{cursor:pointer;position:relative}.table>thead th.sorting .mdi-triangle{font-size:.5rem;position:absolute;right:.4rem;top:calc(45% - .45rem)}.table>thead th.sorting .mdi-triangle.down{top:45%;transform:rotate(180deg)}.table>thead th.sorting-asc .mdi-triangle.down,.table>thead th.sorting-desc .mdi-triangle:not(.down){color:#7aa9ca}.table .thead-dark th{background-color:#2b2e34;border-color:unset;color:#fff}.table .thead-orange tr{border:0}.table .thead-orange th{background-color:#f9dd99;border-color:#f9dd99;color:#2b2e34}.table .thead-blue th{background-color:#5692bb;border-color:unset;color:#fff}.table .thead-customer-portal th{background-color:#f3af47;border-color:unset;color:#fff}.table .thead-blue th+th,.table .thead-customer-portal th+th,.table .thead-dark th+th,.table .thead-orange th+th{border-left:1px solid #fff}.table tbody tr td{vertical-align:middle}.table tbody tr.redslip{background-color:#ffecec!important}.table tbody tr.redslip .redslip-text{display:block;font-size:.75rem;padding:.28rem .375rem}.table td,.table th{padding:.5rem .7rem}.modal-header{border-bottom-width:1px}.modal-footer{border-top-width:1px}.modal-success .modal-header{background-color:#85b83e}.modal-danger .modal-header{background-color:#d52f30}.modal-default .modal-header{background-color:var(--app-color-default)}.modal-customer-portal .modal-header{background-color:#f3af47}.modal-customer-portal .modal-header .close,.modal-customer-portal .modal-title,.modal-danger .modal-header .close,.modal-danger .modal-title,.modal-default .modal-header .close,.modal-default .modal-title,.modal-success .modal-header .close,.modal-success .modal-title{color:#fff;opacity:1}.pagination .page-item.active .page-link{background-color:var(--app-color-default);border-color:var(--app-color-default)}.color-represent{display:inline-block;height:25px;margin-right:4px;width:10px}.app-form .invalid-feedback{display:block}.custom-switch .custom-control-label:after,.custom-switch .custom-control-label:before{cursor:pointer}.custom-control-input:checked~.custom-control-label:before{background-color:#5692bb;border-color:#5692bb}.spinner-border-md{height:2.5rem;width:2.5rem}.spinner-border-lg{height:4.5rem;width:4.5rem}.swal2-popup .swal2-input{height:auto;margin-bottom:0;margin-top:.75rem;padding:.45rem .9rem}.datepicker.datepicker-dropdown{z-index:6000000!important}.datepicker.datepicker-dropdown table>tbody tr td.today,.datepicker.datepicker-dropdown table>tbody tr td span.today{background-color:transparent!important;border:2px solid #5692bb}.datepicker.datepicker-dropdown table>tbody tr td.active,.datepicker.datepicker-dropdown table>tbody tr td span.active{background-color:#85b83e!important;color:#fff!important}.datepicker.datepicker-dropdown table>tbody tr td.highlight,.datepicker.datepicker-dropdown table>tbody tr td span.highlight{background-color:var(--warning)!important;color:#fff!important}.mdi-size-md{font-size:1.2rem}.form-control.error{border-color:#ee8781}.form-control.invalid-feedback{font-size:inherit;margin-top:0}.list-group-default .active{background-color:#85b83e;border-color:#85b83e}input[type=number].no-arrows{-moz-appearance:textfield}input[type=number].no-arrows::-webkit-inner-spin-button,input[type=number].no-arrows::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#5692bb!important;border-color:#5692bb!important}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff!important}.cm-order-status,.cm-order-status-1202,.cm-order-status-1203,.cm-order-status-1204,.cm-order-status-1205,.cm-order-status-1210,.cm-order-status-1211{border-radius:25%;color:#fff;display:inline-block;height:28px;line-height:28px;text-align:center;width:28px}.cm-order-status-1202{background-color:#c6d829}.cm-order-status-1203{background-color:#63a20c}.cm-order-status-1204{background-color:#07a293}.cm-order-status-1205{background-color:#0e61a2}.cm-order-status-1210{background-color:#3600b9}.cm-order-status-1211{background-color:#fe8f55}#goods-breed-datatable tbody tr.active{background-color:#4fc6e1}#goods-breed-datatable tbody .btn-fetch-goods-part{cursor:pointer}.card-wording-modal{margin-bottom:0}.card-wording-modal .wording-category-collapse{font-size:18px;line-height:18px}.card-wording-modal .category-wording-header{background-color:#777068;border-radius:0!important;color:#fff}.card-wording-modal .wording-btn{background-color:#5691bb;margin:0 .2rem;padding:.2rem}#modal-wording-insert .modal-dialog{margin-right:calc(50% - 710px)}#modal-goods-memo .show-insert-wording{margin:1.75rem auto 1.75rem calc(50% - 610px)}#modal-goods-memo .modal-dialog{transition:margin .7s}.form-group label.required:after{color:red;content:" *"}@media (max-width:1445px){#modal-wording-insert .modal-dialog{margin-right:30px}#modal-goods-memo .show-insert-wording{margin:1.75rem auto 1.75rem 30px}}@media (max-width:1024px){#modal-wording-insert .modal-dialog{margin-right:0;width:65%}#modal-goods-memo .modal-dialog{margin:1.75rem auto;width:35%}#modal-goods-memo .show-insert-wording{margin-left:0}.datepicker td,.datepicker th{font-size:1.25rem;height:45px!important;width:45px!important}}.thumbnail-image-container{min-height:92px}.thumbnail-image-container .action-overlay{border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;cursor:pointer;font-size:36px;height:92px;position:absolute;text-align:center;vertical-align:center;width:92px;z-index:998}.thumbnail-image-container .action-overlay i{line-height:92px;visibility:hidden}.thumbnail-image-container img{border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;height:92px;width:92px}.thumbnail-image-container .remove-image-button{color:red;cursor:pointer;font-size:28px;position:absolute;right:0;top:-14px;z-index:999}.filter-category{overflow-x:auto;white-space:nowrap}.filter-category .category-item{align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:inline-flex;flex-direction:column;padding:.5rem;width:84px}.filter-category .category-item+.category-item{margin-left:.4rem}.filter-category .category-item.selected,.filter-category .category-item:hover{border-color:#85b83e}.filter-category .category-item .category-image{height:60px;width:60px}.filter-category .category-item .category-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.filter-category .category-item .category-name{font-size:.8rem;margin-top:.2rem;width:100%}.ja-alphabet{font-size:0;list-style-type:none;margin:-.2rem;padding-left:0}.ja-alphabet>li{align-items:center;background-color:#7a736d;border-radius:.15rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;height:32px;justify-content:center;margin:.2rem;width:32px}.ja-alphabet>li:hover{background-color:#938d87}.ja-alphabet>li.active{background-color:#85b83e}.loading{align-items:center;background-color:hsla(0,0%,100%,.7);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:999}.order-cart{color:#7a736d}.order-cart .summary-info{font-size:1rem}.order-cart .list-items{font-size:.8rem;margin-top:.5rem;padding-bottom:.5rem}.order-cart .list-items .list-item{border:1px solid #7a736d;border-radius:4px;box-shadow:0 1px 4px #ccc;padding:.5rem;position:relative}.order-cart .list-items .list-item+.list-item{margin-top:.5rem}.order-cart .list-items .list-item .group-btn-actions{background-color:#fff;display:flex;position:absolute;right:-1px;top:-1px}.order-cart .list-items .list-item .group-btn-actions>.btn,.order-cart .list-items .list-item .swal2-popup .group-btn-actions>button.swal2-styled,.swal2-popup .order-cart .list-items .list-item .group-btn-actions>button.swal2-styled{font-size:.9rem;height:22px;line-height:1em;padding:0;width:22px}.order-cart .list-items .list-item .group-btn-actions>.btn+.btn,.order-cart .list-items .list-item .swal2-popup .group-btn-actions>.btn+button.swal2-styled,.order-cart .list-items .list-item .swal2-popup .group-btn-actions>button.swal2-styled+.btn,.order-cart .list-items .list-item .swal2-popup .group-btn-actions>button.swal2-styled+button.swal2-styled,.swal2-popup .order-cart .list-items .list-item .group-btn-actions>.btn+button.swal2-styled,.swal2-popup .order-cart .list-items .list-item .group-btn-actions>button.swal2-styled+.btn,.swal2-popup .order-cart .list-items .list-item .group-btn-actions>button.swal2-styled+button.swal2-styled{margin-left:.2rem}.order-cart .list-items .list-item .btn-memo{bottom:.5rem;padding:0;position:absolute;right:.5rem}.order-cart .list-items .list-item .info-row{display:flex}.order-cart .list-items .list-item .info-row>.info-group:not(:last-child) .form-control{width:calc(100% - .5rem)}.order-cart .list-items .list-item .info-group{flex-grow:1;margin-bottom:.5rem;max-width:33.33333%}.order-cart .list-items .list-item label{color:#5f5a55;font-size:.85rem;font-weight:400;margin-bottom:0}.order-cart .list-items .list-item .form-control{font-size:.7rem}.order-cart .list-items .list-item .form-control:not(textarea){height:20px}.switcher{display:inline-block;height:34px;margin-bottom:0;position:relative;width:60px}.switcher-slider{background-color:#ddd;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.2s}.switcher-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:28px;left:3px;position:absolute;transition:.2s;width:28px}.switcher input{height:0;opacity:0;width:0}.switcher input:checked+.switcher-slider{background-color:var(--app-color-default)}.switcher input:checked+.switcher-slider:before{left:calc(100% - 31px)}.switcher.switcher-sm{height:26px;width:50px}.switcher.switcher-sm .switcher-slider:before{height:20px;width:20px}.switcher.switcher-sm input:checked+.switcher-slider:before{left:calc(100% - 23px)}[v-cloak]:after{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:100}#goods-attributes-lists .app-form .action-button-group button:focus{box-shadow:none}#goods-attributes-lists .app-form .attribute-item{border-radius:5px;padding:3px}#goods-attributes-lists .app-form .attribute-item input[type=text]{cursor:pointer}#goods-attributes-lists .app-form .attribute-item input[type=text]:not([readonly]){cursor:text}#goods-attributes-lists .app-form .active{background-color:#4fc6e1}#goods-attributes-lists .app-form .active .action-button-group button,#goods-attributes-lists .app-form .active .action-button-group i{color:#fff!important}#goods-attributes-lists .app-form .attribute-input-group{transition:width 1s}#goods-attributes-lists .attribute-breadcrumb{display:inline-flex;font-size:.8rem;line-height:.8rem;margin-left:.5rem}#goods-attributes-lists .attribute-breadcrumb .divider{font-size:.6rem;margin:0 4px}.multiselect{min-height:38px}.multiselect *{color:var(--secondary)}.multiselect__input{font-size:.875rem;height:calc(1.5em + .9rem + 2px);line-height:1em;margin:0;padding:0}.multiselect__select{height:38px}.multiselect__tags{border-color:#ced4da;min-height:38px;padding:0 40px 0 .9rem}.multiselect__tag{background-color:#fff;border:1px solid #85b83e;margin-bottom:0;margin-top:7px}.multiselect__tag-icon:after{color:#85b83e}.multiselect__tag-icon:after:hover{color:#fff}.multiselect__tag-icon:hover{background-color:#85b83e}.multiselect__element{font-size:.875rem}.multiselect__option--highlight{background-color:#f3f2ef}.multiselect__option--selected.multiselect__option--highlight{background-color:#85b83e}.multiselect__option--selected.multiselect__option--highlight span{color:#fff}.multiselect__option:after{display:none}.multiselect__single{display:block;margin-top:8px;overflow:hidden;padding-left:0;text-overflow:ellipsis;white-space:nowrap}.multiselect--active .multiselect__select:before{top:74%}.multiselect-sm{min-height:30px}.multiselect-sm .multiselect__input{height:30px}.multiselect-sm .multiselect__select{height:30px;width:30px}.multiselect-sm .multiselect__tags{min-height:30px;padding:0 32px 0 .6rem}.multiselect-sm .multiselect__single{font-size:12px;margin-bottom:4px;margin-top:4px}.app-calendar .calendar-navigation{padding-bottom:0!important;padding-top:0!important}.app-calendar .calendar-navigation .mdi{font-size:24pt;line-height:1em}.app-calendar .calendar-navigation .mdi:before{margin-top:0!important}.app-calendar .calendar-title{color:#2b2e34;font-size:20pt;text-align:center}.app-calendar .calendar-wrapper{margin-top:10px}.app-calendar .calendar-header{display:flex}.app-calendar .calendar-header-cell{background-color:#ffe4a4;border:1px solid #555;border-bottom:0;color:#2b2e34;font-size:18pt;padding:6px;text-align:center;width:14.28571%}.app-calendar .calendar-header-cell+.calendar-header-cell{border-left:0}.app-calendar .calendar-header-cell:first-child{border-top-left-radius:8px}.app-calendar .calendar-header-cell:last-child{border-top-right-radius:8px}.app-calendar .calendar-header-cell.sunday{background-color:#f89292}.app-calendar .calendar-header-cell.saturday{background-color:#5691bb}.app-calendar .calendar-row{display:flex}.app-calendar .calendar-row+.calendar-row{margin-top:-1px}.app-calendar .calendar-cell{background-color:#fff;border:1px solid #555;min-height:120px;padding:8px;width:14.28571%}.app-calendar .calendar-cell+.calendar-cell{border-left:0}.app-calendar .calendar-cell.current .calendar-day{color:#2b2e34}.app-calendar .calendar-cell.current .calendar-day.has-events span{background-color:#f88}.app-calendar .calendar-cell.today{background-color:#dbf8a8}.app-calendar .calendar-cell.sunday{background-color:#ffeff0}.app-calendar .calendar-cell.saturday{background-color:#f2f6ff}.app-calendar .calendar-day{color:#d9d9d9;font-size:18pt;line-height:1em}.app-calendar .calendar-day.has-events span{background-color:#ffbebe;border-radius:4px;display:inline-block;margin-left:-2px;padding:0 10px}.app-calendar .calendar-events{color:#2b2e34;margin-top:.45rem}.app-calendar .calendar-event{margin-left:-2px;margin-right:-2px;padding:2px}@media only screen and (max-width:768px),screen and (max-device-width:768px){.app-calendar .calendar-cell{min-height:105px}.app-calendar .calendar-day{font-size:16pt}.app-calendar .calendar-event{font-size:8pt}}.page-auth .logo-brand{max-width:100%}.login-page-container{background-position:bottom;background-size:cover;height:100vh;margin:-10px 0}.layout_1 .http-error-content{font-size:18px}.layout_1 .code-title{line-height:inherit!important}.layout_1 .error-action-button{display:inline-block;margin-left:25px}.layout_1 .error-action-button a.back-link,.layout_1 .error-action-button a.refresh{color:#cddc4b}.layout_1 .error-background{height:160px;text-align:left}.layout_1 .error403{content:url(/images/undraw_cancel_u1it.svg)}.layout_1 .error404{content:url(/images/undraw_empty_xct9.svg)}.layout_1 .error500{content:url(/images/undraw_Notify_re_65on.svg)}#modal-order-import .import-errors{background-color:#fff7f7;border:1px solid #ee8781;border-radius:.3rem;padding:.75rem}#modal-order-import .import-errors__title{align-items:center;color:#2b2e34;color:#d52f30;display:flex;font-size:1.1rem;font-weight:700}#modal-order-import .import-errors__icon{background-color:#d52f30;border-radius:50%;color:#fff;display:inline-block;height:24px;text-align:center;width:24px}#modal-order-import .import-errors__items{margin-bottom:0;margin-top:.75rem;padding-left:1.25rem}#customer-order-list #states-statistics{min-height:100%;padding:.75rem}#customer-order-list #states-statistics .status-item{align-items:center;border-bottom:1px solid #ddd;color:#2b2e34;display:flex;padding:.4rem .7rem}#customer-order-list #states-statistics .status-item:hover{background-color:#e3f0d2!important;color:#2b2e34!important;cursor:pointer}#customer-order-list #states-statistics .status-item.active{background-color:#85b83e;color:#fff}#customer-order-list #states-statistics .status-item>div{line-height:1.6em}#customer-order-list #states-statistics .status-item__name{flex-grow:1}#customer-order-list #states-statistics .status-item__stats{color:#396ae1}#customer-order-list .form-inline .text-search{width:180px}#customer-order-list .table{min-width:1000px}#customer-order-detail .form-confirm .form-confirm-row{display:flex}#customer-order-detail .form-confirm .form-confirm-row>div{flex:1}#customer-order-detail .form-confirm .form-confirm-row>div+div{margin-left:.75rem}#customer-order-detail .form-confirm .form-confirm-row>div.flex-low-priority{flex:0}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){#customer-order-detail .form-confirm .form-confirm-row+.form-confirm-row{margin-top:1rem}}#customer-order-detail .form-confirm .action-buttons{align-items:center;display:flex;flex-grow:1;gap:.75rem;margin-left:.75rem}#customer-order-detail .form-confirm .action-buttons>button{font-size:13pt;width:124px}#customer-order-detail .table .cell-inputable{width:110px}#modal-cancel-order textarea{background-color:#fff8e6}.arrow-diviner{display:table;font-size:32px;height:auto}.arrow-diviner i{display:table-cell;height:auto;vertical-align:middle}.processing-category-picking-container{border:1px solid #6c757d;border-radius:5px}.processing-category-picking-container .processing-item{background-color:#fff;border:1px solid #6c757d;border-radius:8px;cursor:pointer}.processing-category-picking-container .processing-item p{font-size:20px!important}.processing-category-picking-container .processing-item p a{color:#6c757d!important}#processing-order-list .processing-truncate{max-width:210px}#processing-order-list .processing-title-truncate{max-width:120px}@media only screen and (max-width:1024px){#processing-order-list .page-counter{margin:0}#processing-order-list .processing-truncate{max-width:120px}#processing-order-list .processing-title-truncate{max-width:100px}}#processing-order-list .container-fluid{margin:0 -12px;padding:0;width:auto}#processing-order-list .container-fluid table tr td input.form-control-h3{color:#343a40;font-size:1.5rem}#processing-order-list .close-toast-button{font-size:30px!important}#processing-order-list .slick-slider{margin:0 auto;width:100%}#processing-order-list .card{margin:0 auto;width:96%}#processing-order-list .card .form-control-h3{height:100%!important}#processing-order-list .card .processing-card-header{border-radius:.25rem .25rem 0 0;-moz-border-radius:.25rem .25rem 0 0;-webkit-border-radius:.25rem .25rem 0 0;height:22px;padding:0}#processing-order-list .card .processing-card-header .thead-blue th{font-weight:300}#processing-order-list .card .processing-card-header tbody td:not(.label-cell){font-size:1.5rem!important}#processing-order-list .card .processing-card-header tbody td:not(.label-cell) input,#processing-order-list .card .processing-card-header tbody td:not(.label-cell) select{font-size:1.5rem}#processing-order-list .card .label-cell{background-color:#5691bb;color:#fff;max-height:40px!important;min-width:95px!important;text-align:center!important}#processing-order-list .card .table-emulator{border:1px solid #dee2e6;display:table-cell;font-size:.875rem;font-weight:400;line-height:1.5;padding:.5rem .7rem}#processing-order-list .card .item-thumbnail{border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;height:256px}#processing-order-list .slick-disabled{display:none!important}#processing-order-list .slick-arrow{background-color:#fff;border:1px solid #e3e3e3;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;height:50px;position:absolute;top:30vh;width:50px}#processing-order-list .slick-arrow:hover{background:#86b83d;color:#fff}#processing-order-list .slick-arrow:focus{box-shadow:none}#processing-order-list .slick-prev{left:25px;z-index:2}#processing-order-list .slick-next{right:25px}#processing-order-list .confirmation-finish-step{height:70vh}#processing-order-list .confirmation-finish-step .success-icon{margin-top:15vh}#processing-order-list .confirmation-finish-step .success-icon .confirm-complete-message,#processing-order-list .confirmation-finish-step .success-icon .confirm-unit{font-size:26px!important;font-weight:lighter!important}.item-thumbnail{background-position:50%;background-repeat:no-repeat;background-size:cover;height:160px;width:100%}.btn-text{cursor:auto!important}.btn-text:focus{box-shadow:none}#template-goods-list-form span.bg-danger{border-radius:50%;display:inline-block;height:20px;text-align:center;width:20px}#template-goods-selection-form .section-label{font-size:13pt;font-weight:600}#template-goods-selection-form hr{border-top-width:2px}#template-goods-selection-form #table-breed-setting thead tr>th:first-child{max-width:240px;width:240px}#template-goods-selection-form #table-breed-setting thead tr>th:nth-child(3){max-width:140px;width:140px}#template-goods-selection-form #table-breed-setting tbody tr td{vertical-align:top}#template-goods-selection-form #table-goods-setting thead tr>th:first-child{max-width:240px;width:240px}#template-goods-selection-form #table-goods-setting thead tr>th:nth-child(3){max-width:90px;width:90px}#template-goods-selection-form #table-goods-setting thead tr>th:nth-child(4){max-width:150px;width:150px}#template-goods-selection-form #table-goods-setting thead tr>th:nth-child(5),#template-goods-selection-form #table-goods-setting thead tr>th:nth-child(6),#template-goods-selection-form #table-goods-setting thead tr>th:nth-child(7){max-width:120px;width:120px}#template-goods-selection-form #table-goods-setting tbody tr td{vertical-align:top}#dashboard #dashboard-calendar{max-width:1024px;width:100%}body#customer-portal .page-title,section#customer-portal .page-title{border-left:3px solid var(--app-color-default)}body#customer-portal .app-navbar .navbar-brand .nav-label,section#customer-portal .app-navbar .navbar-brand .nav-label{font-size:14pt;line-height:1.2em;text-align:left;width:auto}body#customer-portal table.table>thead th,section#customer-portal table.table>thead th{background-color:var(--app-color-default);color:#fff}body#customer-portal table.table>thead th+th,section#customer-portal table.table>thead th+th{border-left:1px solid #fff}body#customer-portal table.table>thead th:first-child,section#customer-portal table.table>thead th:first-child{border-top-left-radius:6px}body#customer-portal table.table>thead th:last-child,section#customer-portal table.table>thead th:last-child{border-top-right-radius:6px}body#customer-portal table.table.table-striped tbody tr:nth-of-type(2n),section#customer-portal table.table.table-striped tbody tr:nth-of-type(2n){background-color:#f8f8f8}body#customer-portal table.table.table-striped tbody tr.inactive,section#customer-portal table.table.table-striped tbody tr.inactive{background-color:#dfdfdf!important}.swal2-popup body#customer-portal button.swal2-styled .mdi,.swal2-popup section#customer-portal button.swal2-styled .mdi,body#customer-portal .app-btn .mdi,body#customer-portal .swal2-popup button.swal2-styled .mdi,section#customer-portal .app-btn .mdi,section#customer-portal .swal2-popup button.swal2-styled .mdi{line-height:1.1em}body#customer-portal #customer-portal-login,section#customer-portal #customer-portal-login{color:#2b2e34;padding-bottom:300px;position:relative}body#customer-portal #customer-portal-login>.card,section#customer-portal #customer-portal-login>.card{width:500px}body#customer-portal #customer-portal-login .title,section#customer-portal #customer-portal-login .title{font-size:15pt;margin:1rem 0}body#customer-portal #customer-portal-login .logo-brand,section#customer-portal #customer-portal-login .logo-brand{max-width:100px}body#customer-portal #customer-portal-login .bottom-image,section#customer-portal #customer-portal-login .bottom-image{bottom:0;left:calc(50% - 300px);position:absolute;width:600px;z-index:-1}body#customer-portal #change-password .app-card,section#customer-portal #change-password .app-card{margin:0 auto;max-width:450px}body#customer-portal #change-password .title,section#customer-portal #change-password .title{font-size:14pt;font-weight:700;margin-bottom:2rem;text-align:center}.swal2-popup body#customer-portal #change-password button.swal2-styled,.swal2-popup section#customer-portal #change-password button.swal2-styled,body#customer-portal #change-password .app-btn,body#customer-portal #change-password .swal2-popup button.swal2-styled,section#customer-portal #change-password .app-btn,section#customer-portal #change-password .swal2-popup button.swal2-styled{width:110px}body#customer-portal #order-history .filter-wrapper,section#customer-portal #order-history .filter-wrapper{align-items:center;display:flex;flex-flow:row wrap}body#customer-portal #order-history .filter-wrapper label,section#customer-portal #order-history .filter-wrapper label{display:block;margin-bottom:.35rem}body#customer-portal #order-history .filter-wrapper>div+div,section#customer-portal #order-history .filter-wrapper>div+div{border-left:1px solid #ddd;margin-left:1rem;padding-left:1rem}body#customer-portal #order-history .filter-wrapper .button-actions,section#customer-portal #order-history .filter-wrapper .button-actions{margin-left:auto}body#customer-portal #order-history .filter-date__wrapper,section#customer-portal #order-history .filter-date__wrapper{align-items:center;display:flex}body#customer-portal #order-history .filter-date__wrapper>div,section#customer-portal #order-history .filter-date__wrapper>div{display:inline-block}body#customer-portal #order-history .filter-date__connector,section#customer-portal #order-history .filter-date__connector{font-size:14pt;margin:auto .4rem}body#customer-portal #order-history .filter-date__element,section#customer-portal #order-history .filter-date__element{width:130px}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){body#customer-portal #order-history .filter-wrapper,section#customer-portal #order-history .filter-wrapper{position:relative}body#customer-portal #order-history .filter-wrapper>div,section#customer-portal #order-history .filter-wrapper>div{width:40%}body#customer-portal #order-history .filter-wrapper>div+div,section#customer-portal #order-history .filter-wrapper>div+div{border-left:0}body#customer-portal #order-history .filter-wrapper>div:nth-child(odd),section#customer-portal #order-history .filter-wrapper>div:nth-child(odd){margin-left:0;padding-left:0}body#customer-portal #order-history .filter-wrapper>div:nth-child(2n),section#customer-portal #order-history .filter-wrapper>div:nth-child(2n){border-left:1px solid #ddd}body#customer-portal #order-history .filter-wrapper>div:nth-child(3),body#customer-portal #order-history .filter-wrapper>div:nth-child(4),section#customer-portal #order-history .filter-wrapper>div:nth-child(3),section#customer-portal #order-history .filter-wrapper>div:nth-child(4){margin-top:1rem}}body#customer-portal #order-detail .form-confirm-info,section#customer-portal #order-detail .form-confirm-info{align-items:flex-start;display:flex}body#customer-portal #order-detail .form-confirm-info label,section#customer-portal #order-detail .form-confirm-info label{display:block;margin-bottom:.25rem}body#customer-portal #order-detail .form-confirm-info .invalid-feedback,section#customer-portal #order-detail .form-confirm-info .invalid-feedback{margin-bottom:0}body#customer-portal #order-detail .form-confirm-info .tablet-row,section#customer-portal #order-detail .form-confirm-info .tablet-row{display:flex}body#customer-portal #order-detail .form-confirm-info .tablet-row+.tablet-row,section#customer-portal #order-detail .form-confirm-info .tablet-row+.tablet-row{margin-left:.8rem}body#customer-portal #order-detail .form-confirm-info .tablet-row>div,section#customer-portal #order-detail .form-confirm-info .tablet-row>div{width:160px}body#customer-portal #order-detail .form-confirm-info .tablet-row>div+div,section#customer-portal #order-detail .form-confirm-info .tablet-row>div+div{margin-left:.8rem}body#customer-portal #order-detail .order-actions button,section#customer-portal #order-detail .order-actions button{font-size:1.1rem;height:50px}body#customer-portal #order-detail .order-actions button#btn-confirm-order,section#customer-portal #order-detail .order-actions button#btn-confirm-order{padding:0 5rem}body#customer-portal #order-detail .order-actions button#btn-cancel-order,section#customer-portal #order-detail .order-actions button#btn-cancel-order{padding:0 3.5rem}body#customer-portal #order-detail .table .cell-inputable,section#customer-portal #order-detail .table .cell-inputable{width:136px}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){body#customer-portal #order-detail .form-confirm-info,section#customer-portal #order-detail .form-confirm-info{align-items:stretch;flex-direction:column}body#customer-portal #order-detail .form-confirm-info .tablet-row+.tablet-row,section#customer-portal #order-detail .form-confirm-info .tablet-row+.tablet-row{margin-left:0;margin-top:1.25rem}body#customer-portal #order-detail .table .cell-inputable,section#customer-portal #order-detail .table .cell-inputable{width:110px}}@media only screen and (max-width:768px),screen and (max-device-width:768px){body#customer-portal #order-detail .order-actions button#btn-confirm-order,section#customer-portal #order-detail .order-actions button#btn-confirm-order{padding:0 4rem}body#customer-portal #order-detail .order-actions button#btn-cancel-order,section#customer-portal #order-detail .order-actions button#btn-cancel-order{padding:0 2rem}}body#customer-portal #order-cart,section#customer-portal #order-cart{position:relative}body#customer-portal #order-cart .text-notable,section#customer-portal #order-cart .text-notable{font-size:12pt;font-weight:600}body#customer-portal #order-cart .items-wrapper .scrollable,section#customer-portal #order-cart .items-wrapper .scrollable{padding:0 .5rem}body#customer-portal #order-cart .items-wrapper .title,section#customer-portal #order-cart .items-wrapper .title{border-bottom:1px solid #969696;font-size:13pt;padding-bottom:.2rem}body#customer-portal #order-cart .items-wrapper .cart-item,section#customer-portal #order-cart .items-wrapper .cart-item{padding:.5rem 0}body#customer-portal #order-cart .items-wrapper .cart-item+.cart-item,section#customer-portal #order-cart .items-wrapper .cart-item+.cart-item{border-top:1px solid #969696}body#customer-portal #order-cart .items-wrapper .cart-item .cart-row,section#customer-portal #order-cart .items-wrapper .cart-item .cart-row{display:flex}body#customer-portal #order-cart .items-wrapper .cart-item .cart-cell,section#customer-portal #order-cart .items-wrapper .cart-item .cart-cell{flex:1 1 0px}body#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row,section#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row{align-items:flex-end;display:flex}.swal2-popup body#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row button.swal2-styled,.swal2-popup section#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row button.swal2-styled,body#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row .btn,body#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row .swal2-popup button.swal2-styled,section#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row .btn,section#customer-portal #order-cart .items-wrapper .cart-item .cart-cell.tablet-single-row .swal2-popup button.swal2-styled{margin-bottom:.25rem}body#customer-portal #order-cart .amount-summary,section#customer-portal #order-cart .amount-summary{border-top:1px solid #969696;padding-top:.75rem}@media only screen and (max-width:1024px),screen and (max-device-width:1024px){body#customer-portal #order-cart .card-header-outside,section#customer-portal #order-cart .card-header-outside{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}body#customer-portal #order-cart .cart-item,section#customer-portal #order-cart .cart-item{position:relative}body#customer-portal #order-cart .cart-item .cart-row.tablet-items-single-row,section#customer-portal #order-cart .cart-item .cart-row.tablet-items-single-row{flex-direction:column}body#customer-portal #order-cart .cart-item .cart-cell.tablet-single-row,section#customer-portal #order-cart .cart-item .cart-cell.tablet-single-row{margin-top:.75rem}}body#customer-portal #order-weekdays-creation .confirm-info,section#customer-portal #order-weekdays-creation .confirm-info{flex-grow:0}body#customer-portal #order-weekdays-creation .order-actions,section#customer-portal #order-weekdays-creation .order-actions{display:flex;flex-grow:1;justify-content:flex-end}body#customer-portal #order-weekdays-creation .order-actions button,section#customer-portal #order-weekdays-creation .order-actions button{font-size:1.1rem;height:50px;width:190px}body#customer-portal #order-weekdays-creation .order-tabs__tabs,section#customer-portal #order-weekdays-creation .order-tabs__tabs{display:flex;position:relative}body#customer-portal #order-weekdays-creation .order-tabs__tab,section#customer-portal #order-weekdays-creation .order-tabs__tab{background-color:#fff;border:1px solid #2b2e34;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#2b2e34;cursor:pointer;line-height:1em;min-width:100px;padding:.5rem}body#customer-portal #order-weekdays-creation .order-tabs__tab.active,section#customer-portal #order-weekdays-creation .order-tabs__tab.active{background-color:#f3af47;color:#fff}body#customer-portal #order-weekdays-creation .order-tabs__contents,section#customer-portal #order-weekdays-creation .order-tabs__contents{display:flex}body#customer-portal #order-weekdays-creation .order-tabs__contents .table tr.header td,section#customer-portal #order-weekdays-creation .order-tabs__contents .table tr.header td{background-color:#f3af47;border:0;padding-bottom:1rem;padding-top:1rem}body#customer-portal #order-weekdays-creation .order-tabs__contents .table tr .cell-pulldown-shop,section#customer-portal #order-weekdays-creation .order-tabs__contents .table tr .cell-pulldown-shop{vertical-align:top;width:220px}body#customer-portal #order-weekdays-creation .order-tabs__contents .table tr .cell-pulldown-weekday,section#customer-portal #order-weekdays-creation .order-tabs__contents .table tr .cell-pulldown-weekday{width:120px}body#customer-portal #order-weekdays-creation .order-tabs .btn-add-weekday,section#customer-portal #order-weekdays-creation .order-tabs .btn-add-weekday{color:#b5b2b2;cursor:pointer;display:inline-block;font-size:30pt;line-height:1em;margin-top:.7rem}body#customer-portal #order-weekdays-creation .order-tabs .btn-add-weekday:hover,section#customer-portal #order-weekdays-creation .order-tabs .btn-add-weekday:hover{color:#a5a2a2}body#customer-portal #order-weekdays-creation .cart .text-notable,section#customer-portal #order-weekdays-creation .cart .text-notable{font-size:12pt;font-weight:600}body#customer-portal #order-weekdays-creation .cart .title,section#customer-portal #order-weekdays-creation .cart .title{border-bottom:1px solid #969696;font-size:13pt;padding-bottom:.2rem}body#customer-portal #order-weekdays-creation .cart .cart-item,section#customer-portal #order-weekdays-creation .cart .cart-item{line-height:1.3em;padding:.7rem 0}body#customer-portal #order-weekdays-creation .cart .cart-item+.cart-item,section#customer-portal #order-weekdays-creation .cart .cart-item+.cart-item{border-top:1px solid #969696}body#customer-portal #order-weekdays-creation .cart .cart-item .shop-name,section#customer-portal #order-weekdays-creation .cart .cart-item .shop-name{font-size:12pt;padding-right:.5rem}body#customer-portal #order-weekdays-creation .cart .cart-item .date-info,section#customer-portal #order-weekdays-creation .cart .cart-item .date-info{align-items:center;display:flex;margin-left:auto}body#customer-portal #order-weekdays-creation .cart .cart-item .date-info>span,section#customer-portal #order-weekdays-creation .cart .cart-item .date-info>span{white-space:nowrap}body#customer-portal #order-weekdays-creation .cart .cart-item .date-info .mdi-calendar,section#customer-portal #order-weekdays-creation .cart .cart-item .date-info .mdi-calendar{font-size:14pt}body#customer-portal #order-weekdays-creation .cart .cart-item .info-line,section#customer-portal #order-weekdays-creation .cart .cart-item .info-line{margin-top:.7rem}body#customer-portal #modal-search-goods .table td,section#customer-portal #modal-search-goods .table td{padding-bottom:.32rem;padding-top:.32rem}body{background-color:var(--app-color-background);min-width:768px;overflow-x:hidden}body>.container-fluid{min-height:100vh;padding-bottom:50px;padding-left:0;padding-right:0}body>.container-fluid>.content{padding:.75rem}body#customer-portal{--app-color-default:#f3af47;--app-color-background:#edebea;--app-navbar-border-color:#f3af47}.form-control:disabled,.form-control[readonly]{background-color:#f0f0f0!important}
