@import "rsuite/dist/rsuite.css";
* {
  font-family: "Urbanist", sans-serif !important;
}

body {
  background-color: rgb(51, 51, 51);
  padding: 0;
  margin: 0;
}

.leaflet-container {
  width: 100%;
  height: 100vh;
  background-color: #222222;
  cursor: default;
}

.loading-screen {
  background-color: rgb(30, 36, 54);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1200;
  color: white;
}

.rs-picker-daterange-menu {
  z-index: 10000 !important;
}

.rdrCalendarWrapper {
  width: fit-content;
  margin: auto;
}

.rs-input {
  text-align: center;
}

.rs-slider-mark {
  top: 8px !important;
}
.rs-slider-mark span {
  font-size: x-small;
}

.filter-time + div .react-ios-time-picker-cell-minute:not(:nth-child(61)) {
  visibility: hidden;
}
.filter-time + div .react-ios-time-picker-minute {
  pointer-events: none;
}

.post-card .rs-btn {
  font-size: x-small;
  margin-left: 20px;
  height: 20px;
  width: fit-content;
}

.react-ios-time-picker-main input::placeholder {
  color: white;
}

.new-post .react-ios-time-picker-main input {
  width: 100px !important;
}
.new-post .rs-stack-item svg {
  display: none;
}

.admin-info-card {
  color: #fff241;
}