/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap'); */

/* body,p,span,div,h1,h2, h3,h4,h5,h6{
    font-family: "Roboto Condensed", sans-serif;
} */

 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 :root{
     --whitetext-color: #FFFFFF;   
     --text-color: #666666;
     --main-title: #3d3d3d;
     --brand-color: #1e88e5;
     --title: #ea1a33;
     --brand-bg-color: #1e88e5;
     --special-color : rgb(0 173 233);
 }
 * {
    font-family: "Poppins", sans-serif;
 }
 body, td, select {
    color: var(--text-color);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
td {
    color: #111c2d !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: var(--text-color);
}
a {
    color: var(--special-color );
    text-decoration: none;
}
.logo-lg img {
    height: 70px;
    width: 100%;
    max-width: 216px;
    padding: 0 36px 0 0;
    margin: -1px auto 0 auto;
    /* border-radius: 16px 0px 0 16px; */

    /* Merge logo background into header color */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.6) 65%,
        #1e88e5 100% /* header color */
    );
}
.navbar-custom .topbar.container-fluid {
    padding-left: 0;
}
.logo-sm img {
    width: 58px;
    height: 68px;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color:  var(--whitetext-color);
    background: linear-gradient(151deg, rgba(16,52,140,1) 68%, rgba(0,173,233,1) 100%);
    border-color: var(--special-color);
}
.nav-user{
    background: transparent;
    border: 0;
}
.navbar-custom .topbar-menu .nav-link h5, .navbar-custom .topbar-menu .nav-link h6{
    /* color: var(--whitetext-color); */
}
.dataTables_wrapper .row:last-child {
    float: inline-end;
}
/* .dataTables_wrapper .row:last-child .dataTables_info {
    position: absolute;
    right: 130px;
    bottom: 36px;
} */
div.dataTables_wrapper div.dataTables_info {
    padding: 8px 0 0 0 !important;
        font-size: 14px;
}
div.dataTables_wrapper div.dataTables_length label {
    font-size: 14px;
}

