@tailwind base;
@tailwind components;
@tailwind utilities;
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html {
  scrollbar-gutter: stable;
  -webkit-locale: auto;
  -webkit-font-feature-settings: "locl" 0;
  -moz-font-feature-settings:    "locl" 0;
  -ms-font-feature-settings:     "locl" 0;
  font-feature-settings:         "locl" 0;
}

.btn {
  background-color: white;
}

.drawer-side > .drawer-overlay {
  transition-duration: 100ms;
}
.drawer-side > *:not(.drawer-overlay) {
  transition-duration: 200ms;
}

.search-modal {
  transition-duration: 0ms;
}

.search-modal .modal-box {
  transition-duration: 0ms;
  padding: 0;

  position: relative;

  @media (max-width: 767px) {
    max-width: 100%;
    min-height: 100%;
  }
}

.modal {
  @media (max-width: 768px) {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

@keyframes showModal {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideModal {
  0% {
    opacity: 1;
  }
  80% {
  }
  100% {
    opacity: 0;
  }
}

#login_modal {
  @media (max-width: 768px) {
    opacity: 0;
    visibility: hidden;
    animation: hideModal 0.5s ease forwards;

    /* Ensure the modal covers the full viewport height */
    min-height: 100dvh !important;
    /* Additional styles for WebKit-based browsers */
    height: -webkit-fill-available !important;
    /* Ensure the modal is always on top and covers the whole screen */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

#login_modal[open] {
  @media (max-width: 768px) {
    opacity: 1;
    visibility: visible;
    animation: showModal 0.3s ease forwards;
  }
}

#login_modal .modal-box {
  @media (max-width: 768px) {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateY(calc(100% - 6rem));
    transition: transform 0.3s ease-out;
  }
}

#login_modal[open] .modal-box {
  @media (max-width: 768px) {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;
    /* animation: showModalBox 0.3s ease forwards; */
  }
}

#tickets_modal {
  @media (max-width: 768px) {
    opacity: 0;
    visibility: hidden;
    animation: hideModal 0.5s ease forwards;

    /* Ensure the modal covers the full viewport height */
    min-height: 100dvh !important;
    /* Additional styles for WebKit-based browsers */
    height: -webkit-fill-available !important;
    /* Ensure the modal is always on top and covers the whole screen */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

#tickets_modal[open] {
  @media (max-width: 768px) {
    opacity: 1;
    visibility: visible;
    animation: showModal 0.3s ease forwards;
  }
}

#tickets_modal .modal-box {
  @media (max-width: 768px) {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateY(calc(100% - 6rem));
    transition: transform 0.3s ease-out;
  }
}

#tickets_modal[open] .modal-box {
  @media (max-width: 768px) {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;
  }
}

#event_problem_modal {
  @media (max-width: 768px) {
    opacity: 0;
    visibility: hidden;
    animation: hideModal 0.5s ease forwards;

    /* Ensure the modal covers the full viewport height */
    min-height: 100dvh !important;
    /* Additional styles for WebKit-based browsers */
    height: -webkit-fill-available !important;
    /* Ensure the modal is always on top and covers the whole screen */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

#event_problem_modal[open] {
  @media (max-width: 768px) {
    opacity: 1;
    visibility: visible;
    animation: showModal 0.3s ease forwards;
  }
}

#event_problem_modal .modal-box {
  @media (max-width: 768px) {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateY(calc(100% - 6rem));
    transition: transform 0.3s ease-out;
  }
}

#event_problem_modal[open] .modal-box {
  @media (max-width: 768px) {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;
  }
}

/* #login_modal[open] .modal-box::before {
  content: "213";
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 100%;
  left: 0px;
} */

.field_with_errors {
  width: 100%;
}

@media (max-width: 768px) {
  #login_modal .modal-box {
    margin-top: 6rem; /* 6rem from the top */
    /* margin-bottom: 0; Align to the bottom */
    /* margin-bottom: calc(0px - env(safe-area-inset-bottom)); */
    /* padding-bottom: 1.5rem; */
    /* padding-bottom: env(safe-area-inset-bottom); */
    max-height: calc(100dvh - 6rem); /* Full height minus the top offset */
    overflow-y: auto; /* Make content scrollable */
  }
  /* #login_modal .modal-box:not(.full) {
    max-height: calc(100vh - 6rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  } */
  
  #tickets_modal .modal-box {
    margin-top: 6rem; /* 6rem from the top */
    max-height: calc(100dvh - 6rem); /* Full height minus the top offset */
    overflow-y: auto; /* Make content scrollable */
  }
  
  #event_problem_modal .modal-box {
    margin-top: 6rem; /* 6rem from the top */
    max-height: calc(100dvh - 6rem); /* Full height minus the top offset */
    overflow-y: auto; /* Make content scrollable */
  }
}

/* .tickets-modal .modal-box {
  padding: 0;

  @media (max-width: 767px) {
    max-width: 100vw;
    width: 100vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100vh;
    max-height: calc(100vh - 3rem);
    bottom: 0;
    position: absolute;
  }
} */

/* Rotating checkmark on email confirmation sent */
@keyframes rotateAndScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(0.5);
  }
}

.rotate-and-scale {
  animation: rotateAndScale 0.5s ease-in-out forwards;
}

.header-link img {
  width: 90px;
}

.carousel-no-snap-desktop {
  @media (min-width: 768px) {
    scroll-snap-type: none !important;
  }
}

.info-cards-carousel-btn.disabled {
  opacity: 0;
}

.long-text {
  br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 1rem; /* change this to whatever height you want it */
  }
}

