@tailwind base;
@tailwind components;
@tailwind utilities;

.svgMap-map-controls-wrapper {
  display: none !important;
}
.svgMap-map-wrapper {
  background: transparent !important;
}
.ql-container {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.ql-toolbar {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  background: #f9fafb !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 47px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.select__input-container {
  background: #f9fafb !important;
  color: #6b7280 !important;
}
.select__placeholder {
  color: #6b7280 !important;
}
.select__control {
  background: #f9fafb !important;
  border-radius: 8px !important;
}
.rs-date-range-input {
  background-color: #f9fafb !important;
}
.radio-button input[type='radio'] {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
}

.radio-button:checked {
  background-color: #f98643;
  border-color: #f98643;
}
.rs-picker-popup {
  z-index: 11 !important;
}
@media screen and (max-width: 1023px) {
  .rs-picker-daterange-panel {
    min-width: auto !important;
  }
  .rs-picker-daterange-calendar-group {
    min-width: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .rs-picker-popup .rs-calendar:first-child {
    border-right: none !important;
  }
}