.dataTables_wrapper .row:first-child {
    position: absolute;
    bottom: 24px;
}
.dataTables_length select.form-select.form-select-sm {
    border-radius: 20px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.page-title-box.card-body {
    padding: 0 24px;
}
.logo-topbar {
    display: block;
    padding-left: 0;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .navbar-custom{
    margin-left: 0 !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .simplebar-content-wrapper {
    padding-top: 8px !important;
}
.profile-dropdown .dropdown-item:focus, .profile-dropdown .dropdown-item:hover{
    background-color: rgb(16 52 140 / 10%);
}
.profile-dropdown .dropdown-item span {
    font-size: 16px;
}
.profile-dropdown .dropdown-item i{
    font-size: 20px;
}
.nav-user h4, .nav-user h5{
    text-transform: capitalize;
}
#progressbarwizard .nav-pills .nav-link.active, #progressbarwizard .nav-pills .show>.nav-link {
    color: var(--whitetext-color);
    background-color: var(--brand-bg-color);
    border: 1px solid var(--brand-bg-color);
}
#progressbarwizard .nav-link:focus, #progressbarwizard .nav-link:hover {
    color: var(--brand-bg-color);
    border: 1px solid var(--brand-bg-color);
}
#progressbarwizard .nav-link:focus, #progressbarwizard .nav-link{
    border: 1px solid var(--whitetext-color);
}
#progressbarwizard .form-wizard-header {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
#progressbarwizard .nav-pills>li>a, .nav-tabs>li>a {
    color: var(--main-title);
    font-weight: 600;
    height: 100%;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .logo{
    background-color: var(--brand-bg-color);
    padding: 0 6px;
}
.button-toggle-menu{
    /* color: var(--whitetext-color); */
    color: var(--main-title);
    position: absolute;
    top: 72px;
    left: 248px;
    transition: left 0.3s ease;
}
.button-toggle-menu i.mdi.mdi-menu{
    background: var(--brand-bg-color);
    border-radius: 7px;
    padding: 0 5px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu button.button-toggle-menu {
    left: 6px;
}
.account-user-avatar h5{
    color:  var(--whitetext-color);
}
.widget-icon{
    color: var(--whitetext-color);
    background-color: var(--brand-bg-color);
}
.modal .header-title{
    color: var(--whitetext-color);
}
.footer{
    color: var(--whitetext-color);
    /* background: linear-gradient(rgb(16, 52, 140), rgba(16, 52, 140, 0.9)); */
    background: var(--whitetext-color);
    border: 0;
}
.footer .footer-links a{
    color: var(--whitetext-color);
}
table{
    color: var(--text-color) !important;
}
.title-color{
    color: var(--title);
}
.sky-blue{
    color: var(--special-color);
}
.text-white{
    color: var(--whitetext-color);
}
.text-color{
    color: var(--text-color);
}
.special-color{
    color: var(--special-color);
}
.heading-text{
    color: var(--main-title);
    font-size: 18px;
    margin-top: 0;
}
.breadcrumb-item+.breadcrumb-item {
    color: #3d3d3d;
}
.green-text{
    color: #0acf97;
}
.brand-color{
    color: var(--brand-bg-color) ;
}
.btn-cancel{
    color: var(--brand-color);
    background-color: transparent;
    border: 2px solid var(--brand-color);
    font-weight: 500;
    border-radius: 40px;
    padding: 10px 25px;
}
.btn-cancel:hover{
    background-color: var(--title);
    border: 2px solid var(--title);
    color: var(--whitetext-color);
}
.btn-light{
    color: #fff;
    background-color: var(--brand-color);
    border: 2px solid var(--brand-color);
    font-weight: 500;
    border-radius: 7px;
    padding: 8px 25px;
}
.btn-light:hover{
    /* background: linear-gradient(151deg, rgba(16, 52, 140, 1) 68%, rgba(0, 173, 233, 1) 100%) !important; */
    color: #fff;
    background-color: var(--brand-color);
    border-color: var(--brand-color); 
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
    .dataTables_wrapper .row:last-child .col-md-7 {
        width: 34% !important;
    }
    .dataTables_wrapper .row:last-child .col-md-5 {
        width: 66% !important;
    }
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 36px;
    margin-right: 38px;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: var(--ct-form-invalid-border-color) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fa5c7c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fa5c7c' stroke='none'/%3e%3c/svg%3e") !important;
}
label.form-label {
    text-transform: capitalize;
}
/* .btn-light span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/media/btnshape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -3px;
    vertical-align: middle;
} */
.btn-light:hover span::after {
    /* background-image: url(/media/btnshape_white.svg); */
    background-image: url(/media/btnshape_red.svg);
    color: #fff !important;
}
.btn-info{
    color: var(--whitetext-color);
    background-color: var(--special-color);
}
.btn.btn-info:hover {
    color: var(--whitetext-color);
    background-color: var(--special-color);
    border-color: var(--special-color);
}
 .bg-primary {
    background-color: var(--brand-bg-color) !important;
}
/* .btn:hover {
    color: var(--ct-btn-hover-color);
    background-color: var(--special-color);;
    border-color: var(--special-color);;
} */
.leftside-menu{
    /* background: linear-gradient(rgb(16, 52, 140), rgba(16, 52, 140, 0.9)); */
    box-shadow: none;
    min-width: 300px;
    background: #fff !important;
    /* background-image: url(/media/bg-wrapper.png); */
}
.side-nav .menu-arrow {
    right: -4px !important;
}
/* ul.side-nav {
    padding: 0 16px;
} */
.navbar-custom{
    /* background: linear-gradient(rgb(16, 52, 140), rgba(16, 52, 140, 1)); */
    margin-left: 0px;
    background: var(--brand-bg-color);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.12) 0px 1px 14px 0px;
    z-index: 1005 !important;
    /* height: 80px; */
    
}
.content-page{
    margin-left: 300px;
    background: #eef5f9;
}
.side-nav .side-nav-link, .side-nav-second-level li a{
    font-size: 1rem;
    color: #2a3547;
    margin: 5px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.side-nav-second-level li a:hover, .side-nav .menuitem-active .menuitem-active .active {
    /* color: var(--title); */
    /* background: rgb(16, 52, 140) !important; */
    color: #21c1D6;
    background: #E1F7F8;
    margin: 5px 5px;
    border-radius: 7px;
}
.side-nav .side-nav-link:active, .side-nav .side-nav-link:focus, .side-nav .side-nav-link:hover{
    color: #21c1D6;
    background: #E1F7F8;
    margin: 5px 5px;
    border-radius: 5px;
}
.side-nav .menuitem-active>a:active, .side-nav .menuitem-active>a:focus, .side-nav .menuitem-active>a:hover, .side-nav .menuitem-active>a{
    color: #21c1D6;
    background: #E1F7F8 !important;
    margin: 5px 5px;
    border-radius: 5px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link{    
    color: #2a3547;
    padding: 15px 15px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link:hover{
    color: #21c1D6;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link:active{
    color: #21c1D6;
    background: #E1F7F8 !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .menuitem-active>a{
    color: #21c1D6;
    background: #E1F7F8 !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav {
    padding: 26px 0 !important;
}
ul.side-nav {
    padding: 26px 0px 0 0px;
}
.side-nav .side-nav-link i{
    min-width: 30px;
    width: 30px;
}
.side-nav-second-level{
    padding-left: 30px;
    margin-top: 4px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .side-nav-link {
    position: relative;
    /* color: var(--title); */
    color: #21c1D6;
    background: #E1F7F8 !important;
    /* width: 330px; */
    width: 300px;
    margin: 5px 5px 0 5px;
    border-radius: 0;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover>.collapse>ul{
    background: #E1F7F8;
    /* width: 260px; */
    width: 236px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover>.collapse>ul a:hover{
    color: #21c1D6;
    background: rgb(255 255 255 / 20%) !important;
    /* width: 100%; */
    border-radius: 5px;
    width: auto;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover>.collapse>ul a, 
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover>.collapsing>ul a{
    width: auto;
}

input[data-switch=success]:checked+label {
    background-color: var(--brand-bg-color) !important;
}
.valid-feedback-error{
    margin-top: .25rem;
    font-size: .75rem;
    color: var(--title);
}
.error-message{
    color: var(--title);
}
.mb-2{
    margin-bottom: 12px;
}
hr{
    color: #c9c9c9;
}
.breadcrumb-item.active{
    color: #21c1d6;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before{
    /* color: #f2f2f2; */
    line-height: 1.5;
    color: var(--main-title);
}
.page-title-box .page-title {
    /* color: var(--whitetext-color); */
    color: var(--main-title);
}
.m-l-10{
    margin-left:10px;
}
.border{
    border-color: #b5b5b5 !important;
}
.wrapper .form-control{
    font-size: 1rem;
    padding: 0.6rem 1rem;
    color: var(--main-title);
    height: 45px !important;
}
.form-control:focus {
    color: var(--main-title);
    background-color: var(--whitetext-color);
    border-color: #3a86f7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #3a86f7;
    border-color: #3a86f7;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.563rem + calc(var(--ct-border-width)* 2));
    line-height: 2;
}
.form-select{
    /* color: var(--text-color); */
    padding: .6rem 2.7rem .6rem 1rem;
    color: var(--main-title);
    background-color: var(--whitetext-color);
}
.form-select:focus{
    color: var(--main-title);
    border-color: #3a86f7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.content > .container-fluid{
    max-width: 100% !important;
}
label{
    color: var(--text-color);
}
.auth-fluid label{
    color: #fff;
}
label.required::after {
    content: '*';
    color: red;
}
.toast-close-btn{
    position: absolute;
    right: 5%;
}
.table-scroll {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
}
table th, table td, .table>:not(:last-child)>:last-child>* {
    border-color: rgb(0 20 140 / 30%);
}
table .table-secondary th {
    background-color: transparent !important;
    color: #111c2d;
}
/* table thead{
    background: var(--brand-bg-color) !important;
} */
table tbody tr:last-child td {
    border: 0;
}
table {
    border: 0px;
    border-radius: 6px;
}
.table>thead {
    background: var(--brand-bg-color);
}
.table>thead th {
    color: #fff
}
.simplebar-content-wrapper {
    background: #fff;
    padding-top: 8px;
}
a.logo.logo-light{
    background: var(--brand-bg-color);
}
.table .action-icon {
    color: var(--text-color);
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
.dataTable thead th, .dataTable tbody td {
    white-space: nowrap;
}
.mandatory::after{
    content: "*";
    color: red;
}
.btn-div{
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: end;
}
.btn-danger, .btn-outline-danger:hover{
    background-color: var(--title);
}
.btn-outline-danger{
    border-color: var(--title);
    color: var(--title);
    border-width: 2px;
}
.container-fluid.main-body-fluid{
    margin-top: 100px;
}
.dataTables_length,
.dataTables_info{
    float: left;
}
.dataTables_paginate{
    float: right;
}
div.dataTables_wrapper div.dataTables_filter input {
    min-width: 300px !important;
    padding: .6rem 2.7rem .6rem 1rem;
    margin-bottom: 15px;
    position: relative;
}
.pagination .paginate_button.page-item .page-link {
    background: transparent;
    color: var(--text-color);
    border: 0;
}
.pagination.disabled>.page-link, .pagination .page-link.disabled{
     border-color: 0;
     color: rgba(108, 117, 125, 0.75) !important;
}
.pagination .paginate_button.page-item .page-link:hover{
    color: var(--main-title);
}

.pagination .active>.page-link, .pagination .page-link.active{
    border-radius: 22%;
    color: var(--whitetext-color) !important;
    background-color: var(--brand-bg-color) !important;
    border-color: var(--brand-bg-color);
}
.paginate_button.page-item.previous {
    cursor: pointer;
}
.paginate_button.page-item.next {
    cursor: pointer;
}

.card {
    background-color: rgb(255 255 255 / 85%);
    box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
    border-radius: 7px;
}
/* .card-body .btn-light.add-btn{
    position: absolute;
    right: 25px;
    top: 30px;
} */    
.card-body .floating_btn{
    position: absolute;
    right: 25px;
    top: 25px;
}
.card-body .floating_btn .btn-light.add-btn{
    position: unset;
    top: unset;
    right: unset;
}
/* .card-body:has(.no_record_table) .btn-light.add-btn{
    position: unset;
} */
.card-body:has(.no_record_table) .floating_btn{
    position: unset;
}


/* Action dots css*/
.action-dots {
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    color: #6c757d;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.action-dots:hover {
    background-color: #f2f4f7;
}

.action-dots i {
    font-size: 20px;
}

.dropdown-menu {
    min-width: 170px;
    border-radius: 10px;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 14px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

.switch input {
    opacity: 0;
}

.slider {
    position: absolute;
    inset: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 34px;
}

.slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked + .slider:before {
    transform: translateX(18px);
}
.action-dots:hover {
    background-color: #bae0fc;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
}
.action-dropdown {
    display: flex;
    justify-content: center;
}
.table-scroll {
    overflow-x: inherit;
}
.table-responsive {
    overflow-x: inherit;
}
span.select2-selection.select2-selection--single {
    height: 45px;
}
.white-btn-outline-btn{
    background-color: var(--brand-bg-color);
    color: #fff;
    padding: 8px 14px;
    font-size: 20px;
    width: 100%;
    border: 0;
    border-radius: 8px;
}
.white-btn-outline-btn:hover {
    background-color: var(--brand-bg-color);
    color: #fff;
}
/* .white-btn-outline-btn:hover, .white-btn-outline-btn.form-control:focus{
    background-color: var(--brand-color) !important;
    border-color: var(--brand-color) !important;
    color: #fff;
    padding: 12px 20px;
    box-shadow: none;
} */


/** Login and Forgot password **/

.auth_section{
    /* background: linear-gradient(to bottom, rgb(16 52 140), rgb(16 52 140 / 70%)); */
    /* background: linear-gradient(to bottom, rgba(54, 55, 137, 1), rgb(56 50 156 / 80%)), url(/media/login-bg-1.jpg) no-repeat top center; */
    /* background:
        linear-gradient(
            90deg,
            rgba(9, 20, 60, 0.85) 0%,
            rgba(9, 20, 60, 0.6) 35%,
            rgba(9, 20, 60, 0.25) 65%,
            rgba(0, 0, 0, 0) 100%
        ),
        url(/media/login-bg-1.jpg) center center / cover no-repeat; */
    background: linear-gradient(270deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 63%) 35%, rgb(0 0 0 / 58%) 65%, rgb(0 0 0 / 56%) 100%), url(/media/login-bg-1.jpg) center center / cover no-repeat;
}
.auth_section input::placeholder {
    color: #fff !important;
    opacity: 1; /* Firefox */
}
.auth_section{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 100%;
}
.auth_section .left-side{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.auth_section .left-side .col2.col-md-6{
    border-left: 1px solid #f2f2f2;
}
.auth_section .logo_section img{
    width: 100%;
    height: auto;
    max-width: 224px;
    padding: 12px;
    margin: 0 auto;
    background: #ffffff94;
    border-radius: 16px;
}

.auth_section .logo_section {
    margin-bottom: 20px;
}
.auth_section .card_section{
    padding: 42px;
    width: 100%;
    max-width: 421px;
    background: linear-gradient(45deg, #00020c, #324291);
    border-radius: 28px;
}
.auth_section .col-md-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth_section .card_section h3{
    color: #fff;
    margin: 0;
    /* text-align: center; */
    font-size: 24px; 
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
}
.auth_section .card_section p {
    font-size: 18px;
    color: #fff;
}
.auth_section .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
    /* padding: 0 10px; */
    /* border-bottom: 1px solid #fff; */
    /* color: #fff; */
    margin-bottom: 24px;
    border-radius: 8px;
}
.auth_section .input-group-pass{
    position: absolute;
    right: 0;  
}
.auth_section .card_section form .input_field {
    outline: none;
    font-size: 20px;
    border: 0;
    background: transparent;
}
.auth_section .card_section form .input-group i{
    font-size: 20px;
}
.auth_section .card_section .form-check-label{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.auth_section .card_section .form-check-input{
    font-size: 18px;
}
.auth_section .card_section .mb-2{
    margin-bottom: 24px !important;
}
.auth_section .forgot-password{
    color: #fff !important; 
    margin-top: 20px;
    display: inline-block;
}
.auth_section input:-webkit-autofill, .auth_section input:-webkit-autofill:hover, .auth_section input:-webkit-autofill:focus, .auth_section input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 28000s ease-in-out 0s;
    /* -webkit-text-fill-color: #fff !important; */
}
.auth_section .form-control{
    /* color: var(--whitetext-color); */
    padding: 6px 12px;
}
.auth_section .form-control:focus{
    box-shadow:none;
    /* color: var(--whitetext-color); */
}
.auth_section .invalid-feedback{
    color: #fff !important;
}
.auth_section .form-check-input:focus {
    box-shadow: none;
}
.auth_section div .login_error{
    color: #f01607;
    position: absolute;
    margin-block: -30px;
}
/* .auth_section .white-btn-outline-btn span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/media/btnshape_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -3px;
    vertical-align: middle;
} */
/* .auth_section .white-btn-outline-btn:hover span::after {
    background-image: url(/media/btnshape_red.svg);
    color: #fff !important;
} */
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: var(--special-color);
    color: #fff;
}


/** Main CSS **/
.wrapper {
    height: 100%;
    width: 100%;
    /* background: var(--brand-bg-color); */
    background: rgb(16 52 140 / 20%);
    /* background-image: url(/media/bg-wrapper.png); */
    /* background-image: url(/media/bg-wrapper.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2rem;
    padding-bottom: .625rem;
}
.select2-container .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple{
    padding: 0.6rem 1rem; 
}
.state-col .select2-container .select2-selection--multiple, .zone-col .select2-container .select2-selection--multiple, 
.state-col .select2-container--default.select2-container--focus .select2-selection--multiple, .zone-col .select2-container--default.select2-container--focus .select2-selection--multiple, 
.dealassig-col .select2-container .select2-selection--multiple, .oemcode-col .select2-container .select2-selection--multiple{
    padding: 0.6rem 1rem; 
    overflow-y: scroll;
    max-height: 45px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--special-color);
    margin-top: 0px;
    border-radius: 15px;
    margin-bottom: 8px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover, 
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: var(--special-color);
}
.select2-container .select2-search--inline .select2-search__field{
    margin-bottom: 7px;
    height: 16px;
}
.select2-container .select2-selection--multiple .select2-search__field{
    color: var(--main-title);
    font-family: "Roboto", sans-serif;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--special-color);
    color: var(--whitetext-color);
}
.search_field_dashboard .title {
    font-size: 50px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 10px !important;
}
.search_field_dashboard h5 {
    margin-bottom: 30px;
    font-size: 20px;
}
.search_field_dashboard .input_search_field {
    box-shadow: 0 1px 6px 0 #0d0e0f47;
    border: 0;
    font-size: 18px !important;
    height: 50px;
    border-radius: 0px;
    font-size: 18px;
    padding: 10px 130px 10px 30px;
}
.textline {
    display: flex;
    align-items: center;
    color: #fff;
    column-gap: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.textline span.line {
    height: 1px;
    display: inline-block;
    background-color: #fff;
    width: 850px;
}
.search_field_dashboard .search_field {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 800px;
    margin-bottom: 30px;
}
.search_field_dashboard .search_field .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 30px;
    white-space: nowrap;
    height: 45px;
    border-radius: 0;
    background-color: var(--special-color);
    color: #fff;
    border: 0;
}
.search-bg-color{
    background: linear-gradient(rgb(16, 52, 140), rgba(16, 52, 140, 0.8));
    padding: 30px 20px;
}
.dash_wrapper{
    padding-top: 50px;
}
.dash_wrapper .widget-icon {
    color: var(--whitetext-color);
    background-color: var(--special-color);
    font-size: 4rem;
    height: 6.5rem;
    width: 6.5rem;
    text-align: center;
    line-height: 6.5rem;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: -25px;
    z-index: 1;
}
.dash_wrapper .card, .chart-row .card  {
    background-color: rgb(255 255 255 / 95%);
    box-shadow: rgba(41, 48, 66, 0.05) 0px 0px 0.875rem;
}
.dash_wrapper .widget-flat{
    overflow: visible;
}
.dash_wrapper .col-sm-6.col-md-6.col-lg-3{
    margin-bottom: 40px;
}
.dash_wrapper .card .brand-color{
    background: rgb(16 52 140 / 10%);
    padding: 1px 4px;
}
.modal-body{
    color: var(--main-title);
}
/* .srno_td{
min-width:40px ;
} */
.prodid_td{
    min-width: 180px;
}
.name_td{
    min-width: 180px;
}
.brndapp_td{
    min-width: 200px;
}
.OEM_td{
    min-width: 150px;
}
.coss_td{
    min-width: 160px;
}
.tool_td{
    min-width: 150px;
}
.actin_td{
    min-width: 120px;
} 
.crtd_td{
    min-width: 180px;
}
.devprod_td{
    min-width: 200px;
}
.titl_td{
    min-width: 250px;
}
.strdate_td{
    min-width: 150px;
}
.prod_td{
    min-width: 300px;
}
.dataTable thead th.prod_td, .dataTable tbody td.proddata_th {
    white-space: normal !important;
}
.dealr_td{
    min-width: 250px;
}
.qty_td{
    min-width: 120px;
}
.disval_td{
    min-width: 120px;
}
.disty_td{
    min-width: 120px;
}
.delno_td{
    min-width: 100px;
}
.namedel_td{
    min-width: 250px;
}
.stat_td{
    min-width: 200px;
}
.zone_td{
    min-width: 200px;
}
.handl_td{
    min-width: 300px;
}
.action_td{
    min-width: 380px;
}
.status_td{
    min-width: 100px;
}
.dealerdash-section .action_td, #dealer-schemes-table .action_td{
    min-width: 100px;
}
.orderdash-section .action_td{
    min-width: 150px;
}
.email_td{
    min-width: 200px;
}
.role_td{
    min-width: 150px;
}
.ordrid_td{
    min-width: 150px;
}
.dealr_td{
    min-width: 120px;
}
.ordramt_td{
    min-width: 180px;
}
.ordrdat_td{
    min-width: 200px;
}
.statteam_td, .stathead_td{
    min-width: 200px;
}
.statadmin_td{
    min-width: 180px;
}
.partno_td{
    min-width: 150px;
}
.mrp_td{
    min-width: 100px;
}
.delpric_td{
    min-width: 150px;
}
.gst_td{
    min-width: 100px;
}
.gstamt_td{
    min-width: 150px;
}
.qunty_td{
    min-width: 150px;
}
.amtexct_td{
    min-width: 200px;
}
.Approved span{
    background-color: green;
    color:#fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 14px;
}
.Pending span{
    color: #fff;
    background-color: orange;
    padding: 2px 10px;
    border-radius: 15px;
}
.Cancelled span{
    color: #fff;
    background-color: #e0020e;
    padding: 2px 10px;
    border-radius: 15px;
}
.Rejected span{
    color: #fff;
    background-color: #b5050e;
    padding: 2px 10px;
    border-radius: 15px;
}
.application-formset-row, .cross-ref-formset-row{
    border-top: 1px solid #a4a4a4;
    padding-top: 20px;
    padding-bottom: 10px;
}
.application-formset-row:nth-child(1), .cross-ref-formset-row:nth-child(1) {
    border-top: none;
}
.uploadbrand-section form{
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
}
#productDetailsModal #modalBodyContent img{
    width: 100%;
}
#productDetailsModal .modal-body {
    max-height: 75vh;
    overflow: auto;
    padding: 10px 24px;
}
#productDetailsModal .table-striped>tbody>tr:nth-of-type(odd) {
    color: #919ca7;
}
.dealerreg-section hr, .dealerupdt-section hr, .updateprod-section hr{
    border-top: 1px solid #a4a4a4;
}
.linkimg-col a{
    font-size: 14px;
    width: 140px;
    top: 6px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-section .select2-container .select2-selection--multiple, .user-section .select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 0.6rem 1rem;
    overflow-y: scroll;
    max-height: 45px;
}
.user-section .select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 7px;
    height: 20px;
    margin-top: 0;
}
.user-section .select2-container .select2-selection--multiple .select2-selection__choice{
    margin-bottom: 0;
    vertical-align: baseline;
}
.user-section .select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
}
.updateuser-secion .select2-container .select2-selection--multiple, .updateuser-secion .select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 0.6rem 1rem;
    overflow-y: scroll;
    max-height: 45px;
}
.updateuser-secion .select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 7px;
    height: 20px;
    margin-top: 0;
}
.updateuser-secion .select2-container .select2-selection--multiple .select2-selection__choice{
    margin-bottom: 0;
    vertical-align: baseline;
}
.updateuser-secion .select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
}
.product_list_section .item {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 100%;
}
.product_list_section .product_click_view {
    display: flex;
    color: #333333;
}
.product_list_section .product_image-div img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.product_list_section .product_properties {
    width: 100%;
}
.product_list_section .item:hover {
    scale: 1.05;
    transition: all 0.3s ease-in-out;
}
.product_list_section .product_image-div {
    padding-right: 20px;
}
.product_list_section .col-md-4:has(.item) {
    margin-bottom: 24px;
}
.product_list_section .product_properties table td {
    border-bottom: 0 !important;
    --ct-table-accent-bg: transparent;
}
.searchprodlist-section .pagination-link {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    color: #007bff; /* Blue color for links */
    border: 1px solid #007bff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.searchprodlist-section .pagination-link:hover {
    background-color: #007bff;
    color: white;
}
.searchprodlist-section .btn-light:hover {
    background-color: var(--brand-color);
    color: #fff;
}
.searchprodlist-section .current-page {
    margin: 0 10px;
    font-weight: bold;
}
.searchprodlist-section .product_list_section:has(.no_product) .pagination_row{
    display: none;
}
.searchprodlist-section .product_list_section .table-scroll {
    margin-bottom: 0;
}
.searchprodlist-section .product_list_section .btn-light{
    margin-bottom: 0;
}
.viewproddetail-section .product-detail-content .product_title {
    color: var(--brand-color);
    font-size: 45px;
    font-weight: 500;
    word-break: break-all;
}
.viewproddetail-section .table-striped>tbody>tr:nth-of-type(odd)>* {
    --ct-table-accent-bg: rgb(255 255 255 / 40%);
    color: var(--text-color);
}
.viewproddetail-section .product_view_page .product-detail-content table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.viewproddetail-section .product_main_image {
    height: 550px;
    max-width: 600px;
    width: 100%;
    padding: 8px;
    object-fit: contain;
}
#productDetailsModal .product-detail-content .product_title {
    color: var(--brand-color);
    font-size: 45px;
    font-weight: 500;
    word-break: break-all;
}
#productDetailsModal .product_main_image {
    height: 550px;
    max-width: 600px;
    width: 100%;
    padding: 8px;
    object-fit: contain;
}