.disabled {
  cursor: not-allowed;
  background-color: lightgray !important;
  opacity: 0.3;
}

.artists-carousel::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.artists-carousel {
  overflow-x: scroll;
  /* overflow-y: hidden; */
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.horizontal-schedule::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.horizontal-schedule {
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.schedulepicker::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.schedulepicker {
  /* overflow-x: scroll; */
  /* overflow-y: hidden; */
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.datepicker::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.datepicker {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;

  .selected-from {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
    background-color: rgb(229 231 235);
  }

  .selected-to {
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: rgb(229 231 235);
  }

  .selected-only {
    border-radius: 1rem;
    background-color: rgb(229 231 235);
  }

  .selected {
    background-color: rgb(229 231 235);
  }

  .month-label {
    transition: left 0.1s ease-in-out;
  }
}

.share-button {
  width: 2rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 1rem !important;

  @media (max-width: 320px) {
    width: 1.5rem !important;
    height: 2rem !important;
  }

  &::before {
    height: 1.8rem !important;
    width: 1.8rem !important;
    top: auto !important;
    left: auto !important;
    background-size: 1.8rem 1.8rem !important;
  }
}

.pic-shadow {
  box-shadow: inset 0 0 100px 0 #0000000f;
  /* border-radius: var(--border-radius); */
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.pic-shadow-heavy {
  box-shadow: inset 0 0 100px 0 #000000ff;
  /* border-radius: var(--border-radius); */
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.card.hover .thumbnail {
  transform: scale(1.05);
  /* transition: transform 0.3s ease-in-out; */
}

/* .filters {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
} */

.app-container {
  width: 90%; /* max-lg:w-full */
  margin-left: auto; /* mx-auto */
  margin-right: auto; /* mx-auto */

  @media (min-width: 1536px) {
    width: 83.333333%; /* w-10/12 */
  }
}

.md-app-container {
  width: 90%; /* max-lg:w-full */
  margin-left: auto; /* mx-auto */
  margin-right: auto; /* mx-auto */

  @media (min-width: 1536px) {
    width: 83.333333%; /* w-10/12 */
  }

  @media (max-width: 768px) {
    width: 100%; /* w-full */
  }
}

.back-cover {
    background-position-x: center !important;
    background-position-y: center !important;
}

.event-title-shadow {
  @media (min-width: 768px) {
    text-shadow: 1px 1px 2px black;
  }
}

.title-shadow {
  text-shadow: 1px 1px 2px black;
}

.floating-dropdown {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

/**
* Daterangepicker CSS
*/

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  /* border-radius: 4px; */
  /* border: 1px solid #ddd; */
  /* width: 278px; */
  /* max-width: none; */
  padding: 0;
  /* margin-top: 7px; */
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  /* font-family: arial; */
  font-size: 1.5rem;
  line-height: 1em;
  /* box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow); */
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  border-radius: 1rem;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  /* max-width: 270px; */
}

.daterangepicker .drp-calendar.left {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.daterangepicker .drp-calendar.right {
  display: none;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 3rem;
  width: 3rem;
  height: 2.5rem;
  line-height: 2rem;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 1rem;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker .calendar-table th:nth-child(6), .daterangepicker .calendar-table th:nth-child(7) {
  color: rgb(239 68 68) !important;
}

.daterangepicker td.weekend {
  color: rgb(201, 56, 56) !important;
}

.daterangepicker td.weekend.off {
  color: rgba(201, 56, 56, 0.3) !important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off {
  background-color: #fff;
  border-color: transparent;
  color: #99999941;
}

.daterangepicker td.off.in-range {
  background-color: rgb(229 231 235);
  border-color: transparent;
  color: #99999941;
}

.daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: rgb(198, 200, 203);
  border-color: transparent;
  color: #99999941;
}

.daterangepicker td.in-range {
  background-color: rgb(229 231 235);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 0.75rem 0 0 0.75rem;
}

.daterangepicker td.end-date {
  border-radius: 0 0.75rem 0.75rem 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 0.75rem;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  /* background-color: #357ebd; */
  background-color: rgb(198, 200, 203);
  border-color: transparent;
  /* color: #fff; */
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #99999941;
  background-color: #fff !important;
  cursor: default;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: default;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 0 0.5rem 0.5rem 0.5rem;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  /* display: inline-block;
  font-size: 12px;
  padding-right: 8px; */
  display: none;
}

.daterangepicker .drp-buttons .btn {
  width: 100%;
  font-size: .875rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 1.5rem;
  /* justify-content: space-between; */
  align-items: center;
  border-radius: 1.5rem;
  min-height: 3rem;
}

.daterangepicker .drp-buttons .cancelBtn {
  display: flex;
}

.daterangepicker .drp-buttons .applyBtn {
  display: none;
  background-color: rgb(229 231 235)
}

.daterangepicker .drp-buttons .applyBtn:hover {
  background-color: rgb(201, 203, 208)
}

.daterangepicker .quick-buttons {
  clear: both;
  padding: 0 0.5rem 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  line-height: 12px;
  vertical-align: middle;
  gap: 0.5rem;
}

.daterangepicker .quick-buttons .btn {
  flex: 1;
  font-size: .875rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 1.5rem;
  /* justify-content: space-between; */
  align-items: center;
  border-radius: 1.5rem;
  min-height: 3rem;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.xs-hidden {
  @media (max-width: 320px) {
    display: none;
  }
}

.place-avatar {
  margin-left: -4px;
  font-size: 5rem;
  font-weight: bold;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.place-avatar-sm {
  @media (max-width: 767px) {
    font-size: 2.5rem;
  }
}

.video-iframe { 
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* .sblur::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
} */
