body{
    background-color: var(--white-color);
    font-family: var(--vz-body-font-family);
}

:root{
    --theme-color:#f07c00;
    --white-color:#fff;
    --secondary-color:#3c4754;
    --dark-color:#222;
    --light-dark-color:#444;
    --border-color:#ddd;
    --danger-color:#f00;
}
/*Right Side Scrollbar*/

 ::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #b0b0b0; 
}

/* Top Bar */
.simplebar-content-wrapper{
    margin-top: 5px;
}
.simplebar-content{
    padding-top: 5px !important;
}
.topnav-hamburger{
        height: 60px;
    padding-top: 17px;
}
#page-topbar{
    background-color: #ececec;
}
.app-search .form-control {
    background-color: var(--white-color);
    border: 1px var(--border-color) solid;
    border-radius: 7px;
}
.navbar-header .btn-topbar {
    color: var(--secondary-color);
}
.topbar-user {
    background-color: var(--white-color) !important;
    margin: 6px 0px 6px 0px;
    height: 40px !important;
    border-radius: 5px;
    padding: 0px 25px 0px 0px;
}
.login_user_icon{
    padding: 0;
    background: #c5c6c6;
    position: absolute;
    right: 0;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
    font-size: 22px;
    color: var(--white-color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0px;
}

.enquiry-table::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.enquiry-table::-webkit-scrollbar{
    height: 8px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

.enquiry-table::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
/**********/
.enquiry-tab::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.enquiry-tab::-webkit-scrollbar{
    height: 8px;
    background-color: #F5F5F5;
}

.enquiry-tab::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
/**********/
.user_details_tab::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.user_details_tab::-webkit-scrollbar
{
    height: 8px;
    background-color: #F5F5F5;
}

.user_details_tab::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
/**********/
.channel_partner_tab_inner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.channel_partner_tab_inner::-webkit-scrollbar
{
    height: 8px;
    background-color: #F5F5F5;
}

.channel_partner_tab_inner::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
/**********/
.primary_order_inner_tab::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.primary_order_inner_tab::-webkit-scrollbar
{
    height: 8px;
    background-color: #F5F5F5;
}

.primary_order_inner_tab::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
/**********/
.salestargetmeter-table::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.salestargetmeter-table::-webkit-scrollbar
{
    height: 8px;
    background-color: #F5F5F5;
}

.salestargetmeter-table::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
/* Font Size */
.f-14{
    font-size: 14px;
    color: #222;
}

.fs-18{
    font-size: 18px;
    color: #222;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-24{
    font-size: 24px;
}
/* Icon Size */
.tab-icon .mdi{
    font-size: 22px;
    color: #222;
}
.default-icon .mdi{
    font-size: 22px;
}
.color-primery{
	color: var(--theme-color);
}
.secondary_tab_border_none .user_details_tab{
    border-bottom: 0 !important;
}
.theme-btn-danger{
    background-color: var(--danger-color);
}
.red{
    background-color: var(--danger-color) !important;
    color: var(--white-color) !important;
}
.red a{
    color:var(--white-color);
}
.blue{
    background-color: #00aee3 !important;
    color: var(--white-color) !important;
}
.green{
    background-color: #007f39 !important;
    color: var(--white-color) !important;
}
.blue-color{
    color: #00aee3 !important;
}
.approved-color{
    color: #007f39 !important;
}
.yellow{
    background-color: #ffc409 !important;
    color: var(--white-color) !important;
}
.pending-color{
    color: #ffc409 !important;
}
.reject-color{
    color: var(--danger-color) !important;
}
.navy-blue{
    color: #1900FF !important;
}
/*:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu.main-sidebar .simplebar-offset{
    position: fixed !important;
}*/
.btn_danger_1{
    color: var(--danger-color);
}
.theme-btn-danger:hover {
    background-color: #261d1e;
}
.btn-warning{
    background-color: var(--theme-color);
    border: 0px;
}
.dropdown :is(.btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active) {
    color: var(--secondary-color) !important;
    /*background: var(--white-color);
    padding: 0px 14px 0px 10px;*/
}
/*.dropdown button:focus:not(:focus-visible) {
    padding: 0px 14px 0px 10px;
}
 :is(.btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active) {
    color: var(--white-color) !important;
    background: var(--theme-color);
} */
.remark .btn-warning{
    border-radius: 5px;
}
.btn-warning:hover{
	background-color: #261d1e;
}
.theme-top-border-primery{
    border-top: 2px var(--theme-color) solid;
}
.hamburger-icon span{
    background: #172b4d;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@-moz-document url-prefix() {
.top_width{
    width: -moz-available;
}
.enquiry-section h6 {
	font-weight: 500 !important;
}
.channel-partner-main h6 {
	font-weight: 500 !important;
}
.channel_partner_back h6 {
	font-weight: 500 !important;
}
.channel-partner-main h6 {
	font-family: 'clanpromedium' !important;
}
.dashboard-tab.tab_bg_none .nav-link {
	font-family: 'clanpromedium' !important;
}
.dashboard-enquiry ul li span {
	font-weight: 400 !important;
}
.enquiry-table table th {
	font-family: 'clanpromedium' !important;
}
.navbar-menu .navbar-nav .nav-link {
	font-family: 'clanpromedium' !important;
}
.enquiry-section h6 {
	font-family: 'clanpromedium' !important;
}
.card-body h6 {
	font-family: 'clanpromedium' !important;
}
.card-body p {
	font-family: 'clanproregular' !important;
}
.dashborad_sales_inner_box h6{
    font-family: 'clanpromedium' !important;
    font-weight: 400 !important;
}
.system_user_table table th {
	font-family: 'clanpromedium' !important;
    font-weight: 500 !important;
}
select{
	font-family: 'clanpromedium' !important;
}
} 

/* Sidebar */
.logo img{
    width: 210px;
    height: auto;
}
.main_nav{
    padding-bottom: 100px;
}
.simplebar-content li.nav-item {
    padding: 2px 12px 2px 12px;
}
.navbar-menu .navbar-nav .nav-link{
    position: relative;
}
.navbar-nav{
    padding-bottom: 8px;
}

.navbar-menu .navbar-nav .nav-link {
    font-family: clanprobold;
    font-size: 13px;
}
.navbar-menu .navbar-nav .nav-link.active {
    color: var(--theme-color);
    background: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, .22), 0 2px 8px 0 rgba(0, 0, 0, .18);
}
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item .nav-link.active {
    background: transparent;
    color: var(--secondary-color);
}
.navbar-menu .navbar-nav .main-nav-item .nav-link.active .number-menu {
    background: var(--theme-color);
    color: var(--white-color);
}
.navbar-menu .navbar-nav .nav-link:hover .number-menu{
    background: var(--theme-color);
    color: var(--white-color);
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active {
    color: var(--dark-color);
    box-shadow: none;
    background: #3c47541c;
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active:before {
    display: none;
}
.nav-sm {
    margin-top: 10px;
}
.navbar-menu .navbar-nav .nav-link.active[data-bs-toggle=collapse][aria-expanded=true] {
    color: #222;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: var(--secondary-color);
}
.navbar-menu .navbar-nav .nav-link{
    padding: 8px 12px;
    color: var(--secondary-color);
}
.navbar-menu .navbar-nav .nav-link{
    background: transparent;
    border-radius: 6px;
}
.navbar-menu .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
    background: var(--white-color);
    border-radius: 5px;

}
.navbar-menu .navbar-nav .nav-sm .nav-link:before {
    width: 8px;
    height: 8px;
    background-color: #b9b9b9;
    left: 4px;
    top: 12.5px;
    opacity: 1;
    border-radius: 50%;
}
.navbar-menu .navbar-nav .nav-link:hover .number-menu {
    background: var(--theme-color);
}
.navbar-menu .navbar-nav .nav-sm .nav-link{
    color: var(--secondary-color);
    font-family: clanprobold;
}
.navbar-menu .navbar-nav .nav-link:hover[data-bs-toggle=collapse][aria-expanded=true] {
    color: var(--secondary-color);
}
.navbar-menu .navbar-nav .nav-link:hover[data-bs-toggle=collapse][aria-expanded=true]:after {
    color:var(--secondary-color);
}
.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
    color: var(--secondary-color);
}
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-sm .nav-item:hover > .nav-link {
    color: var(--secondary-color);
}
[data-bs-theme=dark][data-topbar=light] .logo-light .light-mini-logo{
    display: none;
}

[data-bs-theme=dark][data-topbar=light] .logo-light .light-logo{
    display: none;
}
[data-bs-theme=dark][data-topbar=light] .dark-logo{
    display: block;
    padding-top: 7px;
}
[data-bs-theme=dark][data-topbar=light] .dark-min-logo{
    display: block;
    padding-top: 7px;
    width: 40px;
}
.light-mini-logo{
    width: 40px !important;
}
.dark-min-logo{
    display: none;
}
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
    color: var(--secondary-color);
}
.dark-logo{
    display: none;
}
.card{
    border-right: 1px var(--border-color) solid;
    border-left: 1px var(--border-color) solid;
    border-bottom: 1px var(--border-color) solid;
}

