::selection {
  color: #ffffff;
  background: #0054ad;
  text-shadow: none;
}

.navbarblur {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.slider {
  width: 100%;
  /*max-width: 90%;*/
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 120px;
  height: 60px;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-80px * 6));
  }
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .slide {
    width: 100px;
    height: 60px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-80px * 6));
  }
}

@media (max-width: 480px) {
  .slide {
    width: 80px;
    height: 40px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-80px * 6));
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: 23px;
    font-family: Lato, sans-serif;
  }
}

/* CSS for .btn element */

/* Button media query for mobile devices */

@media (max-width: 600px) {
  .btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Buttong groud media query for mobile devices */

@media (max-width: 600px) {
  .btn-group {
    width: 100%;
    box-sizing: border-box;
  }
}

h2 {
  font-size: 23px;
  font-family: Lato, sans-serif;
}

@media (min-width: 576px) {
  h2 {
    font-size: 30px;
    font-family: Lato, sans-serif;
  }
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.separator hr {
  flex: 1;
  border: 1px;
  height: 1px;
  background-color: #0054ad !important;
}

.separator span {
  padding: 0 10px;
  color: #0054ad;
}

.dropdown-menu {
  background-color: #ccddef;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  color: #000000;
  padding: 10px 16px;
  transition: background-color 0.3s, color 0.3s;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #0054ad;
  color: #fff;
}

.dropdown-item.active {
  background-color: #0054ad;
  color: #fff;
}

.dropdown-divider {
  border-top: 1px solid #ffffff;
}

.messageDiv {
  background-color: #d4edda;
  color: #155724;
  padding: 10px 20px;
  margin: 0px 0px 16px 0px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  animation: fadeOut 7s forwards;
}

.message {
  display: none;
  margin: 0px 0px 16px 0px;
  padding: 10px;
  width: 100%;
  background-color: #d4edda;
  color: #155724;
  border: 0px solid #f5c6cb;
  border-radius: 6px;
}

.strong-password {
  display: none;
  color: #09b106;
  font-size: 12px;
  margin-top: 5px;
}

.weak-password {
  display: none;
  color: #de3242;
  font-size: 12px;
  margin-top: 5px;
}

.btn:hover {
  background-color: #083360;
  border-radius: 32px;
  color: #ffffff;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.message.error {
  background-color: #f8d7da;
  color: #de3242;
  border: 1px solid #f5c6cb;
}

.success {
  background-color: #d4edda;
  color: #155724;
}

.error {
  background-color: #f8d7da;
  color: #721c24;
}

.message-container {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.appCard {
  transition: transform 0.3s ease;
}

.appCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(55, 99, 244, 0.15);
}

h1 {
  font-size: 30px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 40px;
  }
}

.btn-spacing-ui {
  margin: 2px;
}

/* Loading Indicator */

#loading-indicator {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading-indicator span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50px);
  color: white;
  font-size: 16px;
}

.hidden {
  display: none;
}

auth-ui-button span {
  text-align: center;
}

#phoneSignInMessage {
  width: 300px;
  border: 1px solid;
  border-radius: 6px;
  padding: 8px 10px;
  margin: 4px 0px;
  display: none;
  transition: opacity 0.5s ease-in-out;
}

#phoneSignInMessage.success {
  border-color: #155724;
  background-color: #d4edda;
  color: #155724;
}

#phoneSignInMessage.error {
  border-color: #721c24;
  background-color: #f8d7da;
  color: #721c24;
}

.auth-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.auth-button img {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: #0054ad !important;
  background-image: none !important;
  color: #000000;
}

.mt-2 {
  margin-top: 0rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #0054ad;
}

.mb-3 {
  margin-bottom: 0rem !important;
}

.alert-info {
  background-color: var(--bs-info-text-emphasis);
  border-color: var(--bs-info);
  color: var(--bs-info);
}

.status-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.status-icon {
  font-size: 3rem;
  color: #0054ad;
}

.timeline {
  border-left: 2px solid #0054ad;
  padding-left: 20px;
  margin-left: 10px;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.timeline-item::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #0054ad;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 5px;
}

.card-ui:hover {
  transform: translateY(-3px);
}

.repair-options button {
  margin: 5px;
}

#g_id_onload, .g_id_signin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: #ccddef;
  border-color: #0054ad;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,84,173,0.24);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: #ccddef;
}

.iti {
  width: 100%;
}

.rc-anchor-light {
  background: #ccddef !important;
  color: #000;
}

.benefits {
  margin-top: 15px;
  font-size: 0.9rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.benefit-icon {
  margin-right: 10px;
  color: #4CAF50;
}

.edit-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0054ad;
  color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.profile-picture {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#locationInput {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #0054ad;
  border-color: #0054ad;
}

.logo-container {
  margin-top: 30px;
}

.logo-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}

.logo {
  width: 60px;
  height: 60px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  border-radius: 8px;
}

