:root {
  /* Blue Shades */
  --Blue-50: #EFF8FF;
  --Blue-500: #2E90FA;
  --Blue-700: #175CD3;
  /* Gray Shades */
  --Gray-50: #F8FAFC;
  --Gray-100: #EEF2F6;
  --Gray-200: #E3E8EF;
  --Gray-300: #CDD5DF;
  --Gray-400: #9AA3B2;
  --Gray-500: #697586;
  --Gray-600: #4B5565;
  --Gray-700: #364152;
  --Gray-800: #202939;
  --Gray-900: #121926;
  /* Gray Custom Shades */
  --Gray-Custom-0: #F8FAFC;
  --Gray-Custom-1: #8E8E93;
  --Gray-Custom-2: #364152;
  --Gray-Custom-3: #4B5565;
  --Gray-Custom-01: #DCDCDC;
  /* Gray Blue Shades */
  --Gray-Blue-500: #4E5BA6;
  /* Success Shades */
  --Success-50: #ECFDF3;
  --Success-500: #12B76A;
  --Success-700: #027A48;
  --Success-Custom-1: #039855;
  /* Warning Shades */
  --Warning-500: #F79009;
  /* Error Shades */
  --Error-50: #FEF3F2;
  --Error-500: #F04438;
  --Error-700: #B42318;
  /* Indigo Shades */
  --Indigo-500: #6172F3;
  /* Pink Shades */
  --Pink-50: #FDF2FA;
  --Pink-500: #EE46BC;
  --Pink-700: #C11574;
  /* Purple Shades */
  --Purple-50: #F4F3FF;
  --Purple-700: #5925DC;
  /* Primary Shades */
  --Primary: #1A1ABA;
  --Primary-Text: #2121DD;
  --Primary-600: #0F322B;
  --Primary-700: #0C2822;
  /* Primary Variants */
  --Primary1: #14148D;
  --Primary2-1: #3939C1;
  --Primary2-2: #5757BF;
  --Primary3: #283FE0;
  /* Miscellaneous */
  --Icon-Color: #697586;
  --Light-Text-Version: #7E7E7E;
  --Tag-Text: #444444;
  --Primary-50: #F3F5F4;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body,
html,
#root,
.auth.page_wrap {
  height: 100%;
  margin: 0;
}
.ant-layout {
  background: #fcfcfd;
}
.ant-layout-sider-light {
  background: #ffffff;
  border-right: 1px solid var(--Gray-200, #E3E8EF);
}
.main-body-wrapper {
  padding: 0 32px 32px 32px;
  min-height: calc(100vh - 100px);
}
.app-menu.ant-menu {
  border-inline-end: none !important;
}
.app-menu .ant-menu-item {
  display: flex;
  height: 40px;
  align-items: flex-start;
  align-self: stretch;
  color: var(--Icon-Color, #697586);
  /* Text md/Semibold */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  margin: 2px 0;
  border-radius: 6px;
}
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover {
  background-color: var(--Gray-Custom-0);
}
.ant-menu-light .ant-menu-item-selected,
.ant-menu-light > .ant-menu .ant-menu-item-selected,
.ant-menu-light > .ant-menu .ant-menu-item-selected {
  background-color: var(--Gray-Custom-0);
  color: var(--Primary-Text, #2121DD);
}
.app-menu .ant-menu-item .ant-menu-item-icon {
  font-size: 24px;
}
.app-menu .ant-menu-item .ant-menu-title-content,
.app-menu .ant-menu-submenu .ant-menu-title-content {
  color: var(--Gray-700, #364152);
  font-size: 16px;
  font-weight: 600;
}
.ant-menu-light .ant-menu-item.ant-menu-item-selected .ant-menu-title-content,
.ant-menu-light .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-title-content {
  color: var(--Primary-Text, #2121DD);
}
.logo-header {
  margin-top: 32px;
}
.ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
}
.ant-menu-submenu .ant-menu-sub .ant-menu-item {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-menu-submenu .ant-menu-sub .ant-menu-item:hover {
  text-decoration: underline;
}
.ant-menu-submenu .ant-menu-sub .ant-menu-item .ant-menu-title-content {
  font-size: 14px;
  color: var(--Gray-700, #364152);
}
.ant-menu-submenu.ant-menu-submenu-open {
  margin-bottom: 20px;
}
.app-sidebar .app-sidebar-header {
  padding: 0 24px;
}
.app-sidebar .app-sidebar-header .app-search {
  margin: 24px auto;
}
.app-sidebar .app-sidebar-header .logo-with-version .version {
  color: #7E7E7E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.app-sidebar .app-sidebar-header .menu-icon {
  cursor: pointer;
  display: inline-flex;
}
.app-sidebar .app-menus ul.app-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Ensure it takes full height */
}
.app-sidebar .app-menus ul.app-menu .ant-menu-item:nth-last-child(2) {
  margin-top: auto;
  /* Push the last two items to the bottom */
}
body.collapsed .logo-header {
  margin-top: 15px !important;
}
body.collapsed .app-sidebar-header {
  padding: 0 8px !important;
}
body.collapsed .app-sidebar-header .app-search {
  margin: 8px auto !important;
}
body.collapsed .app-sidebar-header .logo-with-version img.collapsed {
  max-width: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body.collapsed .app-sidebar-header .menu-icon.collapsed {
  display: none;
}
body.collapsed .app-sidebar-header .menu-icon.collapsed.body-level {
  display: block;
}
body.collapsed .menu-icon.collapsed {
  display: none;
}
body.collapsed .menu-icon.collapsed.body-level {
  display: block;
  position: absolute;
  left: 68px;
  top: 37px;
  cursor: pointer;
  background: #e3e8ef;
  padding: 4px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
body.collapsed .app-menu {
  padding-top: 24px;
}
body.collapsed .app-menu .ant-menu-item,
body.collapsed .app-menu .ant-menu-submenu {
  width: 100%;
  padding: 0 !important;
  margin: 2px 0 !important;
}
body.collapsed .app-menu .ant-menu-item:nth-last-child(2),
body.collapsed .app-menu .ant-menu-submenu:nth-last-child(2) {
  margin-top: auto !important;
  /* Push the last two items to the bottom */
}
body.collapsed .app-menu .ant-menu-item .ant-menu-title-content,
body.collapsed .app-menu .ant-menu-submenu .ant-menu-title-content {
  display: none;
}
body.collapsed .app-menu .ant-menu-item .ant-menu-item-icon,
body.collapsed .app-menu .ant-menu-submenu .ant-menu-item-icon {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
body.collapsed .app-menu .ant-menu-item .ant-menu-item-icon::before,
body.collapsed .app-menu .ant-menu-submenu .ant-menu-item-icon::before {
  display: none;
}
body.collapsed .app-sidebar-profile {
  justify-content: center;
  padding: 15px 0 0 0;
  margin-top: 10px;
  margin-left: 0;
}
body.collapsed .app-sidebar-profile .profile-media {
  margin-right: 0;
}
.ant-layout-sider .ant-layout-sider-collapsed .app-sidebar-header .logo-with-version .version {
  display: none;
}
.menu-icon.collapsed img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.ant-layout-sider-children {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-layout-sider-children .app-sidebar-header {
  flex-shrink: 0;
  /* Prevent header from shrinking */
}
.ant-layout-sider-children .app-menus {
  flex-grow: 1;
  /* Allow menus to grow to fill remaining space */
  overflow-y: auto;
  /* Enable vertical scrolling for menus */
  display: flex;
  flex-direction: column;
  padding: 0 10px 15px 10px;
  margin-top: 30px;
}
.ant-layout-sider-children .app-menus .ant-menu {
  flex-grow: 1;
  /* Allow the first Menu to grow and fill most of the space */
}
.ant-layout-sider-children .app-menus .app-sidebar-footer {
  flex-shrink: 0;
  /* Prevent footer from shrinking */
}
.app-sidebar-profile {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid var(--Gray-200, #E3E8EF);
  margin-top: 20px;
  padding-top: 15px;
  margin-left: 8px;
  cursor: pointer;
}
.app-sidebar-profile .profile-media {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.app-sidebar-profile .profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-sidebar-profile .profile-info {
  flex: 1;
}
.app-sidebar-profile .profile-info .profile-name,
.app-sidebar-profile .profile-info .profile-email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.app-sidebar-profile .profile-info .profile-name {
  color: var(--Gray-700, #364152);
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.app-sidebar-profile .profile-info .profile-email {
  color: var(--Gray-600, #4B5565);
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.ant-btn {
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 8px;
  background: var(--Base-White, #FFF);
}
.ant-btn svg {
  height: 20px;
  width: 20px;
}
.ant-btn > span {
  color: var(--Gray-600, #4B5565);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.ant-btn.ant-btn-text > span {
  color: var(--Gray-700, #364152);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.ant-btn.ant-btn-link > span {
  color: var(--Primary-Text, #2121DD);
  background-color: transparent;
}
.ant-btn.success {
  border-radius: 8px;
  background: #039855;
  border: 1px solid #039855;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ant-btn.success > span {
  color: #fff;
}
.ant-btn.lost {
  border-radius: 8px;
  background: #D92D20;
  border: 1px solid #D92D20;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ant-btn.lost > span {
  color: #fff;
}
.ant-btn.ant-btn-secondary {
  border: 1px solid var(--Primary-50, #F3F5F4);
  background: var(--Primary-50, #F3F5F4);
  box-shadow: none;
}
.ant-btn.ant-btn-secondary > span {
  color: var(--Primary-700, #0C2822);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.ant-btn.ant-btn-primary {
  border: 1px solid var(--Primary-500, #1A1ABA);
  background: var(--Primary-500, #1A1ABA);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ant-btn.ant-btn-primary > span {
  color: var(--Base-White, #FFF);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.ant-btn.ant-btn-primary:hover,
.ant-btn.ant-btn-primary:active,
.ant-btn.ant-btn-primary:focus {
  background: var(--Primary-500, #1A1ABA) !important;
}
.ant-btn.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
}
.ant-btn.ant-btn-sm > span {
  font-size: 13px;
}
.ant-table-wrapper {
  width: 100%;
}
.ant-table-wrapper .ant-table-thead .ant-table-cell {
  height: 44px;
  border-radius: 0;
  border-start-start-radius: 0 !important;
  border-start-end-radius: 0 !important;
  padding: 12px 24px !important;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid var(--Gray-200, #E3E8EF);
  border-bottom: 1px solid var(--Gray-200, #E3E8EF);
  background: var(--Gray-50, #F8FAFC);
  color: var(--Gray-600, #4B5565);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
}
.ant-table-wrapper .ant-table-thead .ant-table-cell:before {
  display: none;
}
.ant-table-wrapper .ant-table-tbody .ant-table-cell {
  padding: 0 !important;
}
.ant-table-wrapper .ant-table-tbody .ant-table-cell > .wrap-td {
  height: 49px;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Gray-900, #121926);
  font-family: Inter;
  display: inline-flex;
  align-items: center;
}
.ant-table-wrapper .ant-table-tbody .user-email {
  color: var(--Gray-600, #4B5565);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
.ant-table-wrapper.table2 .ant-table-tbody .ant-table-cell {
  color: var(--Gray-600, #4B5565);
}
.ant-table-wrapper.table2 .ant-table-tbody .ant-table-cell .user-name {
  color: var(--Gray-900, #121926);
}
.ant-table-wrapper .action-buttons > .ant-btn {
  padding: 10px;
}
.ant-table-wrapper .action-buttons > .ant-btn > svg {
  max-width: 20px;
  max-height: 20px;
}
.insure-table .ant-table-tbody .ant-table-cell {
  padding: 4px 24px !important;
}
.ant-modal-content .ant-modal-footer,
.ant-modal-content .ant-modal-confirm-btns {
  display: flex;
  justify-content: end;
}
.ant-pagination.ant-table-pagination {
  margin: 12px 24px !important;
}
.ant-pagination.ant-table-pagination > li {
  display: flex;
  min-width: 40px !important;
  height: 40px !important;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Gray-300, #CDD5DF);
  border-left: none;
  border-radius: 0;
  margin: 0;
  text-align: center;
  color: var(--Gray-700, #364152);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-prev {
  padding: 10px 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid var(--Gray-300, #CDD5DF);
}
.ant-pagination.ant-table-pagination > li.ant-pagination-prev > span {
  display: flex;
  align-items: center;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-prev > span.disabled {
  color: #7a7a7a;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-prev > span > img {
  margin-right: 10px;
  width: 16px;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-disabled .pagination-btn {
  opacity: 0.2;
  font-weight: 400;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-next {
  padding: 10px 16px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid var(--Gray-300, #CDD5DF);
  border-left: none;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-next > span {
  display: flex;
  align-items: center;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-next > span.disabled {
  color: #7a7a7a;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-next > span > img {
  margin-left: 10px;
  width: 16px;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-item-active {
  border-right: 1px solid var(--Gray-300, #CDD5DF);
  background: var(--Gray-50, #F8FAFC);
}
.ant-pagination.ant-table-pagination > li.ant-pagination-item-active > a {
  color: var(--Gray-700, #364152);
}
.ant-pagination.ant-table-pagination > li.ant-pagination-item-active:hover {
  border-color: var(--Gray-300, #CDD5DF);
}
.ant-pagination.ant-table-pagination > li.ant-pagination-jump-next {
  padding: 0;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-jump-next > .ant-pagination-item-link {
  width: 100%;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-jump-prev {
  padding: 0;
}
.ant-pagination.ant-table-pagination > li.ant-pagination-jump-prev > .ant-pagination-item-link {
  width: 100%;
}
.ant-tag {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  gap: 4px;
  border: none;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  width: auto;
  max-width: fit-content;
  margin-inline-end: 2px;
  text-transform: capitalize;
}
.ant-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 1px;
}
.ant-tag.ant-tag-green {
  background: var(--Success-50, #ECFDF3);
  mix-blend-mode: multiply;
  color: var(--Success-700, #027A48);
}
.ant-tag.ant-tag-green .dot {
  background: var(--Success-500, #12B76A);
}
.ant-tag.ant-tag-gray {
  background: var(--Gray-100, #EEF2F6);
  mix-blend-mode: multiply;
  color: var(--Gray-700, #364152);
}
.ant-tag.ant-tag-gray .dot {
  background: var(--Icon-Color, #697586);
}
.ant-tag.ant-tag-blue {
  background: var(--Blue-50, #EFF8FF);
}
.ant-tag.ant-tag-blue span {
  color: var(--Blue-700, #175CD3);
}
.ant-tag.ant-tag-red {
  background: var(--Pink-50, #FDF2FA);
}
.ant-tag.ant-tag-red span {
  color: var(--Pink-700, #C11574);
}
.ant-tag.ant-tag-purple {
  background: var(--Purple-50, #F4F3FF);
}
.ant-tag.ant-tag-purple span {
  color: var(--Purple-700, #5925DC);
}
.ant-tabs .ant-tabs-nav-list .ant-tabs-tab {
  padding: 0px;
}
.ant-tabs .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  border-bottom: 2px solid transparent;
}
.ant-tabs .ant-tabs-nav-list .ant-tabs-tab:hover .ant-tabs-tab-btn {
  color: #0C2822;
  border-bottom: 2px solid #0C2822;
  transition: all 0.1s;
}
.ant-tabs .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  border-bottom: 2px solid #0C2822;
  color: var(--Primary-700, #0C2822);
}
.ant-tabs .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  display: flex;
  padding: 1px 4px 11px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Gray-500, #697586);
  /* Text sm/Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.ant-tabs .ant-tabs-ink-bar {
  background: var(--Primary-700, #0C2822);
}
.ant-tabs.tab-style-2 .ant-tabs-ink-bar {
  background: var(--Primary3, #283FE0);
}
.ant-tabs.tab-style-2 small {
  background: #F3F5F4;
  padding: 2px 10px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 16px;
  margin-left: 8px;
  color: var(--Gray-700, #364152);
}
.ant-tabs.tab-style-2 .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--Primary3, #283FE0);
}
.ant-tabs.tab-style-2 .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active small {
  color: #283FE0;
}
.main-analytics-section {
  width: 100%;
}
.ant-card {
  border-radius: 12px;
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.ant-card.ant-card-bordered {
  border: 1px solid var(--Gray-200, #E3E8EF);
}
.ant-card > .ant-card-body {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  overflow: auto;
}
.ant-card > .ant-card-body .card-title {
  margin: 0;
}
.ant-card > .ant-card-body p {
  margin: 0;
}
.ant-card > .ant-card-body .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ant-card > .ant-card-body .card-title {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.ant-card > .ant-card-body .menu-button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px;
  color: #6b7280;
}
.settings-profile .form-label {
  color: var(--Gray-700, #364152);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.settings-profile .sub-description {
  color: var(--Gray-600, #4B5565);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.ant-select {
  height: auto;
}
.ant-select.ant-select-disabled .ant-select-selector {
  background: var(--Gray-50, #F8FAFC) !important;
  color: var(--Gray-500, #697586) !important;
}
.ant-select.ant-select-borderless .ant-select-selector {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
}
.ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
  background: #EEF2F6;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #364152;
  height: 22px;
  padding: 2px 8px;
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ant-form-item-control-input-content input[type="number"],
.ant-picker,
input[type="email"],
input[type="text"].ant-input,
input[type="password"].ant-input,
.ant-input-number .ant-input-number-outlined,
.ant-form-item-control-input .ant-picker.ant-picker-range,
.ant-select-selector {
  color: var(--Gray-900, #121926);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  display: flex;
  padding: 8px 12px;
  gap: 8px;
  align-self: stretch;
  height: 39px !important;
  height: auto;
  align-items: center !important;
  border: 1px solid var(--Gray-300, #CDD5DF) !important;
  background: var(--Base-White, #FFF) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  border-radius: 8px;
}
.ant-form-item-control-input-content input[type="number"]:disabled,
.ant-picker:disabled,
input[type="email"]:disabled,
input[type="text"].ant-input:disabled,
input[type="password"].ant-input:disabled,
.ant-input-number .ant-input-number-outlined:disabled,
.ant-form-item-control-input .ant-picker.ant-picker-range:disabled,
.ant-select-selector:disabled,
.ant-form-item-control-input-content input[type="number"] .ant-picker-disabled,
.ant-picker .ant-picker-disabled,
input[type="email"] .ant-picker-disabled,
input[type="text"].ant-input .ant-picker-disabled,
input[type="password"].ant-input .ant-picker-disabled,
.ant-input-number .ant-input-number-outlined .ant-picker-disabled,
.ant-form-item-control-input .ant-picker.ant-picker-range .ant-picker-disabled,
.ant-select-selector .ant-picker-disabled {
  background: var(--Gray-50, #F8FAFC) !important;
  color: var(--Gray-500, #697586) !important;
}
.ant-form-item-control-input-content input[type="number"].ant-input-status-error:not(.ant-input-disabled),
.ant-picker.ant-input-status-error:not(.ant-input-disabled),
input[type="email"].ant-input-status-error:not(.ant-input-disabled),
input[type="text"].ant-input.ant-input-status-error:not(.ant-input-disabled),
input[type="password"].ant-input.ant-input-status-error:not(.ant-input-disabled),
.ant-input-number .ant-input-number-outlined.ant-input-status-error:not(.ant-input-disabled),
.ant-form-item-control-input .ant-picker.ant-picker-range.ant-input-status-error:not(.ant-input-disabled),
.ant-select-selector.ant-input-status-error:not(.ant-input-disabled) {
  background: #ffffff !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ff4d4f !important;
}
.lead-segmentation-select .ant-select-selector {
  height: auto !important;
}
.ant-input-number .ant-input-number-input-wrap input.ant-input-number-input {
  height: 40px;
}
.ant-form-item {
  width: 100%;
  margin-bottom: 20px !important;
}
.ant-switch.ant-switch-checked {
  background: #1a1aba;
}
.ant-segmented {
  border-radius: 8px;
  border: 1px solid var(--Gray-100, #EEF2F6);
  background: var(--Gray-50, #F8FAFC);
}
.ant-segmented .ant-segmented-group {
  gap: 5px;
}
.ant-segmented .ant-segmented-group .ant-segmented-item:not(:last-child) {
  border-radius: 6px;
}
.ant-segmented .ant-segmented-group .ant-segmented-item {
  color: var(--Gray-500, #364152);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 6px;
}
.ant-segmented .ant-segmented-group .ant-segmented-item :hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
  border-radius: 6px;
}
.ant-segmented .ant-segmented-group .ant-segmented-item.ant-segmented-item-selected {
  border-radius: 6px !important;
  color: var(--Gray-700, #364152);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.lead-tab .ant-segmented-item .ant-segmented-item-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lead-tab .ant-segmented-item .ant-segmented-item-label :hover {
  background-color: transparent;
}
.ant-space-compact .ant-form-item {
  margin-bottom: 0 !important;
}
.ant-form-item-label > label {
  color: var(--Gray-700, #364152);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.ant-select-selection-item {
  color: var(--Gray-900, #121926);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.stages-navigation {
  padding: 4px;
  border-radius: 8px;
  background: #F8FAFC;
}
.stages-navigation .stage-drawer-wrapper {
  flex: 1;
  padding-top: 8px;
  border-top: 4px solid var(--Gray-200, #E3E8EF);
}
.stages-navigation .stage-drawer-wrapper.active {
  border-top: 4px solid #283FE0;
}
.stages-navigation .stage-drawer-wrapper.active .stage {
  color: #283FE0;
}
.stages-navigation .stage-drawer-wrapper.complete .stage {
  color: #364152;
}
.stages-navigation .stage-drawer-wrapper .stage-drawer {
  color: #8E8E93;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  display: block ruby;
}
.stages-navigation.small .stage-drawer {
  font-size: 12px;
}
.ant-form-item-control-input-content .ant-input-password.ant-input-affix-wrapper {
  padding: 0 12px 0 0;
}
.ant-form-item-control-input-content .ant-input-password.ant-input-affix-wrapper .ant-input {
  border: none !important;
  border-radius: 12px;
}
.round-robin .ant-table-thead .ant-table-cell:first-child {
  padding-left: 20px !important;
}
.round-robin .ant-table-tbody tr > td:first-child .wrap-td {
  padding-left: 10px !important;
}
.ant-table-tbody .ant-table-cell .action-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ant-table-tbody .ant-table-cell .action-buttons button {
  padding: 5px 5px !important;
}
.ant-form-item-explain .ant-form-item-explain-error:last-child {
  margin-bottom: 15px;
}
input::placeholder {
  color: var(--Gray-600, #4B5565) !important;
}
.ant-select-selection-search-input::placeholder {
  color: var(--Icon-Color, #697586);
}
.select-icon {
  color: var(--Icon-Color, #697586);
  height: 20px;
  width: 20px;
}
.ant-btn-variant-outlined {
  border-color: var(--Gray-300);
  color: var(--Gray-700, #364152);
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px #1018280D;
}
.ant-btn-variant-outlined:hover {
  border-color: var(--Primary-Text) !important;
}
.ant-btn-variant-outlined:hover span {
  color: var(--Primary-Text);
}
.btn-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px;
  padding: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: var(--Gray-600, #4B5565);
}
.btn-icon.btn-icon2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon.btn-icon2 span {
  display: none;
}
.btn-icon.btn-drag {
  margin-right: 5px;
}
.btn-icon.btn-drag .ant-btn-icon {
  margin-top: 3.3px;
}
.btn-with-icons .btn-icon.btn-icon2 span {
  display: block;
}
.webhook-list-table .btn-icon span {
  display: block;
}
.default-avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  background: #EEF2F6;
  color: #4B5565;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-tabs .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 16px;
}
.text-gray-400 {
  color: var(--Gray-400, #9AA3B2);
}
.btn-dropdown {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-icon-input {
  height: 40px;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
}
.custom-icon-input .ant-input,
.custom-icon-input input[type="text"].ant-input:not(.app-search input) {
  height: 100% !important;
  padding: 0 3px !important;
  border: none !important;
  box-shadow: none !important;
}
.custom-icon-input.ant-picker-disabled,
.custom-icon-input.ant-input-outlined.ant-input-disabled {
  background: var(--Gray-50, #F8FAFC) !important;
  color: var(--Gray-500, #697586) !important;
}
.custom-icon-input .input-icon {
  height: 20px;
  width: 20px;
  color: var(--Gray-500, #697586) !important;
}
.shadow-none {
  box-shadow: none;
}
.desc-weekdays {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: var(--Gray-600, #4B5565);
}
.ant-alert-with-description {
  padding: 10px 15px;
}
.lead-notes .notes-editor {
  margin-bottom: 9px !important;
}
.lead-notes .ql-toolbar.ql-snow {
  border: none;
  padding-left: 0;
}
.lead-notes .ql-toolbar button {
  color: #303030;
  height: 30px !important;
  margin-right: 13px;
}
.lead-notes .ql-container {
  border: 1px solid #00000033;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #4B5565;
  height: 98px;
  border-radius: 8px;
  margin-top: 12px;
}
.lead-notes .ql-container .ql-editor {
  padding: 20px 21px;
}
.lead-notes .ql-container .ql-editor.ql-blank::before {
  left: 21px;
}
.lead-notes #notes-history-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lead-notes #notes-history-toolbar::after {
  display: none;
}
.lead-notes .ql-formats.-action {
  display: flex;
  gap: 8px;
  margin-right: 0 !important;
}
.lead-notes .ql-formats.-action::after {
  display: none;
}
.lead-notes .ql-formats.-action button {
  width: auto;
  margin-right: 0 !important;
}
.lead-notes .ql-formats.-action .ant-btn-variant-outlined {
  height: 40px !important;
  padding: 10px 16px !important;
  border: 1px solid var(--Gray-300);
  color: var(--Gray-700, #364152);
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px #1018280D;
}
.lead-notes .ql-formats.-action .ant-btn-primary {
  height: 40px !important;
  padding: 10px 16px !important;
  border: 1px solid var(--Primary-500, #1A1ABA);
  background: var(--Primary-500, #1A1ABA);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.text-gray-600 {
  color: var(--Gray-600, #4B5565);
  font-weight: 400;
}
.history-timeline .ant-timeline-item {
  display: flex;
  gap: 12px;
}
.history-timeline .ant-timeline-item .action {
  opacity: 0;
}
.history-timeline .ant-timeline-item .action .edit svg,
.history-timeline .ant-timeline-item .action .delete svg {
  height: 18px;
}
.history-timeline .ant-timeline-item :hover .action {
  opacity: 1;
}
.history-timeline .ant-timeline-item-head {
  position: relative;
  height: 48px;
  width: 48px;
  background: #DCDCDC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4B5565;
  transform: none;
  inset-block-start: 0px;
  inset-inline-start: 0px;
}
.history-timeline .ant-timeline-item-head svg {
  height: 28px;
}
.history-timeline .ant-timeline-item-tail {
  display: none;
}
.history-timeline .ant-timeline-item-content {
  margin-inline-start: 0;
  inset-block-start: 0px;
  flex-grow: 1;
  width: calc(100% - 48px);
}
.history-timeline .ant-timeline-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E3E8EF;
}
.history-timeline .notes-timeline .title {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #364152;
}
.history-timeline .notes-timeline .event-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #4B5565;
}
.history-timeline .notes-timeline .description {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #4B5565;
}
.history-timeline .notes-timeline .description .hidden {
  display: none;
}
.media-file .file-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E7EAEA;
  border: 4px solid #F3F5F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-file .file-icon svg {
  height: 16px;
  color: #0F322B;
}
.media-file .file-info .file-name {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #364152;
}
.media-file .file-info .file-detail {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #4B5565;
  text-transform: uppercase;
}
.history-pagination {
  border: 1px solid #CDD5DF;
  border-radius: 8px;
  overflow: hidden;
}
.history-pagination li {
  display: flex !important;
  width: 40px !important;
  height: 40px !important;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--Gray-300, #CDD5DF) !important;
  border-left: 0;
  margin: 0;
  text-align: center !important;
  color: var(--Gray-700, #364152) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px !important;
  margin-inline-end: 0px !important;
  border-radius: 0 !important;
  border-top: 0;
  border-bottom: 0;
}
.history-pagination li.ant-pagination-next {
  border-right: 0 !important;
}
.history-pagination li.ant-pagination-prev.ant-pagination-disabled svg,
.history-pagination li.ant-pagination-next.ant-pagination-disabled svg {
  opacity: 0.2 !important;
  font-weight: 400;
}
.history-pagination li.ant-pagination-item-active {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-color: var(--Gray-300, #CDD5DF) !important;
  background-color: #F8FAFC;
}
.history-pagination li.ant-pagination-item-active a {
  color: #202939;
}
.table-responsive .ant-table-content {
  overflow-x: auto !important;
  scrollbar-width: thin;
}
.table-responsive .ant-table-content::-webkit-scrollbar {
  height: 8px;
}
.table-responsive .ant-table-contentt::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
.table-responsive .ant-table-contentt::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.banner-res {
  flex-wrap: wrap;
  gap: 24px;
}
.custom-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  /* Gray border */
  display: flex;
  align-items: center;
  justify-content: center;
}
.checked-radio {
  color: green;
  /* Change tick color */
  font-size: 22px;
}
.ant-radio-wrapper .ant-radio-inner::after {
  content: "✔";
  color: #fff;
  font-size: 29px;
  top: 2px;
  left: 7px;
  background: none;
}
.advisor-notes-modal .notes-list {
  margin-top: 10px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.advisor-notes-modal .notes-list .notes-item {
  display: flex;
  flex-direction: column;
  background: url(/images/note.png);
  background-repeat: no-repeat;
  background-position: left 11px;
  background-size: 16px;
  padding-left: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  cursor: pointer;
}
.advisor-notes-modal .notes-list .notes-item:hover,
.advisor-notes-modal .notes-list .notes-item.active {
  background: #f3f3f3;
  border-radius: 3px;
}
.advisor-notes-modal .notes-list .notes-item:after {
  content: '';
  width: 91%;
  height: 1px;
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
}
.advisor-notes-modal .notes-list .notes-item .title {
  font-size: 14px;
  font-weight: 400;
}
.advisor-notes-modal .notes-list .notes-item .content {
  font-size: 12px;
  color: #a8a8a8;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advisor-notes-modal .note-detail .note-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advisor-notes-modal .note-detail .note-heading h3 {
  margin: 0;
}
.advisor-notes-modal .empty-loading {
  margin: 30px auto;
  padding: 30px;
  text-align: center;
}
.norga-app-top-navbar {
  height: 64px;
  width: 100%;
  padding: 12px 8px 12px 16px;
  border-bottom: 1px solid #E3E8EF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.norga-app-top-navbar .menu-collapse-icon {
  height: 40px;
  width: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Gray-500, #697586);
}
.norga-app-top-navbar .menu-collapse-icon .aside-close {
  z-index: 15;
  color: #fff;
  position: fixed;
}
.norga-app-top-navbar .version {
  color: #7E7E7E;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.mob-logout {
  display: none;
}
.loading-lead-data-drawer {
  height: 100%;
}
.leads-stages-page .stages-wrapper {
  width: 100%;
  margin-top: 30px;
}
.leads-stages-page .stages {
  display: flex;
  flex: 1;
  gap: 24px;
  overflow-y: auto;
}
.leads-stages-page .stages .stage {
  flex: 1;
  min-width: 250px;
}
.leads-stages-page .stages .stage .lead-header-wrapper {
  position: relative;
}
.leads-stages-page .stages .stage .lead-header {
  background: #f3f5f4;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  padding-left: 30px;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 15px 30px 30px 15px;
}
.leads-stages-page .stages .stage .lead-header p {
  margin: 0;
}
.leads-stages-page .stages .stage .lead-header .heading {
  padding: 8px 0 3px;
  font-size: 14.5px;
  margin: 0;
  font-weight: 600;
}
.leads-stages-page .stages .stage .lead-header .leads-count-value {
  color: #6c6a6a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}
.leads-stages-page .stages .stage .stage-leads-wrapper {
  padding: 4px 5px;
  min-height: calc(100vh - 270px);
  margin-top: 15px;
  border: 1px solid transparent;
  background-color: #f3f5f4;
  height: calc(100% - 76px);
  border-radius: 12px;
}
.leads-stages-page .stages .stage .stage-leads-wrapper.hover {
  border-color: #e0e0e0;
  transition: border-color 500ms linear;
}
.leads-stages-page .stages .stage:last-child .stage-leads-wrapper {
  width: 100%;
}
.leads-stages-page .lead {
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #E3E8EF);
  background: var(--Base-White, #FFF);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}
.leads-stages-page .lead.lead-lost {
  background: #ffe3e3;
}
.leads-stages-page .lead.lead-won {
  background: #e3ffe3;
}
.leads-stages-page .lead .lead-badge-top {
  width: 40px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.leads-stages-page .lead .lead-badge-top.second {
  right: 40px;
}
.leads-stages-page .lead .lead-badge-top.delete {
  background: #f94d4d;
}
.leads-stages-page .lead .lead-badge-top.lost {
  background: #f94d4d;
}
.leads-stages-page .lead .lead-badge-top.replace-requested {
  background: #2766c3;
}
.leads-stages-page .lead .lead-badge-top.replace-accepted {
  background: #5bbe3d;
}
.leads-stages-page .lead .lead-badge-top.in-review {
  background: #f9d28c;
}
.leads-stages-page .lead .lead-badge-top.replace-rejected {
  background: #f94d4d;
}
.leads-stages-page .lead .lead-card-content {
  padding: 10px 10px 0;
}
.leads-stages-page .lead .title {
  color: var(--Gray-900, #121926);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}
.leads-stages-page .lead .desc {
  font-size: 14px;
  color: gray;
  margin: 8px 0 5px;
}
.leads-stages-page .lead .lead-badge {
  font-size: 13px;
  background: #74aad1;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}
.leads-stages-page .lead img.lead-status-flag {
  position: absolute;
  top: 0px;
  width: 20px;
  object-fit: cover;
  right: 10px;
}
.leads-stages-page .lead-badge {
  font-weight: 500;
  color: #000;
}
.leads-stages-page .lead-badge.orange {
  background: #f9d28c;
}
.leads-stages-page .lead-badge.purple {
  background: #f2cdf2;
}
.leads-stages-page .lead-badge.red {
  background: #ffbfbf;
}
.leads-stages-page .lead-badge.blue {
  background: #d1d1ff;
}
.leads-stages-page .lead-badge.green {
  background: #cde4cd;
}
.leads-stages-page .lead-badge.yellow {
  background: #eaeac2;
}
.leads-stages-page .lead-badge.gray {
  background: #e4e4e4;
}
.leads-stages-page .value,
.leads-stages-page .meeting-date {
  font-size: 13px;
  font-weight: 500;
  color: #5f5e5e;
  margin-top: 7px;
  line-height: 1;
  margin: 5px 0;
}
.leads-stages-page .ant-tag {
  line-height: 1.4;
}
.table-calendar-link {
  color: var(--Gray-600, #4B5565);
  font-weight: 400;
  font-size: 14px;
}
.table-calendar-link img {
  height: 20px;
}
.analytics-button-grup .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #CDD5DF;
}
.analytics-button-grup .ant-radio-button-wrapper:hover {
  position: relative;
  color: #202939;
}
.analytics-button-grup .ant-radio-button-label {
  font-weight: 600;
}
.analytics-button-grup .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #CDD5DF;
  background-color: #F8FAFC;
}
.analytics-button-grup .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #202939;
  background: transparent;
  border-color: #CDD5DF;
}
.verification-data-content {
  overflow: hidden;
}
.verification-data-content .ant-card-body {
  padding: 0;
}
.verification-data-content .ant-card-body .card-header {
  padding: 24px 24px 0;
}
.single-insurance-quote-modal .banner-actions {
  display: none !important;
}
.d-block-ruby {
  display: block ruby;
}
.lead-status-alert .input-replace-message {
  background: transparent;
  border: 1px solid #b5b4b4;
}
.lead-status-alert b {
  font-weight: 700;
  color: #454545;
}
.page-section .section-content {
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}
.page-section .section-content.main-section table tr {
  margin-bottom: 10px;
  line-height: 30px;
}
.page-section .section-content.contact-section table tr {
  margin-bottom: 10px;
  vertical-align: baseline;
}
.lead-view-activity-notes .ant-tabs-tab-btn {
  border-bottom: none !important;
  padding: 12px 0px !important;
  margin-right: 10px;
}
.lead-view-activity-notes .ant-tabs-tab-btn .tabs-with-svg-icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.lead-view-activity-notes .ant-tabs-tab-btn .tabs-with-svg-icon img {
  max-height: 20px;
}
.lead-notes .quill .ql-container {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lead-notes .ql-toolbar {
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.lead-notes .ql-toolbar .ql-formats-buttons {
  display: flex;
  background-color: #efefef;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid silver;
  border-top: 0;
}
.lead-notes .ql-toolbar .ql-formats-buttons svg {
  max-height: 20px;
}
.meeting-date .form-item-ls.width-auto-child .ant-form-item {
  width: auto;
}
.meeting-date .form-item-ls .ant-form-item {
  margin-bottom: 0 !important;
}
.meeting-date .form-item-ls .anticon.anticon-line {
  margin: 0 10px;
}
.drawer-header.lead-drawer-detail.full-page .filter-section {
  justify-content: flex-end;
  gap: 12px;
}
.drawer-header.lead-drawer-detail.full-page .header-bottom.full-page {
  display: flex;
  align-items: center;
}
.drawer-header.lead-drawer-detail.full-page .header-bottom.full-page .lead-name-header-input {
  margin-bottom: 0;
}
.lead-view-page .contact-details .edit.cursor-pointer {
  opacity: 0;
}
.lead-view-page .contact-details tr td > .value {
  cursor: pointer;
}
.lead-view-page .contact-details tr:hover .edit.cursor-pointer {
  opacity: 1;
}
.lead-view-page .history-timeline .action .edit,
.lead-view-page .history-timeline .action .delete {
  cursor: pointer;
}
.lead-view-page .lead-view-lead-products-list-table .ant-table-tbody tr .ant-table-cell {
  padding: 12px 24px !important;
}
.app-header {
  height: auto;
  border: 1px solid #E3E8EF;
  margin: 15px 0 30px 0 !important;
}
.app-header .wrapper-content {
  padding: 0 20px;
}
.app-header .wrapper-content .app-search .ant-select-selector {
  background: #f4f4f4;
  background-image: url(/images/search-lg.svg) !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  border: none;
  padding-left: 40px;
  font-size: 16px;
}
.phone-number-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.phone-number-cell .phone-icon {
  color: #969ca4;
  transition: color 0.2s ease;
  flex-shrink: 0;
  width: 16px !important;
  height: 16px !important;
}
.phone-number-cell .phone-text {
  color: var(--Gray-900, #121926);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.phone-number-cell:hover .phone-icon {
  color: var(--Gray-700, #364152);
}
/* ========== Ownership History Styles ========== */
/* Prevent height constraints on expanded row */
.leads-query-list {
  /* Ensure no height conflicts with parent table */
  /* Fix for scrollable table */
}
.leads-query-list .ant-table-expanded-row {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}
.leads-query-list .ant-table-expanded-row > td {
  padding: 0 !important;
  background: #fafafa !important;
  overflow: visible !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}
.leads-query-list .ant-table-expanded-row .ant-table-cell {
  overflow: visible !important;
  height: auto !important;
}
.leads-query-list tbody tr.ant-table-expanded-row {
  height: auto !important;
}
.leads-query-list .ant-table-tbody > tr.ant-table-expanded-row > td {
  height: auto !important;
  vertical-align: top !important;
}
.leads-query-list .ant-table-body {
  overflow: visible !important;
}
.leads-query-list .ant-table-content {
  overflow: visible !important;
}
/* Ownership History Container */
.ownership-history-container {
  padding: 12px 16px;
  background: #fafafa;
  overflow: visible;
  min-height: 100px;
  cursor: auto;
  animation: ownershipFadeIn 0.3s ease-in-out;
}
.ownership-history-header {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ownership-history-header-icon {
  font-size: 16px;
}
/* Ownership History List */
.ownership-history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Individual History Card */
.ownership-history-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 16px;
}
.ownership-history-card:first-child {
  margin-top: 0;
}
.ownership-history-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
/* Arrow Indicator */
.ownership-arrow-indicator {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  z-index: 1;
  color: #999 !important;
  margin-bottom: 5px;
}
/* Date Section */
.ownership-date-section {
  min-width: 160px;
}
.ownership-label {
  font-size: 11px;
  color: #999;
  margin-bottom: 2px;
}
.ownership-date-value {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
/* Advisor Section */
.ownership-advisor-section {
  flex: 1;
  min-width: 180px;
}
.ownership-advisor-name {
  font-size: 13px;
  font-weight: 600;
}
.ownership-advisor-name.from {
  color: #ff4d4f;
}
.ownership-advisor-name.to {
  color: #52c41a;
}
.ownership-advisor-email {
  font-size: 12px;
  color: #888;
}
/* Transfer Arrow */
.ownership-transfer-arrow {
  font-size: 20px;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  line-height: 1;
}
/* Source Tag */
.ownership-source-tag {
  min-width: 100px;
}
/* Changed By Section */
.ownership-changed-by-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 2px solid #f0f0f0;
  cursor: pointer;
}
/* Empty State */
.ownership-history-empty {
  padding: 12px 16px;
  color: #999;
  font-style: italic;
  font-size: 13px;
  background: #fafafa;
}
/* Animation */
@keyframes ownershipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ant-table-expanded-row .wrap-td {
  height: auto !important;
  margin-left: 50px;
}
