@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://imaging.blob.core.windows.net/content/error-popup.css');

.button.is-ts {
    padding: 15px 30px;
    height: unset;
}

    .button.is-ts.with-label {
        padding: 10px;
        height: unset;
        width: 100%;
        max-width: 85px;
        margin-left: 15px;
    }

.input.is-ts {
    height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .input.is-ts.input-ts {
        padding: 15px 30px;
    }

.table.packing-table thead tr th {
    font-weight: 500;
    font-size: 0.95em;
    color: #555;
}

.table.packing-table th,
.table.packing-table td {
    vertical-align: middle;
}

.table.packing-table td {
    border-color: #fff;
}

.table.is-packing thead tr th {
    color: #7B8C9E;
    font-weight: 500;
    font-size: 0.95em;
}

.table.is-packing tbody tr {
    color: #0C233F;
    font-weight: 500;
    font-size: 1em;
}

.table.is-packing tr td,
.table.is-packing tr th {
    padding-left: 24px;
    padding-right: 24px;
}

.table.is-packing tr th,
.table.is-packing tr td {
    vertical-align: middle;
}

.table.is-packing tr th {
    height: 60px;
}

.table.is-packing tr td {
    height: 72px;
}

.table.is-packing.is-selectable tbody tr {
    cursor: pointer;
}

    .table.is-packing.is-selectable tbody tr.is-active {
        background-color: rgba(250, 166, 47, 0.8784313725);
        color: #fff;
    }

html {
    overflow: auto;
    overflow-x: hidden;
}

html,
body {
    font-family: "Roboto", sans-serif;
}

a,
.btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.app-loading-wp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.85;
}

main.columns {
    margin: 0;
    padding: 0;
}

    main.columns > .column {
        padding: 0;
    }

* {
    box-sizing: border-box;
}

.sm-font-size {
    font-size: clamp(0.8rem, 2.5vw, 1rem);
}

.h3 {
    color: #444;
}

.fs-1-yt {
    font-size: 1.1em;
}

.fs-1-5-yt {
    font-size: 1.5em;
}

.ct-has-background-success {
    background-color: #23d160;
    color: #fff;
}

    .ct-has-background-success:hover {
        background-color: #23d160;
    }

.ct-has-background-primary {
    background-color: #03bda1;
    color: #fff;
}

    .ct-has-background-primary:hover {
        background-color: #00d1b2;
    }

.ct-has-background-black {
    background-color: #0a0a0a;
    color: #fff;
}

    .ct-has-background-black:hover {
        background-color: #0a0a0a;
    }

.ct-has-background-burly {
    background-color: #ce954b;
    color: #fff;
}

    .ct-has-background-burly:hover {
        background-color: #ce954b;
    }

.ct-has-background-danger {
    background-color: #ff3860;
    color: #fff;
}

    .ct-has-background-danger:hover {
        background-color: #ff3860;
    }

.ct-has-background-info {
    background-color: #209cee;
    color: #fff;
}

    .ct-has-background-info:hover {
        background-color: #209cee;
    }

.ct-has-background-warning {
    background-color: #ffdd57;
    color: #363636;
}

    .ct-has-background-warning:hover {
        background-color: #ffdd57;
    }

.img-wp-yt {
    width: auto;
    height: 150px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.yt .user-wp-yt {
    padding: 0px;
}

    .yt .user-wp-yt a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        max-width: 75px;
    }

.header-packing-app .container-yt {
    align-items: stretch;
    min-height: 3.25rem;
    width: 100%;
}

    .header-packing-app .container-yt .packing-version {
        font-size: 8px;
        position: relative;
        top: -21px;
        left: 49px;
    }

@media (max-width: 480px) {
    .header-packing-app .container-yt .packing-version {
        position: relative;
        top: -22px;
        left: 45px;
    }
}

@-webkit-keyframes mainscreen {
    0% {
        color: #ffdd57;
    }

    50% {
        color: #333;
    }

    100% {
        color: #ffdd57;
    }
}

@keyframes mainscreen {
    0% {
        color: #ffdd57;
    }

    50% {
        color: #333;
    }

    100% {
        color: #ffdd57;
    }
}

body .is-error td {
    font-weight: 700 !important;
}

