@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", serif !important;
  text-decoration: none !important;
}

body {
  overflow: hidden !important;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(35 35 35 / 21%);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-icon {
  width: 80px;
  height: 80px;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1.05);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.95;
  }
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.placeholderss::placeholder {
  color: #717070;
  font-weight: 300 !important;
}

.lightinputcolor {
  color: #717070;
  font-weight: 300 !important;
}



@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}


.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,
.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item,
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
  padding: 4px 10px !important;
}

.ownerinfoicon {
  color: #6980DE !important;
  font-size: 22px !important;
  margin-right: 10px;

}

.skriptraceheading {
  color: #6980DE;
  font-weight: 500;
  font-size: 14px !important;
}

.data_rowheight {
  height: 20px !important;
}

.AI_Chatinput {
  position: fixed;
  bottom: 60px;
  width: 46% !important;
}

/* Container li style */
.skeleton-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 6px;
  background-color: #f8f8f8;
  overflow: hidden;
}

/* Icon circle */
.skeleton-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-wave 1.4s infinite ease-in-out;
}

/* Text bar */
.skeleton-text {
  width: 70%;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-wave 1.4s infinite ease-in-out;
}

/* Animation */
@keyframes skeleton-wave {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


::selection {
  background-color: #fc6635;
  color: white;
}

.text-capitlize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline !important;
}

.Rocket_Des {
  margin-left: 56px;
  font-size: 11px;
  color: #9A9A9A !important;
}

.ant-drawer .ant-drawer-body {
  padding: 0px !important;
  overflow-x: hidden !important;
}

.ant-collapse {
  background-color: #fff !important;
}

.date-range-container {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.date-input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

input[type="date"] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}




.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  padding: 10px 27px !important;
}

.border-assets {
  border-bottom: 1px solid #e4e4e4
}

.ant-drawer .ant-drawer-header {
  padding: 8px 21px !important;
}

.small_Search {
  font-size: 14px !important;
  height: 32px !important;
  appearance: auto !important;
  cursor: pointer !important;
  font-weight: 500;
}



.small_Search:focus {
  background-color: none !important;
  outline: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  border-color: #fc6635 !important;
}

.ant-collapse-header {
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #fff !important;
  color: #606060 !important;
}

.ant-collapse-item:last-child {
  border-bottom: 1px solid #d9d9d9 !important;
  border-radius: 0px !important;
}


.bg-grey-dark {
  background-color: #B9B8B8;
  border-radius: 50px;
  padding: 9px 18px;
}

.ant-collapse {
  height: 75vh !important;
  overflow-x: hidden;
  font-size: 18px !important;
  border: none !important;
  border-radius: 0px !important;
}

.scale_hover {
  transition: 0.5s ease-in-out;
}

.scale_hover:hover {
  transform: scale(1.1);
}