.logo .front, .logo .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-size: cover;
  border-radius: 8px;
}

.logo .front {
  transform: rotateX(0deg);
}

.logo .back {
  transform: rotateX(180deg);
}

.flip {
  transform: rotateX(0deg);
}

.flip.active {
  transform: rotateX(180deg);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ccddef;
  background-color: #0054ad;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-pills .nav-link {
  color: #0054ad;
  background-color: #ffffff00;
  border-radius: 32px;
}

.btn-issue .btn-sm .btn-primary {
  margin: 0.25rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: none;
}

.btn-issue:hover {
  transform: translateY(-2px);
}

.solution-card {
  margin-top: 1rem;
  border-radius: 16px;
  border: 1px solid #155724;
  background-color: #d4edda;
  color: #155724;
  transition: all 0.3s ease;
}

#issueButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ai-pulse {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bs-primary-bg-subtle);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 100, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 100, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 100, 255, 0);
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in.show {
  opacity: 1;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.85;
}

/* Calculator Container */

.calculator {
  padding: 16px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

/* Top Left Icons */

.top-left-icons {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 10px;
  font-size: 18px;
  cursor: pointer;
}

.top-left-icons i {
  transition: color 0.3s;
}

.top-left-icons i:hover {
  color: #0054ad;
}

/* Calculator Screen */

.calculator-screen {
  width: 100%;
  height: 120px;
  border: none;
  padding: 10px;
  font-size: 24px;
  text-align: right;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

/* Calculation Display */

.calculation-history {
  height: 30px;
  font-size: 14px;
  color: #666;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}

.current-calculation {
  font-size: 36px;
  height: 50px;
  overflow-x: auto;
  white-space: nowrap;
}

/* Calculator Keys */

.calculator-keys {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.calculator-keys button {
  height: 50px;
  font-size: 20px;
  border: none;
  background-color: #ccddef;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator-keys button:hover {
  background-color: #d4edda;
  transform: scale(1.05);
}

.calculator-keys button:active {
  transform: scale(0.95);
}

/* Operator and Memory Buttons */

.calculator-keys .operator {
  background-color: #0054ad;
  color: white;
}

.calculator-keys .operator:hover {
  background-color: #083360;
}

.calculator-keys .memory {
  background-color: #000000;
  color: white;
}

.calculator-keys .memory:hover {
  background-color: var(--bs-warning);
}

.calculator-keys .equal-sign {
  background-color: var(--bs-success);
  color: white;
  grid-column: span 2;
}

.calculator-keys .equal-sign:hover {
  background-color: #45a049;
}

/* Bootstrap Alert Styling */

.alert {
  margin-top: 10px;
  display: none;
  background-color: #d4edda;
  color: #155724;
  border: 0px solid #f5c6cb;
  border-radius: 6px;
}

.alert-success {
  background-color: #d4edda;
  border-color: var(--bs-success);
  color: var(--bs-success);
}

.alert-danger {
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}

.alert-warning {
  background-color: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning);
  color: var(--bs-warning);
}

.alert.show {
  display: block;
}

.form-select:focus {
  border-color: #0054ad;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #80b2e75e;
}

/* Print Styles */

.share-icons {
  margin-top: 20px;
}

.print-icon {
  cursor: pointer;
  margin-right: 10px;
}

.key-pressed {
  background-color: #28a745;
  color: white;
}

.btn-money, .btn-tap {
  color: #000000;
}

.btn-money:hover, .btn-tap:hover {
  color: #0054ad;
}

.currency-switch {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--secondary-color);
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
}

#scanFrame {
  width: 100%;
  height: 250px;
  background-color: #000;
  border: 1px solid #0054ad;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

#scanOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #000 5px, transparent 5px) 0 0, linear-gradient(to right, #000 5px, transparent 5px) 0 100%, linear-gradient(to left, #000 5px, transparent 5px) 100% 0, linear-gradient(to left, #000 5px, transparent 5px) 100% 100%, linear-gradient(to bottom, #000 5px, transparent 5px) 0 0, linear-gradient(to bottom, #000 5px, transparent 5px) 100% 0, linear-gradient(to top, #000 5px, transparent 5px) 0 100%, linear-gradient(to top, #000 5px, transparent 5px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

#scanLine {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--bs-primary);
  top: 0;
  box-shadow: 0 0 8px 2px var(--bs-primary);
  animation: scan 2s linear infinite;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.secured-by {
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 10px;
}

.secured-by i {
  color: var(--primary-color);
}

.fixespoint-pay-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--bs-primary);
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary-border-subtle);
  outline: 0;
  box-shadow: 0 0 0 .25rem #80b2e75e;
}

.tooltip-inner {
  max-width: 200px;
}

.search-wrapper {
  max-width: 600px;
}

