:root{
    --primary-color: #2E61A9;
    --secondary-color: #ECF4FF;
    --primary-text:#232323;
    --sub-title: #333333;
}
label.error {
    color: red;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.bg-white{
    background-color: #fff;
}
body{
    color: #000;
}
.form-group{
    position: relative;
}
.form-control{
    background-color: #fff;
    border: 1px solid #E9EDF2;
    border-radius: 8px;
    color: #000;
    height: auto;
    font-size: 16px;
    padding: 15px 10px;
}
.form-control:focus, .form-control:active{
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 4px solid #2e61a940;
    transition: all 0.2s ease;
}
.absolute{
    position: absolute;
}
.btn-primary:not(.btn-light):not(.btn-secondary):focus{
    background-color: #20477e !important;
    border-color: #20477e !important;
}
.btn-primary:not(.btn-light):not(.btn-secondary):hover{
    background-color: #20477e;
}
.shadow{
    box-shadow: 0 0px 10px rgb(0 0 0 / 9%) !important;
}
.content-box{
    background-color: #fff;
    box-shadow: 0 0 10px #ededed;
    border-radius: 8px;
}
.form-group select{
    border: 1px solid #E9EDF2;
}
/*buttons*/
button.btn.primary-btn, .btn-primary{
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 8px;
    font-size: 17px;
    border: 1px solid var(--primary-color);
    padding: 10px 12px;
}
.bg-info-icon{
    background-color: #ECF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.info-icon{
    color: #007bff;
}
.bg-info-icon>i {
    display: flex;
}
/* login form */
.login-bg{
    background: var(--secondary-color) !important;
    position: relative;
}
.img-box>img, .circle-img-box{
    position: absolute;
}
.img-box>.img-2{
    top: 0;
    left: 0;
    width: 422px;
}
.img-box>.img-1{
    bottom: 0;
    right: 0px;
    width: 317px;
}
.img-box>.img-3{
    bottom: 0;
    left: 0;
}
.img-box>.img-5{
    top: 0;
    right: 0;
    width: 254px;
}
.img-box>.img-4{
    top: 44px;
    right: 10px;
    width: 120px;
}
.circle-img-box{
    top: 0;
    right: 0;
}
.navbar .navbar-brand-wrapper{
    background-color: #fff;
}
.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img{
    width: 100%;
    height: 100%;
}
.navbar .navbar-brand-wrapper{
    width: 75px;
}
/*login form*/
.login-form>.card-body{
    padding: 50px 70px;
}
.logo{
    width: 150px;
}   
.form-group .title-label{
    font-size: 16px;
    font-weight: 400;
}
.login-form{
    box-shadow: 0px 4px 16px 0px #00000014;
    border: 1px solid #E9EDF2;
    border-radius: 29px;
}
.card-sub-title{
    color: var(--sub-title);
}
.card{
    overflow: hidden;
}
span.eye-icon{
    top: 34px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.forgot-pass{
    color: var(--primary-color);
}
.login-btn{
    background-color: var(--primary-color);
    font-size: 20px !important;
    border-color: var(--primary-color);
}
/*sidebar*/
.sidebar .sidebar-brand-wrapper{
    background: #fff;
}
.sidebar .nav .nav-item:hover > .nav-link .menu-icon{
    color: var(--primary-color);
}
.sidebar .nav .nav-item.active > .nav-link i{
    color: #2E61A9;
}
/*header*/
.notifi-icon{
    background-color: #ECF4FF;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 45px;
    justify-content: center;
    border-radius: 50%;
    height: 45px;
}
.notifi-icon>span{
 font-size: 27px;
}
.dropdown-notifi-icon, .text-link{
    color: #2E61A9;
}

.dropdown-menu .notifi-dropdown-list{
    border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu .notifi-dropdown-list:last-child{
    border-bottom: none;
}
.notifi-dropdown-list:focus{
    outline: none;
    box-shadow: none;
}
.text-link-btn:focus, .text-link-btn:hover{
    background-color: #ECF4FF;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link{
    background: #ECF4FF;
    color: var(--primary-color);
}
.input-group.search-bar {
    border: 1px solid #F6F6F9;
    border-radius: 33px; 
    padding-right: 7px;
    align-items: center;
}.input-group.search-bar:has(input:focus){
    border-color: var(--primary-color);
}
.input-group.search-bar>input, .input-group.search-bar>span {
    border: none;
    background-color: transparent;
    padding: 10px 20px;
}
.input-group.search-bar>input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.input-group.search-bar .search-icon{
    background-color: #ECF4FF;
    padding: 8px;
    color: #2C2B2B;
    border-radius: 50%;
    font-size: 18px;
}
.side-left-icon{
    font-size: 30px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    box-shadow: 2px 2px 8px 0px #00000030;
}

/*notification page*/
.position-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.custom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-pagination .pagination-info {
    color: #6c757d;
}

.custom-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-pagination .pagination li {
    margin: 0 5px;
}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #555;
    background-color: #191c24;
    transition: all 0.3s ease;
}

.custom-pagination .pagination li a:hover {
    background-color: #f0f0f0;
}

.custom-pagination .pagination li.active span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.custom-pagination .pagination li.disabled span {
    color: #ccc;
    border-color: #ddd;
    cursor: not-allowed;
    background-color: #f9f9f9;
}



ul#category-listing {
    list-style-type: none;
    padding-left: 20px;
}

ul#category-listing>li {
    padding: 16px 18px;
    /* margin: 5px 0; */
    background-color: #191C24;
    border: 1px solid #2a303e;
    /* border-radius: 4px; */
    position: relative;
}


