#root {
    width: 100vw !important;
    height: 100% !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.page-wrapper {
    text-align: initial !important;
}

.text-left {
    text-align: left !important;
}

.ps-menu-button {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.ps-submenu-content .ps-menu-button {
    height: 30px !important;
}

.menu-coloured-bg .ps-menu-button:focus {
    color: #fff !important;
    background: linear-gradient(14deg, #1a3e8a 0%, rgba(23, 97, 253, 0.6));
    -webkit-box-shadow: 3px 3px 20px 0 rgba(23, 97, 253, 0.4);
    box-shadow: 3px 3px 20px 0 rgba(23, 97, 253, 0.4);
    border-radius: 4px;
    all: initial;
}

.add-insurance .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
    color: rgb(37, 37, 37, 0.5) !important;
    background-color: #F2F2F2 !important;
}

.custom-iadd input:hover {
    border: 2px solid #14408B !important;
}

.ps-submenu-root .ps-menu-button:hover {
    color: #14408B !important;
    background-color: #fff !important;
    border: 1px solid #14408B;
    border-radius: 8px;
}

.ps-submenu-root .ps-menu-button:hover .ps-menu-label {
    color: #14408B !important;
}

.ps-submenu-root .ps-submenu-content .ps-menu-button:hover {
    color: #14408B !important;
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
}

.ps-submenu-root .ps-submenu-content .ps-menu-button:hover .ps-menu-icon,
.ps-submenu-root .ps-submenu-content .ps-menu-button:hover .ps-menu-label {
    color: #14408B !important;
}

.page-wrapper .page-content {
    width: 100%;
    position: relative;
    min-height: 100vh;
    padding: 1px 0px 0px 0px;
}

.page-wrapper .page-content-1 {
    width: 100%;
    position: relative;
    height: 100vh !important;
    max-height: 83vh !important;
    overflow: hidden;
}

.additional-filter,
.additional-filter-1 {
    width: 300px;
    padding-top: 10px;
    /* padding-left: 15px; */
}

.additional-filter-1 {
    width: 200px !important;
    padding-top: 0 !important;
    float: right;
    margin-right: 10px;
}

.topbar .topbar-left .logo .logo-lg {
    height: 60px !important;
    position: fixed;
    left: 15px;
}

.topbar .topbar-left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 205px !important;

}

.navbar-custom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 200px;
}

.left-sidenav-menu {
    width: auto !important;
    min-width: 250px !important;
}

.hp-main-layout {
    padding: 0 0 30px 0 !important;
    width: 100%;
}

.css-um1o6k {
    display: none !important;
}

.ps-menu-icon {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
}

.color-native-blue {
    background-color: #1a3e8a !important;
    color: #fff;
}

.color-native-blue:hover {
    color: #fff;
}

.color-native-light-blue {
    background-color: #F7FAFF;
}

