/*
* File include item demo only specific css only
******************************************************************************/
h5,
.h5 {
  font-size: 1.25rem;
}
.preloader-container {
  position: fixed;
  width: calc(100% - 4.25rem);
  height: 100%;
  z-index: 9999;
  background: #fff;
  margin: 0 auto;
}

.fixed-btn .fixed-btn-bottom {
  position: fixed;
  bottom: 4rem;
  right: 2.5rem;
  z-index: 1080;
  width: calc(3.5409375rem + 2px);
  height: calc(3.5409375rem + 2px);
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .content-footer .footer-container {
  border-radius: 0 !important;
}

.menu-vertical .app-brand {
  margin: 0 0.875rem 0 1rem;
  padding-right: 0.5rem;
  padding-left: 0;
}

.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#2f3349 41%, rgb(47, 51, 73, 0.11) 95%, rgb(47, 51, 73, 0));
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 65px !important;
}

.menu-vertical .menu-inner > .menu-item .menu-link {
  margin: 0 0.75rem;
  border-radius: 0.375rem;
}

.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
  padding: 0.5rem 0.6rem;
}

.menu-sub .menu-item .menu-link {
  padding-left: 2rem;
}

.menu-icon {
  font-size: 1.575rem;
}

.bg-menu-theme.menu-vertical .menu-sub > .menu-item > .menu-link:before {
  left: 0.85rem;
}

.bg-menu-theme {
  background-color: #2f3349 !important;
  color: #cfcce4;
}

.bg-menu-theme .menu-text {
  color: #fff;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #cfcce4;
}

.bg-menu-theme .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.bg-menu-theme .menu-item.active > .menu-link {
  color: #fff;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  background: rgb(225, 222, 245, 0.06);
}

.bg-menu-theme .menu-link:hover,
.bg-menu-theme .menu-link:focus,
.bg-menu-theme .menu-horizontal-prev:hover,
.bg-menu-theme .menu-horizontal-prev:focus,
.bg-menu-theme .menu-horizontal-next:hover,
.bg-menu-theme .menu-horizontal-next:focus {
  color: #fff;
}

.bg-menu-theme .menu-inner .menu-item.open > .menu-link.menu-toggle,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle {
  background: rgb(225, 222, 245, 0.08);
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  background: rgb(225, 222, 245, 0.06);
}

.content-footer .footer-container {
  block-size: 35px;
}

.form-select {
  padding: 0.375rem 2rem 0.375rem 1rem;
  border-radius: 0;
  cursor: pointer;
}
/* select2 */
.select2-dropdown {
  border: 0;
  border-radius: 0;
}

.select2-container--default .select2-results__option[role='group'] {
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
}

.light-style .select2-container--default .select2-results__group {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  color: #6c757d;
  white-space: nowrap;
  font-weight: 700;
}

.light-style .select2-container--default .select2-selection {
  border-radius: 0;
}

.light-style .select2-sm .select2-container--default .select2-selection:hover {
  background-color: #e5e5e9 !important;
}

.light-style .select2-sm .select2-container--default .select2-selection--single {
  color: #4b465c;
  height: calc(1.5em + 0.7rem + 2px);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.43px;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + 0.7rem + 2px);
}

.light-style .select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.2rem;
}

.select2-sm .select2-container--default.select2-container--focus .select2-selection,
.select2-sm .select2-container--default.select2-container--open .select2-selection {
  transform: none;
  transition: all 0.135s ease-in-out;
  background-color: #39416d1a !important;
}

.select2-results__option[role='option'] {
  width: 100% !important;
  margin: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

.select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  white-space: nowarp;
}

.select2-dropdown--multiples .select2-results__option:not(.loading-results):before {
  content: '';
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #e9e9e9;
  border-radius: 0.2em;
  background-color: #fff;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.light-style .select2-container--default .select2-results__option[aria-selected='true'] {
  color: #6d6b77;
  background-color: #2f2b3d1a;
}