.system-user-content .card{
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.main-nav-item{
    position: relative;

}
.main-nav-item .number-menu {
    position: absolute;
    right: 4px;
    background:var(--theme-color);
    width: 30px;
    height: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    color: var(--white-color);
    font-style: normal;
    line-height: 20px;
}
.navbar-menu .navbar-nav .nav-link .mdi {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 18px;
    line-height: inherit;
}

.simplebar-content .nav-item .menu-dropdown .nav-sm .main-nav-item .number-menu {
    position:static;

}
.simplebar-content .nav-item .menu-dropdown .nav-sm .nav-link {
    padding: 0.55rem 15px !important;
 
    display:flex;
    justify-content:space-between;
  
  }

.footer_logo {
    position: fixed;
    bottom: 0;
    left: 0px;
    background: #f5f5f5;
    z-index: 9;
    padding: 10px;
    width: 250px;
    box-shadow: 0px 0 16px -11px #000000e0;
}
.footer_logo h3 {
    font-size: 12px;
    color: var(--secondary-color);
    margin-bottom: 0;
    text-align: left;
}

:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .footer_logo{
    width: 70px;
}
/* Sidebar */
/*Form Label*/
.form-item{
  position: relative;
  margin-bottom: 15px
}
.form-item input{
  display: block;
  width: 100%;
  height: 40px;
  background: var(--white-color);
  border: solid 1px #ccc;
  transition: all .3s ease;
  padding: 0 15px
} 
.form-item.active label {
    font-size: 10px;
    text-transform: uppercase;
    top: -5px;
    background: var(--white-color);
    color: var(--danger-color);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #222 !important;
}
/*label:-webkit-autofill,
label:-webkit-autofill:hover,
label:-webkit-autofill:focus,
label:-webkit-autofill:active{
    top: -5px !important;
}*/
input:-webkit-autofill + label {
    font-size: 10px;
    top: -10px !important;
    background: var(--white-color);
    color: var(--danger-color);
}
input[type=time] {
  opacity: 1;
}
.form-item input:focus {
    border-color: var(--theme-color);
}

.form-item label {
    position: absolute;
    left: 6px;
    top: 12px;
    pointer-events: none;
    transition: all 125ms;
    color: #666;
    padding: 0 5px;
}
.form-item input:focus-visible{
  border-color: var(--theme-color);
  outline: 1px var(--theme-color) solid;
}

.form-item.active:focus{
    background: var(--white-color);
}
.form-item .user {
    font-size: 10px;
    text-transform: uppercase;
    top: -5px;
    background: var(--white-color);
    color: var(--danger-color);
}

/*Form Label*/

.error{
  color:var(--danger-color);
}

/* tr:nth-child(even) {background-color: #f2f2f2;} */
/*button*/

/*Login Page*/

.login{
	background: #272c53;
}
.login .shape>svg {
    width: 100%;
    height: auto;
    fill: #272c53;
}
.auth-one-bg {
    background-image: url(../images/2024/login-bg-image.jpg) !important;
    background-position: center;
    background-size: cover;
}
.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#F0EDDF),to(#F0EDDF));
    background: linear-gradient(to right,#F0EDDF,#F0EDDF);
    opacity: .9;
}
.login-text{
	color: var(--theme-color) !important;
}
.incorrect_user .mdi {
    border: 1px var(--theme-color) solid;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 25px;
    color: var(--theme-color);
    border-radius: 50%;
}

.login-section{
	display: flex;
    height: 100vh;
    align-self: center;
    justify-items: center;
    align-items: center;
}
.login-logo {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
    background: var(--theme-color);
    height: 390px;
    display: flex;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
}
.login-logo img {
    max-width: 100%;
    padding: 20%;
   /* width: 350px;*/
}

.login-lionimg{
    width:20%;
    position: fixed;
    left:0%;
    top: 20%;
    z-index: 1;
}
.login-park-bgimg{
    width:45%;
    position: fixed;
    left:2%;
    bottom: 0%;
    z-index: -1;
}
.loginform-div{
    width:70% !important
}
@media(max-width:767px){
    .login-lionimg{
     display: none;
    }
    .login-park-bgimg{
        display: none;
    }
    .loginform-div{
        width:100% !important
    }
}

.login-section .card-body{
	padding: 50px 80px 50px 80px;
	 height: 450px;
}
.login-text h4 {
    color: #261d1e !important;
}
.login-section .card {
    margin-top: 44px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.login-main{
	position: relative;
	overflow: hidden;
	/*background: url(../images/2024/login-bg.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.login-main:after {
    background: var(--theme-color);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    content: "";
    z-index: -1;
}
.copyright{
	color: var(--white-color) !important;
}

/*Login Page end*/



/*enquiry-section*/
.logs_box{
    height: 330px;
    overflow-y: scroll;
}
.logs_box .basic-destails-content h6{
    margin-bottom: 0px;
}
.logs_box .basic-destails-content p{
    margin-bottom: 10px !important;
}
.enquiry-section h6{
    font-size: 14px !important;
    font-weight: 600;
    color: #172b4d;
}
.channel-partner-main h6{
    font-weight: 600;
}
.enquiry-section h6 a{
    display: inline-block;
    vertical-align: middle;
}
.enquiry-section h6 a .bx-left-arrow-alt{
    font-size: 28px;
}
.card-title {
    font-size: 16px !important;
    color: #172b4d !important;
}
.refresh .mdi{
    font-size: 20px;
}
/*.enquiry-refresh{
    margin-top: -12px
}*/
.enquiry-inner {
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
}
.enquiry-inner {
    display: flex;
    justify-content: start;
}
/* .enquiry-inner .pagination-wrap{
    display: -webkit-inline-box;
} */
 .enquiry-inner .pagination-wrap span{
width:max-content;
}
.enquiry-tab{
    overflow: auto;
    text-align: left;
}
.enquiry-tab .nav-link {
    padding: 5px 8px 5px 8px;
    display: inline-flex;
    width: max-content;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.enquiry-tab .nav{
    flex-wrap: nowrap;
    display: inline-flex;
    margin-bottom: 0px !important;
}
.enquiry-tab .waves-effect{
    /*overflow: auto;*/
}
/*.user_details_tab{
    overflow: auto;
}
.user_details_tab .nav-link {
    padding: 8px;
    display: inline-flex;
    width: max-content;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.user_details_tab .nav{
    flex-wrap: nowrap;
    display: inline-flex;
}*/
.user_details_tab .waves-effect{
   /* overflow: auto;*/
}

.primary_order_inner_tab{
    overflow: auto;
}
.enquiry-table {
    border-radius: 8px;
    border: 1px var(--border-color) solid;
}
.channel_partner_table {
    padding: 0px;
}
.enquiry-table table {
    width: 100%;
}
.enquiry-table table tr {
    border-bottom: 1px var(--border-color) solid;
    border-top: 0;
}
.enquiry-table table th {
    padding: 5px 12px;
    width: 100px;
    border-right: 2px solid var(--white-color);
    vertical-align: middle;
    font-size: 12px;
    font-family: 'clanprobold';
    border-left: 0;
    background: #f0f0f0;
    height: 45px;
}
.enquiry-table table th:nth-last-child(1){
    border-right: 0;
}
.enquiry-table table td {
    border-bottom: 1px var(--border-color) solid;
    font-size: 12px;
    color: var(--light-dark-color);
    padding: 6px 12px;
    border-left: 0;
    border-top: 0px;
    border-right: 0;
    transition: 0.5s;
}

.enquiry-table table tbody tr:hover {
    background-color: #f5f5f5;
    transition: 0.5s;
    box-shadow: 2px 1px 4px 1px #d3d3d3;
}
.enquiry-table table tbody tr:hover td{
    color: var(--theme-color) !important;
    transition: 0.5s;
}
.enquiry-table table tbody tr:hover td a{
    color: var(--theme-color) !important;
    transition: 0.5s;
}
.enquiry-table table td input {
    width: 100px !important;
    border: 1px var(--border-color) solid;
    height: 35px;
    padding: 5px;
    border-radius: 6px;
    color: #6e6e6e;
}

.enquiry-table table td .form-check-input {
    width: 1.1em !important;
    height: 1.1em;
}
.enquiry-table table td input::placeholder{
    color: #6e6e6e;
}
.enquiry-table table td input:focus-visible{
    outline: none;
}
.enquiry-table table td select{
    width: 100px !important;
    color: #6e6e6e;
}
.enquiry-table .calendar {
    position: relative;
    width: 100px;
}

.enquiry-table .calendar .ri-calendar-2-fill {
    position: absolute;
    top: 9px;
    right: 5px;
}
.enquiry-tab .nav-link.active {
    background-color: var(--theme-color);
}
.enquiry-table .ri-refresh-line {
    background: var(--theme-color);
    color: var(--white-color);
    width: 25px;
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    margin-left: 6px;
    font-size: 16px;
}
.review-pending-action h2 {
    text-align: left;
    font-size: 16px;
    color: #222;
    border-bottom: 1px var(--border-color) solid;
    padding: 10px;
}
.review-pending-action .popup-body{
    padding: 15px;
}
.review-pending-action select{
    width: 50%;
}
.review-pending-action.dispatch_status select{
    width: 100%;
}
.review-pending-action .hstack{
    padding: 10px;
}
.btn-color_1{
    color: var(--theme-color) !important;
    border: 1px var(--theme-color) solid;
}
.btn-color_1:hover{
    color: var(--white-color) !important;
    background: #261d1e;
}
.btn-color_1:focus {
    color: var(--theme-color) !important;
}
.btn-color_1 {
    color: var(--theme-color) !important;
    border: 1px var(--theme-color) solid;
}
.chatbox-static {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 999;
}

.popup_form {
    z-index: 99999;
    position: absolute;
    top: -75px;
    right: 9%;
    background-color: var(--white-color);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(59,64,76,.8);
    -moz-box-shadow: 1px 1px 8px 0 rgba(59,64,76,.8);
    box-shadow: 1px 1px 2px 3 rgb(181 181 181 / 80%);
    padding: 15px;
    width: 210px;
    margin-right: -10%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    display: none;
    border-radius: 0px;
}

.systemuser_action .popup_form{
    top: -75px;
}
.popup_form.open {
    display: block;
}
.popup_form .close {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    opacity: 1 !important;
    font-size: 32px !important;
    text-align: center;
    border: 0px !important;
    padding: 11px 0 !important;
    margin: 0px;
    background: transparent !important;
}
.chatbox-static h6 {
    margin-bottom: 0px;
    border-radius: 4px;
    float: left;
    padding: 14px 20px;
    margin-right: 12px;
    cursor: pointer;
    color: var(--white-color);
   
}

/*@keyframes shadow-pulse
{
  0% {
    background: #f58634;

}
  50% {
    background: #0ab39c;
}
100% {
    background: #f58634;
}
}*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #007f39;
  }
  75% {
    box-shadow: 0 0 0 20px #648DE500;
  }
}
.chatbox-static .btn-warning {
    animation: pulse 1500ms infinite;
    /*animation: shadow-pulse 1.5s infinite;*/
}
.chatbox-static .btn-warning{
    background-color: #007f39;
}
.chatbox-static .btn-warning:hover{
    background-color: #007f39;
}
.chatbox-static .form-inner a {
    display: block;
    color: #222;
    font-size: 13px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}
.chatbox-static .form-inner a:nth-child(3){
    margin-bottom: 0px;
}
.chatbox-static .form-inner a i {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 20px;
}
.chatbox-static .form-inner a .mdi {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 20px;
}

.upload-file .ri-upload-cloud-2-fill{
    color: var(--theme-color) !important; 
}
.upload-file .popup-body {
    padding: 10px;
   /* border: 1px #ddd solid;
    margin: 15px;*/
    position: relative;
}

.popup-body table{
    width:100%;

}
.popup-body table tr td{
    width:50%;
    text-align: end;
    font-size: 0.8rem;
    font-family: var(--vz-headings-font-family);
}
.popup-body table tr th{
    width:50%;
    text-align: start;
    font-size: 0.9rem;
    font-weight: bold;
}

.user-details-modules-changes .popup-body table tr th{
    width: auto !important;
}

.system-user-content .popup-body table tr th{
    width:auto !important;
    text-align: center;

}
.system-user-content .popup-body table tr td{
    width:auto !important;
    text-align: center;
    }
.upload-file h2 {
    text-align: left;
    font-size: 16px;
    color: #222;
    border-bottom: 1px var(--border-color) solid;
    padding: 10px;
}
.upload-file .dropzone {
    min-height: 230px;
    border: 2px dashed var(--theme-color);
    background: var(--vz-secondary-bg);
    border-radius: 6px;
}
.download_file a {
    text-align: right;
    display: block;
    padding-right: 10px;
}

/*enquiry-section*/

/*enquiry-details*/
.back_btn {
    font-size: 24px;
    display: inline-block;
    vertical-align: sub;
    padding-right: 15px;
}

.remark{
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 999;
}
/*.pagination-primery{
    margin-top: -15px;
}*/
.share-btn {
    text-align: left;
    /*margin-top: 15px;*/
}
.share-btn a {
    display: inline-block;
    padding-left: 15px;
    color: #222;
}
.share-btn a:nth-child(1){
    padding-left: 0px;
}
.share-btn a .mdi{
   font-size: 20px;
}
.enquiry-section h6 {
    font-size: 14px !important;
    font-weight: bold;
    color: var(--secondary-color);
    vertical-align: middle;
    display: inline-flex;
    align-content: center;
    align-items: center;
    font-family: clanprobold;
}
.addfollowup{
    position: relative;
}
.addfollowup .ri-calendar-2-fill {
    position: absolute;
    top: 10px;
    right: 10px;
}
/*enquiry-details*/
/*Select Option Show Hide*/
.box_3{
    display: none;
    margin-top: 20px;
}
.qualified select{
    width: 100%;
}
.change_status_option {
    display: flex;
    justify-content: space-between;
}
.calendar-change{
    position: relative;
}
.calendar-change .ri-calendar-2-fill {
    position: absolute;
    top: 8px;
    right: 10px;
}
.disqualified{  }
/*.blue{ background: #0000ff; }*/
/*Select Option Show Hide*/
/*Designation & Role*/

.designation_referesh{
    text-align: right;
}
.designation_referesh .mdi {
    font-size: 20px;
}
.designation select{
    width: 100%;
}
.system_user_table table th{
    font-size: 12px;
    color: #222;
    font-weight: 600;
    padding: 8px 12px;
    font-family: 'clanprobold';
}

.system_user_table table td{
    border: 1px var(--border-color) solid;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
}
.system_user_table table tr{
    border: 1px var(--border-color) solid;
}
.system-user-content h2 {
    text-align: left !important;
}
/*.checkbox {
    text-align: center;
    display: flex;
    justify-content: center;
}
.checkbox .form-check-input:checked[type=checkbox] {
    background-image: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.checkbox .form-check-input:checked[type=checkbox]:before {
    content: "";
    position: absolute;
    text-align: center;
    width: 10px;
    height: 1px;
    background: #fff;
}*/
.table-space-2{
    width: 5%;
}
.table-space-3{
    width: 15%;
}
.table-space-4{
    width: 10%;
}
.chatbox-static.designation-action .form-inner a {
    display: block;
    color: #222;
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.chatbox-static.designation-action .form-inner a i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
}
.designation-action .popup_form {
    position: absolute;
    top: -38px;
    
}
.enquiry-table table td .user_check .form-check-input{
    width: 40px !important;
    height: 20px !important;
}
.rest_btn{
    width: 100px;
    display: block;
    text-align: center;
    padding: 8px;
}
/*Designation & Role*/

/*User*/
.new_user_section{
    padding: 0px 15px 0px 15px;
}
.chatbox-static.user-action .form-inner a svg {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 20px;
    width: 16px;
}
.chatbox-static.user-action .form-inner a:nth-child(3) {
    margin-bottom: 25px;
}
/*.chatbox-static.user-action .popup_form {
    top: -120px;
   
} */

.card-header.user_type{
    border-bottom: 0px;
}
.new_user {
    display: flex;
    padding-left: 15px;
}
.new_user .form-check {
    margin: 0px 40px 0px 0px;
}
.add_new_user .calendar {
    position: relative;
}
.add_new_user .calendar .ri-calendar-2-fill {
    position: absolute;
    top: 9px;
    right: 5px;
}
.new-user-tab {
    background: none;
}
.new-user-tab .nav-success .nav-link.active{
    background: none;
    color: #222;
}
.new-user-tab .nav-success .nav-link{
    position: relative;
    padding-left: 25px;
}
.new-user-tab .nav-success .nav-link:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px #222 solid;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.new-user-tab .nav-success .nav-link.active:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px var(--white-color) solid;
    left: 3px;
    top: 10px;
    border-radius: 50%;
    background: var(--theme-color);
    outline: 2px var(--theme-color) solid;
    padding: 0px;
}
/* Add New User select checkbox*/
.dropdown.dropdown_new {
  position: relative;
  font-size: 14px;
  color: #333;

  .dropdown-list {
    padding: 12px;
    background: var(--white-color);
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform .15s ease-in-out .15s;
    max-height: 100px;
    overflow-y: scroll;
  }
  
 .dropdown_new .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity .15s ease-in-out;
  }
  
 .dropdown-label {
    display: block;
    background: var(--white-color);
    cursor: pointer;
    margin-bottom: 0px;
    
    &:before {
      content: "";
     background: url(../../assets/images/2024/arrow-icon.png);
      float: right;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
    }
  }
  
  &.on {
   .dropdown-list {
      transform: scale(1, 1);
      transition-delay: 0s;
      z-index: 99;
      
      .dropdown-option {
        opacity: 1;
        transition-delay: .2s;
        display: block;
   
      }
    }
    
   .dropdown_new .dropdown-label:before {
      content: '▲';
    }
  }
  
  [type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 4px;
  }
}
.new_user_address{
    height: 90px;
}
/* Add New User select checkbox*/
/*User*/


/*User Details*/

.user_details{

}
.user_details_tab .nav-link{
    padding: 8px;
}
.user_details_tab .nav-link.active {
    background-color: var(--theme-color);
}
.user_basic_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_details_main{
    display: flex;
}
.user_details_icon {
    width: 40px;
}
.user_details_icon img{
    width: 100%;
}
.user_details_content {
    padding-left: 5px;
}
.user_details_circle span{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    lighting-color: 25px;
}
.user_details_leave h2 {
    position: relative;
    padding-left: 30px;
    color: #172b4d;
}
.user_details_leave h2 span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: var(--white-color);
    font-size: 14px;
    line-height: 20px;
    left: 0px;
    top: 0;
}
.user-details-modules table td {
        border: 1px var(--border-color) solid;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
    font-weight: 500;
}

