/* @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: #10348C;
     --title: #ea1a33;
     --brand-bg-color: #10348C;
     --special-color : rgb(0 173 233);
 }
 body, td, select {
    color: var(--text-color);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.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: 40px;
}
.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: var(--whitetext-color);
}
.navbar-custom .topbar-menu .nav-link h5, .navbar-custom .topbar-menu .nav-link h6{
    /* color: var(--whitetext-color); */
}
.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);
}
.button-toggle-menu{
    /* color: var(--whitetext-color); */
    color: var(--main-title);
}
.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);
}
.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: var(--brand-color);
    background-color: transparent;
    border: 2px solid var(--brand-color);
    font-weight: 500;
    border-radius: 40px;
    padding: 10px 25px;
}
.btn-light:hover{
    /* background: linear-gradient(151deg, rgba(16, 52, 140, 1) 68%, rgba(0, 173, 233, 1) 100%) !important; */
    background-color: var(--brand-color);
    color: var(--whitetext-color);
    border-color: var(--brand-color);
}
.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: #000;
    /* background-image: url(/media/bg-wrapper.png); */
}
.navbar-custom{
    /* background: linear-gradient(rgb(16, 52, 140), rgba(16, 52, 140, 1)); */
    margin-left: 300px;
    background: var(--whitetext-color);
}
.content-page{
    margin-left: 300px;
}
.side-nav .side-nav-link, .side-nav-second-level li a{
    font-size: 1rem;
    color: var(--whitetext-color);
    margin: 5px 5px;
    border-radius: 5px;
}
.side-nav-second-level li a:hover, .side-nav .menuitem-active .menuitem-active .active {
    /* color: var(--title); */
    /* background: rgb(16, 52, 140) !important; */
    color: var(--whitetext-color);
    background: rgb(255 255 255 / 20%) !important;
    margin: 5px 5px;
    border-radius: 5px;
}
.side-nav .side-nav-link:active, .side-nav .side-nav-link:focus, .side-nav .side-nav-link:hover{
    color: var(--whitetext-color);
    background: rgb(255 255 255 / 20%) !important;
    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: var(--whitetext-color);
    background: rgb(255 255 255 / 20%) !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: var(--whitetext-color);
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .menuitem-active>a{
    background: rgb(255 255 255 / 20%) !important;
}
.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: var(--whitetext-color);
    background: var(--brand-bg-color) !important;
    /* width: 330px; */
    width: 365px;
    margin: 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: var(--brand-bg-color);
    /* width: 260px; */
    width: 300px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover>.collapse>ul a:hover{
    color: var(--whitetext-color);
    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: var(--special-color );
}
.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: #fff;
}
table thead{
    background: var(--brand-bg-color) !important;
}
.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);
}
.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: 50%;
    color: var(--whitetext-color) !important;
    background: linear-gradient(151deg, rgba(16, 52, 140, 1) 68%, rgba(0, 173, 233, 1) 100%) !important;
    border-color: var(--special-color);
}

.card {
    background-color: rgb(255 255 255 / 85%);
    box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
}
/* .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;
}

.white-btn-outline-btn{
    background-color: transparent;
    border-color: #ffffff;
    color: #fff;
    padding: 12px 20px;
    font-size: 20px;
    width: 100%;
}
.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/accurub-banner-slide03.jpg) no-repeat top center; */
}
.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 img{
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: 0 auto;
}
.auth_section .card_section{
    padding: 60px 80px;
    width: 100%;
    max-width: 600px;
   margin: 0 auto;
}
.auth_section .col-md-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth_section .card_section h3{
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px; 
}
.auth_section .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: transparent;
    /* padding: 0 10px; */
    border-bottom: 1px solid #fff;
    color: #fff;
}
.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: 40px !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: 0.6rem 1rem;
}
.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:80px ;
}
.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;
    }
}