

*{
    /* font-family: inherit; */
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
:root{
    --theme: #4e3e81;

    --cs-text-white: #ffffff;
    --cs-text-grey: #878a99;
    --cs-text-primary: #4e3e81;

    --cs-bg-danger: #d74b75;
    --cs-border-primary: #4e3e81;
    --bg-white: #ffffff;

    --cs-bg-info: #5DB5F7;
    --cs-bg-warning: #FDC55E;
    --cs-bg-blue: #6192DA;

    --cs-bg-btn-primary: #58468c;
    --cs-bg-btn-danger: #d74b75;
    --cs-bg-btn-warning: #f8a059;
    --cs-bg-btn-dark-danger: #b33121;
    --cs-bg-btn-info: #0daff0;

    --cs-bg-soft-primary: #57468c2e;
    --cs-bg-soft-danger: #d74b758c;
    --cs-bg-soft-info: #f0f8ff;
    --cs-bg-soft-primary2: #57468ce6;

    --border-gray: #dee2e6;


    --cs--green-checked-bg: #02B187;
    --cs-dt-search-border : #a09e9e;
    --new-red-bg-clr: #EA1C29;
    --vz-danger-rgb: #e30613;
    --vz-danger: #e30613;
}

/* <===========> CUSTOM CSS START <============> */


.remove-scroll::-webkit-scrollbar {
    display: none;
}

.remove-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.line-height-normal{
    line-height: normal;
}

.rouded-20{
    border-radius: 20px;
}

.max-width-200{
    max-width: 200px;
}
.max-width-300{
    max-width: 300px;
}

.text-danger{
    color: var(--vz-danger) !important;
}
.cs-bg-btn-primary{
    background-color: var(--cs-bg-btn-primary);
}
.cs-bg-btn-warning{
    background-color: var(--cs-bg-btn-warning);
}
.cs-bg-btn-dark-warning{
    background-color: var(--cs-bg-btn-dark-danger);
}
.cs-bg-btn-info{
    background-color: var(--cs-bg-btn-info);
}

.cs-bg-danger{
    background-color: var(--cs-bg-soft-danger);
}
.cs-bg-light-primary{
    background-color: var(--cs-bg-btn-primary);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    z-index: -1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.cs-bg-info{
    background-color: var(--cs-bg-info);
}
.cs-bg-warning{
    background-color: var(--cs-bg-warning);
}
.cs-bg-blue{
    background-color: var(--cs-bg-blue);
}

.cs-bg-btn-primary:hover{
    background-color: var(--cs-bg-btn-primary);
}
.cs-bg-btn-warning:hover{
    background-color: var(--cs-bg-btn-warning);
}
.cs-bg-btn-dark-warning:hover{
    background-color: var(--cs-bg-btn-dark-danger);
}
.cs-bg-btn-info:hover{
    background-color: var(--cs-bg-btn-info);
}

.cs-bg-soft-primary{
    background-color: var(--cs-bg-soft-primary);
}
.cs-bg-soft-info{
    background-color: var(--cs-bg-soft-info);
}

.cs-text-gray{
    color: var(--cs-text-grey);
}

.word-wrap{
    word-wrap: break-word;
}

.hw-60{
    width: 60px;
    height: 60px;
}
.hw-200{
    width: 200px;
}

.fs-70{
    font-size: 70px;
}

.fs-50{
    font-size: 50px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px !important;
}
.fs-9{
    font-size: 9px;
}

.top-9{
    top: 9px;
}
.right-8{
    right: 8px;
}

body{
    background-color: var(--cs-bg-soft-info);
}
.btn,p{
    font-size: 14px;
}
label{
    font-size: 14px;
    font-weight: 500;
}
.rounded-5{
    border-radius: 5px;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-15{
    border-radius: 15px;
}
/* <===========> CUSTOM CSS END <============> */

.spinner{
    animation: rotate 0.8s linear infinite;
    display: inline-block;
}

@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/* <========> VERTICAL SCROLL CSS START <==========> */
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--cs-bg-soft-primary);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--cs-bg-soft-primary2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:  var(--light-theme);
}

/* <========> VERTICAL SCROLL CSS START <==========> */

/* <========> HORIZONTAL SCROLL CSS START <=========> */

::-webkit-scrollbar {
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--cs-bg-soft-primary);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--cs-bg-soft-primary2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:  var(--light-theme);
}

/* <========> HORIZONTAL SCROLL CSS END <=========> */


/* ========= SING IN CSS START =========== */

