@font-face {
  font-family: "Roboto";
  src: url('/assets/fonts/Roboto/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('/assets/fonts/Roboto/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('/assets/fonts/Roboto/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('/assets/fonts/Roboto/Roboto-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('/assets/fonts/Roboto/Roboto-Bold.ttf') format("truetype");
  font-weight: 900;
  font-display: swap;
}

.container {
  display: block;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

/* Create a custom radio button */

.container .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
}

.container .checkmark:after {
  background: white;
  content: '';
  position: absolute;
}

/* On mouse-over, add a grey background color */

.container:focus input ~ .checkmark {
  background-color: #813503;
  border: 1px solid #813503;
}

.container:focus input ~ .checkmark:after {
  background: white;
  content: '';
  position: absolute;
}

/* When the radio button is checked, add a blue background */

.container input.selected ~ .checkmark {
  background-color: #813503 !important;
}

.container input.selected ~ .checkmark:after {
  background: white;
  content: '';
  position: absolute;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
}

/* Show the indicator (dot/circle) when checked */

.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.options .options-label {
  top: 0px;
  position: relative;
  color: #555559;
  padding-left: 1.5em;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.options .options-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.options .options-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.9em;
  width: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 20%;
}

.options .options-label input.selected ~ .checkmark {
  background-color: #813503;
}

.options .options-label .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.options .options-label input:checked ~ .checkmark:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  height: 8px;
  width: 3px;
  background-color: transparent;
  border-radius: 20%;
  /* border: 1px solid #aaaaaa; */
}

.options .options-label .checkmark:after {
  left: 0.4em;
  top: 1px;
  width: 0.3em;
  height: 0.6em;
  border: 1px solid #fff;
  border-width: 0px 0.1rem 0.1rem 0;
  transform: rotate(45deg);
}

input:checked {
  background-color: #555559;
}

input:checked.dark ~ .checkmark {
  background-color: #555559 !important;
}

html,
body {
  font-family: "Roboto";
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media (min-width: 769px) {
  html,
  body {
    overflow-x: initial;
  }
}

html .swal2-popup.swal2-toast,
body .swal2-popup.swal2-toast {
  width: 100% !important;
  background: transparent;
  box-shadow: none !important;
}

html .swal2-popup,
body .swal2-popup {
  z-index: 9999;
}

html .swal2-container,
body .swal2-container {
  z-index: 9999;
}

html .swal2-toast-shown .swal2-container.swal2-top-start,
body .swal2-toast-shown .swal2-container.swal2-top-start {
  width: 100% !important;
  padding: 0px !important;
  background-color: #f7f7f7;
  padding-top: 1.5rem !important;
  font-family: "Roboto";
  color: #29292b;
}

html .swal2-popup.swal2-toast .swal2-title,
body .swal2-popup.swal2-toast .swal2-title {
  font-size: 0.9rem;
}

html .swal2-timer-progress-bar,
body .swal2-timer-progress-bar {
  background: #000000;
}

html .swal2-bottom-start,
body .swal2-bottom-start {
  padding-bottom: 3rem;
}

html .swal2-styled.swal2-confirm,
body .swal2-styled.swal2-confirm {
  background-color: #813503;
  outline: none;
}

html .swal2-header,
body .swal2-header {
  min-height: 1.5em;
}

html .swal2-title,
body .swal2-title {
  font-family: "Roboto";
  color: #000000;
  font-size: 1.3rem;
}

html .swal2-content,
body .swal2-content {
  font-family: "Roboto";
  color: #76767a;
}

html .swal2-container.swal2-backdrop-show,
body .swal2-container.swal2-backdrop-show {
  background-color: #76767a;
}

body {
  margin: 0;
}

.card-shadow {
  box-shadow: 0px 0px 16px #00000014;
}

.global-margin {
  margin: 0 1rem;
}

button,
input {
  font-family: "Roboto";
  outline: none;
}

.app-container {
  background: white;
}

@media (min-width: 769px) {
  .app-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100vw;
  }
}

#geocoderSearch {
  z-index: 1;
  margin: 20px 0;
  width: 100%;
}

#geocoderSearch .mapboxgl-ctrl-geocoder {
  font-family: "Roboto";
  max-width: 100% !important;
  background: #fcfcd8;
  border-radius: 10px;
  border: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  #geocoderSearch .mapboxgl-ctrl-geocoder {
    width: calc(100% - 1rem) !important;
  }
}

