:root {
    --border-color-fields: #ececec;
}
.text-xxsmall {
    font-size: 10px;
}

.text-xsmall {
    font-size: 11px;
}

.text-small {
    font-size: 12px;
}


body {
    font-family: sans-serif;
    font-size: 11.5px !important;
    background-color: #fff; /*#454f67*/
    background-image: url(images/body.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

*, input, select, textarea, option, button {
    outline: none !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.app-body > .loading {
    padding:0.5rem;
    font-weight:600;
}

.app-body > .loading:not(:first-child) {
    display:none;
}

hr {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: none;
    display: block;
    margin: 10px 0;
}

.header {
    background-color: #454f67 !important;
    padding: 0 0 12px 0
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg)
}

.header-menu {
    background-image: url(images/sprite.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 108px;
    display: block;
    text-align: center
}

    .header-menu > ul {
        padding: 0;
        list-style: none;
        display: inline-block
    }

        .header-menu > ul > li {
            float: left
        }

            .header-menu > ul > li i {
                font-size: 20px
            }

            .header-menu > ul > li ul {
                font-size: 12px
            }

            .header-menu > ul > li:hover, .header-menu > ul > li.show {
                background-color: #333
            }

            .header-menu > ul > li > a, .header-menu > ul > li button {
                line-height: 98px;
                height: 98px;
                position: relative !important;
                display: block;
                color: #000 !important;
                padding: 0 15px !important;
            }

            .header-menu > ul > li * {
                color: #000 !important
            }

            .header-menu > ul > li:hover a, .header-menu > ul > li.show *, .header-menu > ul > li:hover *, .header-menu > ul > li.show * {
                color: #fff !important
            }

            .header-menu > ul > li > a.dropdown-toggle::after {
                bottom: -8px;
                position: absolute;
                text-align: center;
                left: 50%;
                margin-left: -8px;
                color: #333 !important;
                border-top: 8px solid;
                border-right: 8px solid transparent;
                border-bottom: 0;
                border-left: 8px solid transparent
            }

    .header-menu .dropdown-menu {
        border-radius: 0;
        padding: 0
    }

        .header-menu .dropdown-menu li {
            border-bottom: 1px solid rgba(194,194,194,.2)
        }

            .header-menu .dropdown-menu li:last-child {
                border: none
            }

    .header-menu .dropdown-item {
        padding: 6px 12px !important;
    }

.navbar {
    padding: 0 !important
}

@media screen and (max-width: 767px) {
    .header-menu > ul > li > ul {
        position: absolute !important;
        left: 5px;
        right: 5px
    }

    .header-menu .dropdown-menu li ul {
        margin: 5px
    }
}

@media screen and (min-width: 768px) {
    .header-menu > ul > li {
        position: relative
    }

        .header-menu > ul > li > .dropdown-menu {
            position: absolute;
            margin: 10px 0 0 0 !important;
            left: -100%
        }

    .header-menu .dropdown-menu {
        margin-top: 0;
        margin-left: 2px;
        border: 0;
        background-color: #333
    }
}

.dropdown-menu {
    background-clip: initial;
    font-size: inherit;
    border-radius: 0
}

.header-menu .dropdown-menu {
    border: 0
}

    .header-menu .dropdown-menu li {
        background-color: #333
    }

    .header-menu .dropdown-menu a {
        color: #fff !important;
    }

.header-menu .dropdown-item:hover, .header-menu .dropdown-item:focus {
    background-color: #222 !important
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #222
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%
    }


.input-group-text {
    padding-top: inherit;
    padding-bottom: inherit;
}

.main {
    background-color: #fff;
    box-shadow: 0 0 1.5rem 0 rgb(0 0 0 / 5%);
    padding: 2rem;
    width: initial;
    border-radius: 15px;
    /* min-height: calc(100vh - 160px); */
    border: 1px solid #ececec;
}

.contanier {
    display: initial !important;
}

.sub-header {
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    flex-direction: column;
    text-align: end;
    min-height: 60px;
}

@media screen and (min-width: 768px) {
    .sub-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
        flex-direction: initial;
    }
}

.sub-header .btn {
    min-width: 110px;
}

.breadcrumb {
    margin: 0;
    color: #333;
    background: none;
    text-transform: lowercase;
}

    .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 0 10px;
        color: #333;
        content: "\f054";
    }

    .breadcrumb li a {
        color: #333;
        text-decoration: none;
    }

.content-title ul, .category-title ul {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.content-title, .category-title {
    margin: 10px 0;
}

    .content-title ul li, .category-title ul li {
        margin: 0 0px 0 0;
        padding: 0 5px;
        display: inline-block;
        background-position: 100% center;
        background-repeat: no-repeat;
        vertical-align: top;
        line-height: 26px;
        color: #000;
    }

        .content-title ul li a, .category-title ul li a {
            color: #fff;
        }

.bubble {
    /*    padding: 20px;
    background: #fff;
    border: 1px solid #ececec;*/
    border: 1px solid #ececec;
}

.blazored-typeahead {
    border-color: #ececec;
}

.mnx-3 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.grid-base, .grid-base-input {
    width: 100%;
    margin: 0;
    border-radius: 0px;
    padding: 0;
    /*margin-bottom: 2px;*/
}

    .grid-base > tr > th, .grid-base > thead > tr > th, .grid-base > tfoot > tr > th, .grid-base-input > tr > th, .grid-base-input > thead > tr > th, .grid-base-input > tfoot > tr > th {
        font-weight: bold;
        padding: 0 .5rem;
        color: #555;
        text-transform: uppercase;
        height: 40px;
        background-repeat: repeat-x;
        font-size: 11px;
        text-wrap: nowrap;
        background-color: #fff;
        background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 35%);
    }

    .grid-base > tr > th, .grid-base > thead > tr > th, .grid-base-input > tr > th, .grid-base-input > thead > tr > th {
        border-bottom: 1px solid #ececec;
    }

    .grid-base > tfoot > tr > th, .grid-base-input > tfoot > tr > th {
        border-top: 1px solid #ececec;
        background: #fff !important;
        /*padding: 5px;*/
        /*height: inherit !important;*/
        font-size: 12px;
    }

    .grid-base-input > tfoot > tr > th {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .grid-base > tr > td, .grid-base > tbody > tr > td, .grid-base-input > tr > td, .grid-base-input > tbody > tr > td {
        /*background-color: #fff;*/
        border-top: 1px solid #ececec;
        padding: .25rem .5rem;
        color: #484848;
        vertical-align: middle;
        line-height: 20px;
        height: 34px;
    }

    .grid-base-input tr td:has(.form-control), .grid-base-input tr td:has(.blazored-typeahead__input) {
        padding: 2px;
    }

    .grid-base-input > tr > td, .grid-base-input > tbody > tr > td {
    }

    .grid-base:not(:has(>thead)) > tr:first-child > td, .grid-base:not(:has(>thead)) > tbody > tr:first-child > td, .grid-base-input:not(:has(>thead)) > tr:first-child > td, .grid-base-input:not(:has(>thead)) > tbody > tr:first-child > td {
        border-top: none;
        border-bottom: none;
    }

    .grid-base:not(:has(tr td)) tr th, .grid-base-input:not(:has(tr td)) tr th {
        border-bottom: none;
    }

    .grid-base tr.active td {
        background: #e9ecef !important;
    }

    .grid-base tr:hover > td, .grid-base-input tr:hover > td {
        background: #e9ecef;
    }

    .grid-base tr td .no-border, .grid-base-input tr td .no-border {
        background-color: transparent;
    }

    .grid-base tr:hover td .no-border, .grid-base-input tr:hover td .no-border {
        border-color: #ced4da;
        background-color: #fff;
    }

    .grid-base-input tbody tr:last-child .actions-table-dropdown {
        /*display: none;*/
    }


.table-color-toggle > tbody > tr {
    background: #fff;
}

    .table-color-toggle > tbody > tr:nth-child(even) {
        background: #f7f7f7;
    }

.grid-base tr:nth-child(odd), .grid-base-input tr:nth-child(odd) {
    background-color: #fff;
    border-width: inherit !important;
    border-style: inherit;
    border-color: unset;
}

.grid-base tr:nth-child(even), .grid-base-input tr:nth-child(even) {
    background-color: #f7f7f7 !important;
}

.actions-table-dropdown button {
    border: inherit;
}


.actions-table-dropdown .dropdown-menu::before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #efefef;
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
}

.actions-table-dropdown .dropdown-menu::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    display: block;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -10px;
}