.auth-bg-cover > .bg-overlay{
    /* background-image: url(../images/background-img.png) !important; */
    background-size: cover;
    background-position: center;
    background-color: transparent;
}
.auth-bg-cover {
    background-color: var(--cs-bg-btn-primary) !important;
}
.auth-one-bg{
    /* background-image: url(../images/auto-sign-bg.png); */
    background-size: cover;
    background-position: top;
}
.form-check-input:checked {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}
.btn-theme:hover{
    background-color: var(--light-theme);
    transition: .4s;
}
/* .auth-page-wrapper .main-logo{
    filter: drop-shadow(2px 1px 6px white);
} */
.modal-footer{
    justify-content: space-between;
}
.auth-page-wrapper .card{
    background: rgba( 255, 255, 255, 0.13 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 70px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: 1;
}
.auth-page-wrapper .card::before{
    content: '';
    position: absolute;
    top: 82px;
    right: -43px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.048);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    border-radius: 50%;
    z-index: -1;
    backdrop-filter: blur( 50px );
    -webkit-backdrop-filter: blur( 50px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.auth-page-wrapper .card::after{
    content: '';
    position: absolute;
    bottom: 82px;
    left: -27px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.048);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    border-radius: 50%;
    z-index: -1;
    backdrop-filter: blur( 50px );
    -webkit-backdrop-filter: blur( 50px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.btn:disabled{
    background-color: var(--cs-bg-btn-primary);
}

    /* ========= SING IN CSS END =========== */

/* <=========> HEADER CSS START <=========> */

.topbar-user .dropdown-menu{
    width: 300px;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid var(--cs-bg-soft-info);
}
.topbar-user .dropdown-header{
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 10px;
}
.topbar-user .dropdown-item{
    padding: 10px;
    background: var(--cs-bg-soft-info);
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 14px;
}

/* <=========> HEADER CSS END <=========> */

/* <==============> SIDEBAR CSS START <==============> */
.navbar-menu .navbar-nav .nav-link.active{
    color: var(--cs-text-white);
    background-image: linear-gradient(75deg, #ffffff -914.79%, #ffffff00 102.96%);
    opacity: 1;
    position: relative;
    font-weight: 500;
}
.navbar-menu .navbar-nav .nav-link.active::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--cs-bg-warning);
}
.navbar-menu .navbar-nav .nav-item:hover .nav-link{
    background-image: linear-gradient(75deg, #ffffff -914.79%, #ffffff00 102.96%);
}
.navbar-menu .navbar-nav .nav-link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--cs-bg-warning);
    opacity: 0;
    visibility: hidden;
}
.navbar-menu .navbar-nav .nav-link:hover::after{
    opacity: 1;
    visibility: visible;
}
.navbar-menu .navbar-nav .nav-item:hover .navbar-menu .navbar-nav .nav-link::after{
    opacity: 1;
    visibility: visible;
}

.navbar-menu .navbar-nav .nav-link{
    color: var(--cs-text-white);
    text-align: center;
    padding: 10px 21px;
    font-weight: 100;
    opacity: 60%;
    position: relative;
    overflow: hidden;
}

.nav-tabs-custom .nav-item .nav-link.active{
    color: var(--theme) !important;
}
.nav-link{
    color: var(--theme);
}
.nav-link:hover{
    color: var(--theme-light);
}
.nav-tabs-custom .nav-item .nav-link::after{
    background-color: var(--theme);
}

/* <==============> SIDEBAR CSS END <==============> */

/* <===============> DASHBOARD CSS START <===============> */
.dashboard-card{
    height: 200px;
}
/* <===============> DASHBOARD CSS END <===============> */


/* <==============> COMPANY PAGE CSS START <=================> */
.bank-detail-modal{
    max-width: 80%;
}
/* <==============> COMPANY PAGE CSS END <=================> */


/* OFFCANVAS CSS START */

.form-control{
    font-size: 14px;
    border: 1px solid var(--border-gray) !important;
    font-weight: 300;
}

.form-control:focus{
    box-shadow: unset;
    border: 1px solid var(--cs-border-primary);
}
.btn-close:focus{
    box-shadow: unset;
}

/* OFFCANVAS CSS END */

/* SWEETALERT CSS START */

.swal2-modal{
    background-color: var(--bg-white);
}

/* SWEETALERT CSS END */

/* <==============> COMPANY PAGE CSS END <=================> */

/* ========= NAVBAR CSS START ======== */
.navbar-menu{
    background-color: var(--theme);
    border-right: 1px solid var(--theme);
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-brand-box{
    background-color: var(--theme);
}
/* ========= NAVBAR CSS END ======== */

/* <==============>  DATATABLE CSS START <===============> */
.listDatatable.dataTable.table th{
    border-bottom: 1px solid var(--border-gray);
    font-size: 14px;
    color: var(--cs-text-primary);
}
.listDatatable.table.dataTable tr td{
    border: unset;
    font-size: 14px;
    border-bottom: 1px solid;
}
.listDatatable.table.dataTable{
    margin: 20px 0 !important;
}
.dataTables_paginate .pagination .page-item.active .page-link{
    background-color: var(--cs-bg-btn-primary);
}
.product-descriptions div.dataTables_wrapper div.dataTables_filter,
.product-descriptions div.dataTables_wrapper div.dataTables_info,
.product-descriptions div.dataTables_wrapper div.dataTables_paginate{
    display: none;
}
.dataTable.table tr.child td.child{
    border-radius: unset !important;
}

.table-bottom-border tr td{
    border-bottom: 1px solid;
}

/* <==============>  DATATABLE CSS END <===============> */

/* <==========> INVOICE CSS START <===========> */
.radio-label{
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-gray);
    border-radius: 50%;
}
.label-icon{
    display: none;
}
input[type="radio"].checked + label .label-icon{
    display: block;
}

.product-description thead tr th{
    padding: 15px 20px;
}
.product-description tbody tr td{
    padding: 15px 20px;
}
.product-description.dataTable.table th{
    background-color: var(--cs-bg-soft-info);
    padding: 15px;
}

/* <==========> INVOICE CSS END <===========> */

/* <==========> SUB ADMIN CSS START <=========> */
.react-buttons{
    top: 10px;
    right: 15px;
}
/* <==========> SUB ADMIN CSS START <=========> */


/* <===============> RESPONSIVE CSS START <=============> */
.side-logo img{
    width: 125px;
    object-fit: cover;
}

[data-sidebar-size="sm"] .side-logo img {
    width: 50px;
    object-fit: cover;
}
.logo{
    line-height: normal;
}
[data-sidebar-size="sm"] #scrollbar{
    margin-top: 10px;
}