.user-details-modules-changes{
    width: 100%;
    overflow: auto;
}

.user_details_sticky_btn {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 999;
}
.user_details_sticky_btn a{
    border-radius: 4px;
}
.user_details_inner_tab{
    justify-content: flex-end;
}
.restest-device .ri-error-warning-line{
    font-size: 70px;
}
.action{
    width: 100px;
}
.restest-device p{
    color: #222 !important;
}
.data_transfer{
    text-align: left;
}
/*User Details*/

/*System User Details*/
.assignes_user_main{
    height: 70px;
    overflow-x: auto;
}
.assignes_user p{
    position: relative;
    padding-left: 30px;
}
.assignes_user p span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: var(--white-color);
    font-size: 14px;
    line-height: 20px;
    left: 0px;
    top: 0;
}
.assignes_user span{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    lighting-color: 25px;
}
/*System User Details*/

/*Hierarchy*/
.hierarchy-section {
    position: relative;
}
.hierarchy-section ul {
    list-style: none;
    border-top: 2px var(--border-color) solid;
    display: flex;
    width: fit-content;
    grid-column-gap: 10px;
    justify-content: space-between;
    padding-left: 0px;
    padding-top: 15px;
}
.hierarchy-section ul li {
    display: inline-block;
    border: 2px var(--border-color) solid;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--white-color);
    position: relative;
}
.hierarchy-section ul li::after {
    content: "";
    top: -17px;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 17px;
    background: var(--border-color);
}
.hierarchy_content {
    padding-left: 10px;
}
.hierarchy-card {
    display: flex;
    align-items: center;
}
.hierarchy-card .hierarchy_user{
    width:50px;
}
.hierarchy-card .hierarchy_user img{
    width: 100%;
}
/*Hierarchy*/

.form__group{
  position:relative;
}

.form__input {
    position: realtive;
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
}
.form__input:focus{
   border:1px solid var(--theme-color);
}

.form__label{
  position:absolute;
  top:9px;
  left:15px;
  transition:all 300ms ease-in-out;
  pointer-events:none;
}

.form__input:focus~label, .form__input:not(:placeholder-shown)~label {
    color: #404040 !important;
    top: -10px;
    left: 10px;
    z-index: 1;
    background: var(--white-color) !important;
    padding: 2px;
    font-size: 10px;
}
.form__input::placeholder{
    color: transparent !important;
}
.form__input::-webkit-input-placeholder{
  color:transparent;
}

.form__input::-moz-placeholder{
  color:transparent;
}
select, input, textarea, label, input::placeholder{
    font-weight: 500 !important;
    font-size: 11px !important;
}
/*textarea::placeholder, input::placeholder{
    color: #222 !important;
}*/


/*Channel Partner*/

