@font-face {
    font-family: 'aj-bold';
    src: url('../fonts/aj-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'aj-light';
    src: url('../fonts/aj-light.ttf') format('truetype');
}

@font-face {
    font-family: 'aj-regular';
    src: url('../fonts/aj-regular.ttf') format('truetype');
}

html, body {
    font-family: 'aj-regular', Helvetica, Arial, sans-serif;
    scroll-behavior: smooth;
}
/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
button:focus,
input:focus {
    outline: none !important;
    /*box-shadow: none !important;*/
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.hideSaidebar {
    /*display: none !important;*/
    width: 75px;
    min-height: 85vh;
}

.col-space {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    /* position: relative; */
    justify-content: space-between;
}

@media (min-width: 768px) {
    .sidebar[b-b1qreap0p9] {
        width: auto !important;
        /*min-width: 210px;*/
    }
}

.menu-toggler-full-sidebar {
    background: #9807bd;
    color: #fff;
    display: block;
    width: 100%;
    margin: .25rem 0;
    padding-top: .35rem;
}

.nav-item a {
    /*min-width: 186px;*/
    min-width: 100%;
}

.nav-link .bi {
    font-size: 24px;
    padding: 0 .5rem;
}

.sidebar {
    width: auto !important;
    z-index: 999999;
    position: relative;
}

    .sidebar .hideSaidebar .nav-link span {
        display: none;
    }

.logo-img {
    border-radius: 50%;
    display: block;
    width: 70px;
    margin: 0 auto;
}

.navbar-brand {
    width: 100%;
    text-align: center;
}

.hideSaidebar .logo-img {
    width: 50px;
    margin-right: -21px;
}

.hideSaidebar .navbar-brand {
    padding: 0;
    margin: 0;
}

    .hideSaidebar .navbar-brand span {
        display: none;
    }

.hideSaidebar .nav-item .nav-link:hover span {
    background-color: #2f336d;
    color: white;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.loader {
    z-index: 100;
    display: flex;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #04040499;
    height: 100%;
    z-index: 10;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.loader__body {
    background: #fff;
    padding: 1.5rem 2rem;
    background: #f7f7f7c9;
    border-radius: 25px;
}

.grid-a {
    background: #191a5b;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: .15rem;
}

.grid-a__i {
    color: #fff;
}

.white-color {
    color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*min-height: 100%;*/
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    /*white-space: nowrap;
    overflow: scroll;*/
}

.overlay-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    min-height: 100%;
}

    .overlay-content.form {
        min-width: 300px;
        width: 45%;
        position: relative;
    }

        .overlay-content.form.full {
            width: 75%;
        }

.toast-container {
    --bs-toast-zindex: 99999999999;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.grid-a-details {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.form-actions {
    border-top: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    padding-top: .5rem;
}

.overlay-close {
    background: #fdfdfd;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid #efefef;
}

.toast-header .me-auto {
    margin-left: auto !important;
    margin-right: 10px !important;
}

.yes-no-dialog {
    display: block !important;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #04040499;
    height: 100%;
    z-index: 9999999;
}

.yes-no-dialog__body {
    background: #fff;
    max-width: 600px;
    width: 90%;
    margin: 3vh auto 0;
    text-align: center;
    padding: 1.5rem 0.5rem;
}

.yes-no-dialog__buttons {
    text-align: left;
}

.navbar-brand {
    margin-right: 0;
}

.settings-a {
    display: block;
    background: #f9f9f9;
    text-align: center;
    padding: 2rem 0;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 1px #0000000d;
    border: 1px solid #ebebeb;
    transition: all .2s ease-in-out;
    font-family: aj-bold;
    text-decoration: none;
    margin-bottom: 1rem;
}

    .settings-a:hover {
        box-shadow: none;
        border: 1px solid #f5f5f5;
        transform: scale(.98)
    }

    .settings-a i {
        font-size: 2.5rem;
    }

    .settings-a span {
        display: block;
    }

tr {
    vertical-align: baseline;
}

.list-horz-wp {
    background: #f7f7f7;
    border-radius: 25px;
    padding: .25rem;
}

.top-form-list-search {
}

.list-horz-wp__ul {
    margin-bottom: 0;
    padding: 0 .15rem;
}

.list-horz-wp__li {
    display: inline-block;
}

.list-horz-wp__li--button {
    background: #ffffff;
    margin: .25rem;
    padding: .35rem 2rem;
    border-radius: 25px;
    border: 1px solid #f7f7f7;
}

    .list-horz-wp__li--button.active {
        background: #151d5d;
        color: #fff;
    }

.list-horz-wp-buttons {
}

    .list-horz-wp-buttons button {
    }

.items-wp {
    margin-top: 1rem;
    padding-bottom: 6rem;
}

.item-card {
    background: #ffffff;
    padding: 1rem .7rem .5rem;
    text-align: center;
    border-radius: 0.75rem;
    /*   box-shadow: 0px 6px 17px -10px #000000a6;
    border: 1px solid #f9f9f9;*/
    border: 2px solid #efefef;
    /*    background: #ffffff;
    padding: 1rem 1rem .5rem;
    text-align: center;
    border-radius: 0.5rem;
    box-shadow: 0px 6px 17px -10px #000000a6;*/
    /*    background: #f9f8f8;
    padding: .5rem;
    text-align: center;
    border-radius: 0.5rem;*/
}

    .item-card.selected {
        border: 2px solid green;
    }

.item-card__header {
    position: relative;
}

    .item-card__header img {
        max-width: 98%;
        display: block;
        object-fit: cover;
        width: 100%;
        height: 200px;
        object-position: center;
        margin: 0 auto;
        border-radius: 0.35rem;
    }

.item-card__avaliable {
    background: #ffffffa3;
    padding: .15rem 1.25rem;
    border-radius: 10px;
    position: absolute;
    bottom: 4px;
    right: 6px;
    font-family: fantasy;
}

.item-card__body {
}

.item-card__title {
    font-family: 'aj-bold';
    padding: .8rem 0;
}
.item-card__title.dark {
    background: #9807bd;
    color: #fff;
    border-radius: 0.75rem;
}

.item-card__body select {
}

.item-card__counts {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.item-card__input {
    margin: 0 .25rem;
    text-align: center;
}

.form-select {
    padding: .375rem .375rem 0.375rem 2.25rem;
    background-position: left .75rem center;
}

.list-horz-wp-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.item-card__plusminus {
    width: 100px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    font-family: fantasy;
    font-size: 1.2rem;
    background: #f9f9f9;
}

.list-horz-wp-buttons button {
    background: #f7f7f7;
    border: 0;
    padding: 1rem;
    border-radius: 14px;
    /* width: 75px; */
    height: 56px;
    font-family: 'aj-bold';
    font-size: .7rem;
    margin-right: 0.5rem;
}

    .list-horz-wp-buttons button i {
        font-size: 1rem !important;
        padding: 0 .5rem;
    }

.totals {
    background: #9807bd;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 50px;
    left: 0;
    z-index: 9;
    transition: all .25s ease-in-out;
    color: #fff;
}

    .totals.show {
        background: #000000a6;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.totals__wp {
    max-width: 700px;
    width: 100%;
}

.totals.show .totals__wp {
    height: 70%;
    background: #ffffff;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.totals__header {
    height: 50px;
}

.totals__header--title-value {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .totals__header--title-value span {
        margin: 0 .5rem;
        font-size: 1.2rem;
        font-family: fantasy;
    }

.totals.show .totals__header--title-value,
.totals.show .totals__header--title-value span {
    color: #000;
}

.totals__toggle-btn {
    position: absolute;
    left: 0;
    top: -99%;
    background: #9807bd;
    border: none;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.totals__close-btn {
    display: none;
    position: absolute;
    left: 0;
    top: 6px;
    background: #9807bd;
    border: none;
    padding: .5rem 1.25rem;
    color: #fff;
    border-radius: 10px;
}

.totals.show .totals__toggle-btn {
    display: none;
}

.totals.show .totals__close-btn {
    display: block;
}

.totals.show .totals__header {
    position: relative;
}

.totals__save-btn {
    background: #9807bd;
    color: #fff;
    padding: .75rem 0;
    border-radius: .5rem;
    border: 0;
    margin-bottom: .5rem;
    width: 100%;
    margin-top: .5rem;
}

.col-list-wp {
    background: #f9f9f9;
    padding: 2rem .75rem;
}

    .col-list-wp h3 {
        padding-bottom: 1.5rem;
    }

.master-item-card {
    background: #fff;
    padding: .5rem;
    box-shadow: 0px 3px 9px -4px #00000042;
    border-radius: .5rem;
    margin-top: 1rem;
    position: relative;
}

    .master-item-card.active {
        border: 2px solid green;
    }

.master-item-card__header {
    display: flex;
    justify-content: space-between;
}

.master-item-card__date {
}

.master-item-card__time {
    font-family: aj-bold;
    font-size: 1.2rem;
}

.master-item-card__body {
    display: flex;
    justify-content: center;
    padding: .75rem 0;
}

.master-item-card__type-count {
    text-align: center;
}

    .master-item-card__type-count span {
        font-family: fantasy;
        padding: .15rem .5rem;
        background: #f3f2f2;
        margin-left: 1rem;
    }

.master-item-card__item-count {
    text-align: center;
}

    .master-item-card__item-count span {
        font-family: fantasy;
        padding: .15rem .5rem;
        background: #f3f2f2;
        margin-left: 1rem;
    }

.master-item-card__username {
    background: #f9f9f9;
    text-align: center;
    font-family: 'aj-bold';
    font-size: 1.1rem;
    padding: .35rem 0;
    border-radius: 0.4rem;
    margin: .25rem 0;
}

.page-title-ico {
    padding: 0 .75rem;
  
    text-align: center;
    color: #fff;
    padding: .6rem 0;
    margin-bottom: .6rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .page-title-ico i {
        font-size: 24px;
        padding: 0 .5rem;
    }

    .page-title-ico.green {
        background: #418141;
    }

    .page-title-ico.red {
        background: tomato;
    }
    .page-title-ico.orange {
        background: orange;
    }

.page-title-ico__btn {
    float: right;
    background: none;
    border: 1px solid;
    margin: 0 .25rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-width: 16%;
    text-align: center;
    justify-content: center;
}
    .page-title-ico__btn.w50p {
        width: 60px !important;
        min-width: auto;
    }

    .page-title-ico__btn.green {
        border-color: green;
        color: green;
    }
    .page-title-ico__btn.orange {
        border-color: orange;
        color: orange;
    }
    .page-title-ico__btn.orange.active {
        background: orange;
        color: #fff;
    }
    .page-title-ico__btn.green.active {
        background: green;
        color: #fff;
    }

.freezer-items-card {
    background: #ffffff;
    padding: .5rem .5rem;
    text-align: center;
    border-radius: 0.75rem;
    border: 2px solid #efefef;
}

.freezer-items-card__title {
    background: #9807bd;
    color: #fff;
    margin-bottom: 1rem;
    padding: .5rem;
    border-radius: .25rem;
    position: relative;
}

    .freezer-items-card__title.white {
        background: #fff;
        padding: 0;
    }



    .freezer-items-card__title span {
        background: #9807bd;
        display: block;
        border-radius: 0 0 8px 8px;
        padding: .35rem 0;
    }

    .freezer-items-card__title.white-title {
        margin-bottom: 0;
    }

        .freezer-items-card__title.white-title span {
            color: #9807bd;
            background: #fff;
            font-family: 'aj-bold';
        }

        .freezer-items-card__title.white-title img {
            border-radius: .5rem .5rem 0 .5rem;
        }

        .freezer-items-card__title.white-title .freezer-items-card__balance {
            background: #980ebd;
            display: inline-block;
            padding: .15rem .75rem;
            min-width: 50px;
            color: #fff;
            border-radius: .5rem;
            position: absolute;
            bottom: 37px;
            left: 2px;
        }

    .freezer-items-card__title img {
        width: 100%;
        height: 130px;
        background-size: cover;
        border-radius: .5rem .5rem 0 0;
    }

.freezer-items-card__items {
}

.freezer-items-card__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.freezer-items-card__image {
    height: 100%;
    margin-left: -1px;
    z-index: 2;
}

    .freezer-items-card__image img {
        width: 50px;
        min-height: 50px;
        border-radius: 0 8px 0 0;
        background-size: cover;
        height: 100%;
        height: 100%;
        display: inline-block;
    }

.freezer-items-card__info {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 .6rem;
    background: #f9f9f9;
    justify-content: space-between;
    border-radius: .5rem;
}

.freezer-items-card__name {
    font-family: 'aj-bold';
    padding: .8rem 0;
}

.freezer-items-card__balance {
    background: #9807bd;
    color: #fff;
    padding: .1rem 1rem;
    border-radius: .75rem;
    margin-right: .5rem;
}

.page-title {
    color: #9807bd;
    text-align: center;
    font-family: 'aj-bold';
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
}

.settings-change-view {
    text-align: left;
    margin-bottom: 1rem;
}

.btn-outline {
    border: 1px solid #9807bd;
    border-radius: 0.7rem;
}

    .btn-outline i {
        color: #9807bd;
    }

    .btn-outline.filled {
        background: #9807bd;
    }

        .btn-outline.filled i {
            color: #fff;
        }

.table-header-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .5rem;
}

    .table-header-control span {
        font-family: aj-bold;
        font-size: 1.2rem;
    }

.toast {
    top: 1rem;
    left: 1rem;
    /*position: relative; */ /* if use => .toast-wp */
    position: absolute;
    z-index : 9999999999;
}

.toast-wp {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}

.order-notes{

}
.order-notes textarea{
    width: 100%;
}
.order-notes select{
    width: 100%;
}
    .order-notes input {
        width: 100%;
        margin-bottom: .5rem;
    }


.top-layer-for-modal {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.master-item-card__delivery {
   
    
    margin: 1rem;
 
    display: flex;
    justify-content: space-between;
}
    .master-item-card__delivery span {
        border: 1px solid #f3f2f2;
        padding: .15rem .75rem;
        border-radius: .5rem;
    }

.table-wp {
    padding: .5rem 0;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}
.table-btn-i {
    border: 1px solid #9807bd;
    width: 100%;
    display: block;
    color: #9807bd;
    background: #ebebeb;
    cursor: pointer;
    border-radius: .5rem;
    min-width: 35px;
    max-width: 60px;
}
.item-card__list {
    
}
.item-card__list ul{
    padding: 0!important;
}
    .item-card__list li {
        list-style: none;
        text-align: right;
        border-bottom: 1px solid #efefef;
        padding: .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
        .item-card__list li.done {
            /*text-decoration: line-through;*/
        }
            .item-card__list li.done::after {
                content: '';
                display: block;
                height: 2px;
                width: 90%;
                background: #ff2801;
                position: absolute;
                right: 5%;
                top: 53%;
                opacity: .4;
            }
        .item-card__list li:hover {
            background: #efefef;
            border-radius: .75rem;
        }
/*    .item-card__list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }*/

.item-card__list-title {
}
.item-card__list-value {
    background: #9807bd;
    padding: .15rem 1rem;
    border-radius: .5rem;
    font-size: 1.1rem;
    font-family: 'aj-bold';
    color: #fff;
    margin-right: 1rem;
}
.item-card__image.sm-86{
    height: 86px!important;
}
.item-card__image.sm-50 {
    /*height: 50px !important;
    width: 50px !important;*/
    height: 50px !important;
    width: 50px !important;
    border-radius: 2.5rem;
}

.pointer-hand{
    cursor: pointer;
}

.login-form-wp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form {
    max-width: 500px;
    width: 90%;
    background: yellow;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #ebebeb;
    border: 3px solid #9807bd;
}
    .login-form .image-wp {
        text-align: center;
        margin-top: -107px;
        margin-bottom: 2rem;
    }
        .login-form .image-wp img {
            width: 107px;
            height: 107px;
            border-radius: 50%;
            margin: 0 auto;
            border: 7px solid #9807bd;
        }
    .login-form .btn-primary {
        background-color: #9807bd !important;
        border-color: #5f0975 !important;
    }
.form-floating > label {
    right: 0;
    left: auto;

}

/* Hide placeholder on focus */
input:focus::placeholder {
    color: transparent!important;
}


.status-pnl {
    margin-top: 1rem;
    padding: .5rem;
    border: 1px solid;
    border-radius: .25rem;
    text-align: center;
}
.status-pnl span{
    display: block;
}
    .status-pnl.verfied {
        border-color: orange;
        background: #fffbf3;
    }
    .status-pnl.done {
        border-color: green;
        background: #f3fff3;
    }
    .status-pnl.delivered {
        border-color: yellow;
        background: #fdfdee;
    }

.pointer-hand.done-product {
    background: #009688;
    color: #fff;
    font-size: 1.1rem;
    font-family: 'aj-bold';
}

 

table.production-vertical-header {
    border-collapse: collapse; /* keeps borders neat */
    table-layout: fixed; /* ensures fixed column widths */
    width: auto; /* prevents stretching */
}

table.production-vertical-header thead th,
table.production-vertical-header tbody td {
    width: 65px; /* fixed width for all columns */
    text-align: center; /* optional: center text */
    overflow: hidden; /* hides overflow text */
    text-overflow: ellipsis; /* adds "..." if text is too long */
    white-space: nowrap; /* prevents wrapping */
}

/* First column wider */
    table.production-vertical-header thead th:first-child,
    table.production-vertical-header tbody td:first-child {
        width: 200px;
        writing-mode: unset;
        vertical-align: middle;
    }


    table.production-vertical-header thead th {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding: 0;
    }
        table.production-vertical-header thead th .vertical-head-ar {
            transform: rotate(-180deg);
            display: inline-block;
            width: 65px;
            /*height: 65px;*/
            padding-right: 21px;
        }

.item-card.status-2 {
    border: 2px solid #0071004a;
    padding-top: .4rem;
}
.item-card.status-2 .item-card__title.dark {
    background: green;
}
.item-card.status-2 .item-card__list-value {
    background: green;
}

.item-card.status-3{

}
.item-card.status-5 {
    border: 2px solid #ff634761;
    padding-top: .4rem;
}
.item-card.status-5 .item-card__list-value {
    background: tomato;
}
.item-card.status-5 .item-card__title.dark {
    background: tomato;
}
.order-status-2 {
    background: green;
    color: #fff;
    padding: 3px 13px;
    border-radius: 10px;
    font-size: .8rem;
    margin-bottom: .4rem;
    display: inline-block;
}
.order-status-3 {
    background: #9807bd;
    color: #fff;
    padding: 3px 13px;
    border-radius: 10px;
    font-size: .8rem;
    margin-bottom: .4rem;
    display: inline-block;
}
.order-status-5 {
    background: tomato;
    color: #fff;
    padding: 3px 13px;
    border-radius: 10px;
    font-size: .8rem;
    margin-bottom: .4rem;
    display: inline-block;
}

.item-card.status-6{
    background: tomato;
}


.order-status-6 {
    background: tomato;
    color: #fff;
    padding: 3px 13px;
    border-radius: 10px;
    font-size: .8rem;
    margin-bottom: .4rem;
    display: inline-block;
}

.show-url-notificaion {
    display: block;
    background: #ffffff;
    width: 150px;
    text-align: center;
    padding: .25rem 2rem;
    color: #009688;
    margin-top: 1rem;
    border: 1px solid;
    border-radius: 1.25rem;
}

.notifications-list ul {
    padding-right: 0;
}
.notifications-list ul li {
    list-style: none;
}
    .notifications-list ul li .text {
        font-family: aj-bold;
        font-size: 1.1rem;
        padding-top: 0.5rem;
        display: block;
        text-align: center;
    }

@media (max-width: 768px) {
    main {
        padding-top: 75px;
    }

    .sidebar {
        width: auto !important;
        z-index: 999999;
        position: fixed;
        width: 100% !important;
    }

    .menu-toggler-full-sidebar {
        position: absolute;
        width: 100px !important;
        left: 0;
        height: 50px;
        top: 0;
        z-index: 99;
    }

    .hideSaidebar {
        display: block !important;
    }
    /*.menu-toggler-full-sidebar {
        display: none !important;
    }*/

    .hideSaidebar {
        width: 100%;
        height: 0;
        min-height: 0;
    }

        .hideSaidebar .col-space {
            display: none !important;
        }



        .hideSaidebar nav {
            display: none;
        }

        .hideSaidebar .nav-item {
            display: none;
        }

    .overlay-content.form {
        width: 95% !important;
    }

    .table-wp {
        overflow: scroll;
        margin-top: 1rem;
    }

    .overlay {
        align-items: flex-start !important;
        justify-content: center;
        z-index: 999999;
        white-space: nowrap;
        overflow: scroll;
    }
}
