/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Jan-2021, 09:55:48
    Author     : quang
*/
.menu-w.sub-menu-style-over .sub-menu-w>ul>li>a:before, .menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i>ul>li>a:before {
    display: none !important;
}
.menu-w.sub-menu-style-over .sub-menu-w>ul>li>a, .menu-w.sub-menu-style-over .sub-menu-w .sub-menu-i>ul>li>a {
    padding: 0px;
}

.sub-menu-i ul{
    min-width: 205px !important;
}
/* ============================================================== */
.resetClass {
    max-width: 410px !important;
}
.hidden{
    display: none !important;
}
* {
    margin: 0;
    padding: 0;

}

body {
    height: 100vh;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center-x {
    display: flex;
    justify-content: center;
}

.flex-center-y {
    display: flex;
    align-items: center;
}

.justify-content {
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}

.hide {
    display: none;
}

.mh-100-vh {
    min-height: 100vh !important;
}

.table-responsive table {
    min-width: 1000px;
}

.no-event {
    pointer-events: none;
}

/* ============================================================== */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #24b314;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

/* ============================================================== */

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-primary {
    color: #007bff !important;
}

.text-success {
    color: #28a745 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-dark {
    color: #222222 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* ============================================================== */

.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border-width: 1px;
}
.select2-selection__arrow {
    height: 40px !important;
}
.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

input.form-control.form-control-sm, select.form-control.form-control-sm {
    height: 40px !important;
    padding-left: 15px;
}


/* ============================================================== */

.btn-warning {
    color: #fff;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-danger {
    color: #fff;
    background-color: #E65252!important;
    border-color: #E65252!important;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

/*.btn-success {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}*/

.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-dark {
    color: #fff;
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.btn-black {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-white {
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;
}


/* ============================================================== */

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem
}
.detailClass{
    max-width: 90% !important;
    margin: 0 auto;
    height: 600px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
/* ============================================================== */



/*loading css*/

#loading {
    position: fixed;
    z-index: 99999;
    background: #ffffffe6;
    height: 100%;
}

#loader4 {
    height: 100px;
    width: 260px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -130px;
}

#loader4 .loader {
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    display: inline-block;
    position: absolute
}

#loader4 .loader-1 {
    animation: animateDot1 1.5s linear infinite;
    left: 130px;
    background: #f73138
}

#loader4 .loader-2 {
    background: #00b733;
    left: 60px;
    animation: animateDot2 1.5s linear infinite;
    animation-delay: .5s
}

#loader4 .loader-3 {
    background: #448afc;
    left: 130px;
    animation: animateDot3 1.5s linear infinite
}

#loader4 .loader-4 {
    background: #950faf;
    left: 60px;
    animation: animateDot4 1.5s linear infinite;
    animation-delay: .5s
}

@keyframes animateDot1 {
    0% {
        transform: rotate(0) translateX(-60px)
    }
    25%,
    75% {
        transform: rotate(180deg) translateX(-60px)
    }
    100% {
        transform: rotate(360deg) translateX(-60px)
    }
}

@keyframes animateDot2 {
    0% {
        transform: rotate(0) translateX(-70px)
    }
    25%,
    75% {
        transform: rotate(-180deg) translateX(-70px)
    }
    100% {
        transform: rotate(-360deg) translateX(-70px)
    }
}

@keyframes animateDot3 {
    0% {
        transform: rotate(0) translateX(60px)
    }
    25%,
    75% {
        transform: rotate(180deg) translateX(60px)
    }
    100% {
        transform: rotate(360deg) translateX(60px)
    }
}

@keyframes animateDot4 {
    0% {
        transform: rotate(0) translateX(60px)
    }
    25%,
    75% {
        transform: rotate(-180deg) translateX(60px)
    }
    100% {
        transform: rotate(-360deg) translateX(60px)
    }
}





/* ============================================================== */

.bag-success {
    background: #78C2A4;
}

.bag-danger {
    background: #FD8181;
}

.bag-warning {
    background: #F0AE4F;
}

.bag-primary {
    background: #4FBAF3;
}

.bag-info {
    background: #4FBAF3;
}

/* ============================================================== */

.btn-info--custom {
    background: #3351C1;
    transition: 0.5s;
}
.btn-info--custom:hover {
    background: #4B6BE1;
    transition: 0.5s;
    color:#fff;
}

.btn-primary--custom {
    background: #3351C1;
    transition: 0.5s;
}
.btn-primary--custom:hover {
    background: #4B6BE1;
    transition: 0.5s;
    color:#fff;
}

