@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Slab:wght@100..900&display=swap');
 :root{
     --whitetext-color: #FFFFFF;   
     --text-color: #333;
     --main-title: #3d3d3d;
     --brand-color: #cc6729;
     --bg-color: #f1d2ba;
     --body-bg-color: #2f120e;
     --brand-bg-color: #96392e;
     --table-heading: #581a12;
     --font-family: "Nunito Sans", sans-serif;
    --heading-font: "Roboto Slab", serif;
 }
 * {
	box-sizing: border-box;
}
body{
    background-color: var(--body-bg-color);
}
 body, td, select {
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: var(--text-color);
}
a {
    color: var(--text-color);
    text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
    height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--brand-bg-color);
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.calendar_icon, .time_icon {
    position: relative;
    vertical-align: baseline;
}
.calendar_icon .mdi, .time_icon .mdi {
    position: absolute;
    right: 45px;
    top: 33px;
    font-size: 22px;
    pointer-events: none;
}
input[name="pan"]{
    text-transform: uppercase;
}
.logo-lg img{
    height: 60px;
}
.logo_text{
    font-family: var(--heading-font);
    color: var(--whitetext-color);
    font-weight: 400;
    margin: 40px 0px;
    font-size: 30px;
    text-align: left;
}
.heading-text.line-after {
    display: flex;
    align-items: center;
    white-space: nowrap;
    column-gap: 10px;
}
.heading-text.line-after::after {
    content: '';
    height: 1px;
    display: block;
    background-color: #555;
    width: 100%;
}
form .form-label, .form-label {
    margin-bottom: .2rem;
}
.nav-user{
    background: transparent;
    border: 0;
}
.nav-user .account-user-avatar {
    border-radius: 50%;
    border: 1px double #333;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}
.form-check-input:checked {
    background-color: var(--table-heading) !important;
}
button.btn.btn-danger.btn-sm.delete-btn {
    padding: 1.6px 7px;
}
.nav-user .account-user-avatar .rounded-circle {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    object-fit: cover;
}
.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);
}
table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled){
    padding-right: 26px !important;
}
#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: transparent;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .content-page{
    min-height:100vh;
}
.relative{
    position: relative;
}
.button-toggle-menu{
    color: var(--main-title);
    position: absolute;
    z-index: 99999;
    left: -100px;
}
.button-toggle-menu .menu-icon{
    width: 22px;

}
.button-toggle-menu .right-arrow-icon{
    display: none;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .button-toggle-menu{
    left: 0;
    position: relative;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .button-toggle-menu .right-arrow-icon{
    display: block;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .button-toggle-menu .hamburger-menu-icon{
    display: none;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) {
    margin: 0;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .leftside-menu .dropdown .info_div,
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .leftside-menu .dropdown .icon_div{
    display: none;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .leftside-menu .nav-user{
    padding: 3px;
    min-height: auto;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .leftside-menu .nav-user .account-user-avatar{
    margin: 0 !important;
}
.account-user-avatar h5{
    color:  var(--whitetext-color);
}
.my_account .profile-photo-container{
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.my_account .profile-photo-container .profile-photo {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 50%; 
}
.card-title-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .my_account .profile_image_div .btn_div .btn{
    padding: 6px 14px;
} */
.my_account .vr-line-after{
    position: relative;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #333;
}
/* .my_account .vr-line-after::after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 0;
} */
.my_account .password-instructions .subheading{
    font-size: 14px;
}
.my_account .password-instructions ul li{
    font-size: 14px;
    color: #666;
}
.my_account form .form-control{
    height: 40px !important;
    border-radius: 10px;
}
.my_account .card-body{
    padding: 15px 24px 15px 24px;
}
.my_account h3.heading,.my_account h4.heading{
    font-size: 21px;
}
.widget-icon{
    color: var(--whitetext-color);
    background-color: var(--brand-bg-color);
}
.modal .header-title{
    color: var(--whitetext-color);
}
.modal-content{
    border-radius: 20px;
}
.modal-content .modal-header{
    border-radius: 20px 20px 0 0;
}
.swal2-title{
    font-size: 24px !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup{
    border-radius: 20px;
}
.swal2-actions{
    flex-direction: row-reverse;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: var(--brand-bg-color) !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
    background-color: var(--brand-bg-color) !important;
}
.dataTables_filter{
    display: none;
}
.dataTables_filter, .dataTables_length {
    margin-bottom: 15px;
}
div.dataTables_wrapper div.dataTables_processing{
    background-color: #fff !important;
    z-index: 9999;
}
.footer{
    color: var(--text-color);
    background: var(--whitetext-color);
    border: 0;
    border-radius: 0 0 0 35px;
    margin-left: 300px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .footer{
    margin-left: 70px;
}
.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:#555;
}
h3.heading,h4.heading{
    font-family: var(--heading-font);
    font-weight: 500;
}
.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,.btn-primary , .btn-secondary,.btn-info{
    color: var(--whitetext-color);
    background-color: var(--brand-bg-color);
    border: 2px solid var(--brand-bg-color);
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 20px;
}
.btn-light.btn-sm, .btn-primary.btn-sm, .btn-secondary.btn-sm{
    padding: 8px 20px;
}
.btn-light:hover, .btn-primary:hover, .btn-secondary:hover,.btn-info:hover{
    /* background: linear-gradient(151deg, rgba(16, 52, 140, 1) 68%, rgba(0, 173, 233, 1) 100%) !important; */
    background-color: var(--brand-bg-color);
    color: var(--whitetext-color);
    border-color: var(--brand-bg-color);
}
.btn-light:active, .btn-primary:active, .btn-secondary:active, .btn-info:active{
    background-color: var(--brand-bg-color);
    color: var(--whitetext-color);
    border-color: var(--brand-bg-color);
}
 .bg-primary {
    background-color: var(--brand-bg-color) !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: var(--brand-bg-color) !important;
    border-color: var(--brand-bg-color) !important;
}
#leftside-menu-container{
    height: calc(100vh - 120px);
}
#leftside-menu-container .leftside-menu > .dropdown{
    display: none;
}
.leftside-menu .nav-user{
    background-color: var(--bg-color);
    padding: 10px;
    border-radius: 10px;
}
.leftside-menu .nav-user h4{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    font-family: var(--heading-font);
}
.leftside-menu .nav-user .subheading{
    font-size: 12px;
    font-weight: 500;
}
.leftside-menu{
    box-shadow: none;
    min-width: 300px;
    background: transparent;
    z-index: 500;
}
.leftside-menu .logo{
    z-index: 501;
    /* display: inline-block !important; */
}
html[data-menu-color=dark] .logo.logo-light{
    display: inline-block;
}
.info-label {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.info-value {
    color: #333;
    font-size: 0.9rem;
}
.navbar-custom{
    margin-left: 300px;
    background: transparent;
    border-radius: 35px 0px 0 0;
    position: fixed;
    top: 0;
    box-shadow: none;
    left: 0;
    right: 0;
}
.navbar-custom .for_color{
    background-color: var(--body-bg-color);
}
.navbar-custom .container_outer_div{
    background-color: var(--bg-color);
    padding: 24px 24px 12px;
    border-radius: 35px 0 0 0;
}
.navbar-custom .container_outer_div > .topbar{
    background-color: transparent;
    box-shadow: none;
    border-radius: 20px;
}
.navbar-custom .container_outer_div > .topbar.scrolled{
    background-color: #fff;
    box-shadow: var(--ct-box-shadow);
}
.navbar-custom .topbar-menu .nav-user{
    padding: 0 0 0 12px;
    transition: .1s ease-in-out;
}
/* .navbar-custom .scrolled .topbar-menu .nav-user{
    padding: 0 12px 0 12px;
    transition: .1s ease-in-out;
} */
.content-page{
    margin-left: 300px;
    background-color: var(--bg-color);
    border-radius: 35px 0 0 35px;
    padding-top: 94px;
    /* padding-bottom: 40px; */
    padding-bottom: 10px;
    min-height: 100vh;
}
.btn-top-div{
    margin-top: 12px;
    display: inline-block;
    /* padding-left: 220px; */
    position: absolute;
    left: 210px;
    z-index: 9;
}
.card1{
    margin-top: -45px;
    z-index: 0;
    position: relative;
}
.side-nav .side-nav-link, .side-nav-second-level li a{
    font-size: 1rem;
    color: var(--whitetext-color);
    margin: 5px 5px;
    border-radius: 5px;
    line-height: 30px;
}
.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: var(--brand-bg-color) !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: var(--brand-bg-color) !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: var(--brand-bg-color) !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: var(--brand-bg-color) !important;
}
.error-msg {
    color: #f1556c;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}
.form-group.has-error .error-msg {
    display: block;
}
.form-group.has-error .form-control,
.form-group.has-error .select2-container--default .select2-selection--single {
    border-color: #f1556c !important;
}
.switch {
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 20px;
    margin:0 5px;
    vertical-align: middle;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
  }
  
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 16px; width: 16px;
    left: 2px; bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }
.switch input:checked + .slider {
    background-color: var(--table-heading);
}
.switch input:checked + .slider:before {
    transform: translateX(20px);
  }
  
.side-nav .menuitem-active>a::before,
.side-nav .side-nav-item a:hover::before{
    content: '';
    display: inline-flex;
    width: 5px;
    height: 100%;
    background-color: var(--whitetext-color);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 5px 5px 0;
}
.side-nav-item .icon{
    font-size: 16px !important;
}
.side-nav .side-nav-item > a:hover .icon, .side-nav .menuitem-active>a .icon{
    background-color: #fff;
    color: var(--brand-bg-color);
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex !important; 
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 5px;
    
}
.side-nav .side-nav-link i{
    min-width: 30px;
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.side-nav-second-level{
    padding-left: 30px;
    margin-top: 4px;
}
.side-nav-second-level i{
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 3px;
    font-size: 13px;
    line-height: 20px;
}
.side-nav-second-level li a:hover i, .side-nav .menuitem-active .menuitem-active .active i{
    background-color: #fff;
    color: var(--brand-bg-color);
}
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;
}
button#add-row-btn {
    float: inline-end;
}   
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;
    max-height: 410px;
    overflow-y: auto;
    scrollbar-width: none;
}
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);
    display: none;
}
.page-title-box{
    position: relative;
    /* z-index: 1; */
}
.page-title-box .page-title-right{
    margin-top: 12px;
    margin-right: 20px;
    z-index: 9;
    position: relative;
}
.page-title-box .breadcrumb{
    padding-bottom: 10px;
}
.m-l-10{
    margin-left:10px;
}
.border{
    border-color: #b5b5b5 !important;
}
.order-remove{
    pointer-events: none;
}
.order-remove::before,.order-remove::after{
    display: none !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link .menu-arrow{
    transform: translate(-50%, -50%) rotate(270deg);
}
a.side-nav-link {
    margin: 0 !important;
}  
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu:hover {
    min-width: 360px !important;
}       
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .simplebar-content-wrapper{
    overflow: auto !important;
}        

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu:hover li.side-nav-item.menuitem-active {
   width: 70px !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item i:hover>.collapse>ul, html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item i:hover>.collapsing>ul{
    display: block !important;
}
/* li.side-nav-item.mastermanagmnt-nav.menuitem-active {
    display: none;
} */
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu ul.side-nav-second-level {
    z-index: 9999;
    position: absolute;
    bottom: 55px;
}        
table th:first-child,
table th:last-child,
table tbody tr td:first-child,
table tbody tr td:last-child{
    text-align: center;
}
.wrapper .form-control{
    font-size: 1rem;
    padding: 0.6rem 1rem;
    color: var(--main-title);
    height: 45px !important;
}
.wrapper tfoot .form-control, .wrapper tfoot .form-select{
    padding: .28rem .8rem;
    height: 38px !important;
}
.wrapper .form-select{
    font-size: 1rem;
}
.form-control:focus {
    color: var(--main-title);
    background-color: var(--whitetext-color);
    border-color: var(--brand-bg-color);
    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;
}
.dataTables_length .form-select{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: .8rem;
    font-size: .875rem;
}
.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-scroll {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.table-scroll table.dataTable{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
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(--table-heading) !important;
}
.table-sm>:not(caption)>*>* {
    padding: .7rem .7rem;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before{
    top: 15% !important;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after{
    top: 15% !important;
}
.table .action-icon {
    color: var(--text-color);
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
table .action-icon .mdi{
    width: 26px;
    height: 26px;
    display: flex
;
    align-items: end;
    justify-content: center;
    border-radius: 5px;
    margin: 0 5px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
table .action-icon .view-icon{
    background-color: #5e5e5e;
}
table .action-icon .edit-icon{
    background-color: #398000;
}
table .action-icon .delete-icon{
    background-color: #f4211b;
}
.dataTable thead th, .dataTable tbody td {
    white-space: nowrap;
}
/* .dataTable tbody td {
    white-space: nowrap;
} */
.table-responsive{
    margin-bottom: 30px;
}
.table-responsive ul.pagination {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.auto-resize-number {
    width: 50px;           /* initial width */
    min-width: 50px;       /* minimum width */
    max-width: 200px;      /* optional max width */
    box-sizing: content-box; 
    padding: 0px 10px !important;
}

.mandatory::after{
    content: " *";
    color: red;
}
button#allocateBtn_38:hover {
    color: var(--whitetext-color);
    background-color: var(--brand-bg-color);
    border: 2px solid var(--brand-bg-color);
    font-weight: 500;
    border-radius: 10px;
}
.btn-div{
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: end;
}
.btn-danger, .btn-outline-danger:hover{
    background-color: #fa5c7c;
}
.btn-outline-danger{
    border-color: var(--title);
    /* color: var(--title); */
    border-width: 2px;
    color: #fff;
    border-radius: 6px;
    background-color: #fa5c7c;
}
.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.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{
    background-color: var(--table-heading);
    border-radius: 0;
    border: 1px solid var(--table-heading);
}
.password_view {
    position: relative;
}
.password_view .view_icon {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 25px;
}
.card {
    background-color: var(--whitetext-color);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
}
   
.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) .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;
}

form .accordion-item {
    border-radius: 20px !important;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
#toggle-access-4{
    width: 16px;
    height: 16px;
}
form .accordion-body{
    padding: 30px 25px;
}
form .accordion-button{
    column-gap: 10px;
    border-radius: 20px 20px 20px 20px !important;
    color: #333;
}
form .accordion-button:not(.collapsed){
    background-color: #fff;
    color: var(--text-color);
    border-radius: 20px 20px 0px 0px !important;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}
form .accordion-button span{
    padding: 10px 15px;
    font-size: 18px;
    background-color: var(--table-heading);
    color: #fff;
    border-radius: 50px;
}
form .accordion-button .title{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
}
form .accordion-button .title small{
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}
.view-page .title, .card-new .title{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    /* margin-bottom: 30px; */
}
.view-page .title small, .card-new .title small{
    font-size: 12px;
    margin-top: 5px;
    color: #666;
}

/* Login Page */
.auth_section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: var(--font-family);
	height: calc(100vh - 20px);
	margin: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/media/bg_image/login_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auth_section .heading {
	font-weight: bold;
	margin: 0;
    font-family: var(--heading-font);
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}
.auth_section .overlay-container .heading{
    color: #fff;
}
.auth_section .logo{
    margin-bottom: 20px;
    width: 88px;
}

.auth_section p {
	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

.auth_section span {
	font-size: 12px;
}

.auth_section button {
	border-radius: 20px;
	border: 1px solid var(--brand-color);
	background-color: var(--brand-color);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: transform 80ms ease-in;
}

.auth_section button:active {
	transform: scale(0.95);
}

.auth_section button:focus {
	outline: none;
}

.auth_section button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

.auth_section form {
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.auth_section .container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

.auth_section .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.auth_section .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.auth_section .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.auth_section .reset-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.auth_section .container.right-panel-active .reset-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.auth_section .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.auth_section .container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.auth_section .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #96392D, #F7843D);
	background: linear-gradient(41deg,rgba(150, 57, 45, 1) 0%, rgba(247, 132, 61, 1) 100%);;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.auth_section .container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.auth_section .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.auth_section .overlay-left {
	transform: translateX(-20%);
}

.auth_section .container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.auth_section .overlay-right {
	right: 0;
	transform: translateX(0);
}
.auth_section .overlay-right .new_text{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--heading-font);
    margin: 0;
}
.auth_section .overlay-right .new_text span{
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 500;
}

.auth_section .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}


.auth_section footer {
    background-color: var(--brand-color);
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.auth_section footer p {
    margin: 10px 0;
}
.auth_section .logo_div{
    display: flex;
    justify-content: center;
}
.auth_section .toggle_view_icon{
    position: relative;
}
.auth_section .toggle_view_icon .view_icon {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
}
/* MIN Page */
.material-card {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

.material-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-color: var(--table-heading);
}
.material-header {
    background: var(--table-heading);
    color: white;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.material-card .inner-title{
    color: var(--whitetext-color);
}
.material-card .quantity-section {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.material-card .quantity-input-group {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.material-card .quantity-input {
    border: 2px solid #dee2e6;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    min-width: 120px;
}

.material-card .quantity-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.material-card .quantity-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.material-card .quantity-label {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
}

.material-card .quantity-value {
    font-size: 14px;
    font-weight: 600;
}
.text-primary{
    color: var(--brand-bg-color) !important;
}
.info-item {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid var(--table-heading);
}

.info-label {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 4px;
    font-weight: 500;
}

.info-value {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}
.selected-batches-summary {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px;
    margin-top: 15px;
}
.selected-batches-summary .summary-title {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
}

.selected-batches-summary .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 13px;
}


/** Main CSS **/
.wrapper {
    height: 100%;
    width: 100%;
    background: rgb(16 52 140 / 8%);
}
.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: 10px 1rem !important; 
    display: flex !important;
}
.select2-selection.select2-selection--multiple:has(.select2-selection__choice){
    padding: 3px 1rem !important;
}
  .select2-selection.select2-selection--multiple ul{
    width: auto !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:#96392e !important;
}
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #96392e !important;
    border-color: #96392e !important;
    color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
    border-right-color: rgba(255, 255, 255, 0.3) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.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: 22px;
    margin: 0;
}
.select2-container .select2-selection--multiple .select2-search__field{
    color: var(--main-title);
    font-family: "Roboto", sans-serif;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    margin: 0;
    padding: 0;
}
/* .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--special-color);
    color: var(--whitetext-color);
} */
/* .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-flex !important;
} */
.select2-search.select2-search--inline{
    line-height: normal;
}
.select2-container .select2-selection--single{
    height: 45px;
}
.select2-container--default .select2-selection--single {
    height: 45px !important;
    border-color: #ced4da;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 12px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.select2-container .select2-selection--single .select2-selection__arrow{
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
}
.select2-container .select2-selection--single.is-invalid{
    border: 1px solid #fa5c7c;
}
.select2-container .select2-selection--single.is-valid{
    border: 1px solid #0acf97;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--brand-bg-color) !important;
    color: var(--whitetext-color) !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: var(--brand-bg-color) !important;
    color: #fff !important;
}
table .product-category + .select2{
    width: 150px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    color: var(--text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input.select2-search__field {
    position: absolute;
    top: -43px !important;
    left: -1px !important;
    height: 40px;
}
.select2-container--default .select2-search--dropdown{
    padding: 0 !important;
}

table .product-size + .select2{
    width: 120px !important;
}
table .solid-decor + .select2{
    width: 120px !important;
}
table .emp-select + .select2 {
    width: 300px !important;
}
table .surface-finish + .select2{
    width: 150px !important;
}
table .makeup-length + .select2{
    width: 100px !important;
}
table .color-name + .select2{
    width: 150px !important;
}
table .emboss-select + .select2{
    width: 60px !important;
}
table .emboss-number + .select2{
    width: 160px !important;
}
.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;
}
/* .table>:not(caption)>th{
    background-color: var(--brand-bg-color) !important;
} */
.production_select_opt select{
    padding: .6rem .7rem .6rem .7rem;
    font-size: 12px !important;
}
.btn:disabled{
    background-color: var(--brand-bg-color);
    border-color: var(--brand-bg-color);
}
.print-section .btn-primary:disabled{
    background-color: var(--body-bg-color);
    border-color: var(--body-bg-color);
}
.alert-info{
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}
thead th {
    text-align: center !important;
}
thead th {
    text-align: center !important;
}
tbody td.number-values {
    text-align: center !important;
}
tbody td.text-values {
    text-align: left !important;
}
th.sorting_disabled {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
a.view-icon.openTableBtn.ms-1.mdi.mdi-eye-outline.view-btn {
    padding-right: 5px;
}
.dataTables_length label {
    text-transform: capitalize;
}
div.dataTables_info {
    text-transform: capitalize;
}
table thead tr th {
    text-align: center !important;
}
.sorting_disabled::before,
.sorting_disabled::after{
    display: none !important;
}
 /* 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;
    }
}

@media  (max-width: 1600px){
    /* *{
        font-size: 99% !important;
    } */
    body, td, select{
        font-size: 14px;
    }
    .side-nav .side-nav-link, .side-nav-second-level li a{
        font-size: 14px;
    }
    .small, small {
        font-size: .55rem;
    }
    .table-sm>:not(caption)>*>* {
        padding: .5rem .5rem;
    }
    .content-page{
        padding-top: 85px;
    }
    .btn-light{
        padding: 6px 14px;
    }
    .side-nav .side-nav-link i{
        min-width: 25px;
        width: 25px;
    }
    .table-responsive {
        margin-bottom: 0px;
    }
    .side-nav .side-nav-link, .side-nav-second-level li a{
        line-height: 25px;
    }
    .side-nav .side-nav-item > a:hover .icon, .side-nav .menuitem-active>a .icon{
        width: 25px;
        height: 25px;
    
    }
    .nav-user{
        min-height: 60px;
    }
    .navbar-custom .topbar-menu .nav-link{
        min-height: 60px;
        height: 60px;
    }
    .logo_text{
        font-size: 25px !important;
    }
}