@media screen and (max-width: 768px) {
  #geocoderSearch .mapboxgl-ctrl-geocoder {
    width: 100% !important;
  }
  #geocoderSearch .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    font-family: "Roboto";
    font-size: 0.75rem;
    padding: 0.5rem 2.135rem 0.5rem 2rem;
  }
}

#geocoderSearch .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  height: 1.5rem !important;
  padding-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  #geocoderSearch .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
    margin: 0.5rem 0;
  }
}

#geocoderSearch .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button {
  background: #fcfcd8;
}

#geocoderSearch .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button .mapboxgl-ctrl-geocoder--icon-close {
  height: 1.25rem !important;
}

.mapboxgl-ctrl-geocoder {
  font-family: "Roboto";
  box-shadow: none;
}

.mapboxgl-ctrl-geocoder svg.mapboxgl-ctrl-geocoder--icon-search {
  left: 8px !important;
  top: 5px !important;
  width: 30px !important;
  height: 30px !important;
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right .mapboxgl-ctrl-geocoder--button .mapboxgl-ctrl-geocoder--icon-close {
  width: 28px !important;
  height: 28px !important;
  margin-top: 5px;
}

@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right .mapboxgl-ctrl-geocoder--button .mapboxgl-ctrl-geocoder--icon-close {
    margin-top: 0px;
  }
}

.search-bar .mapboxgl-ctrl-geocoder {
  font-family: "Roboto";
  z-index: 4;
}

.search-bar .mapboxgl-ctrl-geocoder--input {
  font-family: "Roboto";
  font-size: 13px;
  padding-left: 10px;
}

.search-bar .mapboxgl-ctrl-geocoder--icon-search {
  display: none;
}

@media screen and (max-width: 375px) {
  .mapboxgl-ctrl-geocoder .suggestions {
    height: 9em;
    overflow-y: auto;
  }
}

.map-display .row .secondcolumn .input .search-location {
  margin: 1rem;
}

.map-display .row .secondcolumn .input .search-location .mapboxgl-ctrl-geocoder {
  font-family: "Roboto";
  width: 100% !important;
}

@media screen and (min-width: 640px) {
  .map-display .row .secondcolumn .input .search-location .mapboxgl-ctrl-geocoder {
    max-width: none;
  }
}

.map-display .row .secondcolumn .input .search-location .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  left: 5px !important;
}

.map-display .mapboxgl-popup .mapboxgl-popup-content {
  color: white;
  background-color: #0d5ad5;
  border-radius: 5px;
  font-size: 0.9em;
  width: 20em;
  font-family: "Roboto";
}

.map-display .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  display: none;
}

.map-display .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #0d5ad5;
}

.map-display .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #0d5ad5;
}

.map-display .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #0d5ad5;
}

.map-display .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #0d5ad5;
}

.map-display .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  border-top-color: #0d5ad5;
}

.loader {
  background-color: #ece9e9;
  position: relative;
  overflow: hidden;
}

.loader::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
}

@-webkit-keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

.calender-custom .dp-day-calendar-container {
  width: 14em;
}

@media screen and (max-device-width: 320px) {
  .calender-custom .dp-day-calendar-container {
    width: 12em;
  }
}

.calender-custom dp-calendar-nav.dp-material .dp-calendar-nav-container {
  height: 2.25rem;
}

.calender-custom dp-calendar-nav.dp-material .dp-calendar-nav-container .dp-nav-header {
  display: grid;
  place-content: center;
}

.calender-custom dp-calendar-nav.dp-material .dp-calendar-nav-container .dp-nav-header > button,
.calender-custom dp-calendar-nav.dp-material .dp-calendar-nav-container .dp-nav-header > span {
  border: none;
  background: transparent;
  width: auto;
  font-size: 20px;
  font-family: "Roboto";
}

.calender-custom .dp-calendar-wrapper .dp-weekdays,
.calender-custom .dp-calendar-wrapper .dp-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: auto;
}

.calender-custom .dp-calendar-wrapper .dp-weekdays .dp-calendar-weekday,
.calender-custom .dp-calendar-wrapper .dp-weekdays button,
.calender-custom .dp-calendar-wrapper .dp-calendar-week .dp-calendar-weekday,
.calender-custom .dp-calendar-wrapper .dp-calendar-week button {
  width: 100%;
}