.channel_partner_main{
    background-color: #f0f0f0;
    padding: 8px 8px 0px 8px;
    border-radius: 5px;
    margin-top: 5px;
}
.channel_partner_back h6 {
    font-size: 14px !important;
    font-weight: bold;
    color: var(--secondary-color);
    vertical-align: middle;
    display: inline-flex;
    align-content: center;
    align-items: center;
    font-family: clanprobold;
}
.channel-partner-main h6{
    font-size: 14px !important;
    font-weight: bold;
    color: var(--secondary-color);
    vertical-align: middle;
    display: inline-flex;
    align-content: center;
    align-items: center;
    font-family: clanprobold;
}
.channel_partner_back h6 a{
    display: inline-block;
    vertical-align: middle;
}
.channel_partner_back h6 a .bx-left-arrow-alt{
    font-size: 28px;
}
/*.channel_partner_back i {
    position: absolute;
    top: 4px;
    font-size: 20px;
    left: 0px;
}*/
.channel_partner_tab_inner .nav-link {
    padding: 2px 8px 2px 8px;
    display: inline-flex;
    width: max-content;
    color: #212529;
    font-weight: 500;
}
.channel_partner_tab_inner .nav-link.active {
    background-color: var(--theme-color);
}
.channel_partner_tab_inner{
    width: 800px;
    overflow: auto;
}
.channel_partner_tab_inner{
    
}
.payment_content_main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.payment_outstanding{
    background: #b6f2bc;
    padding: 5px;
    border-radius: 5px;
}
.payment_outstanding p{
    color:#089c4d !important;
    font-weight: 500;
    font-size: 18px;
}
.payment_outstanding h6 {
    color: #999999 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px !important;
}
.payment_overdue{
    background: #ffd1c9;
    padding: 5px;
    border-radius: 5px;
}
.payment_overdue p{
    color: #e33410 !important;
    font-weight: 500;
    font-size: 18px;
}
.payment_overdue h6 {
    color: #999999 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px !important;
}
.payment_overdue ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.payment_overdue ul li {
    padding: 8px 5px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 12px;
    color: var(--secondary-color);
    background: #ffe8e4;
    margin-top: 7px;
}
.payment_overdue ul li:nth-last-child(1){
    margin-bottom: 0px;
}
.payment_overdue ul li span {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 5px;
    color: var(--secondary-color);
    font-size: 13px;
    color: #e33410 !important;
}
.payment_overdue ul li span a{
    color: #e33410 !important;
}
.payment_days{
    background: var(--white-color);
    box-shadow: 0px 0px 4px 1px rgb(56 65 74 / 18%);
    border-radius: 5px;
    padding: 5px;
}
.payment_days ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.payment_days ul li {
    padding: 12px 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    color: var(--secondary-color);
}
.payment_days ul li span {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 5px;
    color: var(--secondary-color);
    font-size: 13px;
    font-weight: bold;
    background: #eaebec;
}
.payment_table table{
    width: 100%;
}
.payment_table table tr{
    
}
.payment_table table td{
    border: 1px var(--border-color) solid;
    padding: 5px;
}