/* Style for the plus and minus icons */
.toggle-icon {
    /*    position: absolute;*/
    /*    left: -20px;*/
    /*    top: 50%;*/
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    /*    font-weight: bold;*/
}

.toggle-icon:hover {
    color: #007bff;
}

/* Style for nested categories */
ul#category-listing li>ul {
    display: none;
    /* Initially hide subcategories */
    margin-top: 10px;
}

ul#category-listing li>a {
    text-decoration: none;
    color: #6C7285;
    font-size: 16px;
    /* font-weight: bold; */
}

ul#category-listing li>a:hover {
    color: #007bff;
}

/* Style for nested level 2 or deeper */
ul#category-listing li>ul>li {
    margin-left: 20px;
    list-style: none;
}

/*category design*/

.sidebar {
    width: 290px;
}

.side-icn {
    display: inline-flex;
    align-items: center;
}
.multi-img{
    position: relative;
}
.multiple-file-upload-default{
    width: 100%;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
/*selector image*/
.preview-container {
    display: none; /* Initially hidden */
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    background: #2a3038;
    padding: 11px;
    border-radius: 5px;
}
.preview-item, .preview-items {
    position: relative;
    display: inline-block;
}
.preview-item img, .preview-item video, .preview-items img, .preview-items video {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.close-btn {
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}



.sub-category-list>li {
    background: #393f4e;
    border-radius: 4px;
    padding: 8px;
    margin: 5px 0;
}

ul.sub-child-category {
    background-color: #313644;
    border-radius: 5px;
}

ul.sub-child-category>li {
    border-radius: 4px;
    padding: 8px;
    margin: 5px 0;
}

ul#category-listing>li,
.sub-category-list>li,
ul.sub-child-category>li {
    position: relative;
}

.right-side-btn {
    position: absolute;
    right: 18px;
    top: 16px;
}

.right-side-btn>label.switch,
.child-right-side-btn>label.switch,
.sub-child-right-side-btn>label.switch {
    width: 33px;
    height: 15px;
}

.right-side-btn>label.switch .slider:before,
.child-right-side-btn>label.switch .slider:before,
.sub-child-right-side-btn>label.switch .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: -2px;
    bottom: -2px;
}

ul.sub-category-list>li,
ul.sub-child-category>li {
    padding: 16px 18px;
}

.child-right-side-btn {
    position: absolute;
    top: 16px;
    right: 19px;
}

.sub-child-right-side-btn {
    position: absolute;
    top: 14px;
    right: 5px;
}

.search-filter-box {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0.86px 8.86px 0px #0000000F;
}
.table-light.dataTable{
    width: 100% !important;
}
.td-delete-icon.d-flex.gap-3 img {
    filter: brightness(0) invert(97%) !important;
}
/*pagination*/
div.dataTables_paginate>a#users-table_previous, div.dataTables_paginate a#users-table_next{
    padding: 1px 5px !important;
    font-size: 13px;
}
.swal2-modal .swal2-icon {
    margin-bottom: 0 !important;
}
a:focus, input:focus, .status-btn>select#status:focus, .status-btn>select#status_filter:focus, .status-btn>select#publish_status_filter:focus{
    border-color: #2e63b1;
    outline: 4px solid #2e63b14d;
}
/*dropdown*/
.bg-grey{
    background-color: #ECF4FF;
}
a#profileDropdown:focus, .text-link-btn, .profile-dropdown a.dropdown-item{
    outline: none !important;
}
.search-input {
    width: 50%;
    padding: 7px;
    padding-left: 40px;
    font-size: 16px;
    /* border: 1px solid #afafaf; */
    border: 1px solid #bbbbbb;
    color: #000;
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.2s ease;
}
.search-input::placeholder{
    color: #7C8DB5;
    font-size: 14px;
}
.status-btn>select#status,
.status-btn>select#status_filter,
.status-btn>select#publish_status_filter{
    border-radius: 30px;
    padding: 10px 17px;
    color: #000;
    /* border: 1px solid #afafaf; */
    border: 1px solid #bbbbbb;
}

