body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;
    margin: 0;
    overflow-x: hidden;

    /* user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;  */
}

.be-splash-screen {
    background-attachment: fixed !important;
}

#check-order-content {
    min-height: 100%;
    display: flow-root;
}

.top-left {
    font-size: 14px !important;
}

#top .container .row {
    width: 100%;
}

.top-right>span:first-child {
    font-size: 14px !important;
}

#modalLogin.modal {
    overflow-y: hidden;
    position: absolute;
    float: left;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    height: fit-content;
}

#modalLogin.modal .modal-content {
    margin: auto;
    background: #fff;
    border: 10px solid #ccc;
    border-top-color: #e44514;
    z-index: 9999;
    width: 95%;
    max-width: 450px;
    position: relative;
}

.modal-bg-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../../A.png?v1.0') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.modal-bg-image #loginForm {
    position: relative;
}

.modal-bg-image .modal-header {
    background-color: transparent !important;
    border-bottom: unset !important;
    color: #000 !important;
    z-index: 2;
    position: relative;
}

.modal-bg-image .modal-body {
    padding: 35px 20px 20px;
    background-color: transparent !important;
    color: #000;
    z-index: 2;
}

.modal-bg-image .modal-body input.form-control {
    background: transparent;
    height: 40px;
    border: 1px solid #333;
    border-radius: 10px;
    color: #333;
    font-weight: 600;
    font-size: 20px;
}

.modal-bg-image .modal-footer {
    background-color: transparent !important;
    text-align: center;
    z-index: 2;
    display: block;
    position: relative;
    border-top: unset;
    padding-top: 0;
}

.modal-bg-image label {
    color: #000;
}

.login-thank {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1.6rem;
    margin-top: 25px;
    color: #000;
    padding-right: 3px;
}

.table-scroll-x .table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll-x::-webkit-scrollbar-thumb {
    background-color: #a20606;
}

.table-scroll-x>.table-bordered>thead>tr>th {
    background: #a20606;
    color: #fff !important;
}

.table-scroll-x .table th.fix-col,
.table-scroll-x .table td.fix-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 18rem;
}


.table-scroll-x {
    overflow-x: hidden;
    cursor: pointer;
    /* min-height: 72vh; */
}

.table-scroll-x .table tr:nth-of-type(odd) {
    background: #f5f5f5;
    z-index: 2;
}

.table-scroll-x .table tr:nth-of-type(even) {
    background: #fff;
    z-index: 2;
}


.table-scroll-x .table tr.success:nth-of-type(odd) {
    background: #34a853;
    z-index: 2;
}

.table-scroll-x .table tr.success:nth-of-type(even) {
    background: #34a853;
    z-index: 2;
}

.table-scroll-x .table tr:nth-of-type(odd) th.fix-col {
    background: #a20606;
    z-index: 999 !important;
}

.table-scroll-x .table tr:nth-of-type(odd) td.fix-col {
    background: #f5f5f5;
    z-index: 999 !important;
}

.table-scroll-x .table tr:nth-of-type(even) th.fix-col {
    background: #a20606;
    z-index: 999 !important;
}

.table-scroll-x .table tr:nth-of-type(even) td.fix-col {
    background: #fff;
    z-index: 999 !important;
}

.table-scroll-x .table tr.success:nth-of-type(odd) td.fix-col {
    background: #34a853;
    z-index: 999 !important;
}

.table-scroll-x .table tr.success:nth-of-type(even) td.fix-col {
    background: #34a853;
    z-index: 999 !important;
}

.table-scroll-x .table td.user-avatar {
    display: table-cell !important;
    z-index: 10;
    text-transform: capitalize;
}

.done {
    background: #029b43;
    color: #fff;
    padding: 2.5px 10px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
}

.not-done {
    background: #da2128;
    color: #fff;
    padding: 2.5px 10px;
    width: 131px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
}

.done-sm {
    padding: 2px 10px;
}

span.success,
span.pending {
    display: block;
    margin: 0 auto 3px;
    height: 24px;
    background-size: contain;
}

span.success {
    background: url(../images/icon/ok.png) no-repeat left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    white-space: nowrap;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    display: flex;
    padding-left: 15px;
}

td:has(> span.success) {
    font-size: 13px;
}

span.pending {
    background: url(../images/icon/not.png) no-repeat center;
}

span.bill-code {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 5px;
}

.btn-search-md {
    height: 70px;
    min-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.h-60 {
    max-height: 136vh;
    margin-bottom: 0;
}

.page-item.left span {
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
}

.page-item.right span {
    font-weight: bold;
    cursor: pointer;
}

.pagination-number {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    right: 110px;
    bottom: 30px;
}

.table-respon {
    max-height: 136vh;
}

.show-mobile {
    display: none !important;
}
.no-wrap {
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .container {
        width: 100%;
        display: block;
    }

    .text-center-sm {
        display: block !important;
        margin-right: 15px;
    }

    .head-menu {
        position: absolute;
        left: -280px;
        width: 280px;
        top: 50px;
        z-index: 9999;
        margin: 0;
        padding: 10px 0;
        background: #fff;
    }

    .search-form {
        max-width: 100%;
    }

    .text-center-sm {
        display: flex;
    }

    .search-form .btn.btn-search {
        border-top-right-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }

    .search-form-content {
        border-top-left-radius: unset !important;
        border-bottom-left-radius: unset !important;
    }

    .search {
        height: 26rem;
    }

    #modalLogin.modal {
        left: 47%;
        top: 47%;
        width: 100%;
    }

    .t1 {
        font-size: 2rem !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
        text-align: right;
        margin-top: 30px;
    }

    .table-scroll-x {
        width: 100%;
        overscroll-behavior-x: contain;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #report-form {
        min-width: 100%;
    }
}