.payment_primery_bg{
    background: #02abe5;
}
.payment_yellow_bg{
    background: #FFFF00;
}
.payemet_popup{
    display: flex;
    justify-content: space-between;
}
.payemet_popup a{
    color: #222 !important;
    font-size: 20px;
    padding: 0px;
}
.payment_main h4{
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 20px;
}
.payment_content{
    background: var(--white-color);
    box-shadow: 0px 0px 4px 1px rgb(56 65 74 / 18%);
    border-radius: 5px;
    padding: 5px;
}
.payment_content p{
    color: var(--secondary-color) !important;
    font-weight: 500;
    font-size: 18px;
}
.payment_content h6 {
    color: #999999 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px !important;
}
.assigned_sales_user{
    text-align: left;
}
.channel_partner_googlemap h6 a {
    padding: 8px;
    border-radius: 6px;
}
.latitude-section ul {
    list-style: none;
    padding-left: 0;
    border-bottom: 1px var(--border-color) solid;
    display: flex;
    justify-content: space-around;
}
.latitude-section ul li{
    width: 100%;
    padding: 5px;
}
.latitude-section ul li:nth-child(1){
    border-right: 1px var(--border-color) solid;
}
.longitude-section ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    border: 1px var(--border-color) solid;
    border-radius: 6px;
}
.longitude-section ul li{
    width: 100%;
    padding: 5px;
}
.longitude-section ul li:nth-child(1){
    border-right: 1px var(--border-color) solid;
}
.channel_partner_card{
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px;
    background-color: var(--white-color);
    
}
.customer_category_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.channel_partner_right_section{
    padding: 0px;
}
.channel_partner_refresh{
    justify-content: flex-end;
}
.channel_partner_card.one{
    background: linear-gradient(to right, #F2C94C, #F2994A);
}
.channel_partner_card.two{
    background: linear-gradient(to right, #fbc7d4, #9796f0);
}
.channel_partner_card.three{
    background: linear-gradient(to left, #636FA4, #E8CBC0);
}
.channel_partner_card.four{
    background-image: linear-gradient(68.3deg, rgb(218, 217, 217) 0.4%, rgb(145, 145, 145) 100.2%);
}
.channel_partner_card.five{
    background-image: linear-gradient(68.3deg, rgb(245, 177, 97) 0.4%, rgb(236, 54, 110) 100.2%);
}
.channel_partner_card.six{
    background: linear-gradient(to right, #fc67fa, #f4c4f3);
}
.channel_partner_card.seven{
    background-image: linear-gradient(68.3deg, rgb(245, 177, 97) 0.4%, rgb(236, 54, 110) 100.2%);
}
.channel_partner_card.eight{
    background-image: linear-gradient(117deg, rgb(123, 216, 96) 39.2%, rgb(255, 255, 255) 156.2%);
}

.channel_partner_card:nth-child(2){

}
.channel_partner_card p{
    color:var(--secondary-color) !important;
    font-size: 14px;
}
.channel_partner_card h6{
    color:var(--theme-color) !important;
    font-weight: 600;
}
.channel_partner_table .segment{
    width: 100% !important;
}
.channel_partner_save {
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: space-between;
}
.channel_partner_save .channel_save{
    width: 90% !important;
}
.channel_partner_save a i{
    font-size: 20px;
}

.primery_order .nav-link {
    padding: 5px 8px 5px 8px;
    text-align: center;
    color: #212529;
    font-weight: 500;
    font-size: 12px;
}
.primary_order_inner_tab .nav{
    flex-wrap: nowrap;
    display: inline-flex;
    margin-bottom: 0px !important;
}
.primary_order_inner_tab .waves-effect {
    /* overflow: auto; */
}
.primary_order_inner_tab .nav-link {
    display: inline-flex;
    width: max-content;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.primery_order .user_details_tab{
   /* border-bottom: 2px #f58634 solid;*/
}
.primery_order_inner{
    display: flex;
    align-items: center;
}
/*.primery_order_inner .btn .mdi-refresh{
    font-size: 20px;
    line-height: 0px;
}*/
.primary_order_inner_tab .nav-link {
    padding: 5px 8px 5px 8px;
    text-align: center;
    color: #212529;
    font-weight: 500;
    font-size: 12px;
}
.primary_order_inner_tab .nav-link.active {
    background-color: var(--theme-color);
}
.secondary_order_tab{
    display: flex;
    justify-content: flex-end;
}

.secondary_order_tab .btn .mdi-refresh {
    font-size: 20px;
    line-height: 0px;
}
.target_section_table .btn-warning {
    background-color: var(--theme-color) !important;
    border: 0px;
}
.target-achieved{
    color: var(--theme-color) !important;
}
.channel_partner_action .popup_form {
    position: absolute;
    top: -88px;
}
.channel_partner_action .form-inner a i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
}
.channel-partner .popup_form {
    top: -70px;
}
.chatbox-static.channel-partner .form-inner a svg {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 20px;
    width: 16px;
}
.chatbox-static.channel-partner .form-inner a:nth-child(3) {
    margin-bottom: 25px;
}
.chart_tab .card-body {
    padding: 10px 5px 10px 5px;
}
.chart_tab .user_details_tab .nav-link.active {
    background-color: var(--theme-color);
    border-radius: 20px;
}

/*Channel Partner*/

/*Primery Order Details*/
.gst_section{
    display: flex;
}
.edit-discount-btn{
    position: absolute;
    top: -4px;
    right: 0px;
}
.primery-details-section{
    align-items: center;
}
.primery-details-top {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 10px;
}
.primery-details-top .btn {
    border: 2px #f58d34 solid;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 6px 2px 6px;
    display: inline-flex;
    align-items: center;
}
.primery-details-top .status{
    border: 2px #222 solid;
    color: #222;
}
.primer-order-details.approved{
    background: #abffa2;
    padding: 3px;
}
.primer-order-details.reject{
    background: #fa8686;
    padding: 3px;
}
.primer-order-details.pending{
    background: #fffa80;
    padding: 3px;
}
.primer-order-details.reject{
    background: #fa8686;
    padding: 3px;
}
.primer-order-details.hold{
    background: #8e75ff;
    padding: 3px;
}
.primer-order-add-new {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.primer-order-add-new a {
    padding: 8px;
    border-radius: 6px;
}
.add-new-item select{
    width: 20%;
}
.item_select .choices{
    text-align: left;
    margin-bottom: 1rem;
}
.item_select .box_3{
    margin-top: 0px;
}
.item_select select{
    width: 100%;
}
.primery-order-details-table {
    height: 200px;
    overflow: auto;
}
.add-new-item .card-body {
    border: 1px var(--border-color) solid;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dispatch-planning h3{
    text-align: left;
    font-size: 16px;
    color: #222;
}
.dispatch-planning h2 {
    text-align: left;
    font-size: 16px;
    color: #222;
    border-bottom: 1px var(--border-color) solid;
    padding: 10px;
}
.green{
    color: #007f39;
}
.influencer-action{
    right: 50px;
}
.point_transfer select{
    width: 100%;
}
.point_transfer input{
    width: 100%;
}
/*Primery Order Details*/

/*Dealer*/

.add_new_dealer{
    padding: 0px 15px 0px 15px;
    border: 1px var(--border-color) solid;
    border-top: 2px var(--theme-color) solid;
}
.upload-document{

}
.upload-document .dropzone {
    min-height: 165px;
    border: 2px dashed var(--theme-color);
    padding: 5px;
}
.upload-document .ri-upload-cloud-2-fill {
    color: var(--theme-color) !important;
}

.upload-document .dropzone1 {
    min-height: 165px;
    border: 2px dashed var(--theme-color);
    padding: 5px;
    text-align: center;
}
.upload-document .ri-upload-cloud-2-fill {
    color: var(--theme-color) !important;
}
.dropzone1 .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
}
.upload-document .dropzone2 {
    min-height: 165px;
    border: 2px dashed var(--theme-color);
    padding: 5px;
    text-align: center;
}

.dropzone2 .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
}
.dropzone3 .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
}
.dropzone4 .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
}
.upload-document .dropzone3 {
    min-height: 165px;
    border: 2px dashed var(--theme-color);
    padding: 5px;
    text-align: center;
}
.dropzone3 .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
}
.upload-file .dropzone1 {
    min-height: 230px;
    border: 2px dashed var(--theme-color);
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}
.upload-file .dropzone2 {
    min-height: 230px;
    border: 2px dashed var(--theme-color);
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}
.upload-file .dropzone3 {
    min-height: 230px;
    border: 2px dashed var(--theme-color);
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}
.upload-file .dropzone4 {
    min-height: 230px;
    border: 2px dashed var(--theme-color);
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}

.no-image-availabe img {
    width: 39px;
    margin-bottom: 8px;
}
.dealer-details-popup .choices__item{
    text-align: left;
}
.user_details_tab.mt-2 {
    margin-top: 0px !important;
    /*border-bottom: 2px #f58634 solid;*/
}
.user_details_tab ul{
    background: #f0f3f4;
    margin-bottom: 0px !important;
    padding: 0px;
    justify-content: space-between;
}
.tab_bg_transparent{
    background: transparent !important;
}
.edit-sales-user {
    padding: 15px;
}
.transfer_point_request ul{
    justify-content: flex-start;
}
.user_details_tab.invoice-tab ul{
    background: #f0f3f4;
    margin-bottom: 0px !important;
    padding: 5px;
    justify-content: space-between;
}

/*.user_details_tab_section .tab-icon-active .mdi {
    font-size: 19px;
    color: #222;
    margin-right: 2px;
}*/
/*Dealer*/

/*Order*/
.tab-icon-active .nav-link {
    display: inline-flex;
    align-items: center;
    color: var(--secondary-color);
}
.tab_bg_none .nav-link.active {
    background-color: transparent;
    color: var(--secondary-color);
    border-bottom: 2px var(--theme-color) solid;
    border-radius: 0;
}

.tab_bg_none .nav-link.active .mdi{
    color: var(--theme-color);
}
.tab-icon-active .mdi{
    font-size: 20px;
    color: var(--secondary-color);
    margin-right: 5px;
}
.tab_bg_none .nav-link.active:focus{
    color: var(--secondary-color);
}
.tab_bg_none .nav-link.active:visited{
    color: var(--secondary-color);
}
.primery_order_inner_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primery_order_inner_heading {
    color: #212529;
}
.primery_order_inner_heading h6 {
    color: #222;
}
.primary_order_innertab {
    overflow: auto;
}
.primery_order_inner h6 {
    color: #222;
    font-size: 14px;
}
.primary_order_innertab .nav {
    flex-wrap: nowrap;
    display: inline-flex;
}
.primary_order_innertab .nav-link {
    padding: 8px;
    display: inline-flex;
    width: max-content;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.chatbox-static.primery_order_action .form-inner a:nth-child(2) {
    margin-bottom: 10px;
}
.chatbox-static.primery_order_action .popup_form {
    top: -80px;
}
.text-muted {
    color: #212529 !important;
}
.copyright-text {
    color: white !important;
    font-size: 11px;
}
.primary_order_btn{
    text-align: center;
    width: 100%;
}
.primary-order-calendar{
    position: relative;
}
.primary-order-calendar .ri-calendar-2-fill {
    position: absolute;
    top: 9px;
    right: 5px;
}
.secondary_order_innertab .nav{
    justify-content: flex-end;
}
.purple-th-bg {
    background: #e0a4ff !important;
}
.yellow-th-bg {
    background: #ff0 !important;
}
.modal-title {
    color: #111;
}
.card-body h6{
    color:var(--secondary-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'clanprobold';
}
.card-body p{
    color: var(--light-dark-color);
}
/*Order*/


/*Site Project*/
.site_project .popup_form {
    top: -52px;
}
.chatbox-static.site_project .form-inner a {
    display: block;
    color: #222;
    font-size: 13px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
/*Site Project*/


/*Masters*/
.product-details input:focus::placeholder {
  color: transparent;
}
.products_details_btn .btn-warning:hover{
    background-color: #f58d34;
}
.pdf-section {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-left: 2px var(--theme-color) solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.pdf-section img{
    width: 30px;
}
.pdf-section a{
    color: #222;
}
.delete_btn_pdf a{
    color: var(--danger-color);
}
.enquiry-table.masters_table table td .form-check-input{
    width: auto !important;
    height: auto;
}
.gallery_section table{
    width: 100%;
}
.save {
 display: none;
}
.gallery_section input{
    width: 50%;
}
.gallery_section table tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.gallery_section .save_btn img {
    width: 25px;
    padding-left: 5px;
    height: 20px;
}
.gallery_video{
    border-left: 2px var(--theme-color) solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.gallery_video iframe{
    border-top-left-radius: 5px;
}
.gallery_video table {
    padding: 4px;
    display: inline-block;
}
#gallery_about .card{
    padding: 5px;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 6px;
    z-index: 1;
    bottom: 40px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: var(--theme-color);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\F03EB";
  font-family: 'Material Design Icons';
  color: var(--white-color);
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid var(--theme-color);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*Masters*/

/*Dispatch*/
.dispatch-details .box_3{
    margin-top: 0px;
}
#printECRPAF {
  display:none;
/*   visibility:none; */
}
.printer_icon{
    border: 0px;
    background: transparent;
}
#printECRPAF {
  border: #000 2px solid;
  width: 8in;
  padding: 1em;
  padding-top:15%;
  height: 9in;
}
@media print {

  #printECRPAF {
    display:block;
/*     visibility:visible; */
  }  
  .paf {
    text-shadow: 5px 5px 8px #666;
  }
  @page {
    size:  auto;
    margin: 10mm;
  }
  html
  {
    background-color: var(--white-color); 
    margin: 0px; 
  }
  body
  {
    margin: 0mm;
  }
}
.dispatch_add_area {
    display: flex;
    justify-content: space-between;
}
.dispatch_add_area .btn_danger_1{
    padding: 0px;
}
.dispatch_section .save_btn img {
    width: 25px;
    padding-left: 5px;
    height: 20px;
}
.dispatch_bg{
    background: var(--danger-color);
}
.enquiry-table table tbody tr.dispatch_bg:hover {
    background-color: var(--danger-color);
}
.dispatch_bg td{
    color: var(--white-color) !important;
}
.dispatch_bg .mdi{
    width: 35px;
    height: 35px;
    background: var(--white-color);
    color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
}
.master_box_btn {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 1px 5px 1px 5px !important;
}
.master_box_btn:hover {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 1px 5px 1px 5px !important;
}
.master_box_btn:is(.btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active){
    background: var(--theme-color);
    color: var(--white-color);
    padding: 1px 5px 1px 5px !important;
}
.master_box_btn:focus-visible {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 1px 5px 1px 5px !important;
}
.pending_gatepass .form-check-input{
    width: 1.1em !important;
    height: 1.1em !important;
}
.gatepass_bg{
    background: #007f39;
}
.gatepass_bg td{
    color: var(--white-color) !important;
}
.gatepass-scanning .box_3{
    margin-top: 0px;
}
.basic-details-content h6 {
    color: var(--secondary-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.basic-details-content p {
    color: var(--light-dark-color);
    text-align: left;
}
/*Dispatch*/


/*Dashboard*/

.dashboard {
    height: 54px;
}
.dashboard h6{
    color: var(--secondary-color);
}
.top_bar_height{
    height: 48px;
    position: relative;
}
.top_width{
    width: -webkit-fill-available;
}
.top_bar_height::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(9, 30, 66, 0.13) 0px, rgba(9, 30, 66, 0.13) 1px, rgba(9, 30, 66, 0.08) 1px, rgba(9, 30, 66, 0) 4px);
}
.card_margin{
    margin-bottom: 10px;
}
.card_margin_top{
    margin-top: 10px;
}
.card_margin_box{
    height:95%;
}
.dashboard-tab ul{
    background-color: #f0f0f0;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.dashboard-tab .waves-effect{
    font-size: 16px;
}
.dashboard_all_tab {
    background-color: #f0f0f0;
    padding: 0px 8px 0px 8px;
    border-radius: 5px;
    margin-top: 5px;
}
.dashboard-enquiry ul{
    list-style: none;
    padding-left: 0px;
}
.dashboard-tab.tab_bg_none .nav-link {
    padding: 10px 30px 10px 30px;
    font-family: 'clanprobold';
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    color: var(--secondary-color);
}
.dashboard-tab.tab_bg_none .nav-link.active {
    background-color:var(--white-color);
    color:var(--theme-color);
    border: 1px var(--border-color) solid;
    border-radius: 5px;
}
.dashboard-enquiry ul li{
    background: #eee;
    padding: 12px 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    color: #222;
    font-size: 12px;
}
.total_coupon.dashboard-enquiry ul li{
    padding: 10px 5px;    
}
.dashboard-enquiry.influencer-reward ul li{
    padding: 12px 15px;
}
.dashboard-enquiry.influencer-reward ul li span {
    right: 10px;
}
.dashboard-enquiry ul li span{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
    color: #222;
    font-size: 13px;
    font-weight: bold;
}
.review-pending{
    background-color: #ffc300;
    color: var(--white-color) !important;
}
.review-qualified{
    background-color: #00a54d;
    color: var(--white-color) !important;
}
.review-disqualified{
     background-color: #ff4b4a;
     color: var(--white-color) !important;
}
.review-cancel{
	background-color:rgb(0, 87, 128);
    color: var(--white-color) !important;
}
.review-assigned{
	background-color:rgb(94, 0, 172);
    color: var(--white-color) !important;
}

.dashboard-source-enquiry ul{
    list-style: none;
    padding-left: 0px;
}
.dashboard-source-enquiry ul li {
    font-size: 12px;
    position: relative;
    padding: 4px 0px 4px 12px;
    display: inline-block;
    width: 48%;
    margin: 0px 0px 0px 0px;
    color: #222;
    white-space: nowrap;
}
.dashboard-source-enquiry ul li:before{
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
}
.dashboard-source-enquiry ul li:nth-child(1):before{
    background-color: #95ce50;
}
.dashboard-source-enquiry ul li:nth-child(2):before{
    background-color: #ffb300;
}
.dashboard-source-enquiry ul li:nth-child(3):before{
    background-color: #ff6f00;
}
.dashboard-source-enquiry ul li:nth-child(4):before{
    background-color: #00897b;
}
.dashboard-source-enquiry ul li:nth-child(5):before{
    background-color: #43a047;
}
.dashboard-source-enquiry ul li:nth-child(6):before{
    background-color: #2e7d32;
}
.dashboard-source-enquiry ul li:nth-child(7):before{
    background-color: #f70474;
}
.dashboard-source-enquiry ul li:nth-child(8):before{
    background-color: #0077b5;
}
.topbar-user{
    background-color: transparent;
}
.source-wise-enquiry ul{
    list-style: none;
    padding-left: 0px;
}
.source-wise-enquiry ul li{
    font-size: 11px;
    position: relative;
    padding: 4px 0px 4px 12px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    color: #222;
}
.source-wise-enquiry ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
}
.source-wise-enquiry ul li:nth-child(1):before {
    background-color: #95ce50;
}
.source-wise-enquiry ul li:nth-child(2):before {
    background-color: #ffb300;
}
.source-wise-enquiry ul li:nth-child(3):before {
    background-color: #ff6f00;
}
.source-wise-enquiry ul li:nth-child(4):before {
    background-color: #222;
}


.dashboard-source-enquiry-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
 column-gap: 3%;
height: 100%;

}
.dashboard-source-enquiry section{
display: grid;
grid-template-columns: 10% 84%;
column-gap: 3%;
align-items: center;
font-size: 0.7rem;
margin: 3% 0%;
}
.dashboard-source-enquiry section span{
    width:max-content
}
.source-enquiry-color-box{
    background-color: #e2e2e2;
    aspect-ratio: 3/3;
   height:50%;
   width: 100%;
}

.chart--container {
  height: 100%;
  width: 100%;
  min-height: 200px;
}
.chart--container1{
    height: auto;
 width: 100%;
aspect-ratio: 16/5;
}
.chart--container_1{
     height: 100%;
  width: 100%;
  min-height: 150px;
}
.chart--container11{
     height: 100%;
  width: 100%;
  min-height: 172px;
}
.chart--container14{
    height: 100%;
  width: 100%;
  min-height: 150px;
}
.zc-ref {
  display: none;
}
/* .chart_section{
    height: auto;
} */


.chart--containe{
    min-height: 450px;
}
.chart-box{
    height: 225px;
}
.chart-box_1{
    height: 200px;
}
.chart--container2{
 height: 100%;
  width: 80%;
  height:200px;
}
.chart--container4{
 height: 100%;
  width: 100%;
  height:250px;
}
.chart--container5 {
    height: 100%;
    width: 100%;
    min-height: 250px;
}
.chart--container15 {
    height: 100%;
    width: 100%;
    min-height: 342px;
}
.accuracy--container{
    height: 100%;
  width: 100%;
  height:200px;
}
.qualified-enquiry-chat ul{
    list-style: none;
    padding-left: 0px;
}
.qualified-enquiry-chat ul li {
    background: #eee;
    padding: 12px 54px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #222;
    font-size: 14px;
}
.qualified-enquiry-chat ul li span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    color: white;
    display: block;
    border-radius: 50%;
    font-size: 14px;
}
.qualified-enquiry-chat ul li:nth-child(1) span{
    background-color: #00a54d;
}
.qualified-enquiry-chat ul li:nth-child(2) span {
    background-color: #ff4b4a;
    color: var(--white-color) !important;
}
.qualified-enquiry-chat ul li:nth-child(3) span{
    background-color: #ffc300;
    color: var(--white-color) !important;
}
.disqualifiedchart {
    height: 120px;
    overflow-y: scroll;
}
.progress-bar__wrapper {
  position: relative;
}
.progress-bar__wrapper p{
    margin-bottom: 0px;
}
.progress-bar{
    background-color: var(--danger-color);
}
.progress {
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background-color: var(--border-color);
  transition: width 300ms ease;
}
.progress[value]::-webkit-progress-bar {
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background-color: var(--border-color);
  transition: width 300ms ease;
}
.progress[value]::-webkit-progress-value {
  width: 0;
  border-radius: 50px;
  background-color: maroon;
  transition: width 300ms ease;
}
.qualified-enquiry-chat {
    margin-top: -50px;
}
.total-enquiry-chart ul{
    list-style: none;
    padding-left: 0px;
}
.total-enquiry-chart ul li {
    background: #eee;
    padding-left: 110px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    color: #222;
    font-size: 14px;
    height: 58px;
    overflow: hidden;
    line-height: 48px;
}
.total-enquiry-chart ul li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 100px;
    display: flex;
    border-radius: 10px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.total-enquiry-chart ul li:nth-child(1) span{
    background-color: #b6f2bc;
}
.total-enquiry-chart ul li:nth-child(2) span {
    background-color: #ffd1c9;
    color: var(--dark-color) !important;
}
.total-enquiry-chart ul li:nth-child(3) span{
    background-color: #b6f2bc;
    color: var(--dark-color) !important;
}
.total-enquiry-chart ul li:nth-child(4) span{
    background-color: #ffd1c9;
    color: var(--dark-color) !important;
}
.dasboard-chart #myChart{
    width: 100% !important;
}
.dasboard-chart #qualifiedEnquiry{
    width: 100% !important;
}
.dasboard-chart #sourceConversion{
    width: 100% !important;
}
.sales-dashboard{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.sales-dashboard .card-header {
    padding: 10px 10px 5px 10px;
    height: 52px;
    border: 0;
}
.dashboard_all_tab .card{
    border:1px var(--border-color) solid;
}
.dashboard_all_tab .card-header {
    padding: 10px 10px 5px 17px;
    border: 0;
}
.dashboard_all_tab .card-title{
    font-size: 17px !important;
    font-family: 'clanpromedium';
    color: var(--secondary-color) !important;
}
.sales_target {
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
}
.table_dashborad_sales tr td{
    border-bottom: 0px;
}
.dashborad_sales_box {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.dashborad_sales_inner_box h6{
    font-family: 'clanprobold';
    font-size: 20px !important;
}
.percent_content h6 {
    font-family: 'clanproregular';
    font-size: 28px !important;
    font-weight: 600;
}
.dashborad_sales_box p {
    margin-bottom: 0px;
    color: #8a9299;
    text-transform: uppercase;
    font-family: 'clanprobold' !important;
    padding-left: 5px;
}
.sales_chart_inner ul {
    list-style: none;
    padding-left: 0px;
    text-align: center;
}
.sales_chart_inner ul li {
    font-size: 12px;
    position: relative;
    padding: 4px 0px 4px 12px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    color: #222;
}
.sales_chart_inner ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
}
.sales_chart_inner ul li:nth-child(1):before {
    background-color: #64b5f6;
}
.sales_chart_inner ul li:nth-child(2):before {
    background-color: #ccc;
}
.sales_chart_inner ul li:nth-child(3):before {
    background-color: #000;
}

.sales_chart_inner.sales_target ul li:nth-child(1):before {
    background-color: #ccc;
}
.sales_chart_inner.sales_target ul li:nth-child(2):before {
    background-color: var(--danger-color);
}
.sales_chart_inner.sales_target ul li:nth-child(3):before {
    background-color: #167709;
}
.sales_graph span{
    width: 50px;
    height: 15px;
    display: block;
    background: #f79545;
    margin: 0 auto;
}
#statewiseChart1 {
    height: 700px;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}
