/* body.no-scroll {
    overflow: auto;
} */

.amt-loading {
    top: 37px
}

.amt-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .8)
}

.amt-loading .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 40px
}

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

.pagination-rounded>li>a {
    cursor: pointer;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

html::-webkit-scrollbar {
    width: 4px;
    margin-left: 3px;
    opacity: 0.9;
    webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

html::-webkit-scrollbar-thumb {
    background-color: #4285F4;
}

.be-notifications .notification>a .notification-info .text {
    line-height: 17px;
}

.be-notifications .notification:hover {
    background-color: #9db2d6;
}

.text-error {
    color: #eb6357;
}

.text-info {
    color: #139b07;
}

a.text-info:hover,
a.text-info:focus {
    color: #139b07;
}

.bg-info {
    color: #fff;
    background-color: #139b07;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #139b07;
}

.label-primary {
    background-color: #139b07;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #139b07;
}

.table-responsive {
    width: 100%;
}

.table-responsive thead>tr>th,
.table-responsive tbody>tr>td {
    white-space: nowrap;
}

.table-scroll-x .table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll-x::-webkit-scrollbar-thumb {
    background-color: #4285f4;
}

.table-scroll-x .table th.fix-col,
.table-scroll-x .table td.fix-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 18rem;
}

.fix-width {
    max-width: 86px;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min-width {
    min-width: 220px;
}


.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,
.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,
.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;
}

.table-responsive tbody>tr>td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.btn-select-xs {
    height: 30px !important;
    padding: 0 10px !important;
}

.order-image {
    max-width: 100%;
}


th.col-fixed {
    position: sticky !important;
    left: 0 !important;
    z-index: 999 !important;
}

td.col-fixed {
    position: sticky !important;
    left: 0 !important;
    z-index: 999 !important;
}

.white-space-normal {
    white-space: normal !important;
}

.select-lg {
    height: 48px !important;
    font-weight: 500;
}

.pt-1 {
    padding-top: 1rem !important;
}


.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
    color: #fbbc78 !important;
}

.bank-qr {
    width: 100%;
    margin: 1rem auto;
    display: block;
}

.w-100 {
    width: 100%;
}

@media (max-width: 767px) {
    .table-scroll-x {
        overflow-x: scroll;
    }
}