.select2-dropdown--multiples .select2-results__option[aria-selected='true']:not(.loading-results):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #263c7f;
  border: 0;
  display: inline-block;
}

.modal-backdrop {
  background-color: #252525;
}

.modal-backdrop.show {
  opacity: 0.9;
}

@media (max-width: 767.98px) {
  .modal .modal-dialog:not(.modal-fullscreen) {
    margin: 1rem 0;
    max-width: 100%;
    min-height: calc(100% - var(--bs-modal-margin) - 0.5rem);
  }
}

/* end select2 */

.offcanvas.offcanvas-inner-menu {
  -webkit-transform: none;
  transform: none;
  visibility: visible;
  left: auto;
  bottom: 3rem;
  box-shadow: none;
  z-index: 1075;
}

.offcanvas.offcanvas-inner-menu .list-group-item {
  border: 0;
}

.offcanvas.offcanvas-inner-menu .list-group-item.active {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #4b4b4b !important;
}

.offcanvas:not(.show) + .nav-workspace {
  visibility: hidden; /* Hide .nav-workspace if .offcanvas does not have the "show" class */
}

.offcanvas.show + .nav-workspace {
  visibility: visible; /* Show .nav-workspace if .offcanvas has the "show" class */
}

/* inner navbar  */
.inner-navbar {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  flex-basis: 16.25rem;
  transition: all 0.2s;
}

.inner-navbar.show {
  display: block;
}

.inner-filters {
  position: relative;
  top: 10%;
  height: 100% !important;
  width: 400px;
  background-color: #fff;
}
/* end inner navbar  */

@media (min-width: 1200px) {
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas)
    .layout-menu
    .menu-vertical,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas)
    .layout-menu.menu-vertical {
    width: 4.25rem;
  }

  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas)
    .layout-menu
    .menu-vertical
    .menu-inner
    > .menu-item,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas)
    .layout-menu.menu-vertical
    .menu-inner
    > .menu-item {
    width: 4.25rem;
  }

  .layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas)
    .layout-wrapper:not(.layout-without-menu)
    .content-footer {
    left: 4.25rem;
  }

  .layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas)
    .layout-content-navbar
    .layout-navbar,
  .layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-navbar {
    left: 4.25rem;
  }

  .layout-menu-fixed.layout-menu-collapsed .layout-page {
    padding-left: 4.25rem;
  }
}

@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .inner-navbar {
    position: static;
    height: auto;
    width: 100%;
    display: block;
  }

  .inner-filters {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    height: calc(100vh - 6rem) !important;
    overflow-y: auto;
    width: 400px;
  }
}

table.dataTable thead th {
  font-weight: 600 !important;
}

.form-label {
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  color: #5d596c;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.form-control {
  padding: 0.375rem 1rem;
  /* font-size: 1rem; */
  border-radius: 0.13rem;
}

.input-group-text {
  font-size: 1rem;
  border-radius: 0.13rem;
}

.table [contenteditable='true']:focus::before {
  box-shadow: none !important;
  border: 0 !important;
}

.table [contenteditable='true']:hover::after {
  content: 'Click to edit';
  font-size: 11px;
  margin-left: 1rem;
}

.table [contenteditable='true']:focus::after {
  content: 'Click anywhere to save' !important;
  font-size: 11px;
  margin-left: 1rem;
}

/*
* BTN
******************************************************************************/
.btn {
  border-radius: 0.13rem;
}

/* calendar  */

.light-style .fc .fc-day-today {
  background-color: #fff !important;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.hero-text-box {
  margin: 0 auto;
}