.actions-table-dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    min-width: inherit;
    top: -2px !important;
    border: 0;
    border-left: 1px solid #edf2f9;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px !important;
    border: 1px solid #efefef;
}

    .actions-table-dropdown .dropdown-menu:not(:has(li)) {
        display: none !important;
    }

    .actions-table-dropdown .dropdown-menu .dropdown-item {
        padding: 4px;
        font-weight: bold;
        background-color: inherit !important;
        display: table-cell;
    }

        .actions-table-dropdown .dropdown-menu .dropdown-item a {
            display: block;
            text-decoration: none !important;
        }

        .actions-table-dropdown .dropdown-menu .dropdown-item i {
            text-align: center;
            width: 25px;
            font-size: 13px;
            transition: all 0.1s linear;
        }

        .actions-table-dropdown .dropdown-menu .dropdown-item:hover i {
            font-size: 16px;
            transition: all 0.1s linear;
        }

        .actions-table-dropdown .dropdown-menu .dropdown-item i.fa-pencil-alt {
            color: #0088cc !important;
        }

        .actions-table-dropdown .dropdown-menu .dropdown-item i.fa-trash {
            color: #b54646 !important;
        }




.nav-tabs {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 0.5rem 0;
}

    .nav-tabs > li {
        float: none;
        display: inline-block;
    }

        .nav-tabs > li > a {
            position: relative;
            border-radius: 0 !important;
            margin: 0;
            color: #000;
        }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}