section.home-layout {
    width: 100%;
    max-width: 533px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.packing-btn {
    height: 65px;
    border-radius: 10px;
}

    .packing-btn .exit {
        width: 80px;
    }

.packing-btn-sm {
    width: 85px;
}

.margin-left-right {
    margin: 0 10px;
}

.packing-border {
    border: 2px solid #fff;
    border-right: 0px;
    border-left: 0px;
}

.padding-yt {
    padding: 10px;
}

.t-center {
    text-align: center;
}

.position-r {
    position: relative;
    left: 16px;
}

.column-title {
    font-weight: bold;
}

.courier-back-arrow-bg {
    color: rgb(34, 32, 35);
    background-color: #F9A52E;
    border-radius: 5px;
    width: 46px;
    height: 34px;
    margin-right: 20px;
}

.packing-breadcrumb ul {
    list-style: none;
    display: inline-table;
    padding-inline-start: 1px;
    font-size: 12px;
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.packing-breadcrumb li {
    display: inline;
}

.packing-breadcrumb span {
    float: left;
    background: #e7e9eb;
    padding: 3px 10px 3px 20px;
    position: relative;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #555;
}

    .packing-breadcrumb span:after {
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #e7e9eb;
        position: absolute;
        right: -12px;
        top: 0;
        z-index: 1;
    }

    .packing-breadcrumb span:before {
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

.footer-order-to-pack.footer-wh > div > div > .scroll-buttons {
    margin-top: -58px
}

body.body-packing-app::-webkit-scrollbar {
    display: none;
}

body.body-packing-app {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

table.table-yt {
    width: 100%;
}

.packing-order-wp {
    height: 100%;
    max-height: 100vh;
}

.table-yt,
.th-yt,
.td-yt {
    border: 1px solid #fff;
    border-collapse: collapse;
}

.th-yt {
    padding: 10px;
    text-align: center !important;
    background: #e0e0e0;
}

.td-yt {
    padding: 10px;
}

.order-img img {
    width: auto;
    height: auto;
    max-height: 150px;
}

.order-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-justify-content-space-between-yt {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

    .d-flex.align-items-center {
        align-items: center;
    }

    .d-flex.justify-content-space-between-yt {
        justify-content: space-between;
    }

    .d-flex.justify-content-space-around {
        justify-content: space-around;
    }

    .d-flex.justify-content-end {
        justify-content: end;
    }

    .d-flex.justify-content-center {
        justify-content: center;
    }

    .d-flex.flex-direction-column {
        flex-direction: column;
    }

.width-50 {
    width: 50%;
}

.d-grid {
    display: grid;
}

.gap-10 {
    gap: 10px;
}

.two-columns {
    grid-template-columns: 1fr 1fr;
}

.three-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.flex-basis-50 {
    flex-basis: 50%;
}

.click-collect {
    margin-right: 10px;
}

.inst-wp {
    width: 100%;
    text-align: end;
}

    .inst-wp.two {
        width: 100%;
    }

.inner-icn {
    display: flex;
    flex-direction: column;
}

.picker-name {
    font-weight: 700;
}

.important-info {
    font-size: 32px;
    font-weight: 800;
}

    .important-info.order-id {
        font-size: 20px;
    }

.table-wp-orders {
    min-height: 195px;
    overflow-y: auto;
}

.footer-order {
    position: relative;
    bottom: 0;
    padding: 12px;
    background: rgb(224, 224, 224);
    z-index: 2;
}

    .footer-order .button.is-danger {
        margin-top: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
        border-radius: 0;
    }

.orders .button.badge {
    position: relative;
}

    .orders .button.badge .is-top {
        position: absolute;
        top: -15px;
        right: -15px;
        background-color: #3273dc;
        color: #fff;
        width: 40px;
        height: 40px;
        border: 5px solid #fff;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.orders .table-container {
    overflow: unset;
}

.orders .table thead {
    position: sticky;
    top: 0;
    background-color: #f7f7f7;
    z-index: 2;
}

    .orders .table thead tr th .sort-icons {
        position: relative;
        margin-right: 5px;
    }

        .orders .table thead tr th .sort-icons i {
            color: #dedede;
        }

            .orders .table thead tr th .sort-icons i:last-child {
                position: absolute;
                bottom: 0;
                left: 0;
            }

            .orders .table thead tr th .sort-icons i.active {
                color: inherit;
            }

.orders .table tbody tr {
    height: 71px;
}

    .orders .table tbody tr td {
        font-weight: 500;
    }

.hover-is-info:hover {
    background-color: #209cee !important;
    color: #fff !important;
}

.logo-cont {
    margin: 6px 20px;
    position: relative;
}

.blue {
    color: #0000ff;
}

.red {
    color: #ff0000;
}

.red-background {
    background-color: #ff0000;
}

.my-icon {
    font-size: 27px;
}

.c-box-yt {
    background-color: #3273DC;
}

.btn-yt {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 85px;
    border-radius: 10px;
}

.packing-name {
    margin-left: 40px;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}

.ml-1-yt {
    margin-left: 10px;
}

.white-background {
    background-color: #fff !important;
}

.sub-title-packing {
    text-align: center;
}

.percent {
    position: relative;
    width: 150px;
    height: 50px;
    top: -10px;
}

    .percent svg {
        position: relative;
        width: 79px;
        height: 72px;
    }

        .percent svg circle {
            width: 150px;
            height: 150px;
            fill: none;
            stroke-width: 10;
            stroke: #000;
            transform: translate(5px, 5px);
            stroke-dasharray: 180;
            stroke-linecap: round;
        }

            .percent svg circle:nth-child(1) {
                stroke-dashoffset: 0;
                stroke: #f3f3f3;
            }

    .percent .numbers {
        position: absolute;
        top: 10px;
        left: -39px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
    }

.packing-order-wp .title-buttons-sorting {
    margin-left: 15px;
}

.packing-order-wp .columns.is-1-yt {
    padding: 10px;
}

.packing-order-wp ._content {
    /*height: 100%;
  min-height: calc(100vh - 59px);*/
    /*@media (max-width: 854px){
  	.table-list{
  		max-height: calc(100vh - 878px);

  	}
  }



  @media (max-width: $tablet-width) {
  	.table-list{
  		max-height: calc(100vh - 882px);
  		margin-top:10px ;
  	}
  }
  @media (max-width:750px){
  	.table-list{
  		max-height: calc(100vh - 888px);
  	}
  }*/
}

    .packing-order-wp ._content .table-list {
        min-height: 195px;
        overflow-y: auto;
    }

@media (max-width: 990px) {
    .packing-order-wp ._content .field-wp {
        margin-top: -5px;
    }

    .packing-order-wp ._content .modify-columns-tablet {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 10px;
    }

        .packing-order-wp ._content .modify-columns-tablet .column button {
            width: 100%;
        }
}

@media (max-width: 468px) {
    .packing-order-wp ._content .modify-columns-tablet {
        grid-template-columns: 1fr 1fr;
    }
}

.packing-order-wp .modify-columns-tablet {
    margin-bottom: 5px;
}

.packing-order-wp tr.packed {
    background-color: green;
    color: white;
    font-weight: 800;
}

    .packing-order-wp tr.packed.unclickable {
        pointer-events: none;
    }

    .packing-order-wp tr.packed td:nth-child(3) .d-flex .btn-random-one {
        background-color: #fff;
        border-color: #ff3860;
        color: #ff3860;
    }

    .packing-order-wp tr.packed td:nth-child(4) button.unpacked-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

    .packing-order-wp tr.packed td:nth-child(4) button.packed-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

.packing-order-wp tr.ct-has-background-black {
    background-color: #000;
    color: #fff;
}

    .packing-order-wp tr.ct-has-background-black td:nth-child(3) .d-flex .btn-random-one {
        background-color: #fff;
        border-color: #ff3860;
        color: #ff3860;
    }

    .packing-order-wp tr.ct-has-background-black td:nth-child(4) button.unpacked-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

    .packing-order-wp tr.ct-has-background-black td:nth-child(4) button.packed-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

.packing-order-wp tr.ct-has-background-danger {
    background-color: #8b0000;
    color: #fff;
}

    .packing-order-wp tr.ct-has-background-danger td:nth-child(3) .d-flex .btn-random-one {
        background-color: #fff;
        border-color: #e75874;
        color: #e75874;
    }

    .packing-order-wp tr.ct-has-background-danger td:nth-child(4) button.unpacked-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

    .packing-order-wp tr.ct-has-background-danger td:nth-child(4) button.packed-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

.packing-order-wp tr.ct-has-background-primary {
    background-color: #e9967a;
    color: #000;
}

    .packing-order-wp tr.ct-has-background-primary td:nth-child(3) .d-flex .btn-random-one {
        background-color: #fff;
        border-color: #ff3860;
        color: #ff3860;
    }

    .packing-order-wp tr.ct-has-background-primary td:nth-child(4) button.unpacked-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

    .packing-order-wp tr.ct-has-background-primary td:nth-child(4) button.packed-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

.packing-order-wp tr.ct-has-background-info {
    background-color: #8b008b;
    color: #fff;
}

    .packing-order-wp tr.ct-has-background-info td:nth-child(3) div .btn-random-one {
        background-color: white;
        border-color: #ff3860;
        color: #ff3860;
    }

    .packing-order-wp tr.ct-has-background-info td:nth-child(4) button.unpacked-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

    .packing-order-wp tr.ct-has-background-info td:nth-child(4) button.packed-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

.packing-order-wp tr.ct-has-background-warning {
    background-color: #ff5349;
    color: #fff;
}

    .packing-order-wp tr.ct-has-background-warning td:nth-child(3) .d-flex .btn-random-one {
        background-color: white;
        border-color: #ff3860;
        color: #ff3860;
    }

    .packing-order-wp tr.ct-has-background-warning td:nth-child(4) button.packed-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

    .packing-order-wp tr.ct-has-background-warning td:nth-child(4) button.unpacked-btn-box {
        background-color: #fff;
        border-color: #209cee;
        color: #209cee;
        width: 100%;
        height: 100%;
        min-height: 50px;
    }

.packing-order-wp .sort-icons {
    position: relative;
    margin-right: 5px;
}

    .packing-order-wp .sort-icons i {
        color: #dedede;
    }

        .packing-order-wp .sort-icons i:last-child {
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .packing-order-wp .sort-icons i.active {
            color: inherit;
        }

.packing-order-wp .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.packing-order-wp .product-right {
    font-size: 1.1em;
}

.packing-order-wp .product-align-left {
    display: flex;
    justify-content: end;
    align-items: end;
}

.packing-order-wp .supplier-left {
    display: flex;
    justify-content: end;
    font-size: 1.1em;
}

.packing-order-wp .is-orange {
    background-color: transparent;
    border-color: #FFA500;
    color: #FFA500;
}

.packing-order-wp .animate-text {
    color: transparent;
    background-image: linear-gradient(to left, #ff0000, #0000ff, #964b00, #ffff00);
    background-clip: text;
    -webkit-background-clip: text;
    animation: animate-text 10s linear infinite;
    -webkit-background-size: 500%;
    background-size: 500%;
}

@keyframes animate-text {
    0% {
        background-position: 0 100%;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 100%;
    }
}

.packing-order-wp .picker-info-wp {
    display: flex;
}

.packing-order-wp thead.thead-yt {
    position: sticky;
    top: -3px;
    z-index: 3;
    background: #e0e0e0;
}

.packing-order-wp .footer-order-to-pack {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #e0e0e0;
    width: 100%;
    position: relative;
    bottom: 0;
}

    .packing-order-wp .footer-order-to-pack .ftr-container {
        margin: 0 auto;
        width: 100%;
        max-width: 1110px;
    }

    .packing-order-wp .footer-order-to-pack .box-wp {
        display: flex;
        flex-direction: column;
        margin-left: 37px;
        align-items: center;
    }

        .packing-order-wp .footer-order-to-pack .box-wp .bold-span {
            font-weight: 700;
        }

    .packing-order-wp .footer-order-to-pack .packing-btn {
        background-color: #fff;
    }

        .packing-order-wp .footer-order-to-pack .packing-btn.unclickable {
            pointer-events: none;
        }

.packing-order-wp .table-yt tbody tr th,
.packing-order-wp .table-yt tbody tr td {
    vertical-align: middle;
}

    .packing-order-wp .table-yt tbody tr td .img-wp {
        display: flex;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

        .packing-order-wp .table-yt tbody tr td .img-wp img {
            display: block;
            height: 100%;
            width: auto;
            max-width: 75px;
            max-height: 125px;
        }

    .packing-order-wp .table-yt tbody tr td .units-wp {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 20px;
    }

.btn-img-gif-wp-scanner .eod-btn img {
    min-height: 55px;
    min-width: 55px;
    max-height: 70px;
    max-width: 70px;
}

@media (max-width: 990px) {
    .field-wp {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .field-wp {
        margin-top: 15px;
    }
}

@media (max-width: 695px) {
    .column.is-width.d-flex.gap-10 {
        flex-direction: column;
    }

    .box-scanned::after {
        left: 43px;
    }
}
/*# sourceMappingURL=packing.css.map */
.modal.confirm .modal-content.mw-3-5 {
    max-width: 500px;
}

    .modal.confirm .modal-content.mw-3-5 .box {
        border-top: 10px solid #FFC960;
        padding: 30px;
    }

        .modal.confirm .modal-content.mw-3-5 .box .text-right {
            text-align: right;
        }

        .modal.confirm .modal-content.mw-3-5 .box .cta-wp {
            margin-top: 30px;
        }

            .modal.confirm .modal-content.mw-3-5 .box .cta-wp .button {
                font-size: 1.3rem;
                padding: 15px 30px;
                height: unset;
            }

                .modal.confirm .modal-content.mw-3-5 .box .cta-wp .button:last-child {
                    color: #666;
                }

                .modal.confirm .modal-content.mw-3-5 .box .cta-wp .button:first-child {
                    background-color: #FFC960;
                    border-color: #FFC960;
                    color: #fff;
                    margin-right: 10px;
                }

.is-padding {
    padding: 30px;
}

section.log-in-layout {
    width: 100%;
    position: relative;
    margin-top: 12px;
    background-color: #f1bd00;
}

.packing-login-wp {
    display: flex;
    flex-direction: column;
}

    .packing-login-wp .login-ext-btn {
        font-size: 20px;
        color: #e90c17;
        width: 100%;
        max-width: 24%;
    }

    .packing-login-wp .KeyboardRow {
        text-align: center;
    }

    .packing-login-wp .KeyboardKey {
        display: inline-block;
        border: 1px solid #dcdcdc;
        margin-bottom: 5px;
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
        background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dfdfdf");
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        display: inline-block;
        color: #444;
        font-family: arial;
        font-size: 20px;
        font-style: normal;
        line-height: 50px;
        height: 70px;
        width: 70px;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #ffffff;
        background: #fff;
    }

        .packing-login-wp .KeyboardKey.CE {
            color: #e90c17;
        }

        .packing-login-wp .KeyboardKey:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
            background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#ededed");
            background-color: #dfdfdf;
        }

        .packing-login-wp .KeyboardKey:active {
            position: relative;
            top: 1px;
        }

    .packing-login-wp .KeyboardRow .active {
        background-color: #0c57a8;
        -moz-box-shadow: inset 0px 1px 0px 0px #9fc5f2;
        -webkit-box-shadow: inset 0px 1px 0px 0px #9fc5f2;
        box-shadow: inset 0px 1px 0px 0px #9fc5f2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c57a8), color-stop(1, #043078));
        background: -moz-linear-gradient(center top, #0c57a8 5%, #043078 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c57a8", endColorstr="#043078");
        border: 1px solid #2358a1;
        display: inline-block;
        text-shadow: 1px 1px 0px #07294a;
        color: #ffffff;
    }

        .packing-login-wp .KeyboardRow .active:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #043078), color-stop(1, #0c57a8));
            background: -moz-linear-gradient(center top, #043078 5%, #0c57a8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043078", endColorstr="#0c57a8");
            background-color: #043078;
        }

    .packing-login-wp .col-2 {
        display: flex;
        flex-direction: column;
    }

    .packing-login-wp .box-yt {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 3.5em 30px;
        border-radius: 10px;
        background: #f2f2f2;
    }

    .packing-login-wp .login-profile {
        background: #fff;
        border-radius: 50%;
        margin-top: -70px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 145px;
        width: 144px;
        position: absolute;
        top: 0;
        left: 50%;
        overflow: hidden;
        border: 6px solid #fff;
    }

.remove-box-wp .box-items .box-item,
.add-box-wp .box-items .box-item {
    border: 1px solid #dedede;
    border-radius: 20px;
    color: #333;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.25s all cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 300px;
    max-height: 300px;
}

    .remove-box-wp .box-items .box-item:hover,
    .add-box-wp .box-items .box-item:hover {
        border-color: #666;
    }

    .remove-box-wp .box-items .box-item.is-charge-bg-lock,
    .add-box-wp .box-items .box-item.is-charge-bg-lock {
        background-color: #e0e0e0;
        min-height: 390px;
    }

    .remove-box-wp .box-items .box-item .img-wp,
    .add-box-wp .box-items .box-item .img-wp {
        min-height: 180px;
        position: relative;
        overflow: hidden;
    }

    .remove-box-wp .box-items .box-item .info-wp,
    .add-box-wp .box-items .box-item .info-wp {
        padding: 20px;
    }

    .remove-box-wp .box-items .box-item .is-charged,
    .add-box-wp .box-items .box-item .is-charged {
        position: relative;
        top: 3px;
        margin: 5px 45px;
        z-index: 1;
        background-color: #485461;
        background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
        color: #fff;
        padding: 5px 22px;
        border-radius: 10px;
        text-align: center;
    }

.remove-box-wp .box-items .box-item {
    max-height: unset;
    height: 100%;
}

    .remove-box-wp .box-items .box-item .info-wp {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

.credit-sale-wp .button .is-horizontal {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .credit-sale-wp .button .is-horizontal span.icon {
        margin-right: 0;
        margin-left: 0;
    }

    .credit-sale-wp .button .is-horizontal span.__label {
        font-size: 15px;
        font-weight: 600;
    }

.credit-product-detail .form-wp {
    min-height: 340px;
    position: relative;
}

    .credit-product-detail .form-wp .img-wp {
        color: transparent;
        background-color: #eee;
        border-radius: 20px;
        font-size: 0.9em;
        position: absolute;
        left: 0;
        top: 47px;
        width: 100%;
        min-height: 300px;
        max-width: 170px;
    }

        .credit-product-detail .form-wp .img-wp img {
            display: block;
        }

    .credit-product-detail .form-wp > .columns {
        margin-left: 190px;
    }

    .credit-product-detail .form-wp .ml-left-none {
        margin-left: 0px;
    }

    .credit-product-detail .form-wp .height-177 {
        height: 114px;
        padding: 0.5rem;
    }

.table-wp.credit-table-yt {
    min-height: calc(100vh - 750px);
    max-height: calc(100vh - 750px);
    overflow-y: scroll;
}

.credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:first-child .img-wp img {
    max-width: 100px;
    min-width: auto;
    max-height: 90px;
    min-height: 90px;
}

.credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:nth-child(2) ._header {
    margin-bottom: 0.5rem;
}

.credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:nth-child(2) h2.title {
    font-size: 1.1rem;
}

.credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:nth-child(2) p.subtitle {
    font-size: 0.9rem;
}

.credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:nth-child(2) .mw-100 {
    display: flex;
}

    .credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:nth-child(2) .mw-100 .available {
        font-size: 1.2rem;
    }

    .credit-sale-wp .credit-table-yt .table-container table tbody tr td .product .columns .column:nth-child(2) .mw-100 .qty-left {
        font-size: 1rem;
        font-weight: 800;
        margin-left: 0.5rem;
    }


.order-completed-wp .order-pack-complete {
    height: 100%;
    min-height: calc(100vh - 621px);
    max-height: calc(100vh - 621px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.column.fullheight-yt > .button.is-default.fc-6.fc-6 {
    display: none;
}

.customize-pagination-yt {
    margin-bottom: 20px;
}

    .customize-pagination-yt div {
        margin: 0px 15px 15px 0px;
    }

        .customize-pagination-yt div ul {
            display: inline-flex;
            gap: 10px;
        }

            .customize-pagination-yt div ul li {
                border: none;
                width: 40px;
                height: 26px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .customize-pagination-yt div ul li.active {
                    border: none;
                }

    .customize-pagination-yt select {
        max-height: 100%;
        height: 25px;
        text-align: center;
        margin-right: 20px;
    }

.bg-white-yt {
    background-color: #fff !important;
}

.scanner-wp-yt :root {
    --background-color-white: 255 255 255;
}

.scanner-wp-yt img {
    max-width: 100%;
    display: block;
}

.scanner-wp-yt .flex {
    display: flex;
    flex-wrap: wrap;
}

.scanner-wp-yt .grid {
    display: grid;
}

    .scanner-wp-yt .grid.center {
        place-items: center;
    }

.scanner-wp-yt .scanner-container {
    padding: 0.6em;
}

.scanner-wp-yt .other-box-cont {
    width: 100%;
    margin-bottom: 50px;
}

.scanner-wp-yt .box-scanned-wp {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: 140px;
    position: relative;
    margin-right: 30px;
}

    .scanner-wp-yt .box-scanned-wp::after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: relative;
        font-size: 3.4em;
        left: 43px;
        top: 30px;
        color: #20bf55;
        opacity: 0.8;
    }

    .scanner-wp-yt .box-scanned-wp.not-scanned::after {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: relative;
        font-size: 3.4em;
        left: 50px;
        top: 30px;
        color: #FF0000;
        opacity: 0.6;
    }

.scanner-wp-yt .scanner-box, .scanner-wp-yt .other-box {
    border: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-shadow: 0 2px 4px 0 hsla(0deg, 0%, 0%, 0.2);
    border-radius: 10px;
    margin: 1.1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scanner-wp-yt .header-courier, .scanner-wp-yt .text-align-center {
    color: rgb(34, 32, 35);
    text-align: center;
}

.scanner-wp-yt .fa-angle-left {
    font-size: 25px;
}

.scanner-wp-yt .other-box-cont .box-not-scanned {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 75px;
    max-width: 100%;
    width: 150px;
}

.scanner-box.main {
    min-height: 190px;
}

.ghost-wp {
    margin-right: 30px;
}

    .ghost-wp span.icon.ghost {
        font-size: 4.9em;
        position: relative;
        left: 35%;
    }

.mobile-content {
    background: #eee;
    font-family: "Roboto", sans-serif;
    min-height: calc(100vh - 107px);
}

    .mobile-content .remaining-wp {
        background: #F86666;
        color: #fff;
        display: flex;
        justify-content: space-around;
        font-size: 12px;
        padding: 5px 10px;
        font-weight: 500;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .mobile-content .scanner-wp {
        padding: 0 20px;
        background: #fafafa;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -1px 4px 0 hsla(0deg, 0%, 0%, 0.1);
        opacity: 0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 10;
    }

        .mobile-content .scanner-wp.active {
            bottom: 70px;
            opacity: 1;
        }

        .mobile-content .scanner-wp .input.border-bottom-only {
            border-radius: 1px;
            border-top: none;
            border-left: none;
            border-right: none;
            box-shadow: none;
            background: #fafafa;
        }

        .mobile-content .scanner-wp span#btnNext {
            margin-top: 10px;
        }

    .mobile-content .navbar-menu-item {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 55px;
        z-index: 100;
    }

        .mobile-content .navbar-menu-item .navbar-menu-bottom {
            height: 100%;
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
        }

            .mobile-content .navbar-menu-item .navbar-menu-bottom .navbar-items {
                height: 100%;
                align-items: center;
                display: flex;
                justify-content: space-between;
            }

                .mobile-content .navbar-menu-item .navbar-menu-bottom .navbar-items .ct-navbar-item {
                    font-size: 25px;
                    color: #DEDEDE;
                    cursor: pointer;
                }

                    .mobile-content .navbar-menu-item .navbar-menu-bottom .navbar-items .ct-navbar-item.active, .mobile-content .navbar-menu-item .navbar-menu-bottom .navbar-items .ct-navbar-item:hover {
                        color: #444;
                    }

                    .mobile-content .navbar-menu-item .navbar-menu-bottom .navbar-items .ct-navbar-item.focused {
                        background: #FAA62F;
                        border: 7px solid #eee;
                        border-radius: 50%;
                        align-items: center;
                        display: flex;
                        justify-content: center;
                        font-size: 30px;
                        font-weight: bold;
                        height: 70px;
                        width: 70px;
                        position: absolute;
                        left: 50%;
                        bottom: 50%;
                        transform: translateX(-50%);
                        transition: 0.25s all ease-out;
                    }

                        .mobile-content .navbar-menu-item .navbar-menu-bottom .navbar-items .ct-navbar-item.focused:hover {
                            background: #FD9604;
                            color: #fff;
                        }

@media (max-width: 479px) {

    .general-wp .is-width {
        max-width: unset;
    }

        .general-wp .is-width a {
            font-size: 12px
        }
}

@media (max-width: 380px) {
    .two-columns {
        grid-template-columns: 1fr;
    }
}

.detail-sale-wp {
    max-height: calc(100vh - 750px);
    min-height: calc(100vh - 750px);
    overflow-y: scroll;
}

.modal .modal-content .box .dd-report-container .report-container .report-background .print-container .main--container {
    margin-bottom: 2rem !important;
}

    .modal .modal-content .box .dd-report-container .report-container .report-background .print-container .main--container:last-child {
        margin-bottom: 0 !important;
    }
