@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');
@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #f5f6f8;
  overflow-x: hidden;
}
/* Font Weights */
.fw-500 {
  font-weight: 500;
}

/* Nav Bar Styling */
.nav-bar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebe1d4;
  padding: 16px 48px;
}

.img-logo {
  height: 32px;
  width: 32px;
}

.profile {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: #000000;
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-16-48 {
  padding: 16px 48px !important;
}
.mr-10 {
  margin-right: 10px;
}
.pd-16-48-0 {
  padding: 16px 48px 0px 48px;
}
.pd-0-48 {
  padding: 0px 48px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -40px;
  margin-top: 12px;
}

.dropdown-menu {
  min-width: inherit;
}

.dropdown-menu {
  --bs-dropdown-spacer: 0 !important;
}
.bg-grey {
  background-color: #f5f6f8;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}

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

.clr-gr {
  color: #7c766f;
}
.fs-22 {
  font-size: 22px;
}
.card {
  border-radius: 12px;
  height: 80px;
}
.card-one {
  width: 118px;
}

.table {
  margin-bottom: 0px !important;
  border-top: 0;
}
.table > thead {
  --bs-table-bg-type: #f6f6f6;
  border-bottom: 0;
  padding: 16px;
}

.table > thead > tr > th {
  padding: 16px;
  font-size: 12px;
  font-weight: 500;
  font-family: Poppins;
  border-bottom: 1px solid #0000001a !important;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 16px;
}

.table > tbody > tr > th {
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
}

.table-responsive {
  overflow-x: auto;
  max-height: 700px;
  margin-bottom: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #0000001a;
  padding: 0px;
}
.table > tbody {
  height: auto !important;
  overflow-y: auto !important;
  width: 100% !important;
}
.table > tbody > tr > td {
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
  border-bottom: 1px solid #0000001a !important;
  max-height: 100px;
  position: relative;
  white-space: nowrap;
}

.bdr {
  border-radius: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: black;
  background-color: transparent;
  border-bottom: 3px solid rgba(39, 15, 88, 1);
  border-top-left-radius: 20%;
  border-top-right-radius: 20%;
}
.nav-pills .nav-link {
  border-radius: none;
  --bs-nav-pills-border-radius: none;
}

.circle {
  border-radius: 100px;
  background: #30713d;
  display: flex;
  width: 8px;
  height: 8px;
  padding: 2px;
  justify-content: center;
  align-items: center;
}

.nav-link:focus,
.nav-link:hover {
  color: #4d4639;
}

.nav-link:focus-visible {
  box-shadow: none !important;
}

.nav-link {
  color: #4d4639;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.p-16 {
  padding: 16px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.btn-outline-primary:hover {
  background-color: transparent !important;
}

.bg-red {
  background-color: #eaeaea;
  display: flex;
  width: 224px;
  padding: 16px;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bg-gy {
  color: #635e57;
}
.stepper-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.tooltp {
  position: absolute;
  box-shadow: 0px -3px 12.7px 0px #bababa40;
  height: auto;
  width: 230px;
  padding: 16px;
  display: none;
  flex-direction: column;
  background-color: #EAEAEA;
  color: black;
  border-radius: 12px;
  font-size: 12px;
  z-index: 99999999;
}

.tooltp div {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.tooltp_og {
  position: absolute;
  height: auto;
  width: 224px;
  padding: 16px;
  display: none;
  flex-direction: column;
  background-color: rgba(234, 234, 234, 1);
  color: black;
  border-radius: 12px;
  font-size: 12px;
  z-index: 99999999;
}

.tooltip-container {
  position: relative;
  overflow: visible;
}
.disp_tool:hover .tooltp {
  display: flex;
  flex-direction: column;
  border: none;
  align-items: start;
  left: 20px;
  top: -20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #1f1b13;
}

.disp_tool:hover .tooltp span {
  font-weight: 600;
}
.d-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.disp_tool {
  border: none;
  background: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.disp_tool:hover .tooltp_og {
  display: flex;
  flex-direction: column;
  border: none;
  /* visibility: visible; */
  left: 17px;
  top: -107px;
}

.custom-tooltip .tooltip-inner {
  background-color: rgba(234, 234, 234, 1); /* Background color */
  color: black; /* Text color */
  border: none; /* Optional border */
  padding: 0; /* Optional padding */
  opacity: 1;
  text-align: left; /* Optional text alignment */
}

.g-4 {
  gap: 4px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 8px;
}

.ready-page-button.active-page {
  background-color: #270f58;
  color: white;
}

.ready-page-button {
  background-color: white;
  color: #270f58;
  border: none;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 4px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.historical-page-button {
  background-color: white;
  color: #000000;
  border: none;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 4px;
}

.historical-page-button.active-page {
  background-color: #000000;
  color: white;
}

.ongoing-page-button {
  background-color: white;
  color: #000000;
  border: none;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 4px;
}

.ongoing-page-button.active-page {
  background-color: #000000;
  color: white;
}

.ready-for-pp-page-button {
  background-color: white;
  color: #270f58;
  border: none;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 4px;
}

.ready-for-pp-page-button.active-page {
  background-color: #270f58;
  color: white;
}

.prev-btn {
  background-color: white;
  height: 32px;
  width: 32px;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #000000;
}

.prev-btn:disabled {
  color: #a9a9a9; /* Light grey color for disabled text */
  border: 1px solid #d3d3d3; /* Light grey color for disabled border */
  cursor: not-allowed; /* Change cursor to indicate it's disabled */
  background-color: #f0f0f0; /* Light grey background for disabled state */
}

.clr-red {
  color: rgba(180, 51, 28, 1);
}
.mr-4 {
  margin-right: 4px;
}
textarea {
  width: 300px !important;
}

.form-label {
  margin-bottom: 0 !important;
  font-size: 12px;
  color: rgba(77, 70, 57, 1);
}

.row .override-example {
  width: 200px;
  max-width: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}

/* Custom Scrollbar for WebKit Browsers (Chrome, Safari) */
.table-responsive::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

.table-responsive::-webkit-scrollbar-track {
  background: transparent; /* Background of the scrollbar track */
  border-radius: 6px; /* Roundness of the scrollbar track */
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Roundness of the scrollbar thumb */
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar thumb on hover */
}

/* Custom Scrollbar for Firefox */
.table-responsive {
  scrollbar-width: thin; /* Scrollbar width */
  scrollbar-color: rgba(
    217,
    217,
    217,
    1
  ); /* Scrollbar thumb and track colors */
}

.table-responsive tbody tr {
  background-color: white !important;
}

.table-responsive thead tr {
  background: #f6f6f6 !important;
}

.mr-32 {
  margin-right: 32px;
}
.mt-8 {
  margin-top: 8px;
}

.og-card {
  width: 274px;
  display: flex;
  align-items: center;
}

.ff-roboto {
  font-family: 'Roboto';
}

.pt-8 {
  padding-top: 8px !important;
}

.col-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-2-5 {
  flex: 0 0 20.833333%;
  max-width: 20.833333%;
}
.w-180 {
  width: 150px;
}

.table-responsive thead {
  position: sticky;
  top: -1px;
  z-index: 1; /* Ensure the header is above the table body */
}

.table > thead {
  vertical-align: top;
}

#loader {
  position: fixed;
  left: 50%;
  top: 9%;
  transform: translate(-50%, -50%);
  animation: spin 0.6s linear infinite;
  z-index: 9999999; /* Ensure it's on top of the background */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 992px) {
  /* Adjust the breakpoint as needed */
  .card-one {
    width: 100%;
  }
}

@media (min-width: 1190px) and (max-width: 1400px) {
  .row .override-example {
    width: 150px;
  }
  textarea {
    width: 250px;
  }
}

.ps-48 {
  padding-left: 48px !important;
}

.pe-48 {
  padding-right: 48px !important;
}

.ps-38 {
  padding-left: 38px !important;
}

.pe-38 {
  padding-right: 38px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.fw-600 {
  font-weight: 600;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.pd-32-48-0 {
  padding: 32px 48px 0px 48px;
}

.gap_70px {
  gap: 70px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

/* ------------------- Nabar Start CSS --------------------- */

.nav-tabs {
  border: none;
}

.nav-link {
  padding: 29px 26px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: #4d4639;
  border: none !important;
  position: relative;
}

.nav-link.active {
  color: #1f1b13 !important;
}

.nav-link.active::after {
  content: '';
  width: 100%;
  display: block;
  height: 3px;
  background: #270f58;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.lim_tabs button {
  padding-top: 16px !important;
}

/* ------------------- Nabar End CSS --------------------- */

/* ------------------- Sub-Tabs Start CSS ------------------- */

.subtabs_wrapper {
  padding: 0px 48px;
  padding-top: 24px !important;
  background-color: white;
  gap: 12px !important;
}

.subtabs_wrapper .nav-link {
  padding: 12px 19.5px !important;
}

/* ------------------- Sub-Tabs End CSS ------------------- */

/* ------------------- Process-Tabs Start CSS ------------------- */

.processCard_Dynamic-numbers {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #1f1b13;
}

.processCard_Desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #7c766f;
}

.processCard_Dynamic-numbersGB {
  color: #1f1b13;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.processCards_Body {
  padding: 10px 10px !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* ------------------- Process-Tabs End CSS ------------------- */

/* ----------------------- Pagination-Download Start CSS --------------------------- */

.startGeoService_BTN {
  padding: 8px 24px;
  background-color: #000000 !important;
  font-size: 16px;
  line-height: 24px;
  color: #e9e9e9 !important;
  font-weight: 500;
  border-radius: 8px;
}

.downloadButton_wrapper button {
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 11px 16px;
}

.paginationButton_wrapper {
  display: flex;
  gap: 8px;
}

/* ----------------------- Pagination-Download End CSS --------------------------- */

/* ----------------------- Geo-Services Forms Start CSS --------------------------- */

.modal.bottom-right .modal-dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
}

.modal.bottom-right .modal-content {
  border-radius: 0.5rem;
}

.geoServices_FormLeft {
  border: 1px solid #cac4d0;
  background-color: #f5f5f5;
}

/* .geoServices_FormBody {
  height: 70vh;
  overflow-y: scroll;
} */

@media (min-height: 820px) {
  .geocodedData-GeoBoundService_importButton {
    position: absolute;
    bottom: 24px;
    right: 30px;
    left: 30px;
  }
}

.geoServices_FormTitle {
  color: #1f1b13 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.geoServices_FormContent {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 16px !important;
  border: 0px !important;
  box-shadow: 0px 4px 4px 0px #0000004d;
  box-shadow: 0px 8px 12px 6px #00000026;
}

.geoServices_Form .modal-dialog {
  width: 100%;
  max-width: 800px !important;
}

.chooseFormType_text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #484646;
}

.steps_formtext {
  color: #484646;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.geoServices_FormLeftTabs .nav-link {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #1f1b13;
  padding: 22px 24px !important;
  display: flex;
  justify-content: space-between;
}

.geoServices_FormLeftTabs .nav-link.active {
  background-color: #ffffff !important;
  border: none !important;
  color: #1d1b20;
  font-weight: 600 !important;
  border-radius: 0px !important;
  border: none !important;
}

.geoServices_FormLeftTabs .nav-link.active::after {
  width: 0px !important;
}

.geoServices_FormRight {
  padding: 24px 32px !important;
  position: relative;
  height: 70vh;
  overflow-y: auto;
}
.geoServices_FormRight::-webkit-scrollbar {
  width: 6px;
}

.geoServices_FormRight::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.geoServices_FormRight::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 4px;
}

.geoServices_FormRight::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

.GeoServicesFloating_label {
  position: relative;
  margin-bottom: 1.5rem;
}
.GeoServicesFloating_label input,
.GeoServicesFloating_label select,
.GeoServicesFloating_label textarea {
  padding: 16px;
  border-color: #dadada !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4d4639;
}
.GeoServicesFloating_label textarea {
  width: 100% !important;
  border-radius: 8px !important;
}
.GeoServicesFloating_label label {
  position: absolute;
  left: 1rem;
  transition: all 0.2s ease-in-out;
  background: white;
  top: -7px;
  font-size: 12px;
  color: #4d4639;
  line-height: 16px;
  font-weight: 400;
  padding: 0px 4px;
}
.GeoServicesFloating_label input:focus ~ label,
.GeoServicesFloating_label input:not(:placeholder-shown) ~ label,
.GeoServicesFloating_label select:focus ~ label,
.GeoServicesFloating_label select:not(:placeholder-shown) ~ label,
.GeoServicesFloating_label textarea:focus ~ label,
.GeoServicesFloating_label textarea:not(:placeholder-shown) ~ label {
  top: -7px;
  font-size: 12px;
  color: #4d4639;
  line-height: 16px;
  font-weight: 400;
  padding: 0px 4px;
}
.GeoServicesFloating_label input:focus,
.GeoServicesFloating_label select:focus,
.GeoServicesFloating_label textarea:focus {
  outline: none;
  border-color: #dadada;
  box-shadow: none;
}

.geoServices_radioBtn.radio .form-check-input[type='radio']:checked {
  background-color: #fff;
  border: 1px solid #dadada !important;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="%23605E5E"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 3px #fff;
}

.geoServices_radioBtn.radio .form-check-input[type='radio'] {
  border: 1px solid #dadada !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  appearance: none;
  outline: none !important;
  cursor: pointer;
}

.geoServices_radioBtn {
  gap: 10px;
  display: flex;
  align-items: center;
}

.geoServices_radioBtn label {
  margin-top: 3px !important;
}

.geoServices_radioBtn.radio .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.geoService_importButton,
#geoCodedData_importButton,
.augmentation_NextBtn {
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #e9e9e9 !important;
  background-color: #270f58 !important;
  width: 100% !important;
  border-radius: 8px;
}

.augmentation_NextBtn {
  background-color: #000000 !important;
  border-color: #000000 !important;
  width: 100%;
}

@media (min-height: 720px) {
  .augmentation_NextBtn_bottomSticky {
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: 33px;
    width: auto !important;
  }
}

.geoServices_radioBtn .form-check-label {
  margin-top: 3px !important;
}

#file-upload-form {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

#file-upload-form:hover {
  border-color: #007bff;
}

.uploadFile_customInput .browse-files {
  color: #0d599e;
  text-decoration: none;
  cursor: pointer;
}

.uploadFile_customInput #upload-label {
  margin: 10px 0;
  font-size: 16px;
  color: #555;
}

.uploadFile_customInput .buttons button {
  margin: 0 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.uploadFile_customInput .buttons .remove-btn:disabled {
  cursor: not-allowed;
  color: #b3261e80;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.uploadFile_customInput .buttons .process-btn:disabled {
  cursor: not-allowed;
  color: #00000080;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.uploadFile_customInput .remove-btn {
  color: #b3261e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.uploadFile_customInput .process-btn {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.uploadFile_customInput {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border: 1px dotted #cac4d0;
  padding: 18px 16px;
  border-radius: 8px;
  font-size: 14px !important;
  background-color: #f4f0ef;
  margin-bottom: 8px;
}

.uploadFile_customInput #upload-file-label {
  color: #1d1b20;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.processButtonbelowText,
.bigQueryprocessButtonbelowText,
.csvGeocode_processButtonbelowText,
.bqGeocode_processButtonbelowText {
  color: #605e5e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.file-info {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  gap: 5px;
}

.file-name {
  color: #1f1b13;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
}

.file-size {
  color: #605e5e;
}

.fields_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.form_disabled {
  pointer-events: none;
  opacity: 0.8;
}

.field-error label {
  color: #ba1a1a !important;
}

.field-error input,
.field-error select,
.field-error textarea {
  border-color: #ba1a1a !important;
}

.field-error .error-message {
  display: block;
}

.batch_title_wrapper_div_error input {
  border-color: #ba1a1a !important;
}

.batch_title_wrapper_div_error label {
  color: #ba1a1a !important;
}

.dataset_option_wrapper_div_error select {
  border-color: #ba1a1a !important;
}

.dataset_option_wrapper_div_error label {
  color: #ba1a1a !important;
}

.hierarchy_option_wrapper_div_error select {
  border-color: #ba1a1a !important;
}

.hierarchy_option_wrapper_div_error label {
  color: #ba1a1a !important;
}

.granularity_option_wrapper_div_error select {
  border-color: #ba1a1a !important;
}

.granularity_option_wrapper_div_error label {
  color: #ba1a1a !important;
}

.longitude_wrapper_div_error select {
  border-color: #ba1a1a !important;
}

.longitude_wrapper_div_error label {
  color: #ba1a1a !important;
}

.latitude_wrapper_div_error select {
  border-color: #ba1a1a !important;
}

.latitude_wrapper_div_error label {
  color: #ba1a1a !important;
}

.lgd_level_granularityLevelError select {
  border-color: #ba1a1a !important;
}

.lgd_level_granularityLevelError label {
  color: #ba1a1a !important;
}

.error-message {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px 16px;
  padding-top: 4px;
  color: #ba1a1a;
  display: none;
}

.label_file {
  font-size: 14px;
  color: #1d1b20;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 4px;
}

.DisabledForm {
  pointer-events: none;
  opacity: 0.5;
}

select {
  padding-right: 40px !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ----------------------- Geo-Services Forms End CSS --------------------------- */

/* ----------------------- Site Modals Start CSS --------------------------- */

.siteModalsContent {
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  margin: auto;
  border: none;
}

#geoservice-form-close {
  box-shadow: none !important;
  outline: none !important;
}

.siteModalsBody {
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #1d1b20;
}

.siteModalsFooter {
  border-top: 1px solid #d0c5b4;
  padding: 16px 34px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-evenly;
}

.siteModalsFooter .btn {
  color: #270f58;
  border: none !important;
}

.siteModalsBody img {
  margin-bottom: 8px;
}

.siteModalsBody span {
  font-weight: 500;
}

/* ----------------------- Site Modals End CSS --------------------------- */

/* ----------------------- Tables Data Start CSS --------------------------- */

.progressStatus {
  background: #e5dff1;
  padding: 16px;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.progressStatus img {
  filter: grayscale(100%) brightness(0);
}

.progressBar_outer {
  width: 470px;
  height: 11px;
  background: #e5dff1;
  position: relative;
  border-radius: 100px;
}

.progressBar_inner {
  background: #37aa0d;
  height: 11px;
  border-radius: 100px;
  transition: 0.5s ease;
}

.progressBar_inner.failed {
  background: #b3261e !important;
}

.geoServicesTables td {
  vertical-align: middle;
}

.progress_tableHead {
  width: 530px;
}

.progressPercent {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #797676;
}

.dataType_name {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #605e5e;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.failedText {
  color: #605e5e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  position: absolute;
  margin-top: 5px;
}

.discard_button,
.geoCode_discard_button,
.augment_discard_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #b3261e !important;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.status_chip {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 4px;
  width: fit-content;
}

.Success,
.success {
  color: #19672a;
  background-color: #c5f0ce;
  padding: 4px 8px;
}

.Discarded,
.discarded,
.Fail,
.fail {
  color: #871214;
  background-color: #f4dada;
  padding: 4px 8px;
}

.time_data {
  display: flex;
  gap: 7px;
}

#geoboundUI_loader,
#augmentationUI_loader {
  position: fixed;
  left: 50%;
  top: 9%;
  transform: translate(-50%, -50%);
  animation: spin 0.6s linear infinite;
  z-index: 9999999;
}

.progressButtonDisabled {
  pointer-events: none; /* Prevents clicks */
  opacity: 0.5; /* Makes it look disabled */
  cursor: not-allowed;
}

#geocodeUI_loader {
  position: fixed;
  left: 50%;
  top: 9%;
  transform: translate(-50%, -50%);
  animation: spin 0.6s linear infinite;
  z-index: 9999999;
}

.download_output {
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.active-page {
  background-color: #270f58;
  color: white;
  border: none;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 4px;
}

.download_output[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.fetching_loader {
  position: fixed; /* Fix the loader to the viewport */
  top: 0;
  left: 0;
  width: 100%; /* Take up full screen width */
  height: 100%; /* Take up full screen height */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  text-align: center; /* Center the text */
  z-index: 999999999; /* Ensure it's on top of other content */
}

/* ----------------------- Tables Data End CSS --------------------------- */

/* ----------------------- Augmentaion CSS Start ------------------------- */

.customChip {
  background-color: rgba(217, 217, 217, 0.3);
  margin-bottom: 20px;
  width: fit-content;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #000000;
}

.mainDropDownHeaders {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #605e5e;
  letter-spacing: 0.25px;
}

.addMore_DropdownsBtn {
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  margin: 20px 0px;
}

.dynamic_formWrapper {
  height: 50dvh;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.dynamic_formWrapper::-webkit-scrollbar {
  display: none;
}

.hidden {
  display: none;
}

.dataSourceNames {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-link a {
  color: #4d4639;
  text-decoration: none;
}

.h-23 {
  height: 23px;
}

/* ----------------------- Augmentaion CSS End ------------------------- */
/* For text, number, select inside error wrapper */
.GeoServicesFloating_label.field-error input,
.GeoServicesFloating_label.field-error select,
.GeoServicesFloating_label.field-error textarea {
  border-color: #ba1a1a !important;
}

/* For file input wrapper */
.uploadGeoFile_inputWrapper.field-error {
  border: 2px solid #ba1a1a !important;
}
.disabled-upload-wrapper {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.disabled-download{
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}