:root {
    --text1-color: #ABABAD;
    --text2-color: #FFF;
    --text3-color: #ABABAD;
    --text4-color: #EDEFF2;
    --font1-size: 14px;
    --font2-size: 16px;
    --primary-border: 1px solid rgba(255, 255, 255, 0.08);
    --secondary-border: 1px solid rgba(255, 255, 255, 0.14);
    --background-color: #232529;
    --primary-bg: #17191C;
    --secondary-bg: #242628;
    --thired-bg: #232529;
    --iconHoverColor: #232529;
    --Input-BG: rgba(255, 255, 255, 0.03);
    --ActiveGrid: #37393F;
    --disabled-bg-color: #37393F;
    --stepper-border-color:#fff solid 4px;
    --icons-background-color: #38393c;
    --icons-color:#7A7A7B;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff; /* or any light color that fits your theme */
    -webkit-box-shadow: 0 0 0px 1000px #1e1e1e inset; /* match your dark background */
    transition: background-color 5000s ease-in-out 0s;
}

.bg-menu-theme {
    background-color: var(--background-color) !important;
}

.menu-inner {
    border-right: var(--secondary-border);
}

.bg-navbar-theme {
    background-color: var(--background-color);
    border-bottom: var(--secondary-border);
}

.light-style .menu .app-brand.demo{
     border-bottom: var(--secondary-border);
}

.content-wrapper {
    background: var(--primary-bg);
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.nav-align-top :not(.nav-pills) ~ .tab-content{
    background: var(--primary-bg);
}

.accordion .accordion-item{
    background-color: var(--thired-bg);
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus{
    background-color: #004952 !important;
    border: #004952 !important;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px #37393F !important;
}

.bg-menu-theme .menu-text {
    color: #Ababad !important;
    font-size: 18px !important;
    font-weight: 700;
    margin-left: 12px;
    line-height: 20px;
}

.Profile-user {
    background: #242628 !important;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23a1b0cb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important;
}

.light-style .select2-dropdown {
    background: var(--primary-bg) !important;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.light-style .flatpickr-calendar {
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.please-wait-text{
    color: #fff;
}

.sk-circle-fade-dot .sk-child:before {
    background: #CC5500;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a1b0cb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.469rem 1.735rem 0.469rem 0.735rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: #a1b0cb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.735rem center;
    background-size: 17px 12px;
    border: var(--bs-border-width) solid #546990;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
    color: #5a8dee !important;
    background: #242628 !important;
    border-color: #242628 !important;
}

.dt-button-collection {
    background: #242628 !important;
}

.export-item i{
    color:#fff;
}

.export-item span {
    color: var(--text3-color) !important;
    font-size:14px;
}