.hero-title {
  background: linear-gradient(to right, #28c76f 0%, #ffffff 47.92%, #0093dd 100%);
  background-size: 200% auto;
  color: #5d596c;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: rgb(0, 0, 0, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(0, 0, 0, 0);
  animation: shine 2s ease-in-out infinite alternate;
}

.landing-hero-btn .hero-btn-item {
  inset-inline-start: -100%;
  top: 100%;
}

.hero-animation-img .hero-dashboard-img {
  width: 45%;
  margin: 0 auto;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.1s;
}

.hero-animation-img .hero-dashboard-img img {
  width: 100%;
}

.landing-hero-blank {
  padding-top: 26rem;
}

.swiper .swiper-slide.slide-big {
  padding: 5rem;
}

.fc .fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc .fc-timegrid-event.fc-event-mirror,
.fc .fc-timegrid-more-link {
  background-color: #fff;
  box-shadow: 0 0 0.1rem #6c757d;
  border-left-width: 0.625rem !important;
  border-left-style: solid !important;
}

.light-style .fc .fc-day-today {
  background-color: #fff !important;
  color: #000;
  font-size: 1rem;
  font-weight: bolder;
  text-transform: uppercase;
}

.fc.fc-theme-standard .fc-list-day-cushion a {
  font-weight: bolder;
  color: #263c7f;
  cursor: pointer;
  text-decoration: none !important;
}

.fc .fc-view-harness .fc-event {
  font-size: 0.9rem;
}

.fc .fc-view-harness .fc-timegrid-event .fc-event-time {
  font-size: 0.8rem;
}

.fc .fc-view-harness .fc-event .fc-event-title {
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: none;
}

.fc .fc-view-harness .fc-v-event .fc-event-title {
  font-weight: bolder;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  font-size: 0.8rem;
}

.fc .fc-view-harness {
  min-height: auto !important;
}
.fc-timegrid-axis-frame {
  height: 44px !important;
  border-right: 1px solid #ddd;
}

.fc .fc-scroller-harness-liquid {
  border-right: 1px solid #ddd;
}

.offcanvas-body .flatpickr-calendar {
  box-shadow: none;
}
.offcanvas .offcanvas-header .btn-close {
  filter: drop-shadow(0px 2px 1px black);
}

.card-img.img-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 125px;
}

.input-btn-date {
  cursor: pointer;
  box-shadow: none !important;
}

.flatpickr-calendar.open {
  z-index: 1095 !important;
}

.swal2-container {
  z-index: 1095 !important;
}

#map {
  background-color: #fff;
  height: calc(100vh - 12rem);
}

.custom-marker {
  background-color: rgb(255 255 255 / 30%);
  border-radius: 50%;
  border: 3px solid rgb(255 255 255 / 30%);
}

