body{
    background-color: #fff;
}
/*button*/

.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;
}
.color-primery{
	color: #f58634;
}
.theme-btn-danger{
    background-color: #f00;
}
.theme-btn-danger:hover {
    background-color: #261d1e;
}
.btn-warning{
    background-color: #f58634;
    border: 0px;
}
.btn-warning:hover{
	background-color: #261d1e;
}
.theme-top-border-primery{
    border-top: 2px #f58634 solid;
}
.hamburger-icon span{
    background: #172b4d;
}
/* Sidebar */
.logo img{
    width: 220px;
    height: auto;
}
.simplebar-content li.nav-item {
    padding: 5px;
}
.navbar-menu .navbar-nav .nav-link{
    background: transparent;
    border-radius: 30px;
}
.navbar-menu .navbar-nav .nav-link:hover {
    color: #222;
    background: #fff;
    border-radius: 30px;
}
.navbar-menu .navbar-nav .nav-link:hover .number-menu {
    background: #f58634;
}
.navbar-menu .navbar-nav .nav-sm .nav-link{
    color: #fff;
}
.navbar-menu .navbar-nav .nav-link:hover[data-bs-toggle=collapse][aria-expanded=true] {
    color: #222;
}
.navbar-menu .navbar-nav .nav-link:hover[data-bs-toggle=collapse][aria-expanded=true]:after {
    color:#222;
}
.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
    color: #222;
}
:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-sm .nav-item:hover > .nav-link {
    color: #222;
}
[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: #fff;
}
.dark-logo{
    display: none;
}
.card{
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.system-user-content .card{
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
/* Sidebar */
/*Form Label*/
.form-item{
  position: relative;
  margin-bottom: 15px
}
.form-item input{
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
  border: solid 1px #ccc;
  transition: all .3s ease;
  padding: 0 15px
}

.form-item input:focus {
    border-color: #f58634;
}

.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: #f58634;
  outline: 1px #f58634 solid;
}
.form-item.active label {
    font-size: 10px;
    text-transform: uppercase;
    top: -5px;
    background: #fff;
    color: #f00;
}
.form-item .user {
    font-size: 10px;
    text-transform: uppercase;
    top: -5px;
    background: #fff;
    color: #f00;
}

/*Form Label*/

.error{
  color:red;
}

/* 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: #f58634 !important;
}
.incorrect_user .mdi {
    border: 1px #f58634 solid;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 25px;
    color: #f58634;
    border-radius: 50%;
}

/*New Login Page*/
.login-section{
	display: flex;
    height: 100vh;
    align-self: center;
    justify-items: center;
    align-items: center;
}
.login-logo {
    background: #f58634;
    height: 450px;
    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: 10px;
    width: 350px;
}
.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: #f58634;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    content: "";
    z-index: -1;
}
.copyright{
	color: #fff !important;
}

/*Login Page end*/


 /*main-sidebar*/
.main-sidebar{


}
.main-nav-item{
    position: relative;

}
.main-nav-item .number-menu {
    position: absolute;
    right: 25px;
    background: #fcfcfc;
    width: 23px;
    height: 19px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    color: #222;
    font-style: normal;
}
.navbar-menu .navbar-nav .nav-link .mdi {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 18px;
    line-height: inherit;
}
  /*main-sidebar*/

/*enquiry-section*/
.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-inner {
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
}
.enquiry-table table{
    width: 100%;
}
.enquiry-table table tr{
    border: 1px #ddd solid;
}
.enquiry-table table th {
    font-size: 12px;
    color: #222;
    font-weight: 600;
    padding: 8px 12px;
}

.enquiry-table table td {
    border: 1px #ddd solid;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
}
.enquiry-table table td input {
    width: 100px !important;
    border: 1px #ddd solid;
    height: 35px;
    padding: 5px;
    border-radius: 6px;
}
.enquiry-table table td input::placeholder{
    color: #222;
}
.enquiry-table table td select{
    width: 100px !important;
    color: #222;
}
.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: #f58634;
}
.enquiry-table .ri-refresh-line {
    background: #f58634;
    color: #fff;
    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 #ddd solid;
    padding: 10px;
}
.review-pending-action .popup-body{
    padding: 10px;
}
.review-pending-action select{
    width: 50%;
}
.review-pending-action .hstack{
    padding: 10px;
}
.btn-color_1{
    color: #f58634 !important;
    border: 1px #ddd solid;
}

.chatbox-static {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 999;
}

.popup_form {
    position: absolute;
    top: -95px;
    right: 9%;
    background-color: #ffffff;
    -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;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
}
.systemuser_action .popup_form{
    top: -75px;
}
.popup_form.open {
    opacity: 1;
    visibility: visible;
}
.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: #fff;
   
}

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

}
  50% {
    background: #0ab39c;
}
100% {
    background: #f58634;
}
}

.chatbox-static .btn-warning {
    animation: shadow-pulse 1.5s infinite;
}
.chatbox-static .form-inner a {
    display: block;
    color: #222;
    font-size: 13px;
    margin-bottom: 30px;
    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;
}

