.app-config-sidebar {
  width: 190px;
  margin-right: 40px;
}
.app-config-sidebar a {
  width: 100%;
}
.app-config-right-section {
  min-width: calc(100% - 240px);
  width: 100%;
}
.app-config-wrapper {
  margin-top: 24px;
  display: flex;
}
.app-config-wrapper.utils-pages .app-config-sidebar {
  width: 200px;
}
.app-config-wrapper.utils-pages .app-config-right-section {
  width: calc(100% - 200px);
}
.app-config-sidebar button {
  text-align: right;
  font-weight: 500;
  margin-bottom: 4px !important;
  padding: 8px 12px;
  height: 36px;
  text-align: start;
  display: flex;
  justify-content: flex-start;
}
.panel-wrapper > .banner {
  padding: 20px 24px;
}
.sessions-history-bar h5 {
  margin-bottom: 8px;
}
.sessions-history-bar {
  margin-bottom: 10px;
}
.ant-segmented-group .ant-segmented-item:not(:last-child) {
  border-radius: 0;
  background-color: transparent;
}
.lead-label-colors-select {
  justify-content: flex-start;
}
.add-user-modal .ant-form-item-explain-error {
  margin-bottom: 10px;
  display: inline-block;
}
.users-list-table .user.inactive,
.users-list-table .user.inactive .user-email {
  color: #fd6767 !important;
}
.users-list-table .user.inactive .avatar {
  border: 1px solid #fd6767;
}
.ant-modal-body .profile-update-btns {
  width: auto;
  margin-top: 5px;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  gap: 3px;
}
.profile-badge {
  overflow: hidden;
}
.profile-media {
  overflow: hidden;
  margin-right: 10px;
}
.profile-media img {
  border-radius: 50%;
}
.profile-info {
  overflow: hidden;
}
.profile-info .name,
.profile-info .email {
  overflow: hidden;
  color: var(--Gray-900, #121926);
  font-size: 14px;
  font-weight: 400;
}
.profile-info .email {
  color: var(--Gray-600, #4B5565);
}
.user-status-tag.ant-tag-green {
  background: var(--Success-50, #ECFDF3);
  color: var(--Success-700, #027A48);
}
.user-status-tag.ant-tag-volcano {
  background: var(--Gray-100, #EEF2F6);
  color: var(--Gray-700, #364152);
}
.user-status-tag.ant-tag-green .status-badge .dot-status,
.user-status-tag.ant-tag-volcano .status-badge .dot-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-radius: 16px;
  margin-right: 6px;
  background: var(--Success-500, #12B76A);
  mix-blend-mode: multiply;
}
.user-status-tag.ant-tag-volcano .status-badge .dot-status {
  background: var(--Gray-500, #697586);
}
.custom-nav-menu {
  background: transparent;
  /* White background like in the image */
  border-bottom: none;
  /* Remove default border */
  font-size: 14px;
  /* Adjust font size as needed */
  line-height: 48px;
  /* Match the height of the menu */
}
.custom-nav-menu .ant-menu-item {
  color: #666666;
  /* Default text color (gray) */
  margin: 0 10px;
  /* Spacing between items */
  border-bottom: none !important;
  /* Remove default bottom border */
}
.custom-nav-menu .ant-menu-item :hover {
  color: #000000 !important;
}
.custom-nav-menu .ant-menu-item ::after {
  border-bottom: none !important;
}
.custom-nav-menu .ant-menu-item-selected {
  color: #000000 !important;
  /* Dark text for active item */
  border-bottom: 2px solid #000000 !important;
  /* Black underline for active item */
}
/* ============== Layout Sidebar ============== */
.sidebar-info {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
  border: 1px solid var(--primary);
  padding: 10px;
  border-radius: 5px;
  color: #646161;
  position: absolute;
  bottom: 10%;
  background: #fafdff;
}
.info-heading {
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.notify-header {
  padding: 5px 15px;
}
.notify-header .heading {
  font-size: 18px;
  font-weight: 600;
}
.notify-header .heading {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
}
.notify-body .horizontal-tabs a {
  height: auto;
}
.notify-body .horizontal-tabs {
  margin-top: 10px;
  padding: 0 15px;
}
.notify-body .horizontal-tabs a {
  height: auto;
  font-size: 14px;
  min-width: 50px;
  text-align: center;
  justify-content: center;
}
.notify-body .horizontal-tabs a.active {
  background: #fcfcfc;
}
.notify-body .tab-section {
  font-size: 13px;
  max-height: 400px;
  overflow-y: auto;
  border-top: 2px solid #efeee8;
}
.notify-item .media {
  width: 31px;
  height: 31px;
  padding: 7px;
  line-height: 1.35;
  border-radius: 5px;
  margin-right: 15px;
  border: 1px solid #eeecec;
}
.notify-item {
  padding: 15px;
  position: relative;
}
.notify-body .notify-item:last-of-type {
  border-bottom: none;
}
.notify-item.unread {
  background: #fef7f1;
}
.notify-item.unread .media {
  background: #f9cfab;
  border: none;
  color: #70421c;
}
.notify-body .notify-item:after {
  content: '';
  width: 85%;
  position: absolute;
  height: 1px;
  background: #dddddd;
  bottom: 0;
  left: 7.5%;
}
.notification-list .dropdown-menu {
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.notify-header button.mark-read-all {
  padding-left: 24px;
  background: url('images/double-tick-30.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.notify-body .horizontal-tabs a.no-underline:hover {
  border-color: transparent;
}
.dropdown-menu-right {
  width: 400px;
  background: #fff;
  border: 1px solid gray;
}
header.app-header {
  padding: 0px;
  background: #ffffff;
  margin: 15px;
  border-radius: 12px;
}
header .wrapper-content {
  padding: 15px;
}
header .wrapper-content,
header .wrapper-content .right-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
header .wrapper-content .right-wrapper > * {
  margin-left: 25px;
}
header .wrapper-content .right-wrapper {
  justify-content: flex-end;
}
header .wrapper-content .right-wrapper .app-search .ant-select-selector {
  border: none;
  background: #f4f4f4;
  padding-left: 40px;
  background-image: url('images/search-50.png');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 11px 11px;
}
header .wrapper-content .right-wrapper .app-search input {
  background: #f4f4f4;
  text-indent: 5px;
  text-indent: 0px;
}
.search-option-wrapper .search-option-header {
  font-weight: 500;
}
.search-option-wrapper .search-option-desc {
  display: flex;
  color: gray;
  margin-top: 3px;
}
.search-option-wrapper {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid whitesmoke; */
}
.search-option-media {
  margin-right: 10px;
}
.search-option-wrapper .search-option-lead-price,
.search-option-wrapper .search-option-lead-source {
  padding-left: 23px;
  background: url('images/price-50-1.png');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center left;
  font-size: 13px;
  font-weight: 400;
  color: #5f5e5e;
  margin-top: 3px;
  margin-right: 15px;
}
.search-option-wrapper .search-option-lead-source {
  background: url('images/source-50.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center left;
}
.app-search-result-list .rc-virtual-list-holder-inner .ant-select-item-option {
  border-bottom: 1px solid whitesmoke;
  border-radius: 0;
  opacity: 0.7;
}
.app-search-result-list .rc-virtual-list-holder-inner .ant-select-item-option:last-child {
  border-bottom: none;
}
.app-search-result-list .rc-virtual-list-holder-inner .ant-select-item-option:hover {
  opacity: 1;
}
.app-search-result-info {
  background: #f1f1f1;
  padding: 5px;
  display: block;
  margin-top: 8px;
  padding-left: 13px;
}
.app-header-notification {
  cursor: pointer;
}
/* ============== Settings ============== */
.settings-profile .wrapper-multiple-child > .ant-form-item {
  flex: 1;
}
.phone-verification .heading {
  color: var(--Gray-700, #364152);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.phone-verification .description {
  color: var(--Gray-600, #4B5565);
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.custom-days-notification-wrapper .ant-form-item-label {
  min-width: 105px;
}
.Settings-Profile .ant-tabs-nav {
  margin: 0;
}
.settings-profile .ant-form-item-control {
  max-width: 100%;
}
.settings-profile .form-label-td {
  vertical-align: top;
  font-weight: bold;
}
.settings-profile.ant-form {
  padding: 0;
  width: 100%;
  margin-bottom: 50px;
}
.settings-profile .wrapper-multiple-child > .ant-form-item {
  flex: 1;
}
.upload-list-inline .ant-upload.ant-upload-select {
  width: 100%;
}
.upload-container .settings-profile {
  margin-bottom: 20px;
}
.Settings-Profile .profile-sm-label {
  display: none;
}
.Settings-Profile .profile-md-label {
  display: block;
}
.Settings-Profile .change-phone-sm {
  margin-top: 16px;
}
.settings-profile.ant-form {
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
.settings-profile .form-label-td {
  vertical-align: top;
  font-weight: bold;
}
.settings-profile .ant-upload-text,
.settings-profile .ant-upload-hint {
  color: var(--Gray-600, #4B5565);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 18px;
  /* 150% */
}
.settings-profile .ant-upload-hint {
  font-size: 12px;
}
.settings-profile .ant-upload-text span {
  color: var(--Primary-700, #0C2822);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.settings-profile .ant-upload-drag-icon img {
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 28px;
  border: 6px solid var(--Gray-50, #F8FAFC);
  background: var(--Gray-100, #EEF2F6);
}
.settings-profile .ant-upload-wrapper .ant-upload-drag-container {
  padding: 16px 24px;
}
.settings-profile .ant-upload.ant-upload-drag {
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #E3E8EF);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.upload-container.settings-profile .ant-upload-wrapper {
  flex: 1;
}
.upload-container.settings-profile .profile-picture {
  display: flex;
  width: 64px;
  height: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 200px;
}
.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.security-section .block-area {
  max-width: 800px;
  margin-top: 0px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  margin-bottom: 50px;
}
.security-section .ant-form-item-explain-error {
  display: inline-block;
  margin-bottom: 15px;
}
#passwordForm .ant-form-item {
  margin-bottom: 15px;
}
.phone-verification.setting-section .heading {
  color: var(--Gray-700, #364152);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.phone-verification.setting-section .description {
  color: var(--Gray-600, #4B5565);
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
/* ============== Integration ============== */
.select-option-media-content-align .ant-select-item-option-content,
.select-option-media-content-align .ant-select-selection-item {
  display: flex;
  align-items: center;
}
/* ============== LogIn ============== */
.auth.page_wrap .wraper-header,
.wraper-content {
  position: relative;
  max-width: 1040px;
  text-align: center;
  min-height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.auth.page_wrap .group-heder {
  max-width: 220px;
  min-height: 200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.auth.page_wrap .group-heder img {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.auth.page_wrap .left-side {
  float: left;
  width: 50%;
  height: 100%;
}
.auth.page_wrap .right-side {
  float: right;
  width: 50%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.auth.page_wrap .ant-form-item-explain {
  text-align: left;
  margin-bottom: 15px;
}
/* ============== Logout ============== */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bg-img {
  background-image: linear-gradient(to bottom right, #e4edf3, #ffffff);
}
.logout-box {
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: #ffffffa3;
  border-radius: 5px;
  border: 1px solid #ececec;
  width: 450px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-row img {
  max-width: 150px;
  margin-bottom: 50px;
}
.check-icon:before {
  background: #c4c4c4;
  content: '';
  /* width: 100%; */
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: -1;
  top: 46%;
}
.check-icon img {
  background: #f9f9f9;
  padding: 0 20px;
  max-width: 100px;
}
.logout-box h5 {
  margin-top: 50px;
  font-weight: 400;
}
.logout-box h6 {
  color: silver;
}
.logout-box p {
  color: silver;
  font-size: 14px;
}
/* ============== Reset Password ============== */
.ant-form-item-explain-error {
  /* display: none; */
}
.reset-password-auth-page {
  width: 600px;
  display: flex;
  justify-content: center;
}
.reset-password-auth-page .input-content {
  width: 300px;
}
.reset-password-auth-page .input-feedback {
  width: 245px;
  text-align: left;
  margin-top: 13px;
}
.reset-password-auth-page .input-feedback .ant-list-item {
  font-size: 13px;
  color: gray !important;
  padding: 5px 0 !important;
}
.loading-full-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.loading-full-bg > span {
  display: flex;
  align-items: center;
}
/* ============== Forgot Password ============== */
.page-logo-align {
  margin-bottom: 55px;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.two-step-info {
  margin-bottom: 25px;
}
.two-step-info h3 {
  margin-bottom: 5px;
}
.two-step-info p {
  color: gray;
  margin-top: 0;
}
.otp-extra-content-align {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.auth-or-line {
  text-align: center;
  padding: 25px 0 10px 0;
  color: gray;
}
.btn-center {
  text-align: center;
}
/* ============== Join ============== */
.ant-form-item-explain-error {
  /* display: none; */
  text-align: left;
}
.ant-form-item-explain .ant-form-item-explain-error:last-child {
  margin-bottom: 20px !important;
}
.join-form .ant-input-disabled {
  background-color: rgba(255, 255, 255, 0.96) !important;
}
.loading-full-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.loading-full-bg > span {
  display: flex;
  align-items: center;
}
/* ============== Analytics ============== */
.lead-card-analytics {
  width: 100%;
}
.analytics-main-section {
  width: 100%;
  margin-bottom: 28px;
}
.analytics-section,
.lead-card-analytics,
.conversion-rate-section,
.verification-data-section {
  margin-bottom: 28px;
}
.main-analytics-top-section {
  width: 100%;
}
.main-analytics-top-section .month-res {
  display: none;
}
/* ============== Lead List ============== */
.table-filters-desc {
  display: inline-block;
  margin-top: -38px;
  position: absolute;
}
.lead-list-progress-container {
  width: 100%;
}
.lead-list-progress-container .stage-title {
  color: var(--Gray-600, #4B5565);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}
.lead-list-progress-container .progress-label {
  font-size: 14px;
  margin-bottom: 5px;
}
.lead-list-progress-container .progress-bar {
  width: 100%;
  height: 6px;
  background: var(--Gray-200, #E3E8EF);
  margin-bottom: 4px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.lead-list-progress-container .progress-fill {
  height: 100%;
  background: var(--Primary);
  transition: width 0.5s ease-in-out;
}
/* ============== Lead Query ============== */
.banner.leads.query {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.leads-query-list tbody tr td {
  font-size: 12.5px;
  color: #3f3f3f;
}
.leads-query-list table thead tr th {
  white-space: nowrap;
}
.leads-query-list table tbody tr td {
  white-space: nowrap;
  padding: 2px 20px 2px 5px !important;
  border-left: 1px solid #f0f0f0;
}
.leads-query-list table tbody tr td:first-child {
  padding-right: 5px !important;
}
.round-robin .banner {
  display: flex;
  z-index: 4;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}
.round-robin .banner.leads {
  /* border-radius: 3px; */
  /* border-color: #d3e3fd; */
  /* overflow: hidden; */
  /* background-image: url(../images/banner-icon-left.svg), url(../images/banner-icon-right.svg); */
  /* background: #f7faff; */
  border: none;
  padding: 0;
  border-bottom: 1px solid #efefef;
}
.round-robin .banner.leads .description > div {
  font-size: 13px;
  color: gray;
  margin-bottom: 5px;
}
.round-robin .banner.leads .description > .ant-btn {
  padding: 0 !important;
}
.round-robin .efdqay {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  -webkit-box-align: center;
  align-items: center;
}
.round-robin .htcsMd {
  margin: 16px;
  margin-top: 0;
}
.round-robin .banner.leads .action-buttons {
  display: flex;
  align-items: center;
}
.round-robin .fXZHnc {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.round-robin .banner.leads .w-color-compact {
  width: 206px !important;
}
.color-icon img {
  max-width: 15px;
  max-height: 15px;
  margin-right: 3px;
}
.color-icon {
  cursor: pointer;
  margin-left: 20px;
  background: #fcfcfc;
  padding: 3px 10px;
  border-radius: 2px;
  display: flex;
  border: 1px solid #f7f7f7;
}
.color-icon .color-bar {
  width: 25px;
  height: 10px;
  display: inline-block;
  align-self: center;
  /* box-shadow: 0px 0px 2px #000; */
  border: 1px solid silver;
}
tr.ant-table-row.text-color-a61c00 td .wrap-td {
  color: #a61c00 !important;
}
tr.ant-table-row.text-color-cc0000 td .wrap-td {
  color: #cc0000 !important;
}
tr.ant-table-row.text-color-e69138 td .wrap-td {
  color: #e69138 !important;
}
tr.ant-table-row.text-color-f1c232 td .wrap-td {
  color: #f1c232 !important;
}
tr.ant-table-row.text-color-6aa84f td .wrap-td {
  color: #6aa84f !important;
}
tr.ant-table-row.text-color-45818e td .wrap-td {
  color: #45818e !important;
}
tr.ant-table-row.text-color-3c78d8 td .wrap-td {
  color: #3c78d8 !important;
}
tr.ant-table-row.text-color-3d85c6 td .wrap-td {
  color: #3d85c6 !important;
}
tr.ant-table-row.text-color-674ea7 td .wrap-td {
  color: #674ea7 !important;
}
tr.ant-table-row.text-color-a64d79 td .wrap-td {
  color: #a64d79 !important;
}
tr.ant-table-row.text-color-85200c td .wrap-td {
  color: #85200c !important;
}
tr.ant-table-row.text-color-990000 td .wrap-td {
  color: #990000 !important;
}
tr.ant-table-row.text-color-b45f06 td .wrap-td {
  color: #b45f06 !important;
}
tr.ant-table-row.text-color-bf9000 td .wrap-td {
  color: #bf9000 !important;
}
tr.ant-table-row.text-color-38761d td .wrap-td {
  color: #38761d !important;
}
tr.ant-table-row.text-color-134f5c td .wrap-td {
  color: #134f5c !important;
}
tr.ant-table-row.text-color-1155cc td .wrap-td {
  color: #1155cc !important;
}
tr.ant-table-row.text-color-0b5394 td .wrap-td {
  color: #0b5394 !important;
}
tr.ant-table-row.text-color-351c75 td .wrap-td {
  color: #351c75 !important;
}
tr.ant-table-row.text-color-741b47 td .wrap-td {
  color: #741b47 !important;
}
tr.ant-table-row.text-color-5b0f00 td .wrap-td {
  color: #5b0f00 !important;
}
tr.ant-table-row.text-color-660000 td .wrap-td {
  color: #660000 !important;
}
tr.ant-table-row.text-color-783f04 td .wrap-td {
  color: #783f04 !important;
}
tr.ant-table-row.text-color-7f6000 td .wrap-td {
  color: #7f6000 !important;
}
tr.ant-table-row.text-color-274e13 td .wrap-td {
  color: #274e13 !important;
}
tr.ant-table-row.text-color-0c343d td .wrap-td {
  color: #0c343d !important;
}
tr.ant-table-row.text-color-1c4587 td .wrap-td {
  color: #1c4587 !important;
}
tr.ant-table-row.text-color-073763 td .wrap-td {
  color: #073763 !important;
}
tr.ant-table-row.text-color-20124d td .wrap-td {
  color: #20124d !important;
}
tr.ant-table-row.text-color-000000 td .wrap-td {
  color: #000000 !important;
}
.background-efd2cd td {
  background-color: #efd2cd !important;
}
.background-f7dddc td {
  background-color: #f7dddc !important;
}
.background-faece0 td {
  background-color: #faece0 !important;
}
.background-faf3df td {
  background-color: #faf3df !important;
}
.background-eaf0e2 td {
  background-color: #eaf0e2 !important;
}
.background-e1ebea td {
  background-color: #e1ebea !important;
}
.background-dee8f6 td {
  background-color: #dee8f6 !important;
}
.background-dee9f7 td {
  background-color: #dee9f7 !important;
}
.background-e3e6f2 td {
  background-color: #e3e6f2 !important;
}
.background-eae1eb td {
  background-color: #eae1eb !important;
}
.background-e9aea3 td {
  background-color: #e9aea3 !important;
}
.background-f0bbba td {
  background-color: #f0bbba !important;
}
.background-fadbc0 td {
  background-color: #fadbc0 !important;
}
.background-feeabc td {
  background-color: #feeabc !important;
}
.background-d9e6c3 td {
  background-color: #d9e6c3 !important;
}
.background-c5dbd5 td {
  background-color: #c5dbd5 !important;
}
.background-c5d9ef td {
  background-color: #c5d9ef !important;
}
.background-c0d7f3 td {
  background-color: #c0d7f3 !important;
}
.background-c7cde9 td {
  background-color: #c7cde9 !important;
}
.background-d8c4db td {
  background-color: #d8c4db !important;
}
.background-df8877 td {
  background-color: #df8877 !important;
}
.background-ea9a99 td {
  background-color: #ea9a99 !important;
}
.background-f7c9a1 td {
  background-color: #f7c9a1 !important;
}
.background-fde19b td {
  background-color: #fde19b !important;
}
.background-c7dba6 td {
  background-color: #c7dba6 !important;
}
.background-a9c9c1 td {
  background-color: #a9c9c1 !important;
}
.background-a4c3e6 td {
  background-color: #a4c3e6 !important;
}
.background-9fc2eb td {
  background-color: #9fc2eb !important;
}
.background-aab5de td {
  background-color: #aab5de !important;
}
.background-ffffff td {
  background-color: #ffffff !important;
}
.ant-dropdown .w-color-compact {
  width: 224px !important;
  padding: 10px;
  border: 1px solid silver;
}
.all-lead-notes {
  font-size: 12px;
}
.leads-query-list .ant-table-row-selected.background-ffffff.text-color-000000 > td {
  background-color: #dedede !important;
}
/* ============== Lead Stages ============== */
.stage-leads-wrapper .ant-badge.lead-badge {
  width: 100%;
}
.stage-leads-wrapper .ant-ribbon.lead-badge {
  margin-top: -8px !important;
  width: auto;
  font-size: 11px;
  padding: 3px 7px;
  height: auto;
  max-height: none;
  line-height: normal;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 3px;
}
.stage-leads-wrapper .ant-ribbon.lead-badge.hide-badge {
  display: none;
}
.skele-w100 .ant-skeleton.ant-skeleton-element {
  width: 100% !important;
}
.full-height-leads-wrap {
  height: calc(100vh - 270px);
  min-height: calc(100vh - 270px);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lead.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(211, 209, 209, 0.15) 25%, transparent 25%, transparent 50%, rgba(211, 209, 209, 0.15) 50%, rgba(211, 209, 209, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(211, 209, 209, 0.15) 25%, transparent 25%, transparent 50%, rgba(211, 209, 209, 0.15) 50%, rgba(211, 209, 209, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(211, 209, 209, 0.15) 25%, transparent 25%, transparent 50%, rgba(211, 209, 209, 0.15) 50%, rgba(211, 209, 209, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-bar-stripes 1s linear infinite;
}
.lead.progress-bar-striped:after {
  content: 'Updating...';
  font-size: 12px;
  color: #14ba14;
  position: absolute;
  right: 7px;
  bottom: 6px;
  background: #fff;
}
.leads-stages-page .lead.progress-opacity {
  opacity: 0.6;
}
.lead-view-link .lead-view-link-text {
  color: var(--Gray-600, #4B5565);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.lead-view-link .lead-view-link-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.lead-view-link {
  padding: 10px;
  cursor: pointer;
}
.lead-view-link:hover {
  background: #f3f5f4;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.new-product-selection,
.manage-product-selection {
  width: 100%;
}
.new-product-selection > .ant-space-item:first-child {
  width: calc(100% - 120px);
}
.product-section .ant-tabs-tab:not(:first-child) {
  margin-left: 10px !important;
}
.manage-product-selection .ant-select:first-child .ant-select-selector {
  background: #f7f7f7;
}
.ant-form-item-has-error .ant-form-item-extra {
  display: none;
}
.lead-view-lead-products-list-table td.ant-table-cell {
  padding: 5px 10px !important;
}
.lead-view-lead-products-list-table .ant-pagination {
  margin-bottom: 0 !important;
  display: none;
}
.conversion-rate-chart-container {
  width: 100px;
  height: 100px;
}
.analytics-chart-record-wrap {
  flex-direction: column;
}
@media (max-width: 822px) {
  .analytics-chart-record-wrap {
    flex-direction: row;
  }
}
.analytics-chart-record {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 822px) {
  .analytics-chart-record {
    flex-direction: column;
    gap: 32px;
  }
}
.metric-value {
  font-size: 32px;
  font-weight: 600;
  color: #111827;
}
.metric-change {
  color: #10b981;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.metric-change-arrow {
  font-size: 12px;
}
.conversion-rate-card .left-section {
  margin-right: 40px;
}
.conversion-rate-card .card-title {
  color: var(--Gray-900, #121926);
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
  line-height: 24px;
  /* 150% */
}
.conversion-rate-card .card-description {
  color: var(--Gray-600, #4B5565);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.conversion-rate-card .metric-container {
  margin-top: 15px;
}
.conversion-rate-card .metric-value {
  color: var(--Gray-900, #121926);
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}
.metric-change .ant-tag {
  color: var(--Success-700, #027A48);
  text-align: center;
  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.analytics-section {
  width: 100%;
  margin-top: 28px;
}
.dashboard {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px;
  color: var(--Gray-900, #121926);
  font-family: system-ui, -apple-system, sans-serif;
}
.label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Gray-600, #4B5565);
  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.value {
  color: var(--Gray-900, #121926);
  /* Display xs/Semibold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
}
.dashboard-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 24px;
}
.dashboard-row {
  height: 60px;
}
.dashboard-cell {
  text-align: left;
  vertical-align: top;
}
.product-value-wrapper {
  gap: 8px;
}
.product-value-wrapper > .dot {
  margin-top: 4px;
}
/* Dot colors */
.dot-product1 {
  background-color: #3b82f6;
}
.dot-product2 {
  background-color: #f59e0b;
}
.dot-product3 {
  background-color: #10b981;
}
.dot-potential {
  background-color: #ec4899;
}
.dot-qualified {
  background-color: #60a5fa;
}
.dot-actual {
  background-color: #3b82f6;
}
.leads-card-analytics {
  width: 100%;
}
.lead-card-analytics > .ant-card {
  flex: 1 1 auto;
  margin-right: 24px;
}
.lead-card-analytics > .ant-card:last-child {
  margin-right: 0px !important;
}
.menu-button {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}
.menu-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6b7280;
  margin: 0 1px;
}
.lead-card-content-wrapper .card-content {
  margin-bottom: 12px;
  margin-right: 16px;
}
.lead-card-content-wrapper .lead-number {
  color: var(--Gray-900, #121926);
  /* Display md/Semibold */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
  text-align: left;
  margin-bottom: 16px;
}
.lead-stats {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.down-arrow {
  color: #ff4560;
  display: inline-block;
  margin-right: 2px;
}
.percentage {
  color: #8f8f8f;
}
.comparison {
  color: #6b7280;
}
.chart-container {
  margin-bottom: -20px;
  overflow: hidden;
}
.chart-container .main-chart {
  position: relative;
  left: -45px;
}
.lead-card-content-wrapper .percentage.down {
  color: var(--Error-700, #B42318);
  text-align: center;
  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.lead-card-content-wrapper .comparison {
  color: var(--Gray-600, #4B5565);
  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.quote-modal .ant-modal-content {
  padding: 0;
}
.quote-modal .ant-modal-content .ant-modal-header {
  padding: 20px 16px;
  margin: 0;
  border-bottom: 1px solid var(--Gray-200, #E3E8EF);
}
.quote-modal .ant-modal-content [class*=" ant-modal"] {
  font-size: 16px;
}
.quote-modal .ant-modal-content .ant-modal-body,
.quote-modal .ant-modal-content .ant-modal-footer {
  padding: 16px;
  margin: 0;
}
.quote-modal .ant-modal-content .form-label {
  margin-bottom: 6px;
  display: block;
}
.quote-modal .ant-modal-content .ant-form-item {
  margin-bottom: 0 !important;
}
.quote-modal.quote-lead-modal .ant-modal-body {
  padding: 0;
}
.quote-modal.quote-lead-modal .insure-quote-check .ant-checkbox .ant-checkbox-inner {
  border-radius: 6px;
  height: 20px;
  width: 20px;
}
.quote-modal.quote-lead-modal .insure-quote-check .ant-checkbox-label {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: var(--Gray-900, #121926);
}
.generating-quote-loader {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.generating-quote-loader .ant-spin {
  font-size: 48px;
}
.generating-quote-loader h6 {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Gray-700, #364152);
  margin: 16px 0 8px 0;
}
.generating-quote-loader p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Gray-600, #4B5565);
}
.lead-drawer-detail .lead-name-limit textarea {
  text-transform: capitalize;
}
.lead-drawer-detail .action-btn {
  height: 24px;
  width: 24px;
}
.lead-drawer-detail.lead-drawer .header-actions {
  display: flex;
  gap: 8px;
}
.lead-name-limit.error > input {
  border-color: #f27b7b !important;
}
.lead-name-limit.error {
  display: flex;
  flex-direction: column;
  position: relative;
}
.lead-name-limit > span {
  display: none;
}
.lead-name-limit.error > span {
  display: block;
  color: #d82121;
  margin-left: 4px;
  position: absolute;
  bottom: 6px;
  font-size: 12px;
}
.lead-name-limit.error > textarea {
  border: 1px solid #d82121 !important;
}
#leadNameRef {
  position: absolute;
  visibility: hidden;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 15px;
}
.lead-view-lead-name {
  color: var(--Gray-900, #121926);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  overflow: hidden;
  padding-left: 0px;
  height: 20px !important;
}
.follow-up .form-item-with-icon .form-item-ls {
  display: flex;
  align-items: center;
}
.anticon-ellipsis-btn {
  padding: 10px 16px;
  width: 52px;
}
.anticon-ellipsis-btn .anticon-ellipsis {
  height: 20px;
  font-size: 20px;
}
input[type="text"].ant-input.val-input:not(.app-search input) {
  flex-grow: 1;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-date-time-text-picker {
  border: 1px solid var(--Gray-100, #EEF2F6);
  background: var(--Gray-50, #F8FAFC);
  border-radius: 10px;
  padding: 12px;
}
.date-input {
  height: 40px;
  width: 100%;
}
.h-36px {
  height: 36px !important;
}
.product-section textarea {
  color: var(--Gray-500) #697586 !important;
}