.nav-tabs > li a.active:before {
    background-color: #337ab7;
    position: absolute;
    height: 2px;
    content: ' ';
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
}


.mask-numeric {
    text-align: right;
}

.mask-percent {
    text-align: right;
}

.control-label {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0.3rem 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #757575;
    vertical-align: middle;
}

.text-control {
    font-size: 12px;
    /*font-weight: bold;*/
    padding: .375rem .5rem;
    color: #212529;
    min-height: 30px;
}


.form-control, .blazored-typeahead__input {
    font-size: 12px;
    height: inherit;
    border-radius: 0;
    /*font-weight: bold;*/
    border-color: var(--border-color-fields);
    padding: .375rem .5rem;
}


.blazored-typeahead {
    height: inherit;
}
.blazored-typeahead__controls {
    /*height: 100%;*/
}

select.form-control {
    padding-right: 25px!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.field-validation-error {
    padding: 3px 0;
    display: inline-block;
}

input.form-control, select.form-control, textarea.form-control, label.form-control, span.form-control, button.form-control {
    box-shadow: none !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

label.form-control {
    font-weight: normal;
}

.grid-base-input .form-control, .grid-base-input .blazored-typeahead__input {
    padding: .375rem;
}

    .label-floating .switch {
        background-color: #fff;
    }

.label-floating .switch-on, .label-floating .switch-off {
    margin: 1px;
}

.no-border {
    border-color: transparent;
    box-shadow: none;
}

    .no-border:focus {
        box-shadow: inherit;
    }

.no-bg {
    background: none;
}

.no-color {
    color: transparent;
}

.btn {
    border-radius: 0;
    font-size: 12px;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 12px;
    border-radius: 0;
}

.btn-default {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.border-default {
    border-color: #ececec;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
}




.card {
    border-radius: 0 !important;
}


i.fa-pencil-alt {
    color: #0088cc;
}

i.fa-trash {
    color: #b54646;
}

i.fa-dollar-sign {
    color: #009226;
}

i.fa-history {
    color: #b54646;
}

i.fa-shipping-fast {
    color: #ff5e20;
}

i.fa-tags {
    color: #6b6b6b
}

i.fa-sync {
    color: #0088cc;
}

i.fa-key {
    color: #ffc107;
}

i.fa-fingerprint {
    color: #7d7d7d;
}

.fa-cloud-upload-alt {
    color: #288fff;
}

i.fa-video {
    color: #f00;
}

.blazored-modal {
    border: 0;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 45%);
}

.main-content-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .main-content-footer > :not(:last-child) {
        margin-right: .25rem;
    }

    .main-content-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .main-content-footer button {
        min-width: 120px;
    }


/*
.modal-sm, .modal-md, .modal-lg, .modal-xl {
    width: 100%;
}
    */


.blazored-typeahead {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.blazored-typeahead__input, .blazored-typeahead__input-mask, .blazored-typeahead__clear {
    padding-left: .75rem;
    padding-right: .75rem;
}

.blazored-typeahead__input-icon, .blazored-typeahead__clear {
    width: inherit;
    border-radius: initial;
}

.switch.btn {
    width: 100% !important;
}


.validation-message {
    width: 100%;
    margin: 0.15rem 0;
    font-size: 80%;
    color: #dc3545;
}

.invalid ~ .validation-message {
    display: block;
}

.form-control.invalid, .blazored-typeahead.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .form-control.invalid:focus, blazored-typeahead.invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }




textarea.form-control.invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-check-input.invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.invalid ~ .validation-message {
    display: block;
}


.blazored-modal-header {
    padding: 1rem;
    margin: 0 1rem;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}

    .blazored-modal-header .blazored-modal-title {
        font-size: 13px;
        font-weight: 600;
        text-transform: lowercase;
    }

.blazored-modal-content-body {
    padding: 1rem;
}

.blazored-modal-content-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

    .blazored-modal-content-footer button {
        min-width: 100px;
    }

    .blazored-modal-content-footer > :not(:last-child) {
        margin-right: .1rem;
    }

    .blazored-modal-content-footer > :not(:first-child) {
        margin-left: .1rem;
    }


.blazored-modal {
    padding: 0.2rem !important;
    border: 0;
    border-radius: 20px !important;
    box-shadow: 0 0 30px rgb(0 0 0 / 45%);
}

    .blazored-modal .bm-header {
        padding: 0.5rem 1rem;
        margin: 0;
        border-bottom: 1px solid #dee2e6;
        align-items: center;
    }

        .blazored-modal .bm-header .bm-title {
            font-size: 13px;
            font-weight: 600;
            text-transform: lowercase;
        }

        .blazored-modal .bm-header .bm-close {
            padding: initial;
            margin: initial;
        }

    .blazored-modal .blazored-modal-content-body {
        padding: 0.5rem 1rem;
    }

    .blazored-modal .blazored-modal-content-footer {
        padding: 1rem;
        margin: 0;
    }




::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #9b9b9b;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #9b9b9b;
    border-radius: 50px;
}

.fields-group {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem 0
}

    .fields-group span {
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
        white-space: nowrap
    }

    .fields-group:after {
        content: "";
        background-color: #ececec;
        height: 1px;
        width: 100%;
        margin-left: 1rem
    }



.validation-summary.alert-warning {
    display: flex;
    border-radius: 0;
    padding: 0;
    border-color: #ffb822;
    background-color: #fff;
}

    .validation-summary.alert-warning .alert-icon {
        position: relative;
        min-width: 90px;
        max-width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffb822;
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .validation-summary.alert-warning .alert-icon:before {
            font-family: "Font Awesome 5 Free";
            font-size: 22pt;
            font-weight: 900;
            content: "\f06a";
            color: #ffffff;
        }

        .validation-summary.alert-warning .alert-icon:after {
            font-family: "Font Awesome 5 Free";
            font-size: 12pt;
            font-weight: 900;
            content: "\f04b";
            color: #ffffff;
            position: absolute;
            right: -10px;
            color: #ffb822;
        }

    .validation-summary.alert-warning .validation-errors {
        margin: 0;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

        .validation-summary.alert-warning .validation-errors .validation-message {
            font-size: 12px;
            color: #666;
        }

.validation-summary:not(:has(.validation-errors)) {
    display: none;
}


.form-check-inline {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
}

.form-check-label {
    margin: 0 5px;
}




.table-mobile-label {
    display: none;
}


@media (max-width: 767px) {
    .table-mobile thead {
        display: none;
    }

    .table-mobile tr:not(:first-child) {
        border-top: 1px solid #edf2f9;
        padding-top: 10px;
        display: block;
    }


    .table-mobile td {
        border: none;
        border-top: 1px solid #edf2f9 !important;
    }

    .table-mobile td {
        display: block;
    }

    .table-mobile-label {
        display: block;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;
        padding: 2px;
    }

    .table-mobile-display {
        padding: 0.375rem 0.75rem;
    }
}

.modal:not(.show) {
    display: none!important;
}

.modal .modal-content {
    border-radius: 20px;
    background-clip: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
}

    .modal .modal-content .modal-header {
        position: relative;
        margin: 0px;
        padding: 20px 1.5rem;
    }

        .modal .modal-content .modal-header .modal-title {
            font-weight: bold;
            text-transform: lowercase;
            font-size: 12px;
            letter-spacing: 1px;
        }

        .modal .modal-content .modal-header .close {
            margin-top: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: 0;
            padding: 0.5rem 1.5rem;
        }

    .modal .modal-content .modal-footer {
        padding: 0.8rem 1rem;
    }

        .modal .modal-content .modal-footer .btn {
            font-size: 12px !important;
            min-width: 110px;
        }

.min-price {
    border-color: #15bb15;
    border-width: 1px;
}

.form-switch {
    display: flex;
    align-items: center;
}

.form-switch .form-check-input{
    min-width: 40px;
}



.letter-spacing-1 {
    letter-spacing: 1px;
}




table .mobile-label {
    display: none;
}


@media (max-width: 991px) {
    table.mobile thead {
        display: none;
    }

    table.mobile tr:not(:first-child) {
        border-top: 1px solid #dddddd;
    }


    table.mobile td {
        border: none;
        border-top: 1px solid #edf2f9 !important;
    }

    table.mobile td {
        display: block;
        height: unset !important;
        background-color:#fff;
    }

    table.mobile .no-border {
        border-color: var(--border-color-fields) !important;
    }

    table .mobile-label {
        display: block;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;
        padding: 2px;
    }

    table.mobile-display {
        padding: 0.375rem 0.75rem;
    }
}

/*@media (min-width: 576px) and (max-width: 992px) {
    .text-nowrap {
        white-space: normal !important;
    }
}*/



@media only screen and (max-width:800px) {
    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables td {
        display: block;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables td {
        position: relative;
        /*padding-left: 50%;*/
        border: none;
        border-bottom: 1px solid #eee;
    }

        #no-more-tables td:before {
            content: attr(data-title);
            position: absolute;
            left: 6px;
            font-weight: bold;
        }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables tr {
        border-bottom: 3px solid #ccc;
        margin-bottom: 0.5rem;
    }
}


.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:10;
}


.b-page-progress-active::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255,255, 255, .0);
    /*backdrop-filter: blur(1px);*/
    cursor: wait;
    z-index: 1;
}

body.modal-open .b-page-progress-active::before {
    display: none !important;
}