.custom-marker.leaflet-edit-marker-selected {
  background-color: rgb(40 167 69 / 50%) !important;
  border: 3px solid rgb(255 255 255 / 60%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.leaflet-container {
  font-family: 'Poppins', 'open sans', sans-serif, '-apple-system', 'BlinkMacSystemFont';
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0.7rem;
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.map-tooltip .spot-name-tooltip {
  color: #72777a;
  margin-bottom: 0.25rem;
}

.spot-state-tooltip {
  line-height: 1.25rem;
}

.map-tooltip .spot-state-tooltip {
  font-weight: 500;
}

.tooltip-data {
  display: flex;
  min-width: 0;
  align-items: center;
  margin-bottom: 0.2rem;
}

.tooltip-booked-dot {
  height: 14px;
  width: 14px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.25rem;
}

.tooltip-time {
  padding: 0 4px;
  background: #e7e7e7;
  border-radius: 4px;
  font-size: 0.75rem;
  margin: 0 0.25rem;
}

.offcanvas:is(.home-content),
.offcanvas:is(.home-nav) {
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.offcanvas-start.home-content {
  width: 100%;
  height: 25vh !important;
  border-right: transparent;
}

.offcanvas-end.home-nav {
  width: 100%;
  border-left: transparent;
  top: 25vh !important;
}

.sidebar-boots .sidebar-boots-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1080;
  box-shadow: 0 1px 20px 1px #1e56a8 !important;
}

.btn-close-boots-container {
  position: fixed;
  height: 3rem;
  width: 3rem;
  background-color: transparent;
  border-radius: 50%;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}

.btn-close-boots {
  cursor: pointer;
  position: relative;
  width: 3rem;
  height: 3rem;
}

.btn-close-boots:after,
.btn-close-boots:before {
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  content: ' ';
  height: 2rem;
  width: 4px;
  background-color: rgb(255, 255, 255);
}

.times-primary .btn-close-boots:after,
.times-primary .btn-close-boots:before {
  background-color: #1e56a8;
}

.btn-close-boots:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close-boots:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-nav-items {
  background: linear-gradient(360deg, #030069 -22.01%, #11b9ff 125.61%);
  height: 50vh !important;
}

.home-nav-items a {
  text-shadow: #000000 0 2px 2px;
}

.page {
  position: relative;
  z-index: 2;
}

#clock .fs-1 {
  font-size: calc(1rem + 1vw) !important;
}

#clock .fs-2 {
  font-size: calc(1rem + 0.8vw) !important;
}

@media (min-width: 960px) {
  .fs-lg-4 {
    font-size: 3.157rem !important;
  }

  #clock .fs-1 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }

  #clock .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .offcanvas-start.home-content {
    width: 50%;
    height: 100vh !important;
  }

  .offcanvas-end.home-nav {
    width: 50%;
    height: 100vh !important;
    top: 0 !important;
  }

  .sticky-area {
    height: calc(100vh - 2rem);
    top: 1rem;
  }

  .vh-lg-100 {
    height: 100vh !important;
  }

  .home-nav-items {
    height: 50vh !important;
  }
}

@media (min-width: 1140px) {
  .fs-xl-5 {
    font-size: 4.199rem !important;
  }
}

.z-index-2 {
  z-index: 2 !important;
}

.vh-25 {
  height: 25vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.nav-hover-zoom {
  overflow: hidden;
  border-radius: 0;
  filter: drop-shadow(0px 3px 5px #052b8d);
}

.nav-hover-zoom .nav-img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: 100%;
  height: 100%;
}

.nav-hover-zoom .nav-icons {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: auto;
}

.bg-holder {
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-holder.overlay:before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(24 70 127/0.5)), to(rgb(24 70 127/0.7)));
  background: -o-linear-gradient(bottom, rgb(24 70 127/ 0.5), rgb(24 70 127/ 0.7));
  background: linear-gradient(0deg, rgb(24 70 127/ 0.5), rgb(24 70 127/0.7));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spaces-grid {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 13rem), 1fr));
  grid-gap: 1.5rem;
}

.space-card {
  border-radius: 25px;
  padding: 20px;
  color: white;
  height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem 0.3rem 0.1rem #008f58c9;
  background: linear-gradient(360deg, #030069 -22.01%, #11b9ff 125.61%);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  filter: drop-shadow(0px 3px 5px #2e9a68);
}
.space-card > * {
  z-index: 1;
}
.space-card h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  text-shadow: #000000 0 2px 2px;
}
.space-card h5 {
  color: #fff !important;
  text-shadow: #000000 0 2px 2px;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  background: url(http://localhost:8000/img/navigation/linear.svg) no-repeat bottom;
  background-size: 100% 100%;
  background-size: cover;
  opacity: 0.3;
}

#clock h1 {
  font-size: 3rem;
}

#clock h5 {
  font-size: 1.5rem;
}

.app-calendar-content .popover {
  min-width: 22rem;
}

.modal-backdrop {
  z-index: 1092 !important;
}

.modal {
  z-index: 1095 !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .spaces-grid {
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 10rem), 1fr));
  }

  .space-card {
    height: 12rem;
  }

  .space-card h2 {
    font-size: 1.2rem;
  }

  .space-card h5 {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .spaces-grid {
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 6rem), 1fr));
    grid-gap: 1rem;
  }

  .space-card {
    height: 9rem;
  }

  .space-card h2 {
    font-size: 1rem;
  }

  .space-card h5 {
    font-size: 0.8rem;
  }
}