/* .status-btn>select#status:focus,
.status-btn>select#status_filter:focus,
.status-btn>select#publish_status_filter:focus {
    outline: none;
    border: 1px solid transparent;
} */

.sidebar .nav .nav-item .nav-link .menu-title {
    flex: 1;
}
.notifi-count {
    position: absolute;
    top: 5px;
    right: 6px;
    line-height: 14px;
    font-size: 9px !important;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*user management*/
.table.table-light tr>td>label.switch {
    width: 34px;
    height: 17px;
}

table.dataTable tbody tr>td {
    padding: 16px 15px;
}

.table.table-light tr>td>label.switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 2px;
}
.form-control:disabled{
    background-color: #fff !important;
}
.table.table-light tr .td-delete-icon img {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
}
.pro-img-box .profile{
    width: 145px;
    height: 145px;
    object-fit: cover;
}
/*table action icon*/
.td-delete-icon>a, .add-icon>a, .add-icon>a{
    padding: 4px 5px !important;
    border-radius: 4.9px;
    text-decoration: none;
}
.td-delete-icon>a{
    border: 1px solid #019880;
    background-color: #E7FFFB;
}
.td-delete-icon>a>i{
    color: #019880;
    display: flex;
}
.add-icon>a{
    border: 1px solid #2B7FFF;
    background-color: #EDF4FF;
    color: #2B7FFF;
}
a.delete-btn{
    border: 1px solid #FF4747;
    background-color: #FFEBEB;
}
a.delete-btn>i{
    color: #FF4747;
}
.td-delete-icon {
    column-gap: 10px;
}
/*12-03-2025*/
a.sidebar-brand.brand-logo-mini img{
    width: 42px !important;
    height: 42px !important;
}
/*loader*/
/* Normal state when not loading */
div#product-table_processing, div#users-table_processing {
    padding: 0;
    /* position: absolute; */
    background: #bbbbbb;
    width: 100%;
    height: 60px;
    padding: 0px 0;
    color: #bbbbbb;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* position: relative; */
    z-index: 1;
}