.vh-85 {
  height: 95vh !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown-container {
  max-width: 00px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background: #000;
  margin-top: 100px;
}

.dropdown-item {
  display: flex;
  flex-direction: column;
}

.sub-asset-container {
  background: #f9f9f9;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 104%;
}

textarea.form-control {
  height: 138px !important;
}

.ant-picker-outlined {
  padding: 10px !important;
}

.w-48 {
  width: 46.5% !important;
}

.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,
.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item {
  position: initial !important;
}


.sub-menu-container {
  position: fixed;
  background-color: white;
  max-height: 90vh;
  overflow-y: scroll !important;
}



.small {
  font-size: 14px;
}

.p-custom {
  padding: 8px !important;
}

.ant-modal .ant-modal-close {
  position: absolute;
  top: 25px;
  color: rgb(255 255 255) !important;
  right: 31px;
}

body {
  background: rgba(247, 247, 247, 1);
}

.billing-scrollbar {
  height: 100vh !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.billing-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.nested-accordion .data_rowheight {
  border: none !important;
}

.detail-collamssize {
  background-color: #f3f4f6;
  border-top-left-radius: 6px;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  padding: 10px !important;
  border-top-right-radius: 6px;

}

.h5,
h5 {
  font-size: 1.15rem !important;
}

.detail-collamssize2 {
  background-color: #f3f4f6;
  border-top-left-radius: 6px;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 6px 12px !important;
  border-top-right-radius: 6px;

}


.details-heading-collapse {
  font-weight: 600;
  color: #696969 !important;
}


.street-view-cross {
  position: absolute;
  top: 100px;
  z-index: 9999;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.OverFlowgoogle {
  overflow-y: hidden !important;
}



.ant-modal .ant-modal-close-x {
  font-size: 26px !important;
  margin-top: -23px !important;
  margin-right: 10px !important;
  color: #fc6635 !important;
}


.cross-icon {
  color: white;
  font-size: 22px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #3b444e;
}

.text-muted {
  color: rgba(105, 105, 105, 1);
}

/* ----navbar styling---- */
.suggestions-dropdown {
  border: 1px solid #cacaca !important;
  list-style: none;
  padding: 15px 6px !important;
  margin-top: 4px;
  background: #fcfcfc !important;
  position: absolute !important;
  z-index: 999999;
  cursor: pointer;
  width: 350px;
}

.btn-next-prev {
  width: 25px !important;
  height: 25px !important;
}

.suggestions-dropdown-loading {
  border: 1px solid #cacaca !important;
  list-style: none;
  padding: 15px 6px !important;
  margin-top: 4px;
  background: #fcfcfc !important;
  position: absolute !important;
  z-index: 999999;
  cursor: pointer;
  width: 350px;
}


.search-dropdown-container {
  z-index: 999999 !important;
}

.details-heading-collpse {
  padding: 10px 6px !important;

}


.hover-effect:hover {
  background-color: rgba(0, 0, 0, 0.034) !important;
}

.sync_icon {
  font-size: 30px;
}

.border-b {
  border-bottom: 3px dotted #dfdfdf;
}

.border-b:last-child {
  border-bottom: 0px !important;
}



.no-b {
  border-bottom: 0px !important;
}

/* Remove duplicate form-check-input rule - handled by comprehensive styles above */

.form-check-label {
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.custom-width {
  width: 30%;
}



/* ----navbar styling---- */


/* custom classess */




.ant-collapse-expand-icon {
  color: black !important;
}

.custom-dropdown {
  width: 179px !important;
  height: 34px !important;
  text-align: left !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  display: flex !important;
  justify-content: space-between !important;
  font-weight: 400 !important;

}

.ant-collapse-arrow {
  font-size: 16px !important;
}


*::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
  background: #c2bfbf;
}

*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.h-issue-save {
  height: 420px;
}

.ant-badge .ant-badge-multiple-words {
  padding: 0px 11px !important;
}

.ant-badge .ant-badge-count {
  font-weight: 700;
  display: flex !important;
  align-items: center !important;
  height: 26px !important;
  font-size: 13px !important;
  background: #ff7402 !important;
}

.opacity-20 {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.7 !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}


.sort_icon {
  cursor: pointer !important;
  color: black;
}

.orange {
  color: #fc6635;
}


.btn-unlock-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100px;
  height: 44px;
  padding: 7px 30px !important;
}

.link-btn {
  padding: 5px 30px !important;
}

tbody td:hover::after {
  content: attr(data-tooltip);
  /* Shows full text on hover */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 10;
  font-size: 14px;
  transform: translateY(4px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

tbody td:hover::after {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  table {
    font-size: 14px;
  }

  thead th,
  tbody td {
    padding: 12px;
  }
}

.ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container {
  border-color: rgba(200, 200, 200, 1);
}

.ant-table-row:hover {
  background-color: rgb(204, 204, 204) !important;
}

.orange-text {
  color: #fc6635 !important;
}

.pop-up-window {
  width: 330px !important;
}

.orange-filled {
  color: #fc6635 !important;
  color: #fc6635 !important;
}

.Toastify__toast-body {
  font-weight: 600;
  color: #fc6635 !important;
}

.orange-bg {
  background-color: #fc6635 !important;
  color: white;
}

.large-text {
  font-size: 60px;
}

.disabled-cursor {
  background-color: gray !important;
  cursor: not-allowed;
}

.custom-table-property {
  height: 370px !important;
}

.btn-pagination {
  font-size: 16px;
  width: 120px;
  background: rgba(255, 116, 2, 1);
  color: white;
  height: 40px !important;
  border-radius: 7px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-main,
.btn-main:hover {
  background-color: #fc6635;
  color: white;
  height: 50px;
}

/* Remove duplicate form-check-input rules - handled by comprehensive styles above */

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #6980DE !important;
  border: none !important;
}

.accordion-button {
  background-color: #f3f4f6 !important;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  cursor: pointer;
  font-weight: 500;
}

.accordion-button {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgba(105, 105, 105, 1) !important;

}


.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #495057;
}

.fade-panel {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fade-in {
  opacity: 1 !important;
}


.ant-modal .ant-modal-close:hover {
  background-color: #fff !important;
}


.accordion-button:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.nested-accordion .accordion-button {
  padding: 10px !important;
  background-color: #ededed !important;
  border: 1px solid #C8C8C8 !important;
  border-radius: 0px !important;
  justify-content: center;
  text-align: center;
}

.nested-accordion .accordion-button::after {
  margin-left: auto;
  position: absolute;
  right: 1rem;
}

.accordion-button::after {
  filter: invert(61%) sepia(79%) saturate(4453%) hue-rotate(350deg) brightness(100%) contrast(116%);
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.accordion-item {
  border: none !important;
  padding: 4px 2px !important;
}


.ant-tabs-top>.ant-tabs-nav::before,
.ant-tabs-bottom>.ant-tabs-nav::before,
.ant-tabs-top>div>.ant-tabs-nav::before,
.ant-tabs-bottom>div>.ant-tabs-nav::before {
  border-bottom: none !important;
}


.ant-tabs-ink-bar {
  display: none !important;
}

.nav-link {
  color: #000 !important;
}

.bg-blue,
.bg-blue:hover {
  background: #6980DE !important;
  color: white !important;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97vh;
}

.loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid;
  border-color: #fc6635 #0000;
  animation: l1 1s infinite;
}

.modal_description {
  height: 60vh;
  overflow: scroll;
}

.description::placeholder {
  color: lightgray !important;
}

.w-42 {
  width: 35%;
}

.loader-small {
  width: 21px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fc6635;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}



@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

.border-orange {
  background: rgba(255, 116, 2, 1) !important;
  color: white !important;
}



.bg-data-type {
  background-color: rgba(247, 247, 247, 1);
  padding: 10px 20px;
  border-radius: 5px !important;
}

.full-screen-btn {
  position: absolute;
  right: 25px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.plus-screen-btn {
  border: 2px solid #C8C8C8;
  border-radius: 9px;
  padding: 5px 7px;
  background: #FFFFFF;
  position: absolute;
  top: 70px;
  right: 25px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.managelist {
  width: 100% !important;
  border: 2px dotted #ff8b2c !important;
  padding: 10px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
}

.managelist:focus {
  outline: none !important;
}

.settings_menu {
  font-size: 14px !important;
  font-weight: 500;
}

.width_issue {
  width: 200px;
}

select {
  color: black;
  /* Default color */
}

select option {
  color: black;
  /* Sab options ka default color */
}

select option:checked,
select option:focus,
select option:active {
  color: #fc6635 !important;
  /* Sirf selected option ko orange karne ke liye */
}

.form-select {
  font-size: 14px;
}

.form-select:focus {
  border-color: #fc6635 !important;
  box-shadow: none !important;
}

.italic {
  font-style: italic;
}

.ant-btn-primary {
  background-color: #fc6635 !important;
  color: white !important;

}

.ant-checkbox {
  border: 2px solid #000;
}


.ant-btn-primary:hover {
  background-color: #f18a68 !important;
}

.icon-1 {
  height: 61px;
  width: 54px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  right: 81px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 1px solid white;
}

.icon-clear {
  height: 61px;
  width: 55px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 40%;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.icon_map_detail {
  position: absolute;
  right: 75px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}



.icon-1:hover {
  border: 1px solid #fc6635;
}

.icon-2 {
  position: absolute;
  right: 122px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.measure-dropdown-content {
  font-size: 9px;
  position: absolute;
  top: 69px;
  right: 126px;
  width: 35px;
  padding: 3px;
  background-color: #fff;
  border: none !important;
  border-radius: 7px;
  cursor: pointer;
}

.btn-details-view {
  height: 32px;
  border-radius: 5px;
  border: 1px solid #6980DE;
  color: #6980DE;
  border-radius: 50%;
}

.detail-border {
  border: 1px solid rgba(30, 30, 30, 1)
}

.border-detail {
  border: 1px solid rgba(207, 207, 207, 1)
}

.togglediv-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
  color: #6980DE;
  text-transform: capitalize;
}

.sync-button {
  color: #667ddd;
  border: 1px solid rgba(200, 200, 200, 1);
  background: #eee;
  font-weight: 500;
  font-size: 12px;
}

.map-options {
  position: absolute;
  top: 8px;
  right: 3px;
}

.same-google-text {
  font-size: 9px !important;
  color: rgb(105 105 105) !important;
  font-weight: 300;
}

.icon-without-lot {
  position: absolute;
  left: 10px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-height {
  height: 39px !important;
}

.btn-height:hover {
  height: 39px !important;
}

.Street-Height {
  height: calc(100vh - 75px);
}

.pulse-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.pulse-dot {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: #e64a19;
  border-radius: 50%;
  animation: pulse 1.2s infinite;
  z-index: 1;
}

.pulse-dot-detail {
  position: absolute;
  top: -11px;
  right: -16px;
  width: 10px;
  height: 10px;
  background: #e64a19;
  border-radius: 50%;
  animation: pulse 1.2s infinite;
  z-index: 1;
}



@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}


.btn-view-change,
.btn-view-change-Collapse {
  width: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 35%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid rgb(101, 101, 101);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-view-change {
  left: 41.6%;
}

.btn-view-change-Collapse {
  left: 97%;
  z-index: 100000;
}


.icon-3 {
  height: 55px;
  font-size: 19px;
  position: absolute;
  right: 289px;
  width: 135px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.dropdown-content {
  font-size: 16px;
  position: absolute;
  font-weight: 500;
  top: 75px;
  right: 309px;
  width: 114px;
  cursor: pointer;
}

.ant-tabs-top>.ant-tabs-nav,
:where(.css-dev-only-do-not-override-1uq9j6g).ant-tabs-bottom>.ant-tabs-nav,
:where(.css-dev-only-do-not-override-1uq9j6g).ant-tabs-top>div>.ant-tabs-nav,
:where(.css-dev-only-do-not-override-1uq9j6g).ant-tabs-bottom>div>.ant-tabs-nav {
  margin: 0 0 0px 0 !important;
}

.chip-container {
  padding: 3px 13px;
}

.dropdown-content-without {
  font-size: 16px;
  position: absolute;
  font-weight: 500;
  top: 60px;
  left: 11px;
  width: 54px;
  cursor: pointer;
}

.map-dropdown-content {
  font-size: 10px;
  position: absolute;
  top: 70px;
  right: 75px;
  width: 40px;
  padding: 7px;
  background-color: #fff;
  border-radius: 7px;
  cursor: pointer;
}

.saved-properties {
  max-height: 90vh;
  overflow-y: scroll;
}

.border-r {
  border-right: 1px solid #C8C8C8 !important;
}

.bg-row {
  margin-top: 0px !important;
  /* background-color: rgba(247, 247, 247, 1); */
}

.Group_scroll {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 1rem;
  margin-bottom: 10px;
}

.propertyscroll {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 1rem;
  margin-bottom: 10px;
}

.icon-4 {
  position: absolute;
  right: 165px;
  width: 60px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 1;
}


.Mui-TableHeadCell-Content {
  display: flex;
  justify-content: center !important;
}

.css-1t5kuvk {
  text-wrap: nowrap !important;
}

.ant-table-wrapper .ant-table-column-sorters {
  padding: 11px !important;

}

.css-hsi95o-MuiTableRow-root td {
  border-bottom: 1px solid #C8C8C8
}

.border-right {
  border-right: 1px solid #B9B8B8 !important;
}

.css-1w86f15 {
  border-right: 1px solid #B9B8B8 !important;
}

.css-vd9h92-MuiPaper-root-MuiAlert-root {
  background-color: none !important;
}

.css-1p3tqmm-MuiPaper-root-MuiAlert-root {

  background-color: rgb(255 106 0) !important;

  color: white !important;

}

.css-1fzaqjo-MuiButtonBase-root-MuiButton-root {
  color: white !important;
}

.postion-abolsute-div {
  position: absolute;
  top: 2px;
  left: 322px;
}

.search_btnpadding {
  padding: 10px !important;
}

.btn-press-hover {
  cursor: pointer;
}

.btn-press-hover:active {
  transform: translateY(5px);
}


.expand-btn {
  position: absolute;
  top: 0px;
  width: 110px;
  text-wrap: nowrap;
  height: 70px;
  left: -0px !important;
  cursor: pointer;
  z-index: 1;
  border: none !important;
}

/* In your CSS file */
.bg-orange {
  background-color: #fc6635;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.search_btn_header {
  background-color: #6980DE;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 13px !important;
  height: 36px !important;
  padding: 8px 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500 !important;
  gap: 8px;
  line-height: 1.2;
}

.border-blue {
  border: 1px solid #6980DE;
  font-size: 17px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #6980DE;
  border-radius: 5px;
  cursor: pointer;
}

.btn-blue {
  border: 1px solid #6980DE;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #ffffff !important;
  box-shadow: 0 1px 0px rgba(105, 128, 222, 0.3);
  background: #6980de;
  border-radius: 8px;
}


.btn-blue svg {
  color: #ffffff !important;
}

.btn-blue.white svg {
  color: #6980DE !important;
}

.btn-blue.white {
  border: 1px solid #6980DE;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #6980DE !important;
  background: #ffffff !important;
  border-radius: 8px;
  box-shadow: 0 1px 0px rgba(105, 128, 222, 0.3);
}


.w-35 {
  width: 40%;
}


.bg-grey {
  border: 1px solid rgba(185, 184, 184, 1) !important;
  background: rgba(217, 217, 217, 0.5) !important;
}

.main-color {
  color: #6980DE !important;
  font-weight: 600 !important;
}

.add-ress {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: rgba(105, 105, 105, 1);
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: 85vh;
  /* Adjust as needed or use 100vh for full height */
  max-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.messages-area {
  flex-grow: 1;
  overflow-y: auto;
  padding-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  scrollbar-width: thin;
  scrollbar-color: #ff7402 #f1f1f1;
}

.messages-area::-webkit-scrollbar {
  width: 8px;
}

.messages-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.messages-area::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff7402 0%, #ff5722 100%);
  border-radius: 10px;
}

.messages-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
}

.ai-avatar {
  background: linear-gradient(135deg, #ff7402 0%, #ff5722 100%);
}

.user-avatar {
  background: linear-gradient(135deg, #6980DE 0%, #6980DE 100%);

}




.file-preview {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 2px solid #ffc107;
  border-radius: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
  z-index: 20;
  position: relative;
}

.custom-input {
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}

.nowrap {
  text-wrap: nowrap;
}

.accordion .accordion-button {
  padding: 11px !important;
}

.color-blue {
  color: #6980DE !important;
  font-weight: 400;
}

.ant-tabs .ant-tabs-tab+.ant-tabs-tab {
  margin: 0 0 0 8px !important;
}

.ant-tabs .ant-tabs-tab {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px !important;

  border-radius: 7px !important;
  font-size: 13px !important;
  border: 1px solid rgba(200, 200, 200, 1) !important;
  cursor: pointer;
  /* color: #6980DEBF !important; */
  color: #696969 !important;

}

.detail-font {
  font-size: 13px !important;
  color: #5f6774 !important;
  font-weight: 500 !important;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  color: #ffffff !important;
  background: #4F6CE140 !important;
  color: #4F6CE1 !important;
  border: 2px solid #4F6CE1 !important;

}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4F6CE1 !important;
}

.details-heading-collpse {
  margin-bottom: 0px !important;
  font-size: 13px;
  font-weight: 700 !important;
  color: rgba(105, 105, 105, 1);
}

.bg-grey-toggle {
  background: rgba(217, 217, 217, 1);
  border-top-left-radius: 6px;
  border-top-right-radius: 5px;

}

.border-mb {
  border-bottom: 1px solid rgba(200, 200, 200, 1);
}

.details-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 29.3px;
  color: #5f6774 !important;
}

.data-type {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px !important;
  line-height: 23.06px;
  color: rgba(105, 105, 105, 1) !important;
}

.google-map {
  font-weight: 400;
}

.bold-light {
  font-weight: 500;
}

.height-issue {
  height: 114px !important;
}

.bg-none {
  background-color: #ececec !important;
}

.btn-group {
  border: 1px solid #0075ff !important;
  color: #0075ff;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
}



.btn-save {
  color: white;
  border: none;
  border-radius: 5px;
  background-color: #0075ff;

  font-weight: 600;
}

.pointer {
  cursor: pointer !important;
}

.accordion-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-item.dragging {
  opacity: 0.5;
  transform: scale(1);
}

.button-grey {
  cursor: pointer;
  border: 1px solid rgba(185, 184, 184, 1);
  font-weight: 400;
  line-height: 11.72px;
  border-radius: 5px;
}

.no-underline {
  text-decoration: none;
}

.upper-case-text {
  text-transform: uppercase;
}

.bg-grey-login {
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(238, 238, 238, 0.8);
  box-shadow: 0px 0px 12px rgba(201, 201, 201, 0.8);
}



/* .MuiTableContainer-root {
  overflow: scroll;
  height: 70vh !important;
} */

.list_active {
  height: 36px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #6980DE !important;
  border-radius: 5px !important;
  padding: 0 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 36px !important;
  background: #fff !important;
  border: 1px solid #6980DE !important;
  box-shadow: none !important;
  min-width: 36px;
  justify-content: center;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  transition: background 0.2s, color 0.2s;
}

.MuiTableContainer-root::-webkit-scrollbar {
  display: none;
}

/* custom classess */


/* checkbox styling */
/* 🎯 Comprehensive checkbox styling to override Bootstrap and ensure consistent UI */
/* Base checkbox styles for all checkboxes */
input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #fff !important;
  border: 2px solid #ddd !important;
  border-radius: 3px !important;
  position: relative !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
}

/* Hover state for all checkboxes */
input[type="checkbox"]:hover {
  border-color: #ff6120 !important;
  transform: scale(1.05) !important;
}

/* Checked state for all checkboxes */
input[type="checkbox"]:checked {
  background-color: #ff6120 !important;
  border-color: #ff6120 !important;
  transform: scale(1.05) !important;
}

/* Checkmark for checked checkboxes */
input[type="checkbox"]:checked::before {
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 2px !important;
  width: 5px !important;
  height: 8px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  opacity: 1 !important;
  transition: opacity 0.2s ease !important;
}

/* Focus state for all checkboxes */
input[type="checkbox"]:focus {
  box-shadow: 0 0 0 2px rgba(255, 97, 32, 0.2) !important;
}

/* Specific override for Bootstrap form-check-input class */
.form-check-input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #fff !important;
  border: 2px solid #ddd !important;
  border-radius: 3px !important;
  position: relative !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
}

.form-check-input:hover {
  border-color: #ff6120 !important;
  transform: scale(1.05) !important;
}

.form-check-input:checked {
  background-color: #ff6120 !important;
  border-color: #ff6120 !important;
  transform: scale(1.05) !important;
}

.form-check-input:checked::before {
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 2px !important;
  width: 6px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  opacity: 1 !important;
  transition: opacity 0.2s ease !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(255, 97, 32, 0.2) !important;
}

/* Custom checkbox class for specific styling */
.custom-checkbox {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #fff !important;
  border: 2px solid #ddd !important;
  border-radius: 3px !important;
  position: relative !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
}

.custom-checkbox:hover {
  border-color: #ff6120 !important;
  transform: scale(1.05) !important;
}

.custom-checkbox:checked {
  background-color: #ff6120 !important;
  border-color: #ff6120 !important;
  transform: scale(1.05) !important;
}

.custom-checkbox:checked::before {
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 2px !important;
  width: 6px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
  opacity: 1 !important;
  transition: opacity 0.2s ease !important;
}

.custom-checkbox:focus {
  box-shadow: 0 0 0 2px rgba(255, 97, 32, 0.2) !important;
}

.checkbox-wrapper2 input[type="checkbox"]:focus {
  box-shadow: 0 0 0 2px rgba(255, 97, 32, 0.2);
}

.checkbox-wrapper2 input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Remove conflicting checkbox styles */
.hover-underline {
  transition: 0.3s ease-in;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.btn-orange {
  background-color: #ff6120;
  color: white;
}

.ant-modal-root .ant-modal-wrap {
  background: #00000085 !important;
}

.streetview-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.streetview-container-height {
  position: relative;
  width: 50%;
}

/* checkbox styling */


.left-main-container {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: relative;
  /* Ensure proper scrolling behavior */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  /* Custom scrollbar styling for better UX */
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Custom scrollbar for left-main-container */
.left-main-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.left-main-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.left-main-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.left-main-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


.left-main-container .col-md-5,
.left-main-container .col-md-12 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gm-ui-hover-effect {
  display: none !important;
}

.Custom-input {
  height: 23px !important;
  font-size: 14px !important;
  border-radius: none !important;
  cursor: pointer !important;
}



.form-control:focus {
  background-color: none !important;
  outline: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  border-color: #fc6635 !important;
}

.filter_limit:focus {
  background-color: none !important;
  outline: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  border-color: #fc6635 !important;
}



.bg-footer-dark {
  background-color: #333333;
  font-size: 30px;
}

.Recent_status {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  text-wrap: nowrap;
  gap: 6px;
}

.ant-slider-horizontal .ant-slider-rail {
  height: 9px !important;
}

.ant-slider-horizontal .ant-slider-track,
.ant-slider-horizontal .ant-slider-tracks {
  height: 8px !important;
}

.ant-slider .ant-slider-track {
  background-color: #ff6120 !important;
}

.Recent_status .selection label {
  display: inline-block;
  border: 1px solid #B9B8B8;
  font-weight: 600;
  border-radius: 6px;
  color: #2c2c2c !important;
  background-color: #fdfbfb;
  padding: 0.4em;
  cursor: pointer;
  text-align: center;
  font-size: 14px;

}

.p_custom {
  padding: 8px 14px !important;
  font-size: 13px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

.border-gray {
  border: 1px solid #B9B8B8;
}

.bg-gray-applied {
  background-color: #6980de;
  color: #fff;
  border-radius: 13px;
  padding: 8px 9px !important;
}

.ant-collapse-header-text {
  display: flex !important;
  align-items: center !important;
}

.filter-label {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
  color: #2c2c2c !important;

}

.ant-collapse .ant-collapse-content>.ant-collapse-content-box {

  background: #eeeeee3b !important;
  padding: 7px 25px !important;
}


.text-grey {

  color: #1E1E1E;
}

.filters_heading {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #2c2c2c;
}

.Recent_status .selection input[type="radio"] {
  display: none;
}

.Recent_status .selection input[type="radio"]:checked+label {
  background-color: #FF7402;
  color: #fff;

}




.main_seacrh {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #dde2e6;
  border-radius: 5px;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
  height: 36px !important;
}

.search-input {
  height: 36px !important;
  font-size: 15px !important;
  padding: 0 16px !important;
  border-radius: 5px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  flex: 1 1 auto;
  vertical-align: middle !important;
  margin: 0 !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  transition: border 0.2s;
}
.search-input_detail {
  height: 36px !important;
  font-size: 15px !important;
  padding: 0 5px !important;
  border-radius: 5px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  flex: 1 1 auto;
  vertical-align: middle !important;
  margin: 0 !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  transition: border 0.2s;
}

.search-input_detail::placeholder {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #696969 !important;
}
.search-input:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.header-action-btn:enabled {
  cursor: pointer !important;
}

.header-action-btn:disabled {
  cursor: not-allowed !important;
}

.header-action-btn:last-child,
.search-input:last-child {
  margin-right: 0 !important;
}

.custom-carousel-control {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  padding: 10px;
  color: white;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-carousel-control:hover {

  /* Darker background on hover */
  transform: scale(1.1);
  /* Slightly enlarge the button on hover */
}

.custom-carousel-control {
  outline: none;
  box-shadow: 0 0 0 2px #ff8c00;
}

.custom-carousel-control svg {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}


.carousel-control-next,
.carousel-control-prev {

  width: 6% !important;
  height: 16% !important;
  top: 40% !important;
}

.main_seacrh input {
  outline: none;
  border: none;
  padding: 11px;
  border-radius: 5px;
}

.input__icon {
  position: absolute;
  right: 10px;
  top: 9px;
}

.settings_button {
  width: 100px;
  padding: 5px;
  display: flex;
  justify-content: center;
}

/*toggle btn for google map  */

.checkbox-wrapper-2 .ikxBAC {
  appearance: none;
  background: rgba(220, 220, 220, 1);
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 29px;
  margin: 0;
  position: relative;

  width: 50px;
}


.checkbox-wrapper-2 .ikxBAC::before {
  bottom: -6px;
  content: '';
  left: -16px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
  transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
  background-color: #ff7402;
  border-radius: 50%;
  content: '';
  height: 23px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 23px;
}

.checkbox-wrapper-2 input[type='checkbox'] {
  cursor: pointer;
}

.checkbox-wrapper-2 .ikxBAC:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

.scroll-issue-view {
  height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}



.OverFlowgoogle {
  overflow-y: hidden !important;
}


.checkbox-wrapper-2 .ikxBAC:checked {
  background-color: #ff7402;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
  background-color: #fff;
  left: 23px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
  outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
  background-color: #ff7402;
}

.pointer {
  cursor: pointer;
}

/*toggle btn for google map  */
.text-primary {
  color: #6980DE !important;
}

.fs_small {
  font-size: 14px;
}

.fs_custom {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.fs_smaller {
  font-size: 12px;
}

button {
  background-color: white;
}

.table_search span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
  text-align: left;
  color: #696969;
}

.heading_tab {
  display: flex;
  justify-content: center;
}

.text_justify {
  text-align: center;
}

.pin_image {
  background-color: #ff7402;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.pin_image img {
  height: 15px;
}

.drag_img {
  height: 20px;
}

.backbutton {
  background-color: none;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  width: 170px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
  color: #ff7402;
}

.biling_heading {
  font-weight: 700;
  font-size: 24px;
}

.main_biling_bg {
  background-color: #f7f7f7;
}

.wallet_balance {
  font-weight: 400;
  font-size: 24px;
  color: #ff7402;
}

.wallet_price {
  font-weight: 700;
  font-size: 48px;
  color: #696969;
}

.submit_payment {
  background: #6980DE;
  width: 170px;
  height: 41px;
  top: 345px;
  left: 774px;
  gap: 0px;
  border-radius: 5px;
  border: 0px;
  color: white;
}

.border_botom {
  border-bottom: 3px solid black !important;
}


.exem {
  position: relative;
  width: 100%;
  border: 2px solid #6980DE
}




/* Browser window styling */
.browser-window {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  height: 500px;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.browser-header {
  background-color: #007bff;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.close-btn:hover {
  background-color: darkred;
}

.browser-content {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background-color: #f1f1f1;
}

.browser-frame {
  width: 100%;
  height: 100%;
}

.open-window-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.open-window-btn:hover {
  background-color: #0056b3;
}

input,
textarea {
  color: #ff7402 !important;
}

.divider {
  height: 1px;
  background-color: #ddd;
  width: 100%;
}

.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #ff7402 !important;
  height: 40px !important;
  box-shadow: none !important;
  outline: none !important;
}

.ant-select .ant-select-arrow {
  display: none !important;
}


.relaod_head {
  font-size: 18px;
  font-weight: 400;
}

.card_info {
  font-size: 18px;
  font-weight: 400;
}

.input_box {
  border: none;
  outline: none;
  border-bottom: 1px solid;
}

.width_small {
  width: 100px;
}

#checkbosSize {
  width: 1.15em;
  height: 1.15em;
  accent-color: #ff7402;
  user-select: text;
}

.width_small::placeholder {
  font-size: 13px;
}

.object-fit {
  object-fit: cover !important;
}

.form-control {
  height: 40px !important;
  appearance: auto !important;
  font-size: 13px !important;
  cursor: pointer !important;
  font-weight: 500;
}




.filter_limit {
  height: 35px !important;
  appearance: auto !important;
  font-size: 16px !important;
  cursor: pointer !important;
  font-weight: 500;
}

.orange-hover:hover {
  color: #fc6635;
}

.gmnoprint {
  display: none !important;
}

/* .gmnoprint {
  right: 51px !important;
  top: 200px;
} */

/* hover effects */
.main_seacrh {
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}

.main_seacrh:hover {
  border: 1px solid #fc6635;
}

.border_same {
  border: 1px solid rgba(200, 200, 200, 1) !important;
}

.ai_btnborder {
  border: 1px solid rgba(200, 200, 200, 1) !important;
}

.blue-color {
  color: #5a6fd8 !important;
}

.search-input {
  color: #5a6fd8 !important;
  padding: 4px;
  border-radius: 7px;
  font-weight: 400;
  font-size: 15px;
  transition: 0.4s;
}

.search-input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #bbbbbb;
  letter-spacing: 0%;
}


.grey-color {
  color: rgba(105, 105, 105, 1) !important
}

.same-hover-effect {
  font-weight: 400 !important;
  color: #696969 !important;
  font-size: 14px !important;
  transition: 0.3s all ease-in-out;
}

.same-hover-effect:hover {
  border: 1px solid #fc6635 !important;
  color: #fc6635 !important;
}

.orange-hover {
  transition: 0.3s all ease-in-out;
}

.orange-hover:hover {
  color: #fc6635 !important;
}

.contain_drage>div,
.contain_drage>div>button {
  width: 100% !important;
  border: none !important;
}


/* media query */

.expandMargin {
  margin-top: 70px !important;
}

.hoverDetails:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}



#map-container {
  position: relative;
}

.filterdrawer>.ant-collapse {
  height: 100% !important;
}

/* CSS class for hiding scrollbar but keeping scroll functionality */
.hide-scrollbar {
  overflow-y: auto;
  /* scrollable */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.parent-scroll {
  height: calc(100vh - 100px);
  overflow-y: auto;
}

.input-wrapper.with-dollar {
  position: relative;
}

.input-wrapper.with-dollar input {
  padding-left: 1.3em;
}

.input-wrapper.with-dollar::before {
  content: "$";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
}



.rocketbottomdiv {
  position: fixed;
  height: 7vh;
  bottom: 15px;
  z-index: 1;
  border-radius: 0px !important;
}

.ant-divider-vertical {
  border-inline-start: 2px solid rgb(252 102 53) !important;
}


.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 8px 0 !important;
}

.custom-button {
  padding: 5px 12px;
  background-color: white;
  color: #fc6635;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #fc6635;
  transition: all 0.3s ease;
  transform: scale(1);
  font-size: 13px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.font-13 {
  font-size: 15px !important;
}

.border-dotted {
  border: 2px dotted #C8C8C8 !important;

}




/* Custom styles for better button appearance */
.btn-group .btn {
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.btn-group .btn:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.btn-group .btn:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group .btn.btn-primary {
  z-index: 2;
}

/* Ensure consistent button heights */
.btn-group .btn {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* Custom hover effects for outline buttons */
.btn-outline-secondary:hover {
  background-color: #f8f9fa;
  border-color: #6c757d;
  color: #6c757d;
}

.btn-DataSelection {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2px 5px !important;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  font-size: 13px !important;
  border: 2px solid #496E8B;
  font-weight: 600 !important;
  border-bottom: none;
  cursor: pointer;
  color: #6980DEBF;
  background-color: white;
}

.btn-DataSelectionactive {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2px 5px !important;
  font-weight: 500;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  font-size: 13px !important;
  border: 2px solid #4F6CE1;
  border-bottom: none;
  background: #4F6CE140 !important;
  color: #4F6CE1 !important;
}



.loader-spinner {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #ccc;
  margin-top: 4px !important;
  border-top: 2px solid #fc665c;
  border-radius: 50%;
  animation: spin .5s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.phoneblock {
  border-bottom: 1px dotted lightgray;
}

.form-check-input {
  cursor: pointer;
}

.accordianborder {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border: 1px solid #e4e4e4 !important;
  padding: 0px !important;
}

.rowheight {
  height: 40px;
}

.removeborder {
  padding: 0px !important;
}

.gap-10 {
  gap: 10px !important;
}

.filtersearch {
  width: 90%;
  border-radius: 10px;
  border: 1px solid lightgray
}

.filtersearch:focus {
  outline: none !important
}

/* css for loaders */
.custom_loader {
  width: 50px;
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #fc6635 92%, #0000);
  background:
    var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}

.font-12 {
  font-size: 12px !important;
}

@keyframes l7 {
  to {
    transform: rotate(.5turn)
  }
}

.font-10 {
  font-size: 10px !important;
}

.blurred-content2 {
  filter: blur(2px);
  opacity: 0.7;
}


.custom-checkbox {
  accent-color: #fc6635 !important;
}

.ant-progress-outer {
  width: 100% !important;
}

/* 🎯 Enhanced checkbox label styling for better readability and alignment */
.form-check-label {
  font-weight: 500 !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: flex-start !important;
  color: #333 !important;
  line-height: 1.4 !important;
  margin-left: 8px !important;
  cursor: pointer !important;
  user-select: none !important;
}

/* Enhanced checkbox container styling */
.d-flex.align-items-center.p-2.border.rounded {
  padding: 12px 16px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  background-color: #fff !important;
  align-items: flex-start !important;
}

.d-flex.align-items-center.p-2.border.rounded:hover {
  border-color: #ff6120 !important;
  background-color: #fff9f6 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(255, 97, 32, 0.1) !important;
}

/* Checkbox and label alignment - Fixed for multi-line text */
.d-flex.align-items-center.p-2.border.rounded input[type="checkbox"] {
  margin-right: 12px !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  align-self: flex-start !important;
}

.d-flex.align-items-center.p-2.border.rounded label {
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}


/* 🎯 Enhanced dropdown item styling for better alignment */
.menu-item-container .d-flex.align-items-center.justify-content-between {
  align-items: flex-start !important;
  min-height: 40px !important;
}

.menu-item-container .d-flex.align-items-center.justify-content-between .text-end {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 20px !important;
  margin-top: 2px !important;
}

/* 🎯 Fix for sub-menu container alignment */
.sub-menu-container .d-flex.align-items-start.gap-2 {
  align-items: flex-start !important;
}

.sub-menu-container .d-flex.align-items-start.gap-2 input[type="checkbox"] {
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

.sub-menu-container .d-flex.align-items-start.gap-2 .d-flex.align-items-start {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* 🎯 Fix for custom input alignment */
.sub-menu-container .d-flex.align-items-center.gap-2 {
  align-items: flex-start !important;
}

.sub-menu-container .d-flex.align-items-center.gap-2 input[type="checkbox"] {
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

.sub-menu-container .d-flex.align-items-center.gap-2 .d-flex.flex-column.flex-grow-1 {
  flex: 1 !important;
}


.header-action-btn {
  height: 36px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #696969 !important;
  border-radius: 5px !important;
  padding: 0 8px !important;
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #C8C8C8 !important;
  box-shadow: none !important;
  min-width: 36px;
  justify-content: space-between;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  transition: background 0.2s, color 0.2s;
}

.header-action-btn.no-gap {
  gap: 0px !important;
}

.header-action-btn .ai-btn {
  width: 40px !important;
  min-width: 40px !important;
  margin-right: 0px !important;
  max-width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.header-action-btn.filter-exist {
  color: #fc6635 !important;
  font-weight: 400 !important;
  border: 1px solid #fc6635 !important;
  border-radius: 5px !important;
  padding: 0 8px !important;
}

.header-action-btn:last-child {
  margin-right: 0 !important;
}

.header-action-btn.search {
  background: #6980DE !important;
  color: #fff !important;
  border: none !important;
}

.suggestion-search-tooltip ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-action-btn.settings {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.header-action-btn svg {
  height: 18px !important;
  width: 18px !important;
  margin-bottom: 0 !important;
}

.header-action-btn.settings svg {
  margin-right: 0px !important;
}

.header-action-btn.search svg {
  margin-right: 0px !important;
}

.header-action-btn span,
.header-action-btn .MuiSvgIcon-root {
  font-size: 15px !important;
  line-height: 100% !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

.disabled-header-btn {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.d-flex {
  display: flex;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.progress-container {
  width: 100%;
  /* Ensures the container is 100% of the parent div */
}

.custom-ltv-progress .ant-progress-text {
  color: #6980DE !important;
  /* text blue */
  font-weight: 600;
  font-size: 12px;
  /* optional: thoda chhota */
}

.ant-progress-text {
  color: #6980DE !important;
}

.add-group-input {
  /* Add gray outline */
  border: 1px solid #808080 !important;
  border-radius: 10px;

}

.checkboxwidth {
  width: 22px !important;
}

.sales-history-table {
  height: auto !important;
}

.hover-bg-light:hover {
  background-color: #f0f0f0 !important;

}

.hover-bg-light {
  transition: all 0.2s ease-in-out;
}