#statewiseChart1 .highcharts-title{
    display: none;
}
#statewiseChart1 .highcharts-contextbutton{
    display: none !important;
}
.salestargetmeter-table {
    margin-top: -40px;
    z-index: 9;
    position: relative;

}
.salestargetmeter-table table{
	width:100%;
}
.salestargetmeter-table table tr{
	width:100%;
}
.salestargetmeter-table table td {
    border: 1px var(--border-color) solid;
    padding: 6px;
    font-weight: 500;
	width:50%;
}
.accounts_box{
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.accounts_box_inner{
    flex-grow: 1;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    grid-column-gap: 4px;
    display: flex;
    padding: 0 2px;
}
.accounts_box_inner_img img{
    width: 40px;
}
.accounts_box_inner_content p{
    margin-bottom: 0px;
    padding-left: 5px;
}
.mtd-card{
    margin-top: -20px;
}
.customers-table {
   position: relative;
   overflow-x: hidden;
   overflow-x: scroll;
   height: 225px;
}
.customers-table table{
    width: 750px;
  table-layout: fixed;
  border-collapse: collapse;
}
.customers-table thead tr {
    display: block;
    position: relative;
}
.customers-table tbody {
    display: block;
    height: 200px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.customers-table table th {
    padding: 5px;
    width: 100px;
    border: 1px solid #ccc;
    font-family: 'clanprobold';
}
.customers-table table td{
    padding: 5px;
    width: 100px;
    border: 1px solid #ccc;
    font-family: 'clanprobold';
    color: var(--light-dark-color);
    font-size: 11px;
}

.customers-table::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.customers-table::-webkit-scrollbar{
    height: 8px;
    background-color: #F5F5F5;
}

.customers-table::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b0b0b0;
}
.dasboard-chart #complaints{
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
}
.dasboard-chart #warranty_service{
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
}
.warranty_service-license-text{
    margin-top: 5px !important;
}
.dasboard-chart #total_influencer{
    width: 100% !important;
}
.dasboard-chart #influencer_status{
    width: 100% !important;
}
.dasboard-chart #kyc_redeem{
    width: 100% !important;
}
#myChart_1{
    width: 100% !important;
}
.chart-btn {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px var(--border-color) solid;
}
.chart-btn a {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px;
}
.chart-btn a.active {
    border-bottom: 2px var(--theme-color) solid;
    background: #f1f1f1;
}
#statewiseComplaints {
    height: 700px;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.highcharts-title{
    display: none !important;
}
.highcharts-button{
    display: none !important;
}
.scanning-meter{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.scanning-meter p {
    position: absolute;
    bottom: 32px;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.chart--container_7{
    min-height: 150px;
    width: 100%;
}
.influencer-source{

}
.influencer-source ul {
    list-style: none;
    padding-left: 0px;
}
.influencer-source ul li {
    padding: 4px 54px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 32px;
    color: #222;
    font-size: 13px;
}
.influencer-source ul li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    color: var(--white-color);
    display: block;
    border-radius: 50%;
    font-size: 16px;
}
.influencer-source ul li:nth-child(1) span {
    background-color: #00a54d;
}
.influencer-source ul li:nth-child(2) span {
    background-color: #ffc300;
    color: var(--white-color) !important;
}
.influencer-source  ul li:nth-child(3) span {
    background-color: var(--danger-color);
    color: var(--white-color) !important;
}
#salescategory-trigger-c{
    display: none !important;
}
#salestargetmeter-trigger-c{
    display: none !important;
}
#salesgrowth-trigger-c{
    display: none !important;
}
#actualsalesChart1-trigger-c{
    display: none !important;
}
#salesAmountChart-trigger-c{
    display: none !important;
}
#myChart-trigger-c{
    display: none !important;
}
#qualifiedEnquiry-trigger-c{
    display: none !important;
}
#sourceConversion-trigger-c{
    display: none !important;
}
#catChart_2-trigger-c{
    display: none !important;
}
#myChart_1-trigger-c{
    display: none !important;
}
#ringChart_2-trigger-c{
    display: none !important;
}
#countChart-trigger-c{
    display: none !important;
}
#accuracyChart_2-trigger-c{
    display: none !important;
}
#enquiryscoreChart_2-trigger-c{
    display: none !important;
}
#disqualifiedChart_2-trigger-c{
    display: none !important;
}
#invoicecollection-trigger-c{
    display: none !important;
}
#invoiceCharts-trigger-c{
    display: none !important;
}
#ageanalysis-trigger-c{
    display: none !important;
}
#overduebreakup-trigger-c{
    display: none !important;
}
#total_influencer-trigger-c{
    display: none !important;
}
#influencer_status-trigger-c{
    display: none !important;
}
#kyc_redeem-trigger-c{
    display: none !important;
}
#scanningChart-trigger-c{
    display: none !important;
}
#couponstatusChart-trigger-c{
    display: none !important;
}
#regioninfluencer-trigger-c{
    display: none !important;
}
#scanaging-trigger-c{
    display: none !important;
}
#influencersource-trigger-c{
    display: none !important;
}
#scanning_meter-trigger-c{
    display: none !important;
}
#pointredeemmeter-trigger-c{
    display: none !important;
}
#complaints-trigger-c{
    display: none !important;
}
#complaintwise-trigger-c{
    display: none !important;
}
#warranty_service-trigger-c{
    display: none !important;
}
.influencers_table{
    height: 250px;
    overflow-x: auto;
}
.gray_color {
    color: #999999;
}
/*Dashboard*/

