/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide number input spinners in Chrome, Safari, Edge */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input spinners in Firefox */
.no-spinner {
  -moz-appearance: textfield;
}

.custom-form-card {
  height: calc(100vh - 210px);
}
.card-header {
  border-bottom: none !important;
}
.react-select__control {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4b5675;
  appearance: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dbdfe9;
  border-radius: 0.75rem !important;
}

img {
  object-fit: cover;
}
.form-control-search {
  min-height: calc(1.5em + 1.65rem + 2px);
}

.gm-ui-hover-effect {
  display: none !important;
}

.gm-style-iw-d {
  max-height: none !important;
  overflow: visible !important;
}

.gm-style-iw-chr {
  display: none;
}
.gm-style-iw {
  padding: 0px !important;
}

@keyframes greenBlink {
  0% {
    box-shadow: 0 0 6px 2px rgba(4, 40, 8, 0.3);
  }
  50% {
    box-shadow: 0 0 12px 6px rgba(19, 69, 4, 0.9);
  }
  100% {
    box-shadow: 0 0 6px 2px rgba(20, 53, 2, 0.3);
  }
}

.blinking-green-dot {
  animation: greenBlink 1.2s infinite;
}

@keyframes redBlink {
  0% {
    box-shadow: 0 0 6px 2px rgba(220, 53, 69, 0.3);
  }
  50% {
    box-shadow: 0 0 12px 6px rgba(220, 53, 69, 0.9);
  }
  100% {
    box-shadow: 0 0 6px 2px rgba(220, 53, 69, 0.3);
  }
}

.blinking-red-dot {
  animation: redBlink 1.2s infinite;
}

#kt_content_container {
  min-height: 65vh;
}

.theme-mode-wrapper,
.user-menu-wrapper {
  position: relative !important;
  display: inline-block;
}

.theme-mode-menu,
.user-menu-menu {
  position: absolute;
  top: 100%;
  right: 0;
}
.app-body {
  min-height: calc(100vh - 210px);
  width: 100vw;
}
.map-filter-wrapper {
  top: 2vh;
  left: 2vw;
  z-index: 1;
}
.map-filter-menu {
  position: absolute;
  top: 100%;
  left: 0;
}

.modal.show {
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.map-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.bg-silver {
  background-color: #c0c0c0 !important;
}

.bg-dark-grey {
  background-color: #4d4d4d !important;
}

@media (max-width: 600px) {
  .app-body {
    min-height: calc(100vh - 135px);
    width: 100vw;
  }
  .precised-address-map {
    height: 400px;
  }
}