/* Button with loader */
.btn-light.add-btn:has(.loader) {
    position: relative;
    padding-right: 30px; 
}
/* Loader style inside button */
.loader {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width:15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 30%;
    right: 10px;
    display: inline-block;
}

 /* Safari */
 @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 992px){
    body[data-layout=topnav] .container-fluid{
        max-width: 100%;
    }
}
@media (min-width: 1400px){
    body[data-layout=topnav] .container-fluid{
        max-width: 100%;
    }
}
@media (min-width: 1361px) and (max-width: 1600px) {
    .searchprodlist-section .product_list_section .btn-light{
        padding: 10px 15px;
    }
    .product_list_section .product_properties table td{
        padding: 0.2rem .5rem;
        font-size: 16px;
    }
    .product_list_section .product_image-div img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }
    .product_list_section .product_properties h3{
        font-size: 20px;
    }
}

@media (min-width: 1241px) and (max-width: 1360px) {
    .searchprodlist-section .product_list_section .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .widget-flat i.widget-icon {
        display: block;
    }
    .dash_wrapper .widget-icon {
        color: var(--whitetext-color);
        background-color: var(--special-color);
        font-size: 3rem;
        height: 5rem;
        width: 5rem;
        text-align: center;
        line-height: 5rem;
        border-radius: 3px;
        display: inline-block;
        position: absolute;
        right: 25px;
        top: -25px;
        z-index: 1;
    }
    .dash_wrapper .col-sm-6.col-md-6.col-lg-3{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }
}
@media (min-width: 1025px) and (max-width: 1240px) {
    .searchprodlist-section .product_list_section .btn-light{
        padding: 10px 15px;
    }
    .viewproddetail-section .product-detail-content .product_title {
        color: var(--brand-color);
        font-size: 30px;
        font-weight: 500;
        word-break: break-all;
    }
    .searchprodlist-section .product_list_section .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50% !important;
    }
    .dash_wrapper .widget-icon {
        font-size: 3rem;
        height: 5rem;
        width: 5rem;
        text-align: center;
        line-height: 5rem;
    }
    .dash_wrapper .col-sm-6.col-md-6.col-lg-3{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dash_wrapper .widget-icon {
        font-size: 3rem;
        height: 5.5rem;
        width: 5.5rem;
        line-height: 5.5rem;
    }
}

@media (max-width:767.98px) {
    .auth_section .card_section h3{
        font-size: 25px;
    }
    .auth_section .card_section {
        padding: 40px 50px;
    }
    .dash_wrapper .widget-icon {
        font-size: 3rem;
        height: 5.5rem;
        width: 5.5rem;
        line-height: 5.5rem;
    }
}