.btn-danger--custom {
    background: #E65252;
    transition: 0.5s;
}
.btn-danger--custom:hover {
    background: #F96767 !important;
    transition: 0.5s;
    color:#fff;
}

.btn-warning--custom {
    background: #F0AE4F;
    transition: 0.5s ;
}

.btn-warning--custom:hover {
    background: #E9A442;
    color:#fff;
}

.btn-success--custom {
    background: #42B867;
    color:#fff;
}
.btn-success--custom:hover {
    background: #51CB78;
    transform-origin:none !important;
    color:#fff;
}
.btn-cancel--custom {
    background: #717C98;
    color:#fff;
}
.btn-cancel--custom:hover {
    background: #717C98;
    transform-origin:none !important;
    color:#fff;
}
.css-dropdown--account{
    transition: 0.5s;
}
#tbListUser .row-actions:hover i,#tbList .row-actions:hover i,table .row-actions:hover i,#tblListGroup .row-actions:hover i{
    color: #3351C1;
}

.input-checkbox__action,.check-all-users{
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.2rem;
    opacity: 0;
}


.custom-control-label:after {
    position: absolute;
    top: 4px;

    left: -18px;
    display: block;
    width: 6px;
    height: 10px;
    content: "";
    background: no-repeat 50%/50% 50%;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 
        45deg
        );
}
.custom-control-label::before {
    position: absolute;
    top: .2rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #d6dbeb solid .0625rem;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.check-one-all{
    opacity: 0;
}
.top-bar .dropdown-menu{
    right: 0 !important;
    left: auto !important;
    top:45px !important;
}
.hover--option:hover{
    background: #EBF2FF;
    transition: 0.2s ease-in-out;
}

.table.table-padded tbody tr:hover {
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    -webkit-transform: none;
    transform: none;
}
.input-checkbox__action:checked~.custom-control-label::before,.input-checkbox:checked~.custom-control-label::before,.check-all-users:checked~.custom-control-label::before,.check-all-dataset:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3351c1;
    background-color: #3351c1;
}
.btn-secondary--custom {
    background: #717C98;
    transition: 0.5s;
}
.btn-secondary--custom:hover {
    background: #838FAE;
    transition: 0.5s;
    color: #fff;
}

.btn-dark--custom {
    background: #292B2C;
    transition: 0.5s;
}
.btn-dark--custom:hover {
    background: #3A3C3D;
    transition: 0.5s;
    color: #fff;
}
.header-link{
    display: flex;
    justify-content: space-between !important;
}
.header-link svg{
    margin-left: 8px;
    margin-right: 8px;
}
.header-link span{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color:#677788;
}
.header-link a:nth-child(2){
    display: flex;
    align-items: center;
}
.border-bot{
    border: 1px solid #f8f9fa;
    /* padding-left: 38px; */
    margin-left: 20px;
    margin-right: 20px;
}
.dropdown-menu{
    transition: 0.2s !important;
}
/*input[type='checkbox'] { 
    height:16px;
    width:16px;
   opacity: 0.8;
}*/
.tag-link {
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    transform: matrix(1, 0, 0, -1, 0, 0);
    color: #677788;
}
.tag-link a{
    color:#677788 !important;
}
table input[type='checkbox']{
    margin-left: 16px;
}
.iziToast-message{
    color:#fff !important;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
}
.size-16-icon{
    font-size: 16px;
}
.dropdow-menu-user{
    font-style: normal;
    font-weight: normal;
    /* font-size: 13px; */
    line-height: 24px;
    color: #5C6373;
}
.logout{
    font-style: normal;
    font-weight: 600;
    /* font-size: 13px; */
    line-height: 24px;
    color: #E65252;
}
.object-img{
    display: flex;
    /* align-items: baseline; */
    /* top: 0; */
    justify-content: flex-end;
    position: relative;
    align-items: flex-end;
}
input[type='text'], input[type='password'], textarea,select{
    padding-left: 15px;
    width: 100%;
}
.font-template{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}
.showing-count p {
    color: #414141;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}
.custom-btn span{
    font-style: normal;
    font-weight: 500;
    font-size: 13px;    
    line-height: 24px;
}
.custom-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-btn svg{
    margin-right: 9px;
}
.select2-selection__rendered{
    padding-left: 15px !important;
}
/* ================     izToast   ================================*/
.iziModal .iziModal-button-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjE4IiBjeT0iMTgiIHI9IjE4IiBmaWxsPSIjRUJGMkZGIi8+DQo8cGF0aCBkPSJNMjIgMTRMMTQgMjIiIHN0cm9rZT0iIzcxN0M5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xNCAxNEwyMiAyMiIgc3Ryb2tlPSIjNzE3Qzk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+);
    background-size: 100%!important;
    opacity: 1;
}
.iziModal .iziModal-header {
    border-bottom: 1px solid #ECEFF6;
}
.iziModal .iziModal-header {
    background: #fff !important;
    box-shadow: none;
    margin: auto;
    padding: 15px 15px 20px 30px !important;
}
.iziModal .iziModal-header-title {
    color: black;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 25px;
}   
.iziModal-header-buttons{
    padding-right:5px;
}