[data-sidebar-size="lg"] #scrollbar{
    height: 100% !important;
    overflow-y: auto;
}
[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-link {
    padding: 10px 10px;
    justify-content: center;
    opacity: 1;

}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link{
    justify-content: start;
    background: linear-gradient(270deg, #ffffff -189.79%, #463379 64.96%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link:after{
    transform: rotate(0);
}

/* <===============> RESPONSIVE CSS END <=============> */





.checkboxlabel {
    position: relative;
    cursor: pointer;
}

.checkboxinput[type='checkbox'] + .checkboxlabel:after {
    content: "\eb7b";
    right: 3px;
    top: 1px;
    color: #ffffff;
}
.checkboxinput[type='radio'] + .checkboxlabel:after {
    content: "\EB7C";
    right: 3px;
    top: 3px;
    color: var(--cs--green-checked-bg);
    line-height: normal;
}
.checkboxinput[type='radio'] + .checkboxlabel:before,
.checkboxinput[type='radio'] + .checkboxlabel:after{
    transform: scale(0.8);
}

.checkboxinput[type='radio'] + .checkboxlabel:before {
    border-radius: 50%;
    border: 2px solid var(--cs-dt-search-border) !important;
    background-color: transparent !important;

}
.checkboxinput[type='radio']:checked + .checkboxlabel:before {
    border: 2px solid var(--cs--green-checked-bg) !important;
}
.checkboxinput[type='checkbox'] + .checkboxlabel:before {
    border-radius: 5px;
    border: 1px solid var(--vz-modal-bg) !important;
    background-color: var(--vz-border-color);
}
.checkboxlabel:after {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 13px;
    opacity: 0;
    transition: 0.2s;
}
.checkboxlabel:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
}

.checkboxinput:checked + .checkboxlabel:after {
    opacity: 1;
}

.checkboxinput:checked + .checkboxlabel:before {
    background-color: var(--cs--green-checked-bg);
}




.select2-container .select2-selection--single .select2-selection__arrow{
    height: 36px;
    width: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 24px;
}

.select2-container {
    min-width: 180px;
}

.flatpickr-input{
    min-width: 230px;
}

table.dataTable{
    min-height: 150px;
}


.custom-tab .active{
    background-color: #4e3e8126 !important;
    border-radius: 10px 10px 0px 0px;
}


.files-card{
    min-height: calc(100vh - 295px);
    max-height: calc(100vh - 295px);
}

.folder-icon{
    font-size: 100px;
}

.fw-600{
    font-weight: 600;
}

.month-files-card{
    min-height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
}