.table th {
    color: #fff !important;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}

.table td {
    font-weight: 400 !important;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #252525;
}

.table-text {
    font-weight: 400 !important;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #2b2b2b !important;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: 1px solid #c4c8cc !important;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 37px;
    width: 220px;
    padding-left: 10px;
    border-radius: 8px;
}

.textarea .form-control {
    height: auto !important
}

.textarea-1 .form-control {
    height: 47px !important
}

.addnew {
    height: 30px;
}

.ant-picker {
    /* margin-top: 12px !important; */
    padding: 10px;
    height: 37px !important;
}

/* .app-search .form-control {
    position: absolute;
    right: 0;
} */

.app-search a {
    background-color: white;
    border: none;
}

.table tbody tr:nth-of-type(even) {
    background-color: #f1f5fa !important;
}

.h-100 {
    height: 100% !important;
}

.d-flex-justify-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.d-flex-justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-flex-justify-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.d-flex-start-between {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.small-spacer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-large {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.text-black {
    color: #252525;
}

.img-bg {
    text-decoration: none;
    border-radius: 10px;
    padding: 0;
}

.img-bg-grey {
    text-decoration: none;
}

.auth-logo {
    border-radius: 10px;
}

.category-text {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #052160;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.otp-box {
    width: 48px !important;
    height: 43px;
    border: 1px solid #919396;
    font-size: 25px;
    padding: 5px;
    text-align: center;
    margin: 15px;
    border-radius: 8px;
}

.color-orange {
    color: orange;
}

/* TABDETAILS PAGE */

.tabdetails .form-control {
    border-radius: 8px;
    border: 2px solid #2525254d;
    /* margin-left: 2px; */
    margin-right: 2px;
    box-sizing: border-box;
    height: 47px;
    font-family: Roboto;
    font-size: 14px;
    color: rgb(37, 37, 37, 0.7);
    /* color: hsl(0, 0%, 50%); */
    font-weight: 400;
}

.tabdetails .form-control::placeholder {
    color: rgba(37, 37, 37, 0.7);
}

.input-group .form-control::placeholder {
    color: rgba(37, 37, 37, 0.7) !important;
}

.tabdetails .dotted {
    height: 150px;
    border: 1px dashed #e2e2e2;
    border-width: 2px;
}

.tabdetails .button1,
.button1 {
    width: 35%;
    height: 47px;
    border: 2px solid #e2e2e2;
    border-radius: 8px;
    background-color: white;
    font-size: 16px;
    color: rgba(37, 37, 37, 0.3);
    font-weight: 400;
    align-self: flex-end;
}

.tabdetails .button2,
.et-nextbtn,
.et-filterbtn,
.button2,
.toggle-button {
    width: 35%;
    height: 47px;
    border-radius: 8px;
    background-color: #14408b;
    font-size: 16px;
    color: white;
    font-weight: 400;
    align-self: flex-end;
}

.toggle-button {
    padding: 0 10px;
    background-color: #fff;
    color: #14408b;
    border: 1px solid #143F8A;
    height: 40px;
}

.et-nextbtn {
    width: 140px;
    float: right;
}

.et-filterbtn {
    width: 100px;
    margin: 0;
    padding: 7px 15px;
}

.tabdetails .MuiTabs {
    color: red;
}

.et-custom-h4,
.tabdetails h4 {
    color: #14408b;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

.et-custom-h4 {
    margin-top: 0px;
}

.MuiTabs-flexContainer {
    justify-content: space-evenly;
}

.custom-control-label {
    line-height: 1.1;
    position: absolute;
    left: 60px;
}

.custom-control-label::before {
    display: none;
}

.drawer-max .MuiDrawer-paper {
    width: 75%;
    max-width: 1000px;
    padding: 0 40px;
    overflow: auto;
    height: 100%;
}

.drawer-fit .MuiDrawer-paper {
    width: 50%;
    max-width: 750px;
    padding: 0px;
    overflow: auto;
    height: 100%;
}

.drawer-min .MuiDrawer-paper {
    width: 30%;
    max-width: 500px;
    padding: 0 25px;
    overflow: auto;
    height: 100%;
}

.form-file-upload {
    font-size: initial;
}

.btn-form-submit-extended {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    padding: 0px 10px !important;
}

.btn-form-submit,
.update-followup {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    z-index: 1001;
    padding: 15px 0px;
}

.update-followup {
    z-index: 0 !important;
}

.btn-form-submit-1 {
    width: 58vh;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    padding: 15px 0px 30px 0px;
    bottom: 0;
    /* z-index: 1001; */
    background-color: #FFF;
}

.account-body .auth-form .form-control {
    border-radius: 5px;
    padding-right: 0px;
    padding-left: 55px;
}

.account-body .auth-form .auth-form-icon {
    left: 6px;
}

.btn-gradient-primary {
    background: linear-gradient(14deg, #1a3e8a 0%, rgba(23, 97, 253, 0.6)) !important;
}

.btn-round {
    border-radius: 5px !important;
}

.w-70 {
    width: 70%;
}

.border-grey {
    border: 1px solid rgba(37, 37, 37, 0.2);
}

.border-blue {
    border: 2px solid #14408B;
}

.form-control:focus {
    border-color: #14408B;
}

.custom-border-grey {
    border: 1px solid rgba(125, 123, 123, 0.2);
}

.detailed-heading {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.form-group .form-control {
    height: 47px;
    width: 80%;
    font-weight: 400;
    color: rgb(37, 37, 37);
    font-family: Roboto;
    font-size: 14px;
}

.css-1jqq78o-placeholder {
    font-weight: 400 !important;
    color: rgb(37, 37, 37, 0, 7) !important;
    font-family: Roboto !important;
    font-size: 14px !important;
}

.form-group-1 .form-control {
    height: 47px;
    width: 80%;
    font-size: 13px;
    border: 2px solid rgba(37, 37, 37, 0.2);
    /* color: hsl(0, 0%, 50%); */
    border-radius: 8px !important;
}

.btn-login-primary-1 {
    background-color: #14408B;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 14px;
    width: 120px;
}

.height-date-picker {
    height: 47px !important;
}

.btn-login-primary-1:hover {
    color: #fff !important;
}

.form-group-1 .label-custom {
    left: 10px !important;
    color: rgba(37, 37, 37, 0.5);
}

.filter-select .css-1xc3v61-indicatorContainer {
    padding: 0 !important;
}

.date-field .label-custom {
    margin-bottom: 0 !important;
    top: -3px !important;
    left: 22px !important;
}

.form-group-1 input::placeholder {
    font-weight: 400;
    color: rgba(37, 37, 37, 0.5) !important;
    font-family: Roboto;
    font-size: 14px;
}

.account-body .auth-form .auth-form-icon {
    padding: 5px;
    height: 40px;
    width: 40px;
}

.account-body .auth-form .auth-form-icon .dripicons-store {
    display: block;
    font-size: 19px;
}

.account-body .auth-card .auth-logo-text h4 {
    font-size: 36px !important;
}

.account-body .auth-card .auth-logo-text {
    width: 400px;
    margin: auto;
}

.text-muted-user-action {
    font-size: 18px !important;
}

.login-logo {
    height: auto;
    width: 170px;
}

.btn-login-primary {
    background-color: #14408B;
    height: 47px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
}


.btn-login-primary:hover {
    color: #fff;
}

.form-horizontal {
    margin: auto;
    max-width: 400px;
}

.custom-padding-login-left {
    padding-top: 15%;
}

.custom-padding-admin-login-left {
    padding-top: 45%;
}

.title-text,
.header-title {
    font-size: 24px;
    color: #14408B;
    line-height: 28px;
    font-weight: 500;
    white-space: nowrap !important;
}

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

.btn-sm,
.btn-group-sm>.btn {
    font-size: 16px;
    background: transparent;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.nav-user-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #252525;
}


td img {
    height: 34px !important;
    width: 48px !important;
}

.Mui-selected {
    color: #252525 !important;
}

.uploaded-img {
    height: 100px;
    width: 100px;
}

.upload-icon {
    height: 85px;
    width: 85px;
}

.side-headings {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #252525;
}

.side-headings-details {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #14408B;
}

.detailed-section-container {
    border: 1px solid #25252533;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
}

.css-1tkijua {
    /* pointer-events: none !important; */
}

.dashed-outline-box {
    border: 2px dashed rgba(37, 37, 37, 0.2);
    padding: 15px 40px;
    text-align: center;
}

.drop-images-text {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #252525;
}

.drop-images-text .browse-images-text {
    color: #14408B !important;
}

.light-grey {
    color: rgba(37, 37, 37, 0.3) !important;
}

.tab-headers,
.team-headers {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
    color: rgba(37, 37, 37, 0.5);
}

.team-headers {
    color: #14408B;
    font-size: 17px !important;
    font-weight: 500 !important;
}


.MuiTab-root {
    text-transform: capitalize !important;
}

/* Sidebar Font Family */
.ps-menu-label {
    font-family: "Roboto", sans-serif;
    /* color: #252525CC; */
    font-size: 15px !important;
    font-weight: 400;
}

.ps-menu-label:focus {
    color: #14408B !important;
}

.ps-open {
    color: #14408B !important;
}

.ps-menu-button.ps-open {
    background: white !important;
    border: 1px solid #14408B !important;
    border-radius: 8px;
}

.ps-menu-icon.ps-active {
    color: #f8f6ee !important;
}

.ps-menu-label.ps-active {
    /* color: #14408B !important; */
}

.ps-sidebar-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: inherit !important;
    margin-top: 70px;
    position: fixed !important;
    width: 250px;
}

.ps-collapsed .ps-sidebar-container {
    width: 85px !important;
}

.left-sidenav-menu li ul {
    background-color: #F7FAFF;
    padding: 0 0 0 10px !important;
}

.table-text {
    font-size: 16px;
}

.ps-collapsed {
    min-width: 85px !important;
    width: 85px !important;
}

.table-responsive {
    margin-top: 10px;
    /* margin-bottom: 70px; */
    border-radius: 8px;
    /* border-top: 0 !important; */
}

.table-noborder {
    border: none !important;
}

.table-responsive-1 {
    height: 48.5px;
    cursor: pointer;
}

.table-custom-border-1 {
    border: 1.6px solid #6495c6;
}

.table-custom-border {
    /* border: 1px solid #14408b; */
    border: 1px solid #3a6da5;

}

td.custom-lostdrop {
    /* padding-left: 30px; */
    border-left: 1px solid #dddddd;
}

.custom-border thead th {
    text-align: center;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.text-align-l {
    text-align: left !important;
}

.custom-border tbody td {
    border-right: 1px solid #dddddd;
    text-align: center;
}

.input-pipe {
    color: #C4C4C4;
    font-size: 25px;
}

.input-symbol {
    position: relative;
    margin-left: 20.5rem;
    top: -45px;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.header-dealer {
    display: flex;
    align-items: center;
    height: 70px;
}

.header-dealer-con {
    width: 60px;
    height: 60px;
}

.header-dealer-input {
    outline: none;
    border: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #252525;
    background-color: #fff;
    margin-left: 5px;
}

.header-dealer-input option,
.dealer-name {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #252525;
}

.dealer-name {
    font-size: 16px;
    margin: auto 10px;
    cursor: pointer;
}

.css-13cymwt-control {
    margin-top: -6px !important;
}

/* .ew-section .text-field-empty-custom-user select option {
    background-color: white !important;
    color: black !important;
    margin-top: 10px !important;
    height: 200px !important;
    padding: 10px !important;
    width: 10vh !important;
} */

.team-scroll {
    height: 500px;
    overflow-y: scroll;
}

td.custom-width {
    width: 12% !important;
}

th.custom-width {
    width: 12% !important;
}

.custom-tableview {
    position: fixed;
    background: #FFF;
    padding: 20px 20px 7rem 20px;
    /* height: 100vh; */
    height: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 60vh;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

#lead-popup .custom-tableview {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
}

#lead-popup,
.lead-update,
.plan-task {
    font-family: 'Roboto', sans-serif;
}

.custom-tableheight {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.create-lead-textarea .form-control {
    height: 48px !important;
}

.custom-tableview {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.model-top .label-custom {
    top: -11px;
}

.tabdetails {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.tabdetails-1 {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.exchange-radio .mb-24 div {
    height: auto !important;
    margin-top: -25px !important;
}

.exchange-radio .mb-24 div label {
    margin-bottom: 0px !important;
}

.exchange-checkbox div label {
    margin-left: -15px !important;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__navigation-icon,
.react-datepicker__navigation-icon--next,
.react-datepicker__navigation-icon,
.react-datepicker__navigation-icon--previous {
    margin-top: 12px !important;
}

.react-datepicker-popper,
.react-datepicker {
    z-index: 100001 !important;
}

.react-datepicker__current-month,
.react-datepicker__current-month--hasYearDropdown,
.react-datepicker__current-month--hasMonthDropdown,
.react-datepicker__header__dropdown,
.react-datepicker__header__dropdown--scroll {
    height: 30px !important;
}

.et-showroomname,
.user-leadname,
.user-lead-date {
    color: #252525;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.holiday-group .css-1arhi39-MuiFormControl-root-MuiTextField-root label.Mui-focused {
    font-size: 12.5px !important;
}

.holiday-group-3 .css-1arhi39-MuiFormControl-root-MuiTextField-root label.Mui-focused {
    font-size: 13.2px !important;
}

.holiday-group-1 .css-getzti-MuiFormControl-root-MuiTextField-root label.Mui-focused {
    font-size: 12.3px !important;
}

.holiday-group-2 .css-getzti-MuiFormControl-root-MuiTextField-root label.Mui-focused {
    font-size: 12px !important;
}

.holiday-group .label-custom {
    font-size: 11px !important;
}

.user-lead-date {
    color: #14408B;
}

.user-lead-details {
    display: flex;
    width: max-content;
    gap: 30px;
}

.user-lead-details .userlead-numkey,
.user-lead-details .userlead-numval {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #252525B2;
    line-height: 17px;
    font-weight: 400;
    padding-bottom: 5px;
}

.user-lead-details .userlead-numval {
    font-size: 15px;
    color: #252525;
    font-weight: 500;
    line-height: 19px;
}

.user-lead-call {
    background-color: #FBF6D8;
    color: #252525;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    border-radius: 4px;
    padding: 5px 8px;
    margin: 0;
}

.user-leads-second {
    width: 98%;
    background-color: #F7FAFF;
    margin: 5px auto 10px auto;
    border-radius: 4px;
    padding: 5px 0px;
}

.user-leadname {
    line-height: 25px;
    font-weight: 400;
    font-size: 18px;
}

.user-leadname span {
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
}

.et-totalleads,
.target-totalretails {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    gap: 5px;
}

.target-totalretails {
    position: absolute;
    top: 20px;
    right: 13rem;
    margin-bottom: 0px;
}

.et-totalleads span,
.target-totalretails span,
.et-totalleads input {
    border-radius: 4px;
    background: #FBF6D8;
    width: 40px;
    padding: 5px 5px;
}

.et-totalleads input {
    border: none;
    border-style: none;
    padding-left: 15px;
}

.table-responsive .table {
    text-align: left;
    table-layout: auto !important;
    width: 100% !important;
}

.card-body .card-body-inner {
    display: flex;
    align-items: start;
    margin-bottom: 0px;
    /* padding: 0px 15px; */
}

/* .card-body {
    padding-bottom: 40px !important;
} */

.tabpage .tab-details-section {
    padding-left: 20px;
    padding-right: 20px;
}

.tab-details-section-tabs {
    padding-left: 20px;
    padding-right: 20px;
}

.MuiTabs-indicator {
    left: -18.6px;
    height: 4px !important;
}

.ps-submenu-content {
    background-color: #F7FAFF !important;
}

.fa-plus {
    height: 18px;
    width: 18px;
}

.btn-add-custom {
    box-shadow: none;
    line-height: 1;
}

.btn-add-custom i {
    line-height: 1 !important;
}

.fa-search {
    color: #252525;
    font-size: 18px
}

.pagination-selection {
    display: flex;
    justify-content: end;
    align-items: center;
}

.page-box {
    width: auto;
    height: 31px;
    background: none;
    margin: 0px;
    color: rgba(37, 37, 37, 0.5);
    border: 1px solid rgba(37, 37, 37, 0.2);
    padding: 4px 12px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.page-box.selected-page-box {
    color: #FFF !important;
    background-color: #14408B !important;
}

.br-left {
    border-radius: 4px 0 0 4px;
}

.br-right {
    border-radius: 0px 4px 4px 0px;
}

.iconly-radio-button {
    height: 8px !important;
    width: 8px !important;
}

.custom-small-icon {
    font-size: 8px !important;
}

.arrow-icon {
    cursor: pointer;
    font-size: 20px;
}


.footer-navbar {
    background-color: #F4F4F4 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-style {
    padding: 15px 40px;
    color: rgba(37, 37, 37, 0.8);
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.basic-multi-select {
    font-size: 14px;
}

.basic-multi-select:hover {
    font-size: 14px;
}

.MuiPaper-root .form-error-text {
    color: #c10101;
}

.MuiTabs-flexContainer {
    display: inline-block !important;
    width: 100%;
    height: 47px;
    /* margin-top: 25px; */
}

.tab-headers {
    white-space: nowrap !important;
}

.card-tabs-width {
    width: 53% !important;
}

.table-scroll {
    display: table-cell;
    overflow-x: auto;
    width: 100%;
}

.table-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.form-field-container {
    min-height: calc(100vh - 210px);
}

.form-field-container-tabs {
    min-height: calc(100vh - 160px);
}



.label-custom,
.label-custom-1 {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: -10px;
    background-color: #fff;
    padding: 0 5px 0 5px;
    /* color: rgba(37, 37, 37, 0.5); */
    z-index: 999;
    height: 20px;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    /* line-height: 1.4375em; */
    letter-spacing: 0.00938em;
}

.custom-label .label-custom {
    left: 12px !important;
}

.available-select .label-custom {
    top: -18px !important;
}

.custom-label-1 .label-custom {
    left: 12px !important;
    top: 0;
}

.label-custom-1 {
    left: 23px;
}

.approve-button {
    padding: 0px 10px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 5px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #fff;
    width: 180px;
    height: 47px;
    border: 1px solid #e5e5e5;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/* Active state style */
.approve-button.active {
    border: 2px solid #f88906;
}

.label-custom.image-title,
.label-custom-1.image-title {
    left: 0px;
    color: #111;
}

.detail-image {
    max-width: 200px;
    margin-top: 15px;
}

.text-field-custom .form-control {
    background-color: #FFF !important;
    border-color: #14408B !important;
    position: relative;
    outline: none;
}

.text-field-empty-custom {
    position: relative;
    margin-bottom: 1rem;
}

.book-final .react-datepicker-popper {
    width: 30vw !important;
}

.text-area-empty-custom {
    position: relative;
    margin-bottom: 1rem;
}

.text-area-empty-custom .label-textarea-custom {
    top: 10px !important;
}

.text-field-empty-custom-user {
    position: relative;
}

.text-field-empty-custom-user.select-container {
    margin-top: 2px;
}

.text-field-empty-custom-user-1 .label-custom {
    height: 20px;
    line-height: 20px;
}

.text-field-empty-custom-user-3 .label-custom {
    display: none;
}

.ew-section .label-custom {
    top: auto;
    margin-top: -10px;
}

.text-field-empty-custom-user .form-upload-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}

.react-datepicker-wrapper {
    width: 100%;
}

.ew-section .form-control,
.ew-section-1 .css-13cymwt-control {
    height: 47px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(37, 37, 37, 0.5);
    border-radius: 0.25rem;
    font-size: 15px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    padding: 16px 14px;
}

.ew-section-1 .css-13cymwt-control {
    padding: 0px 0px;
}

/* .ew-section-1 .css-t3ipsp-control:hover {
    border-color: rgba(37, 37, 37, 0.5) !important;
} */

.tabdetails .form-control:hover {
    border: 2px solid #14408b;
}

.tabdetails .form-control:focus {
    border: 2px solid #14408b;
}

.ew-section-1 .css-3apxxx-control {
    border-color: #d3d3d3 !important;
    box-shadow: none !important;
}

.ew-section-1 .css-1fdsijx-ValueContainer {
    height: 47px !important;
    padding: 2px 12px !important;
}

.ew-section-1 .css-t3ipsp-control {
    height: 47px !important;
}

.ew-section .form-control::placeholder,
.ew-section-1 .css-1jqq78o-placeholder {
    color: rgb(37, 37, 37, 0.7);
    max-height: 40px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.css-3w2yfm-ValueContainer {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    padding: 2px 8px;
    box-sizing: border-box;
    max-height: 40px;
    padding-top: 0;
    padding-left: 3px;
    color: rgb(37, 37, 37);
    font: "Roboto";
    margin-left: 5px;
}

.table thead th {
    vertical-align: middle;
    width: fit-content;
    white-space: nowrap !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.table tbody td {
    vertical-align: middle;
    width: fit-content;
    white-space: nowrap !important;
}

.table thead tr {
    height: 50px !important;
}

.table-1 thead tr {
    height: 50px !important;
}

.table-2 thead tr {
    height: 50px !important;
}


.css-1nmdiq5-menu {
    z-index: 99999 !important;
}

.text-field-empty-custom-user .css-1nmdiq5-menu {
    text-align: left !important;
}

.css-wsp0cs-MultiValueGeneric {
    line-height: 1;
}

.lead-select .css-pehfpf-control {
    height: 47px !important;
}

.status-select .css-pehfpf-control {
    height: 37px !important;
}

.ew-section-1 .css-pehfpf-control {
    height: 47px !important;
}

.lead-select .css-3apxxx-control {
    height: 47px !important;
    box-shadow: none !important;
    border-color: #14408B !important;
}

.status-select .css-3apxxx-control {
    height: 37px !important;
    box-shadow: none !important;
    border-color: #14408B !important;
}

.css-1dimb5e-singleValue {
    text-align: left !important;
}

.ew-section-1 .css-3apxxx-control {
    height: 47px !important;
    box-shadow: none !important;
    border-color: #14408B !important;
}

.lead-select-1 .css-3apxxx-control {
    height: 37px !important;
    box-shadow: none !important;
    border-color: #14408B !important;
}

.lead-select-1 .css-pehfpf-control {
    height: 37px !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position:
        calc(100% - 20px) calc(1em + -4px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
}

.form-control option {
    background-color: white;
    color: black;
    margin-top: 10px !important;
    height: 200px;
}


.MuiInputBase-formControl {
    height: 47px;
    border-radius: 8px !important;
    font-weight: 400;
    font-size: 15px !important;
    padding-left: 5px;
    color: #252525;
}


* {
    scrollbar-width: thin;
    scrollbar-color: #a4a4a4 #cacaca;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #f2f2f2;
}

*::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 10px;
    border: 3px solid #f2f2f2;
}

.badge.badge-soft-success {
    background-color: rgba(30, 202, 123, 0.15) !important;
    color: #1eca7b !important;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(30, 202, 123, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(30, 202, 123, );
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.badge.badge-soft-scheduled {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(244, 59, 244, 0.15) !important;
    color: #c903ff !important;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(30, 202, 123, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(244, 59, 244, 0.15);
    width: 100px;
}

.badge.badge-soft-danger {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(241, 75, 75, 0.15) !important;
    color: #f14b4b !important;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(241, 75, 75, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(241, 75, 75, 0.05);
    width: 100px;
}

.badge.badge-soft-warning {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 184, 34, 0.15) !important;
    color: #ffb822 !important;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(255, 184, 34, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(255, 184, 34, 0.05);
    width: 100px;
}

.badge.badge-soft-info {
    width: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
}

.ml-10 {
    margin-left: 10px;
}

.dropdown-menu:hover,
.dropdown-menu:focus {
    background-color: #f1f5fa;
    color: #14408B;
}

.dropdown-menu.show {
    margin-right: 12px;
    text-align: center;
    border-radius: 8px;
}

.logout-spacer {
    height: 0;
    margin: 5px 0;
    overflow: hidden;
    border: none;
}

.mr-25 {
    margin-right: 25px;
}

.toggle-switch {
    position: relative;
    width: 40px;
    height: 23px;
    margin-top: 3px;
}

.toggle-label {
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 50px;
    cursor: pointer;
}

.toggle-switch-input {
    position: absolute;
    display: none;
}

.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: 0.3s;
}

.toggle-switch-input:checked~.slider {
    background-color: #E4EEFF;
}

.slider::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -8px;
    width: 25px;
    height: 24px;
    border-radius: 50%;
    box-shadow: inset 28px -4px 0px 0px #FFF;
    background-color: #FFF;
    transition: 0.3s;
}

.toggle-switch-input:checked~.slider::before {
    transform: translateX(32px);
    background-color: #14408B;
    box-shadow: none;
}

.notification-list {
    max-height: 500px;
}

/* Select Text And Button Design */

.selected-options-container {
    width: 100%;
    margin-right: auto;
    margin-left: 10px;
    margin-top: 10px;
    height: 38px;
}

.selected-options-container .select-size {
    font-size: 13px;
    border-radius: 5px;
    background-color: #fff0df;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
}

.detail-view-num .css-1d3z3hw-MuiOutlinedInput-notchedOutline,
.form-control[readonly] {
    background-color: hsl(0, 0%, 95%) !important;
}

.detail-view-num .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input,
.form-control[readonly] {
    color: rgb(37, 37, 37, 0.5) !important;
    z-index: 11;
}

.selected-options-container .cancel-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    line-height: 20px;

}

#file-upload-button {
    height: 43px !important;
}

/* .operational-cost .label-custom {
    top: -18px !important;
} */

.selected-options-container .cancel-button button {
    border: none;
    font-size: 14px;
    font-weight: 700;
    background: white;
}

.placeholder-label {
    position: relative;
    color: gray;
    pointer-events: none;
    user-select: none;
}

/* .css-17fr48l-control {
    pointer-events: none !important;
} */

.date-field-1 {
    top: -11px !important;
}

.ant-picker.ant-picker-range {
    border-radius: 7px;
    padding: 10px;
    height: 37px !important;
    width: 220px !important;
}

.download-excel {
    margin-right: 20px;
}

.table-image {
    max-width: 50px;
}

.dropdown-main {
    -webkit-box-shadow: 0 3px 12px #25293a;
    box-shadow: 0 3px 12px #25293a;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
}

.dropdown-menu-items {
    padding: 5px 20px 5px 20px;
}

.dropdown-menu-items:hover,
.dropdown-menu-items:focus {
    border-radius: 8px;
    background-color: rgb(237, 255, 255);
    color: #eaf0f9;
}

.add-task-btn {
    background-color: #89BC3A;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    color: #fff;
    border-radius: 8px;
}

.add-task-btn-section {
    text-align: right;
}

.task-date {
    color: #2525254D;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.task-date {
    color: #2525254D;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;

}

.tasks-sub-headings .subheading-one {
    color: #25252580;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.border-line-split {
    border: 1px solid #2525250F;
    margin-bottom: 10px;
}

.border-line-split-two {
    border: 1px solid #2525250F;
}

.modal-button-empty a {
    text-decoration: none;
    border: 1px solid #14408B;
    padding: 10px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-radius: 6px;
    color: #14408B;
    height: 40px;
}

.modal-button-fill a {
    text-decoration: none;
    /* padding: 10px; */
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-radius: 6px;
    color: #fff !important;
    background-color: #14408B;
    height: 40px;
    text-align: center;
    display: block;
}

.edit-vehicle {
    background-color: #F88906;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-top: -5px;
}

.delete-vehicle {
    background-color: #E84743;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-top: -5px;
}

.status-container {
    padding: 10px 4px;
    background-color: #1ECD86;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #fff;
    line-height: 0;
}

.vehicle-status-text {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.vehicle-status-text.alert-text {
    color: #E84743;
}

.vehicle-status-text.success-text {
    color: #E84743;
}

.circle-fill-green {
    height: 20px;
    width: 20px;
    background-color: #89BC3A;
    border-radius: 100%;
}

/* Secondary Popups */
.drawer-sub .MuiDrawer-paper {
    width: 360px;
    max-width: 360px;
    overflow: auto;
    height: 100%;
}

.secondary-popup {
    width: 360px;
}

.secondary-popup-header {
    background-color: #14408B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.secondary-popup-heading {
    font-size: 18px;
    font-weight: 600;
    color: #F7FAFF;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.dripicons-chevron-left {
    color: #fff;
}

.vehicle-detail-heading {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.vehicle-detail-open-close-btn {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.vehicle-detail-textbox .MuiInputBase-formControl {
    margin-bottom: 10px;
}

.vehicle-detail-textbox .basic-multi-select {
    margin-bottom: 12px;
}

.vehicle-detail-questions {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.vehicle-detail-textbox label {
    font-weight: 400;
    color: #252525E5;
    font-size: 14px;
}

.secondary-popup .btn-back {
    color: #8D8D8D;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    border-radius: 8px;
    width: 45%;
    height: 43px;
}

.secondary-popup .btn-submit {
    color: #fff;
    border: 1px solid #D9D9D9;
    background-color: #14408B;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    border-radius: 8px;
    width: 45%;
    height: 43px;
}


.showroomlist-btncon,
.showroomlist-btncon-1 {
    display: flex;
    width: max-content;
    max-width: 80vw;
    padding: 7px 0px;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border-radius: 8px;
    /* background: var(--BG-2, #F4F4F4); */
    margin: 0px 10px 0px 0;
    overflow-x: auto;
    font-family: "Roboto", sans-serif;
}

.showroomlist-btncon-1 {
    margin: 10px 12px 0px 0;

}

.showroomlist-btn {
    padding: 3px 10px;
    border-radius: 4px;
    background: var(--White, #FFF);
    min-width: fit-content;
    border: none;
    line-height: 23.44px;
    /* font-weight: 500; */
    font-size: 15px;
    color: #25252599;
}

.create-new-lead .showroomlist-btn {
    border: 1px solid #14408B;
    background-color: #14408B;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}


.showroomlist-btn.active {
    border-radius: 4px;
    background: var(--Additional, #89BC3A);
    color: #fff;
}

.showroom-freeze-btn {
    padding: 0px 10px;
    border-radius: 4px;
    background: var(--Additional, #f94c4c);
    color: #fff;
    min-width: fit-content;
    border: none;
    font-weight: 400;
}

.dealer-select {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;
}

.dealer-select {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
}

.custom-tablescroll {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.custom-tablescroll-1 {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.custom-tablescroll-2 {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.custom-tablescroll {
    overflow-y: scroll;
    height: 50vh !important;
}

.custom-tablescroll-1 {
    overflow-y: scroll;
    height: 56vh !important;
}

.custom-tablescroll-2 {
    overflow-y: scroll;
    height: 67vh !important;
}

.showroomlist-btncon {
    scrollbar-width: thin;
    scrollbar-color: #89BC3A #fff;
}

@media only screen and (min-width: 320px) {
    .topbar .topbar-left .logo-lg {
        display: block !important;
    }
}

@media only screen and (min-height: 768px) and (max-height: 868px) {
    .custom-tablescroll-1 {
        height: 58vh !important;
    }

    .custom-tablescroll-2 {
        height: 69vh !important;
    }

    .custom-tablescroll {
        height: 53vh !important;
    }

    .page-wrapper .page-content-1 {
        min-height: 86vh;
    }
}

@media only screen and (min-height: 869px) and (max-height: 968px) {
    .custom-tablescroll-1 {
        height: 62vh !important;
    }

    .custom-tablescroll-2 {
        height: 72vh !important;
    }

    .custom-tablescroll {
        height: 58vh !important;
    }

    .page-wrapper .page-content-1 {
        min-height: 87.5vh;
    }
}

@media only screen and (min-height: 969px) {
    .custom-tablescroll-1 {
        height: 66vh !important;
    }

    .custom-tablescroll-2 {
        height: 75vh !important;
    }

    .custom-tablescroll {
        height: 62vh !important;
    }

    .page-wrapper .page-content-1 {
        min-height: 89vh;
    }
}



/* Naveen 27/02/2024 start */
.lead-popup-left {
    border-right: 1px solid #0000001A;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
}

.lead-popup-right {
    border-right: 1px solid #0000001A;
    /* position: static; */
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
}

.lead-popup-right-scroll-hidden {
    overflow: hidden;
}

.lead-popup-wrapper {
    position: fixed;
    height: auto;
    top: 0;
    width: 80%;
    overflow: scroll;
}


.lead-heading-14-400 {
    font-size: 14px;
    font-weight: 400;
    /* font-size: 12px;
    font-weight: bold; */
    color: #252525B2;
}

.lead-heading-14-400-red {
    /* font-size: 14px; */
    /* font-weight: 400; */
    font-size: 13px;
    font-weight: bold;
    color: #E84743;
}

.lead-heading-14-400-green {
    font-size: 13px;
    font-weight: bold;
    color: #1ECD86;
}

.lead-heading-14-400-light-gray {
    font-size: 14px;
    font-weight: 400;
    /* font-size: 12px;
    font-weight: bold; */
    color: #25252580;
}

.lead-value-12-500-light {
    font-size: 12px;
    font-weight: 500;
    /* font-size: 14px;
    font-weight: bold; */
    color: #25252580;
}

.lead-value-12-500-white {
    font-size: 12px;
    font-weight: 500;
    /* font-size: 14px;
    font-weight: bold; */
    color: #fff;
}

.lead-value-16-500 {
    font-size: 16px;
    font-weight: 500;
    /* font-size: 14px;
    font-weight: bold; */
    color: #252525;
}

.lead-value-16-500-blue {
    font-size: 16px;
    font-weight: 500;
    /* font-size: 14px;
    font-weight: bold; */
    color: #14408B;
}

.lead-value-16-500-red {
    font-size: 16px;
    font-weight: 500;
    /* font-size: 14px;
    font-weight: bold; */
    color: #E84743;
}

.lead-heading-18-500 {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.hot-leeds-section {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.hot-leeds-section-right {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    width: 100%;
}


.lead-type-btn {
    height: 32px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    display: flex;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
}

.lead-type-btn.hot {
    background: #FF4141;
}

.lead-type-btn.warm {
    background: #f8cb2a;
}

.lead-type-btn.cold {
    background: #3491fa;
}

.lead-popup-border-top,
.lead-popup-profile-details-bottom {
    border-top: 1px solid #0000001A;
    margin-top: 5px;
    padding-top: 5px;
}

.short-circle,
.short-circle-1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F7FAFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.short-circle-1 {
    width: 25px;
    height: 25px;
}

.short-circle span,
.short-circle-1 span {
    color: #14408B;
    font-size: 16px;
    font-weight: 500;
    gap: 3px;
}

.short-circle-1 span {
    font-size: 11px;
}


.hot-leeds-section {
    padding: 20px 0px 10px 0px;
}

.hot-leeds-section .lead-popup-profile {
    padding: 0px 0px;
}

.lead-popup-profile {
    padding: 5px 0px;
}

.lead-popup-profile .lead-popup-profile-details {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lead-popup-right .lead-popup-profile-details {
    gap: 5px;
}

.lead-contact-container {
    padding: 10px 0px;
}

.lead-popup-tab {
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
    margin: 15px 0;

}

.lead-popup-right.col-9 {
    padding: 0;
    padding-bottom: 1rem;
}

.test-drive-scheduled {
    padding-right: 10px;
}

.lead-popup-right .lead-popup-profile {
    padding: 0 0 0px 15px;
}

.lead-popup-task-detail-container {
    border: 1px solid #0000001A;
    border-radius: 12px;
    min-height: 52px;
    padding: 10px;
    margin: 10px 0;
}

.lead-popup-task-detail-container.hot {
    border-right: 5px solid #ff4141;
}

.lead-popup-task-detail-container.warm {
    border-right: 5px solid #FBFF4C;
}

.lead-popup-task-detail-container.cold {
    border-right: 5px solid #56dff1;
}

.vehicle-details-container .lead-popup-task-detail-container,
.lead-tab-details .lead-popup-task-detail-container {
    border-right: 1px solid #0000001A;
}

.assign-section {
    border: 1px solid #0000001A;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    /* justify-content: space-between; */
    gap: 15px;
    min-height: 66px;
    height: auto;
    width: 100%;
}

.lead-tab-details .customer-address-section-container .assign-section {
    display: block;
}

.customer-address-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.assign-section-left {
    border-right: 1px solid #0000001A;
    width: 32%;
}

.assign-section-left-1 {
    width: 32%;
}

.assign-section-right {
    width: 50%;
}

.lead-popup-task-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interested-vehicel-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interested-btn {
    height: 40px;
    background-color: #F88906;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    padding: 14px 12px 14px 6px;
}

.inner-three-dot-popup {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
}

.inner-three-dot-popup-container {
    min-width: 225px;
    min-height: 56px;
    right: 4%;
    position: absolute;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    border: 1px solid #0000001A;
    box-shadow: 1px 1px 8px 1px #00000014;
}

.bread-crumb-container {
    background-color: #EAEAEA;
    margin: 10px 15px;
    border-radius: 30px;
    border: 1px solid #EAEAEA;
    height: 30px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.bread-crumb {
    padding: 5px 10px 5px 10px;
    border-left: 1px solid #fff;
    min-width: fit-content;
    width: 100%;
}

.bread-crumb.bread-crumb-green-start {
    background-color: #89BC3A;
    border-radius: 30px 0 0 30px;
    border-left: 1px solid #89BC3A;
    border: 1px solid #89BC3A;
}


.bread-crumb.bread-crumb-green {
    background-color: #89BC3A;
    border-left: 1px solid #89BC3A;
    border-right: 1px solid #89BC3A;
    border: 1px solid #89BC3A;
}

.leads-table-content {
    min-width: 150px;
}



.warm {
    border-left: 5px solid #FBFF4C;
}

.cold {
    border-left: 5px solid #56DFF1;
}

.hot {
    border-left: 5px solid #FF4141;
}

.lead-popup-right.col-9 {
    scrollbar-width: none;
    scrollbar-color: #fff;
}


.user-lead-details-container .table-scroll {
    padding-bottom: 30px;
}

.css-qbdosj-Input {
    visibility: hidden !important;
}

.css-1fdsijx-ValueContainer,
#react-select-3-option-0,
#react-select-3-option-1,
#react-select-3-option-2 {
    text-align: left !important;
}


.reschedule-btn {
    height: 40px;
    border-radius: 4px;
    background: #14408B;
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.update-popup-container .update-popup-yes-or-no {
    display: flex;
    gap: 5px;
}

.update-popup-container {
    padding-bottom: 15px;
}

.update-form-label {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
}

.radio-label,
.label-options,
#reason-radio-btn-main-color .form-label {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #252525;
}

.lost-drop,
.lost-drop-btn .button2 {
    font-family: 'roboto', sans-serif;
}

.update-popup-yes-or-no input[type="radio"]:checked+label {
    color: #252525;
}

#radio-btn-color input[type=radio] {
    accent-color: green;
}

.yes-or-no-container {
    display: flex;
    gap: 5px;
    white-space: nowrap;
}

.yes-no-section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.update-form-lead-status-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.update-form-lead-status-btn button {
    min-width: 70px;
    width: auto;
    min-height: 32px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}

.update-form-lead-status-btn .active {
    color: #fff;
    background-color: #FF4141;
}

.update-form-lead-status-btn .active-1 {
    color: #000;
    background-color: #fbff4c;
}

.update-form-lead-status-btn .active-2 {
    color: #fff;
    background-color: #56DFF1;
}

.update-form-lead-status-btn .disable {
    color: #fff;
    background-color: #2525251A;
}

.custom-tableheight-1 {
    background: rgba(0, 0, 0, 0.5);
    height: 28vh;
    width: 30vw;
    z-index: 10000;
    position: fixed;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 -2px 8px 0 rgba(128, 128, 128, 0.5);
}

.hot-tik {
    position: relative;
    top: -10px;
    right: -7px;
}

#update-remark {
    border: 1px solid #0000001A;
    width: 100%;
    height: 126px;
    border-radius: 8px;
    padding: 8px;
    resize: none;
}

.lead-update input,
.lead-update #radio-btn-color,
#radio-btn-color label {
    cursor: pointer;
}

.update-plan-filter {
    display: flex;
    gap: 10px;
    /* cursor: pointer; */
    height: 60px;
    border-bottom: 1px solid #0000001A;
    align-items: center;
    padding-left: 10px;
}

.update-plan-filter-1 {
    width: auto;
    border-bottom: 1px solid #0000001A;
}

.plan-filter-label label {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.reschedule-btn-container {
    margin: 10px 0 20px 0;
}

.update-plan-filter label {
    margin: 0;
    width: auto;
}

.reschedule-container .text-field-empty-custom,
.reschedule-container .text-field-empty-custom-user {
    margin: 0;
    width: 100% !important;
}

.reschedule-container {
    padding-top: 15px;
}

.planning-next-task-container-drawer.drawer-min .MuiDrawer-paper {
    width: 50%;
    max-width: 600px;
    padding: 0 25px;
    overflow: auto;
    height: 100%;
}


.planning-next-task-container-drawer .card-tabs-width {
    width: 100% !important;
    font-size: 16px;
}

.planning-next-task-container-drawer .tab-headers {
    font-size: 16px;
    font-weight: 500;
}

.planning-next-task-container-drawer .reschedule-container .text-field-empty-custom,
.planning-next-task-container-drawer .reschedule-container .text-field-empty-custom-user {
    margin: 0;
    width: auto !important;
}

.planning-next-task-container-drawer #update-remark {
    border: 1px solid #0000001A;
    width: auto;
    height: 126px;
    border-radius: 8px;
    padding: 8px;
    resize: none;
}

.css-auj4z-ValueContainer {
    /* pointer-events: none !important; */
}

.plan-next-form-label {
    font-size: 16px;
    font-weight: 500;
    color: #14408B;
}

.planning-next-task-container-drawer .css-1dimb5e-singleValue {
    font-weight: 600;
    color: #14408B;
}


.reschedule-btn-container .button2 {
    min-width: 180px;
    height: 47px;
    border-radius: 8px;
    background-color: #14408b;
    font-size: 16px;
    color: white;
    font-weight: 400;
    align-self: flex-end;
}

.followup-call.reschedule-container {
    padding-top: 0;
}

.lead-popup {
    font-family: "Roboto", sans-serif;
}

.lost-drop-btn .button2 {
    width: auto;
    height: 47px;
    border-radius: 8px;
    background-color: #14408b;
    font-size: 16px;
    color: white;
    font-weight: 400;
    align-self: flex-end;
}

#reason-radio-btn-main-color input[type=radio] {
    accent-color: green;
}

#reason-radio-btn-sub-color input[type=radio] {
    accent-color: #f85f06;
}


.create-new-lead-section input[type=number]::-webkit-inner-spin-button,
.create-new-lead-section input[type=number]::-webkit-outer-spin-button,
.create-new-lead-section input[type=number] {
    -webkit-appearance: none;
}

.book-a-car-section input[type=number]::-webkit-inner-spin-button,
.book-a-car-section input[type=number]::-webkit-outer-spin-button,
.book-a-car-section input[type=number] {
    -webkit-appearance: none;
}

.location-direction {
    font-size: 14px;
    font-weight: 500;
    color: #252525CC;
}

.exchange-radio .form-label {
    margin-bottom: 2rem !important;
}

.invoice-detail .exchange-radio .form-label {
    margin-bottom: 1rem !important;
}

.overall {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.overall .field {
    width: 90%;
}

.overall .icon {
    width: 10%;
    height: 47px;
}

/* Naveen 27/02/2024 end */

.unallocated {
    background-color: #dfd0ef;
    color: #6f35aa;
}

.ordered {
    background-color: #d0dfef;
    color: #4e87b4;
    height: 25px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shifts-report {
    min-height: 83px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    text-transform: capitalize;
    font-weight: 600;
}

.shifts-report-heading {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #14408B;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.shifts-report-count {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.02em;
    color: #252525;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.shifts-report-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.cancel-notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

.cancel-notice {
    text-align: center;
    color: #721c24;
}

.cancel-notice-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.cancel-notice-message {
    font-size: 1em;
}

.completion-notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
}

.completion-notice {
    text-align: center;
    color: #155724;
}

.completion-notice-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.completion-notice-message {
    font-size: 1em;
}