body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#webpack-dev-server-client-overlay {
  display: none;
}

#root {
  display: flex;
  flex-direction: column;
}

.chakra-button div,
.chakra-button span {
  pointer-events: none;
}

.input-shadow:focus {
  border-color: var(--chakra-colors-brand-500) !important;
  box-shadow: 0 0 0 1px var(--chakra-colors-brand-500) !important;
  z-index: 1 !important;
}
.input-shadow-danger:focus {
  border-color: rgb(206, 0, 0) !important;
  box-shadow: 0 0 0 1px rgb(204, 0, 0) !important;
  z-index: 1 !important;
}
.input-shadow-danger {
  border-color: rgb(206, 0, 0) !important;
  box-shadow: 0 0 0 1px rgb(204, 0, 0) !important;
  z-index: 1 !important;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: rgba(234, 208, 14, 0.351) 0 0 0 3px;
}
.hide-scrollbar::-webkit-scrollbar {
  background: transparent; /* Optional: just make scrollbar invisible */
}
.hide-scrollbar {
  scrollbar-width: none;
}

.chakra-checkbox__control:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: rgba(234, 208, 14, 0.351) 0 0 0 3px;
}
button:focus {
  outline: 0;
  box-shadow: rgba(234, 208, 14, 0.351) 0 0 0 3px;
}
.chakra-checkbox__control:focus {
  outline: 0;
  box-shadow: rgba(234, 208, 14, 0.351) 0 0 0 3px;
}

#chakra-modal-drawer {
  transition: max-width 0.4s;
}
.offcanvas-header {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.offcanvas-body {
  overflow-y: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.offcanvas-end {
  max-width: 100% !important;
}

.offcanvas.show {
  max-width: 25rem;
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 35rem) {
  .offcanvas.show {
    max-width: 35rem;
  }
}
@media screen and (width: 1920px) {
  .offcanvas.show {
    max-width: 35rem;
  }
}
.questionarreForm {
  margin-bottom: 8em !important;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  left: 0.8rem;
  margin-left: 0 !important;
}
div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div > div > button {
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7) !important;
}
div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div > div {
  background-color: transparent !important;
  border-radius: 8px !important;
  overflow: hidden;
}
div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div > div > div {
  display: none;
}

.location-button {
  position: absolute;
  left: -96vw !important;
  top: 0;
}

.chakra-portal > div:not(.chakra-modal__overlay) {
  z-index: 15000;
}

.fc-today-button {
  background-color: #ead00e;
}

.fc .fc-toolbar-title {
  margin-left: 0.4rem !important;
}

.fc .fc-button-primary:disabled {
  color: var(--chakra-colors-brand-900) !important;
}
.fc .fc-button-primary {
  background-color: var(--chakra-colors-brand-500) !important;
  color: var(--chakra-colors-brand-900) !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  padding: 0.75rem;
  margin-bottom: 0 !important;
}

.fade-in {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
}
.hyperlink {
  text-decoration: underline;
  color: blue;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.two-factor-container {
  justify-content: center;
  display: flex;
}

.two-factor-container input {
  border: 1px solid #00000033;
  border-radius: 4px;
  width: 8%;
  margin: 5px;
  padding: 5px 10px;
}

html:has(body #root #sidebar.IsReferralsBoard) {
  overflow-y: hidden;
}