/*Invoice Tab*/

.invoice-tab.user_details_tab .nav-link{
    display: block;
}
.invoice-tab.user_details_tab .nav {
    flex-wrap: nowrap;
    display: flex;
}
.update_kyc select{
    width: 100%;
}
.mdi-check-decagram{
    color: #007f39;
}
/*Invoice Tab*/

/*Scheme*/
.expire-checkbox{
    height: 300px;
}
.scheme_description{
    height: 340px;
}
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.edit-scheme-option .chosen-toggle {
    background: transparent;
    border: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px !important;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 4px 5px !important;
    width: 100%;    
    border-radius: 5px;
    color: #222;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
.image-source-link {
  color: var(--border-color);
}
.enquiry-table.attendance select{
    width: 100% !important;
}

/*Scheme*/
/*Attandace*/
.absent-section {
    height: 300px;
    overflow: auto;
    padding: 5px 10px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.absent-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
/*Attandace*/

/*Travel Plan*/
/* .daily-journey-plan-section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px; 
    background: #a5e9ff !important;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px;
} */
.daily-journey-plan-section_1{
    border-top: 2px solid var(--theme-color) !important;
}
.daily-journey-plan-section_1 th{
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px; */
    background: #a5e9ff !important;
    /* padding: 5px 10px 5px 10px;
    margin: 0px 0px; */
}
.daily-journey-plan .card-body{
    padding: 0px 0px 0px 0px!important;
}
/*Travel Plan*/
.user-inner .user_details_tab .nav-link {
    padding: 5px 8px 5px 8px;
    display: inline-flex;
    width: max-content;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.user-inner .user_details_tab .nav {
    flex-wrap: nowrap;
    display: inline-flex;
}
.user-inner .user_details_tab {
    overflow: auto;
}
/*expense*/
.expense .form-check-input{
    width: 15px !important;
    height: 15px !important;
}
/*expense*/
/*Pop Gift*/
.pop-gift-detail_1{
    
}
.pop-gift-detail_1 p {
    text-align: left;
    background: #d7d5d5;
    padding: 7px;
    border-bottom: 1px #a9a7a7 solid;
}
.pop-gift {
    border: 1px #a9a7a7 solid;
}
.pop-gift .row {
    padding: 0px 8px 10px 8px;
}
/*Pop Gift*/

/*Survey*/
.survey-result{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.survey-details-checkbox{
    height: 350px;
    overflow: auto;
}
.survey-details-checkbox .form-check-right {
    display: block;
    border-bottom: 1px var(--border-color) solid;
    padding: 10px 25px 10px 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    border-left: 1px var(--border-color) solid;
    border-right: 1px var(--border-color) solid;
}
.survey-details-checkbox .form-check-right:nth-child(1) {
    border-top: 1px var(--border-color) solid;
}
.survey-details-checkbox .form-check-right:nth-last-child(1) {
    border-bottom: 1px var(--border-color) solid;
}
.survey-details-accordian input::placeholder{
    color: #222;
}
.survey-details-accordian .accordion-secondary .accordion-item .accordion-button:not(.collapsed) {
    color: #222;
}
.survey-details-accordian .accordion-secondary .accordion-item {
    border-color: var(--border-color);
}
.survey-details-accordian input{
    margin-bottom: 1rem;
}
.survey-details-accordian ol{
    color: #222;
    padding-left: 12px;
}
.survey-details-accordian ol li{
     margin-left: 0px;
    font-size: 12px;
    font-weight: 600;
    list-style: inherit;
    padding-left: 5px;
}
.answer-option ol{
    display: flex;
    color: var(--danger-color);
    background: #cfffd4;
    padding: 5px 0px;
    margin-top: 10px;
    border: 1.5px #222 dotted;
}
.answer-option ol li{
    margin-left: 25px;
    font-size: 12px;
    font-weight: 600;
    list-style: inherit;
    padding-left: 5px;
}
.edit-survey-details .calendar{
    position: relative;
}
.edit-survey-details .calendar .ri-calendar-2-fill {
    position: absolute;
    top: 9px;
    right: 5px;
}
.edit-survey-details.review-pending-action select {
    width: 100%;
}
.add_question{
    position: absolute;
    top: 1px;
    right: 0px;
}
/*Survey*/

/*Upload File*/
.upload_file {
    min-height: 165px;
    border: 2px dashed var(--theme-color);
    padding: 0px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.uploadOuter {
  text-align: center;
}
.uploadOuter strong {
  padding: 0 10px;
}
.dragBox {
  width: 100%;
/*  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 95px;
  color: #999;
  border: 2px dashed #ccc;
  display: inline-block;*/
  transition: transform 0.3s;
}
.dragBox input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.draging {
  transform: scale(1.1);
}
.preview {
  text-align: left;
}
.preview img {
  max-width: 40%;
}
/*Upload File*/

/*Bonus Details*/
.bonus-details.card-header{
    padding: 0px;
    border: 0px;
}
.bonus_details_edit{
    border: 0px;
    background: transparent;
}
.add_new_scheme .box_3{
    margin-top: 0px;
}
/*Bonus Details*/
/*Cash Redeem*/
.redeem_status {
    border: 1px #6a6a6a dotted;
    text-align: left;
    margin-bottom: 15px;
}
.redeem_status p{
    position: relative;
    padding: 16px 15px 0px 30px;
}
.redeem_status p .mdi {
    position: absolute;
    top: 13px;
    left: 6px;
    font-size: 22px;
}
/*Cash Redeem*/

/*Task*/

.add_task.upload-document .dropzone1 {
    min-height: 130px;
    border: 1px solid #969696;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    background: #ebebeb;
}
.add_task .mdi{
    color: #585858;
}
/*Task*/

/*Customer List*/
.customer-list.enquiry-table table td input {
    width: 100% !important;
}
.complaint-tracker{
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 10px;
    border-radius: 5px;
}
.complaint-tracker ul{
    list-style: none;
    padding-left: 0px;
}
.complaint-tracker ul li {
    padding: 4px 0px 0px 32px;
    position: relative;
}
.complaint-tracker ul li:nth-child(1){
    padding: 4px 0px 50px 32px;
}
.complaint-tracker ul li:nth-child(1):before{
    content: "";
    position: absolute;
    top: 1px;
    left: 12px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #55a9e4;
}
.complaint-assigned {
    display: flex;
    justify-content: space-around;
}
.complaint-tracker-assigned ul li:nth-child(2){
    padding: 4px 0px 50px 32px;
}
.complaint-tracker-assigned ul li:nth-child(2):before{
    content: "";
    position: absolute;
    top: 1px;
    left: 12px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #55a9e4;
}
.complaint-assigned-three ul li:nth-child(3){
    padding: 4px 0px 50px 32px;
}
.complaint-assigned-three ul li:nth-child(3):before{
    content: "";
    position: absolute;
    top: 1px;
    left: 12px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #55a9e4;
}
.complaint-assigned-four ul li:nth-child(4){
    padding: 4px 0px 50px 32px;
}
.complaint-assigned-four ul li:nth-child(4):before{
    content: "";
    position: absolute;
    top: 1px;
    left: 12px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #55a9e4;
}
.complaint-assigned div{
    position: relative;
}
.complaint-assigned div:nth-child(1):after {
    content: "";
    position: absolute;
    top: 8px;
    right: -15px;
    width: 1px;
    height: 26px;
    border-left: 1px solid #aaaaaa;
}
.complaint-tracker_inner {
    text-align: center;
    margin-top: -15px;
}
.complaint-tracker ul li .mdi {
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    text-align: center;
    height: 25px;
    line-height: 26px;
    border-radius: 50%;
}
#assign_technician .choices__inner{
    text-align: left;
}
#assign_technician .choices__list--dropdown{
    text-align: left;
}
.warranty-details{
    position: relative;
    border: 1px var(--border-color) solid;
    border-radius: 5px;
}
.warranty-details img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.warranty-details p{
    margin-bottom: 0;
    background: #333;
    color: var(--white-color);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.re_open {
    border: 2px #007f39 solid !important;
    padding: 4px 10px 4px 10px !important;
}
.spare_part{
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;

}
.spare_part_assign{
    padding: 0px 10px 0px 10px;
}

.spare_part .mdi{
    vertical-align: middle;
}
.spare_part_incoming{
    display: inline-flex;
}
.spare_part_incoming button {
    display: inline-flex;
    margin: 0px 4px 0px 4px;
    font-size: 15px;
}
.spare_part_upload {
    min-height: 120px;
    border: 1px solid #b4b2b0;
    padding: 0px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #ececec;
}
.spare_part_action .choices__list--single {
    text-align: left;
}
.spare_part_action .choices__list {
    text-align: left;
}
#manage_stock_1 .choices__list--single {
    text-align: left;
}
#manage_stock_1 .choices__list {
    text-align: left;
}

#assign_stock_1 .enquiry-table{
    height: auto;
}
.spare_part_action .enquiry-table{
    height: 150px;
    overflow: auto;
    text-align: left;
}
.image_gallery .chosen-container{
    width: 100% !important;
}
/*Customer List*/

/*QR Code Label*/
#master_box input{
    width: 100% !important;
}
#master_box .enquiry-table .calendar {
    width: 100%;
}
.qr_code_label .modal-body{
    padding: 0px;
}
.generate_coupan{
    width: 50px;
}
.bcoupan_code_details .card-header{
    border-bottom: 2px #ccc dashed;
}
.box_details ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.scanner_section {
    text-align: center;
}
.box_details ul li p{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.box_details ul li p{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 0px;
}
.box_details ul li{
    font-size: 12px;
    line-height: 22px;
}
.scanner_section p {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #333;
}
.scanner_boxes{
    position: relative;
}
.scanner_boxes h3 {
    position: absolute;
    top: 35px;
    left: -15px;
    transform: rotate(-90deg);
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #333;
}
.generate_details {
    border-top: 2px #ccc dashed;
}
/*QR Code Label*/

/*Report*/
.pjp_detail{
    height: 100px;
}
.pjp_detail ul{
    list-style: none;
    padding-left: 0px;
}
.pjp_detail ul li {
    display: inline-block;
    background: var(--white-color);
    margin: 6px 3px 5px 3px;
}
.pjp_detail ul li a{
    color: #333;
    padding: 5px;
}
#primary_vs_secondary_report .choices__inner{
    text-align: left;
}
#primary_vs_secondary_report .choices__list--dropdown{
    text-align: left;
}
/*Report*/