/* Spinner style inside the loader */
div#product-table_processing::after,  div#users-table_processing::after {
    content: '';
    position: absolute;
    top: 23%;
    left: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*loader*/
.dataTables_info{
    margin-top: 20px !important;
    color: #fff !important;
}
tr>th::after, tr>th::before{
    content: "" !important;
}
table.dataTable tbody tr{
    background-color: #fff !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #E6EDFF !important;
}
.table td{
    border-top: 1px solid #E6EDFF;
}
thead>tr>th {
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}
table tr>td{
    color: #101010;
}
.title-main{
    font-size: 24px;
    line-height: 30px;
}
.table-light{
    background-color: #fff;
}
.table-light>thead{
    background-color: #ECF4FF;
}
 .table-light > th, .table-light > td{
    background-color: #ECF4FF;
}
.form-control:focus{
    /* color: #fff; */
}
.search-filter-box>div.row{
    row-gap: 10px;
}
/*12-03-2025*/
.user-des>h6 {
    font-size: 22px;
}
.four-user-block {
    background-color: #f7f8fa;
    box-shadow: 0 0 9px #00000017;
    border: 1px solid #f3f3f3 !important;
    border-radius: 6px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

input:checked+.slider {
    background-color: #2196F3;
}

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

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

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

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

/*pagenation*/
.dataTables_info {   /*show page info. hide*/
    display: none;
}
 .dataTables_paginate {
    float: none !important;
    text-align: center !important;
}
.table-responsive .dataTables_paginate .paginate_button.previous,
.table-responsive .dataTables_paginate .paginate_button.next,
.table-responsive .dataTables_paginate span>a{
    border: 1px solid #DFE3E8 !important;
    color: #1C2731 !important;
    padding: 2px 10px !important;
    border-radius: 4px !important;
    margin: 0 5px !important;
    background: transparent !important;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    border-color: #2E61A9 !important;
    color: #2E61A9 !important;
}
.dataTables_paginate .paginate_button.previous:hover,
.dataTables_paginate .paginate_button.next:hover,
.dataTables_paginate span>a.paginate_button:hover{
    border-color: #2E61A9 !important;
    color: #2E61A9 !important;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #2E61A9 !important;
}
.dataTables_paginate{
    margin-bottom: 39px;
}


/**/

.paginate_button.previous::before{
    content: "\f104";
    padding-right: 8px;
}
.paginate_button.next::after{
    content: "\f105";
    padding-left: 8px;
}
.paginate_button.previous::before, .paginate_button.next::after {
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900;
    font-size: 16px;
    visibility: visible;
}
.table-responsive .paginate_button.previous.disabled{
    background: #ADB1B5 !important;
    color: #D2D4D6 !important;
}
@media (max-width:1366px) {
    .logo {
        width: 135px;
    }
    .login-form>.card-body{
        padding: 30px 60px;
    }
    .form-control{
        padding: 12px 12px;
    }
    span.eye-icon {
        top: 31px;
    }
    .auth button.enter-btn{
        margin-bottom: 20px;
    }
}
@media (max-width:991px) {
    .sidebar-offcanvas {
        right: -290px;
    }
}

@media (max-width:975px) {
   

    ul#category-listing {
        padding: 0;
    }

    .search-filter-box {
        margin-left: 0 !important;
    }

}
@media (max-width:578px) {
    .login-form>.card-body {
        padding: 15px 24px;
    }
    .img-box>img, .circle-img-box {
        width: 149px !important;
    }
    .login-bg{
        padding: 13px;
    }
}
@media (max-width:425px) {
    
    .search-input{
        padding-left: 20px;
    }
    .user-manage-box {
        padding: 7px 11px;
    }
    .login-form>.card-body {
        padding: 10px;
    }
}

table.dataTable tbody tr {
    /* background: unset !important; */
}

.sidebar .sidebar-brand-wrapper .sidebar-brand img {
    height: 95px;
}