.calender-custom .dp-calendar-wrapper .dp-weekdays button,
.calender-custom .dp-calendar-wrapper .dp-calendar-week button {
  height: 3.5em;
  font-family: "Roboto";
}

.calender-custom .dp-time-select-controls {
  display: grid;
  grid-template-columns: auto auto auto auto;
  place-content: center;
  align-items: center;
  grid-column-gap: 1em;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.dp-nav-header-btn {
  width: auto !important;
  height: 25px !important;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.custom-scroll.scroll-small::-webkit-scrollbar, .custom-selected .selected .selection-list::-webkit-scrollbar {
  width: 0.7rem;
}

.custom-scroll.scroll-hide::-webkit-scrollbar, .custom-selected .selected .scroll-hide.selection-list::-webkit-scrollbar {
  width: 0rem;
}

.custom-scroll::-webkit-scrollbar, .custom-selected .selected .selection-list::-webkit-scrollbar {
  width: 1.25rem;
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar-thumb, .custom-selected .selected .selection-list::-webkit-scrollbar-thumb {
  background-color: #dedee0;
  border-radius: 1.25rem;
  height: 6.25rem;
  width: 0.875rem;
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 1.25rem;
}

button {
  cursor: pointer;
}

* {
  -webkit-overflow-scrolling: touch;
}

.custom-selected {
  padding: 0.5em 0;
  cursor: pointer;
}

.custom-selected:first-child {
  margin-bottom: 2em;
}

.custom-selected select {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
}

.custom-selected .selected {
  position: relative;
}

.custom-selected .selected .selected-text {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0.75rem 0;
  font-family: "Roboto";
  align-items: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #dedee0;
}

.custom-selected .selected .selected-text .text {
  color: #29292b;
}

.custom-selected .selected .selected-text .placeholder-text {
  color: #a7a7ab;
}

.custom-selected .selected .selection-list {
  position: absolute;
  width: 100%;
  background: white;
  border-radius: 5px;
  font-size: 0.8em;
  max-height: 13.5em;
  overflow-y: scroll;
  display: none;
  z-index: 2;
  height: auto;
  animation: movingTopToBottom 0.2s ease;
  -webkit-animation: movingTopToBottom ease 0.2s;
}

.custom-selected .selected .selection-list.show {
  display: block;
}

.custom-selected .selected .selection-list .selection-item {
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #dedee0;
  font-family: "Roboto";
  cursor: pointer;
}

@-webkit-keyframes movingTopToBottom {
  0% {
    top: 10px;
  }
  100% {
    top: 40px;
  }
}

@keyframes movingTopToBottom {
  0% {
    top: 10px;
  }
  100% {
    top: 40px;
  }
}

.block-button {
  bottom: 1em;
  width: 100%;
  height: 3em;
  outline: none;
  border: none;
  background: #813503;
  color: #fff;
  font-family: "Roboto";
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 8px;
}

.notch-safe-area {
  padding-top: env(safe-area-inset-top);
}

.three-dot-loader {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #813503;
  color: #813503;
  box-shadow: 9999px 0 0 -5px #813503;
  -webkit-animation: dotPulse 1.5s infinite linear;
          animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.three-dot-loader::before, .three-dot-loader::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #813503;
  color: #813503;
}

.three-dot-loader::before {
  box-shadow: 9984px 0 0 -5px #813503;
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
          animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.three-dot-loader::after {
  box-shadow: 10014px 0 0 -5px #813503;
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
          animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #813503;
  }
  30% {
    box-shadow: 9984px 0 0 2px #813503;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #813503;
  }
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #813503;
  }
  30% {
    box-shadow: 9984px 0 0 2px #813503;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #813503;
  }
}

@-webkit-keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #813503;
  }
  30% {
    box-shadow: 9999px 0 0 2px #813503;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #813503;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #813503;
  }
  30% {
    box-shadow: 9999px 0 0 2px #813503;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #813503;
  }
}

@-webkit-keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #813503;
  }
  30% {
    box-shadow: 10014px 0 0 2px #813503;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #813503;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #813503;
  }
  30% {
    box-shadow: 10014px 0 0 2px #813503;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #813503;
  }
}

.disabled-button {
  background-color: #DEDEE0 !important;
  cursor: not-allowed !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.dangerBorder {
  border: 1px solid #e04f50 !important;
}