/* Upload File Single Image */
.upload__box_new .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__box_new .upload__btn {
    display: inline-block;
    color: #222;
    text-align: center;
    min-width: 100%;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--border-color);
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 100px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.show_img{
    width: 20px;
}
/* Calendar */
.flatpickr-months {
    background-color:var(--theme-color);
}
.flatpickr-weekdays {
    background-color: var(--theme-color);
}
span.flatpickr-weekday {
    background: var(--theme-color);
    color: var(--white-color);
}

/* Check Box */

.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

/* Check Box */


/* Filter */

.filter {
    display: none;
    position: fixed;
    top: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 35%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: .4s all ease;
}

  .filter.visible {
    display: block;
    top: 50%;
    transition: .4s all ease;
  }
.filter .js-close-modal{
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #878787;

}
.js-open-modal {
    cursor: pointer;
}
/* Filter */

/* Multiple Select Option with search */
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: var(--secondary-color);
}


/* Multiple Select Option */
.multiple_check .ellipsis {
    text-align: left;
}
.multiple_check .apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.multiple_check .apply-selection .ajax-link {
    display: none;
}
  
 .multiple_check .checkboxes {
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
  }
  .checkboxes .inner-wrap {
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto;
  }

  #enquiry_closebtn{
    display: none;
    }
    #enquiry_openbtn{
        display: none;
    }
    .enquirybtn{
        margin: 1%;
        position: absolute;
        right:1%;
        user-select:none;
        color:black;
        width:30px;
       cursor: pointer;
       z-index: 99;
       font-size: 1.5rem;
    }

  .gatepassbtnDiv{
    width: 80px;
    }
    .dispatchrighttap{
        display: flex;
        align-items: center;
       
    }
     #gatepass_btn{
    background-color: #00a54d;
    border: none;
    padding:2%;
    border-radius: 3px;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
    color:white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.514);
    width: 80px;
    }
    
    #gatepass_btn{
    display: none;
    }
    #gatepass_btn:active{
    transform: scale(0.9);
    }


    .authorized_page{
    display: flex;
    justify-content: center;
    align-items: center;


    }
    .authorized_page div{
    display: grid;
    justify-items: center;
    text-align: center;
    height:100%;
    padding: 5% 0%;
    }
    .authorized_page img{
    width:50%;
    margin: 2% 0%;
    }
    .authorized_page h1{
    font-size: 2rem;
    color:var(--danger-color)
    }
    .authorized_page p{
    font-size: 1rem;
    }
    .authorized_page a:hover{
    color:var(--danger-color);

    }

    .Calender-holiday_div{
   

        position: sticky;
        bottom: 60px;
        display: none;
        width:100%;
        padding:1% 2%;
        background-color: rgb(245, 245, 245);
        border-radius: 2px;
     }
     .Calender-holiday_div section{
         display: flex;
         overflow: auto;
         width:100%;
     }
     .Calender-holiday_div::-webkit-scrollbar{
        height:7px; 
       }
     .Calender-holiday_div div{
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
       border: 0.3px solid rgba(0, 0, 0, 0.116);
       border-top: 4px solid orange;
       margin: 0% 1%;
       padding:0px 2%;
       padding-top:10px;
       border-radius: 5px;
       width: max-content;
       background-color: white;
     }
     .Calender-holiday_div div p{
         width: max-content;
       }
       .Calender-holiday_div .shootweekend{
         border-top: 4px solid rgb(255, 196, 0);
       }
       .Calender-holiday_div .weekend{
         border-top: 4px solid rgb(255, 102, 0); 
       }
       .Calender-holiday_div .longweekend{
         border-top: 4px solid rgb(255, 0, 0); 
       }


       .row-cardbody{
        display: grid!important;
        grid-template-columns: 50% 50%!important;
        align-content: space-between!important;
        height:100%!important;
    }
    @media(max-width:1150px){
        .row-cardbody{
        display: grid!important;
        grid-template-columns: 100%!important;
    
        }
    }
      .row-cardbody-box{
    width:100%!important;
        height:100%!important;
      }

      #graphcolor{
  
        padding-top:10px !important;
        height: 34px;
        cursor: pointer;

      }

      #graphcolora{
  
        padding-top:10px !important;
        height: 34px;
        cursor: pointer;

      }


      
      @media(max-width:577px){
        .report-topheader .report-input-div{
            padding: 10px 0px;
                 }
               

      }
.report-topheader .report-input-div input{
border: 1px solid rgba(0, 0, 0, 0.158);
padding:8px;
border-radius: 5px;
width:100%;

}
.report-topheader *{
    user-select: none;
}
.report-topheader select{
    border: 1px solid rgba(0, 0, 0, 0.158);
    padding:8px;
    border-radius: 5px;
    width:100%;
    }
    .report-topheader .report-input-div{
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
column-gap: 10px;
justify-content:end;

    }
    .report-topheader .report-dateinput-div{
        border-left:1px solid rgba(0, 0, 0, 0.164);margin-left:1%;
  }
.report-topheader #celender-icon-span{
 position: relative;
top: 26px;
left:85%;
    }
    .search-box{
        display: flex;
        align-items: center;
        justify-content: end;
outline: 1px solid rgba(0, 0, 0, 0.199);
border-radius: 5px;
font-size: 1rem;
    }
    .search-box input{
border: none;
outline: none;
width:80%;
    }
    .multiselect-topheader{
background:none;
padding: 0%;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.185);


margin-bottom: 1%;
    }
    .multiselect-topheader .dropdown-list {

        max-height: 190px !important;
        overflow-y: auto !important;

      }
      .multiselect-topheader .dropdown-list label{

cursor: pointer;
      }

      .multiselect-topheader div div{
        margin: 8px 0px;
              }
              .report-topheader button{
                padding: 0%;
                border: none;
                background-color: var(--theme-color);
                width:100%;
                border-radius: 5px;
                color:white;
                font-size: 0.9rem;
                display: flex;
                justify-content: center;
                align-items: center;
              }
              .report-topheader button .mdi:before{
                font-size: 1.5rem;
              }
        
              .report-div{
                width:100%;
              padding: 0px 3px;
          
              }
        
              @media(max-width:600px){
               
                         .report-topheader .report-input-div{
                            width: 93%;
                         }
        
            .report-topheader .report-dateinput-div{
                border-left:none;
                border-top:1px solid rgba(0, 0, 0, 0.199);
              margin:0px;	
          }
          .report-topheader button{
            width:93%;
         margin-bottom: 20px;
          }
        
        }
        @media (min-width: 768px) and (max-width:1100px) {
            .col-md-3 {
                width: 50%;}
            }
        
            .dashboard .download-pdf-btn{
           
        font-size: 11px;
                padding:5px 10px;
                box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24);
                border: 1px solid rgb(255, 255, 255);
            background-color: var(--theme-color);
            color:white;
            border-radius: 30px;
            text-transform: uppercase;
            }
      