.search-input-group {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-input {
  font-size: 1.1rem;
  transition: all 0.5s ease;
}

.mic-icon {
  right: 10px;
}

.mic-icon:hover {
  color: #0054ad;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.search-modal .modal-dialog {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.search-input {
  border: none;
  border-bottom: 2px solid #0054ad;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.5rem;
}

.search-input:focus {
  box-shadow: none;
  border-color: #0054ad;
}

.quick-links {
  margin-top: 2rem;
}

.quick-links h5 {
  margin-bottom: 1rem;
}

.quick-links ul {
  list-style-type: none;
  padding-left: 0;
}

.quick-links li {
  margin-bottom: 0.5rem;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #0054ad;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #0054ad;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: #007bff !important;
  color: #ffffff;
}

.ai-suggestion {
  background-color: #ccddef;
  border-left: 4px solid #0054ad;
  padding: 1rem;
  margin-top: 1rem;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.hiding .modal-dialog {
  transform: translate(0, -100%);
}

.carousel-controls-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
}

.carousel-control-prev, .carousel-control-next {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: #ccddef;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

#pausePlayBtn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

#pausePlayBtn:hover {
  background-color: #ccddef;
}

.text-success {
  color: var(--bs-success);
}

.text-danger {
  color: var(--bs-danger);
}

.availability-check {
  font-size: 13px;
}

.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.fab-icon-holder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccddef;
  background: #0054ad;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fab-icon-holder:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.fab-icon-holder img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.fab-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
  pointer-events: none;
}

.fab-options.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fab-options li {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

.fab-label:hover {
  background: rgba(248, 249, 250, 1);
  transform: translateX(-5px);
}

.option-holder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(1, 111, 185, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.option-holder:hover {
  transform: scale(1.1);
}

.option-holder i {
  font-size: 20px;
  color: var(--secondary-color);
}

.option-holder.whatsapp {
  background: #25D366;
}

.option-holder.intercom {
  background: var(--bs-primary-bg-subtle);
}

.status-card {
  background: var(--bs-body-bg);
  border: 1px;
  border-radius: 8px;
  border: 1px solid var(--bs-primary-bg-subtle);
  margin-bottom: 16px;
  transition: transform 0.3s ease-in-out;
}

.status-card:hover {
  transform: scale(1.05);
}

.status-card-header {
  background-color: var(--bs-warning-bg-subtle);
  color: #171717;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}

.status-card-body {
  padding: 16px;
  color: #ffffff40;
}

.status-text {
  font-size: 14px;
  color: var(--bs-body-color);
  margin: 10px 0;
}

.status-badge {
  padding: 6px;
  border-radius: 32px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.badge-pending {
  background-color: var(--bs-warning);
}

.badge-inprogress {
  background-color: var(--bs-primary);
}

.badge-completed {
  background-color: var(--bs-success);
}

.badge-canceled {
  background-color: var(--bs-danger);
}

.empty-message {
  font-size: 16px;
  font-weight: bold;
  color: var(--bs-body-color);
  margin-top: 30px;
}

.timestamp-text {
  font-size: 0.9rem;
  color: var(--bs-secondary-bg-subtle);
}

.loader {
  border: 5px solid #f2f2f2;
  border-top: 5px solid #0054ad;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#changingWord {
  display: inline-block;
  color: var(--bs-primary);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.fp-fade-out {
  opacity: 0;
  transform: translateY(-8px);
}

.fp-fade-in {
  opacity: 1;
  transform: translateY(0);
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 2;
}

.search-wrapper {
  max-width: 600px;
  margin: 20px auto;
  position: absolute;
  bottom: 20px;
  z-index: 3;
}

.search-input-group {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.search-input {
  border: none;
  padding: 15px 60px 15px 25px;
  font-size: 14px;
  border-radius: 50px;
  width: 100%;
}

.search-icon, .mic-icon {
  font-size: 1.25rem;
  color: var(--bs-primary-bg-subtle);
  cursor: pointer;
  transition: color 0.3s ease;
  background: none;
  border: none;
  padding: 10px;
}

.search-icon {
  margin-right: 10px;
}

.search-icon:hover, .mic-icon:hover {
  color: var(--bs-primary);
}

.modal-backdrop.show {
  opacity: 0.5;
}

.mapboxgl-ctrl-group {
  display: none;
}

#search-container {
  position: absolute;
  /*top: 10%;*/
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 90%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.8);
  /*padding: 10px;*/
  border-radius: 5px;
  box-shadow: #;
}

.status-card {
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.status-card:hover {
  transform: translateY(-5px);
}

.status-card-header {
  background-color: var(--bs-primary-bg-subtle);
  padding: 10px;
  border-bottom: 1px solid var(--bs-primary-bg-subtle);
}

.status-card-body {
  padding: 16px;
}

@media (max-width: 767px) {
  .status-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .status-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .status-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

#verificationSpinner {
  margin: 8px auto;
  display: none;
}