/* ============================================================== */

input, 
select, 
textarea {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px;
    line-height: 150%;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #677788 !important;
}

/* ============================================================== */
/* ============================================================== */


@media (min-width: 1660px) {}

@media (min-width: 1200px) {}

@media only screen and (max-width: 1199px) and (min-width: 992px) {}

@media only screen and (max-width: 991px) and (min-width: 768px) {}

@media only screen and (max-width: 767px) and (min-width: 576px) {}

@media (max-width: 575px) {}



.footer-admin .btn:not(:disabled):not(.disabled) {
    cursor: auto !important;
}


.select2-selection__rendered{
    cursor: pointer;
}


/*-------CSS MODAL-------------*/
.form-title{
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #222222;

}
.resetClass {
    max-width: 410px !important;
}
.iziModal {
    border-radius: 10px !important;
    border-bottom: none !important;
}

#main_nav{
    margin-left: 160px;
}
.menu-mobile{
    display: none;
}

.nav-right-acc {
    margin-left: 10px;
}
.nav-right-acc label{
    font-size: 13px;
}
.logo-title{
    display: flex;
    /* justify-items: start; */
    justify-content: center;
}
.logo-w{
    padding: 24px;
}
.left-icon{
    border-bottom: none !important;
}
.has-sub-menu{
    position: relative;
}
.sub-menu-kho,.sub-menu-cauhinh{
    position: absolute !important;
    top:0 !important;
}
.sub-menu-ql-hethong{
    position: absolute !important;
    top:-650px !important;
}
.menu-w.menu-layout-compact ul.main-menu>li.has-sub-menu>a:before {
    margin-right: 10px;
}
.footer-admin{
    cursor: auto !important;
}
.navbar-dark .navbar-nav a.nav-link {
    padding-left: 20px;
    font-size: 14px;
    font-family: Open Sans;
    font-style: normal;
    padding-right: 20px;
}
.backgroud-introduce{

    background-image: url(../../assets/img/bg-gioithieu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 56px;
    padding-bottom: 80px;
}

.backgroud-contact{

    background-image: url(../../assets/img/bg-contact_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 56px;
    padding-bottom: 80px;
}
.backgroud-rules{

    background-image: url(../../assets/img/bg-rules.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 56px;
    padding-bottom: 80px;
}
.backgroud-news {
    background-image: url(../../assets/img/bg-tintuc-compressed.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 80px;
}
a:hover {
    list-style-type: none;
    text-decoration: none;
}
#pagination{
    display: flex;
    justify-content: flex-end;
}
#logoutModal .modal-content{
    max-width: 410px;
}
.form-title {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
}
.btn-file-pdf {
    background: #FD8181;
}
.btn-file-csv {
    background: #78C2A4;
}
.btn-file-excel {
    background: #1F7246;
}
.btn-file-word {
    background: #2B5797;
}
.btn-file-api {
    background: #67A6F0;
}
.btn-file-all{
    background: #8791A6;
}

/*******DAte********/
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.div-date{
    position: relative;
    display: flex;
    align-items: center;
}
.div-date svg{
    position: absolute;
    right: 0;
    margin-right: 15px;
    pointer-events: none;
    cursor:pointer;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    display: block;

    width: 20px;
    height: 20px;
    border-width: thin;

}

.showing-count p{
    color:#414141;   
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 13px;
}
/*css menu left*/
.level-1{
    padding: 12px 30px 12px 30px !important;
    height:50px;
    display:flex;
    align-items:center;
}
.sub-menu-w{
    border-radius:10px;
}
.level-1:hover{
    background:#6A579A;

}
.level-1:hover a{
    color:#fff !important;

}
.level-1 a{
    font-size:14px !important;
}
.menu-w.sub-menu-style-over .sub-menu-w {
    padding-bottom:0px !important;
}
.login-btn{
    background: #4160D1;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 135px;
    display: flex;
    justify-content: center;
}
.footer-deleted{
    display: flex;
    justify-content: center;
}
.search-topics-list img{
    max-width: 16px;
    margin-right: 30px;
}
.contact-list em{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
    #main_nav {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1400px){
    #main_nav {
        margin-left: 0px !important;
    }
}
.div-content{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-collapse{
    justify-content: flex-end;
}
@media (max-width: 1200px) {
    .text{
        text-align: initial;
    }
    #main_nav{
        margin-left: 0px;
    } 
    .menu-mobile{
        display: block;
        padding: 10px;
        border-radius: 10px;
    }
    .menu-mobile li{
        list-style: none;
    }
    .menu-mobile li a{
        display: flex;
        padding: 10px;
    }
    .menu-mobile li a span{
        padding-left: 20px;
    }
    .menu-mobile li a span:hover{
        color: white;
    }
    .menu-mobile li .sub-menu-kho{
        position: relative !important;
    }
    .menu-mobile li:hover ul.sub-menu{
        display: block;
        padding: 0;
    }
    .sub-menu-ql-hethong{
        position: relative !important;
        top : 0 !important
    }
    .sub-menu-cauhinh{
        position: relative !important;
        top : 0 !important
    }
    .menu-mobile > li.has-sub-menu::before {
        font-family: 'osfont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91c";
        font-size: 7px;
        color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 20px;
        right: 10px
    }
}
/*.sub-menu-w {
    left: -80% !important;
}*/

.notification-title {
    font-size: 28px;
    color: #7e68a6;
}

.notification-sidebar {
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #ccc;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    padding: 15px;
    overflow-y: auto;
}

.notification-sidebar.active {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

.notification-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.notification-icon img{
    width: 36px; 
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.long-text {
    display: inline-block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

div strong {
    font-weight: bold !important;
}

.notification-item p {
    margin-bottom: 8px;
    font-size: 14px;
    max-width: 320px;
}

.notification-item small {
    color: #777;
    font-size: 12px;
}

.content-parrent{
    margin-top: 10px;
    padding: 10px 22px 10px 10px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.content-right {
    padding-top: 20px;
    padding-bottom: 25px;
}
.border-div {
    border-bottom: 1px solid #EEF0F7;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-right-2 {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #888888;
}
.content-right-3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}
/*HienLT52*/
#excel-container, #excel-container-api {
    max-height: 500px; /* Set the maximum height */
    overflow: auto;  /* Enable vertical scrolling */
    /*min-width: 1400px;*/
    margin-top: 15px;
    margin-left: -15px;
    /*border: 1px solid #ccc;*/
    margin-bottom: 20px;
}
#excel-table, #excel-table-api {
    width: 100%;
    border-collapse: collapse;
}
#excel-table-api thead {
    position: sticky;
    top: -1px;
    z-index: 1;
}
/*#excel-table tr:first-child {
    background-color: blanchedalmond;
    font-weight: 600;
}*/
#excel-table th, #excel-table td,
#excel-table-api th, #excel-table-api td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
#excel-table th, #excel-table-api th  {
    background-color: #f2f2f2;
}
/* Custom scrollbar styles */
#excel-container::-webkit-scrollbar,
#excel-container-api::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
    height: 12px; /* Height of the scrollbar */
}
#excel-container::-webkit-scrollbar-track,
#excel-container-api::-webkit-scrollbar-track{
    background: #f1f1f1; /* Track color */
    border-radius: 5px;
}
#excel-container::-webkit-scrollbar-thumb,
#excel-container-api::-webkit-scrollbar-thumb {
    background: rgb(88, 76, 140); /* Brown color for the scrollbar thumb */
    border-radius: 5px;
}
#excel-container::-webkit-scrollbar-thumb:hover,
#excel-container-api::-webkit-scrollbar-thumb:hove {
    background: #FF6970; /* Darker brown when hovering */
}
/* Responsive table styles */
@media screen and (max-width: 600px) {
    #excel-container,
    #excel-container-api {
        overflow-x: auto; /* Enable horizontal scrolling on small screens */
        min-width: unset;
    }
    #excel-table,
    #excel-table-api {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    #excel-table th, #excel-table td,
    #excel-table-api th, #excel-table-api td{
        display: block;
        text-align: left;
        white-space: nowrap;
    }
    #excel-table th, #excel-table td,
    #excel-table-api th, #excel-table-api td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        height: 40px;
    }
}