.upload-file .ri-upload-cloud-2-fill{
    color: #f58634 !important; 
}
.upload-file .popup-body {
    padding: 10px;
   /* border: 1px #ddd solid;
    margin: 15px;*/
    position: relative;
}
.upload-file h2 {
    text-align: left;
    font-size: 16px;
    color: #222;
    border-bottom: 1px #ddd solid;
    padding: 10px;
}
.upload-file .dropzone {
    min-height: 230px;
    border: 2px dashed #f58634;
    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;
}*/
.enquiry-section h6 {
    font-size: 14px !important;
    font-weight: 600;
    color: #172b4d;
    vertical-align: middle;
    display: inline-flex;
    align-content: center;
    align-items: center;
}
.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;
}
}
.system_user_table table td{
    border: 1px #ddd solid;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
}
.system_user_table table tr{
    border: 1px #ddd 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;
    
}
.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 #fff solid;
    left: 3px;
    top: 10px;
    border-radius: 50%;
    background: #f58634;
    outline: 2px #f58634 solid;
    padding: 0px;
}
/* Add New User select checkbox*/
.dropdown.dropdown_new {
  position: relative;
  font-size: 14px;
  color: #333;

  .dropdown-list {
    padding: 12px;
    background: #fff;
    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: 66vh;
    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: #fff;
    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: #f58634;
}
.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: #fff;
    font-size: 14px;
    line-height: 20px;
    left: 0px;
    top: 0;
}
.user-details-modules table td {
        border: 1px #ddd solid;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
    font-weight: 500;
}

.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 p{
    position: relative;
    padding-left: 30px;
}
.assignes_user p span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: #fff;
    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 #ddd 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 #ddd solid;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.hierarchy-section ul li::after {
    content: "";
    top: -17px;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 17px;
    background: #ddd;
}
.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 #f58634;
}

.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;
    top: -10px;
    left: 10px;
    z-index: 1;
    background: #fff;
    padding: 2px;
}

.form__input::-webkit-input-placeholder{
  color:transparent;
}

.form__input::-moz-placeholder{
  color:transparent;
}
select, input, textarea, label, input::placeholder{
    font-weight: 500 !important;
}
/*textarea::placeholder, input::placeholder{
    color: #222 !important;
}*/
/*Channel Partner*/
/*.channel_partner_back h6{
    position: relative;
    padding-left: 25px;
}*/
.channel_partner_back h6 {
    font-size: 14px !important;
    font-weight: 600;
    color: #172b4d;
    vertical-align: middle;
    display: inline-flex;
}
.channel-partner-main h6{
    font-weight: 600;
}
.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: 8px;
    display: inline-flex;
    width: max-content;
    color: #212529;
    font-weight: 500;
}
.channel_partner_tab_inner .nav-link.active {
    background-color: #f58634;
}
.channel_partner_tab_inner{
    width: 800px;
    overflow: auto;
}
.channel_partner_tab_inner{
    
}
.payment_outstanding{
    background: #abffa2;
    padding: 5px;
}
.payment_overdue{
    background: #fa8686;
    padding: 5px;
}
.payment_table table{
    width: 100%;
}
.payment_table table tr{
    
}
.payment_table table td{
    border: 1px #ddd 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;
}
.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 #ddd 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 #ddd solid;
}
.longitude-section ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    border: 1px #ddd solid;
    border-radius: 6px;
}
.longitude-section ul li{
    width: 100%;
    padding: 5px;
}
.longitude-section ul li:nth-child(1){
    border-right: 1px #ddd solid;
}
.channel_partner_card{
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px;
    
}
.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: #222 !important;
}
.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: 8px;
    text-align: center;
    color: #212529;
    font-weight: 500;
    font-size: 12px;
}
.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: 4px;
    text-align: center;
    color: #212529;
    font-weight: 500;
    font-size: 12px;
}
.primary_order_inner_tab .nav-link.active {
    background-color: #f58634;
}
.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: #f58634 !important;
    border: 0px;
}
.target-achieved{
    color: #f58634 !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: -166px;
}
.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;
}
/*Channel Partner*/

/*Primery Order Details*/
.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: 6px 6px 6px 6px;
}
.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%;
}
.add-new-item .card-body {
    border: 1px #ddd solid;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*Primery Order Details*/

/*Dealer*/

.add_new_dealer{
    padding: 0px 15px 0px 15px;
    border: 1px #ddd solid;
    border-top: 2px #f58634 solid;
}
.upload-document{

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

.upload-document .dropzone1 {
    min-height: 165px;
    border: 2px dashed #f58634;
    padding: 5px;
    text-align: center;
}
.upload-document .ri-upload-cloud-2-fill {
    color: #f58634 !important;
}
.dropzone1 .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
}
.upload-document .dropzone2 {
    min-height: 165px;
    border: 2px dashed #f58634;
    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 #f58634;
    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 #f58634;
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}
.upload-file .dropzone2 {
    min-height: 230px;
    border: 2px dashed #f58634;
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}
.upload-file .dropzone3 {
    min-height: 230px;
    border: 2px dashed #f58634;
    background: var(--vz-secondary-bg);
    border-radius: 6px;
    padding: 20px 20px;
}
.upload-file .dropzone4 {
    min-height: 230px;
    border: 2px dashed #f58634;
    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: 5px;
    justify-content: space-between;
}
.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;
}
/*Dealer*/

/*Order*/
.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;
}
.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: #222;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.card-body p{
    color: #222;
}
/*Order*/