#content {
  background: #edf2f9;
  min-height: 100vh;
}

.sticky-top {
  top: 70px;
}

div#tableFilterDropdown {
  min-width: 300px;
}

/* HTMX INDICATOR */

.htmx-indicator {
  opacity: 0;
  transition: opacity 500ms ease-in;
  display: inline-block;
}
.htmx-request .htmx-indicator {
  opacity: 1;
}
.htmx-request.htmx-indicator {
  opacity: 1;
}

.btn_view_more {
  background: linear-gradient(0deg, #ffffff -5.34%, #d1d3d4 106.58%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 2px;
  font-size: 0.8rem;
  font-size: 12px;
}

.view_more_link {
  color: #1f8aff;
  font-weight: 600;
}

.w-85 {
  width: 85% !important;
}

.custom_divider {
  background: #d1d3d4;
  border: 1px solid #d1d3d4;
}

.btn_cargar {
  color: white;
  background: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%);
  border-radius: 12px;
}

.btn_select_booking {
  background: linear-gradient(353deg, #ffffff -5.34%, #d1d3d4 65.58%);
  border-radius: 5px;
}

.card_general {
  background-color: #b9b9b9;
}

.card_general_no_bg {
  background: #faebd700;
  border: none;
  box-shadow: none;
}

.header_select_booking {
  background: white !important;
  border-radius: 10px;
}

.header_body_booking {
  background: #d9d9d9;
}

.card_select_space {
  background: #e5e6e7;
  border: 1px solid #1c2249;
  border-radius: 12px;
}

.centered_elements {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
}

.card_dimension {
  min-height: 400px;
  height: auto;
  cursor: pointer;
  margin: auto;
}

.font_text {
  font-size: 1.1em;
  font-weight: 500;
}

.card_balance {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container_options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.container_options p {
  font-size: 10px;
}

.container_options .card {
  width: 230px;
  background: #d9d9d9;
}

.container_options > .card > .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step_icon_style {
  background: #7dc4fd;
  color: #fff;
}

.step_icon_ok {
  background: #1f8aff;
  color: #fff;
}

.card-input-element {
  background: #d9d9d9;
}

.card-input-element:checked + .card {
  border: 2.1px solid #00c66e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-input-element:checked + .card button {
  background: linear-gradient(102.47deg, #00ffc1 -5.34%, #00c66e 106.58%);
  border-color: #00d17e;
  color: white;
}

.card_operation {
  cursor: pointer;
}

.card_operation:hover {
  background: rgb(251 251 251);
}

.card-input-operation:checked + .card {
  background: white;
  box-shadow: 0px 0.574261px 0.574261px rgb(0 0 0 / 25%);
  border: 0.143565px solid #96999b;
}

.btn_remove_date {
  background: red;
  color: white;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  cursor: pointer;
}

.container_dates_selected {
  height: auto;
  min-height: 122px;
  max-height: 140px;
  overflow-y: auto;
}

.border_custom_date {
  border: 1px solid #d1d3d4;
  border-radius: 5px;
}

.btn_next {
  background: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%) !important;
}

.btn_back {
  background: #ffffff;
  color: #1f8aff;
  border-color: #1f8aff;
  font-weight: 600;
}

.pts_sede {
  background: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 18px;
  font-weight: 600;
}

.btn_custom_site {
  background: #ffffff;
  color: #1f8aff;
  box-shadow: 4px 3px 1px #7dc4fd;
  border: 1.5px solid #1f8aff;
  border-radius: 10px;
  text-transform: uppercase;
}

.btn_custom_site.primary {
  background: #1f8aff;
  color: white;
  box-shadow: 5px 4px 1px #7dc4fd;
  border: 1.5px solid #1f8aff;
  border-radius: 10px;
  text-transform: uppercase;
}

.btn_custom_site:hover {
  background: #1f8aff;
  color: white;
  text-transform: uppercase;
}

.btn_custom_site.primary:enabled:hover {
  background: #5ba8fa;
  color: white;
  text-transform: uppercase;
}

.btn_custom_site_danger {
  background: #ffffff;
  color: #ed4c78;
  box-shadow: 5px 4px 1px #f784a4;
  border: 1.5px solid #ed4c78;
  border-radius: 10px;
  min-width: 150px;
  text-transform: uppercase;
}

.btn_custom_site_danger.danger {
  background: #ed4c78;
  color: white;
  box-shadow: 5px 4px 1px #f784a4;
  border: 1.5px solid #ed4c78;
  border-radius: 10px;
  min-width: 150px;
  text-transform: uppercase;
}

.btn_custom_site_danger:hover {
  background: #ed4c78;
  color: white;
  text-transform: uppercase;
}

.card_balance {
  width: auto;
  max-height: 250px;
  height: auto;
}

.next_bookings {
  max-width: 700px;
  width: auto;
  max-height: 250px;
  height: auto;
}

.img_calendar {
  width: 34px;
  height: 34px;
}

.flatpickr-calendar.inline {
  top: 0px !important;
  margin: 0;
}

.btn_bg_transparent {
  background: #ffffff;
  border: 1px solid #96999b;
  box-shadow: 0px 2.62983px 2.62983px rgb(0 0 0 / 25%);
  border-radius: 33px;
  color: black;
  margin: 10px;
}

.img_welcome {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.list_scroll {
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}
.list_scroll::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.input-group-time::-webkit-scrollbar {
  display: none;
}

.container_modal {
  height: auto;
  overflow-y: auto;
}

.container_modal::-webkit-scrollbar {
  display: none;
}

.list_scroll::-webkit-scrollbar-track {
  background: white; /* color of the tracking area */
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.list_scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(102.47deg, #1f8aff -5.34%, #1c2249 106.58%);
  border-radius: 20px;
  border: 2px solid #1d224a;
}
.head_table {
  position: sticky;
  top: -1px;
  z-index: 1;
}

.d-grid {
  display: grid;
}

.place_items_center {
  place-items: center;
}

.object-fit-contain {
  object-fit: contain;
}

.border_custom {
  border: 2px solid #7dc4fd;
  border-radius: 5px;
  padding: 6px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.img_boards {
  width: 20px;
  height: 20px;
}

.end-3 {
  right: 25px;
}

/* Radio tarjetas */
.card-options {
  margin-top: 1em;
}
.card-options input[type="radio"] {
  display: none;
}
.card-options input[type="radio"] ~ label {
  width: 100%;
  background: #ffffff;
  padding: 0.5em;
  font-weight: initial;
  border: 0.5px solid #96999b;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.card-options input[type="radio"] ~ label:hover:after {
  transform: scale(1.25);
  content: "";
}
.card-options input[type="radio"] ~ label:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  float: right;
  border: solid 2px #666;
  background-clip: content-box;
  border-radius: 50%;
  transition: 0.3s;
  padding: 0.5em;
}
.card-options input[type="radio"]:checked ~ label {
  background: rgb(150, 33, 33);
}
.card-options input[type="radio"]:checked ~ label:after {
  background-color: #666;
  padding: 0.3em;
}
.custom-label-card::before {
  background: linear-gradient(102.47deg, #ffffff -5.34%, #d1d3d4 106.58%) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25) !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-card::before {
  background-color: #96999b !important;
  border-color: #96999b !important;
}
.custom-control-input:checked ~ .custom-label-card::before {
  background-color: #96999b !important;
  border-color: #96999b !important;
  background: #96999b !important;
}

/* tarjeta */

.flatpickr-calendar {
  box-shadow: none !important;
  border: 0.0625rem solid #e7eaf3 !important;
}

.flatpickr-calendar .flatpickr-day.today {
  background-color: #b1b1b1 !important;
}

.flatpickr-calendar .flatpickr-day.today.selected {
  background-color: #377dff !important;
}

.nav_item_tab:hover {
  background: #dfe3ee;
}

.logo_menu {
  display: none;
  width: 100%;
  min-width: 6.5rem;
  max-width: 6.5rem;
}

.logo_menu_sidenav {
  display: block;
}

.navbar-brand-logo-mini {
  display: none !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dropdownSelect {
  border-radius: 12px;
  color: #000;
  font-weight: bold;
  border: 1.5px solid #d1d3d4;
  padding: 6px 15px;
}

@-webkit-keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {
  .container_options .card {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .btn_custom_site {
    min-width: auto !important;
  }
  .logo_menu {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-vertical .nav-link i {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode .navbar-vertical-aside .navbar-brand-logo-mini {
    display: block;
  }
  .navbar-vertical-aside-hide-xl.navbar-vertical-aside-mini-mode .navbar-vertical-aside .logo_menu {
    display: none;
  }
}

@media (max-width: 576px) {
  .navbar-brand-logo {
    min-width: 3rem !important;
    max-width: 3rem !important;
  }
}
