@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

@media (min-width: 1024px) {
  .filters {
    position: relative;
    top: -40px;
  }
}

/* Custom styles for embedded iframe to match new application */
body.is-embedded-in-iframe {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}

/* Heading styles to match new application */
body.is-embedded-in-iframe h1, 
body.is-embedded-in-iframe .title.is-1 {
  font-size: 4rem !important;
  font-weight: 400 !important;
  line-height: 6rem !important;
  letter-spacing: -2.56px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
}

body.is-embedded-in-iframe h2, 
body.is-embedded-in-iframe .title.is-2 {
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 3.5rem !important;
  letter-spacing: -1.44px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
}

body.is-embedded-in-iframe h3, 
body.is-embedded-in-iframe .title.is-3 {
  font-size: 3rem !important;
  font-weight: 600;
  line-height: 3.5rem;
  letter-spacing: -1.44px !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
  color: rgba(0, 0, 0, 0.87);
}

body.is-embedded-in-iframe h4, 
body.is-embedded-in-iframe .title.is-4 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 2.5rem !important;
  letter-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
}

body.is-embedded-in-iframe h5, 
body.is-embedded-in-iframe .title.is-5 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
  letter-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
}

body.is-embedded-in-iframe h6, 
body.is-embedded-in-iframe .title.is-6 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
  letter-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: none !important;
}

body.is-embedded-in-iframe .is-size-7 {
  letter-spacing: normal;
}

/* Subtitle styles */
body.is-embedded-in-iframe .subtitle {
  font-family: 'Montserrat', sans-serif !important;
}

body.is-embedded-in-iframe .subtitle.is-1 {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
  letter-spacing: -0.48px !important;
}

body.is-embedded-in-iframe .subtitle.is-2 {
  font-size: 0.625rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  letter-spacing: -0.4px !important;
}

/* Body text styles */
body.is-embedded-in-iframe p, 
body.is-embedded-in-iframe .content p, 
body.is-embedded-in-iframe .body-1 {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  letter-spacing: -0.32px !important;
  font-family: 'Montserrat', sans-serif !important;
}

body.is-embedded-in-iframe p.heading {
  font-size: 11px !important;
}

body.is-embedded-in-iframe p.title {
  font-size: 2rem !important;
  font-weight: 600 !important;
}

body.is-embedded-in-iframe .body-2 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  letter-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
}

body.is-embedded-in-iframe .button {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
/* Button styles */
body.is-embedded-in-iframe .button.button.is-info,
body.is-embedded-in-iframe .button.button.button.is-success {
  background-color: rgb(44, 21, 255);
  font-weight: 500 !important;
}

body.is-embedded-in-iframe .button.is-ghost {
  color: rgb(44, 21, 255);
  padding-top:0 !important;
}

body.is-embedded-in-iframe .button.button.is-info strong {
  font-weight: 500 !important;
}

/* Caption and small text */
body.is-embedded-in-iframe .caption {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
  letter-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* Override all text elements to use Montserrat */
body.is-embedded-in-iframe * {
  font-family: 'Montserrat', sans-serif !important;
}

body.is-embedded-in-iframe navigation,
body.is-embedded-in-iframe .footer {
  display: none !important;
}

body.is-embedded-in-iframe {
  padding: 0 10px;
}

body.is-embedded-in-iframe .container {
  max-width: 100% !important; 
}

body.is-embedded-in-iframe .modal-content {
 overflow-x: hidden;
}

body.is-embedded-in-iframe .modal {
justify-content: start;
}

body.modal-is-opened-in-iframe {
  min-height: 650px;
}

body.modal-is-opened-in-iframe .modal .modal-card {
  max-height: 100vh !important;
  height: 100vh !important;
}

body.modal-is-opened-in-iframe .modal .modal-background {
  background-color: #ffffff;
}

body.modal-is-opened-in-iframe > #app > .container > *:not(modal, progress) {
  display: none;
}

body.modal-is-opened-in-iframe > #app > .container > .section:has(.modal) {
  display: block;
}

body.modal-is-opened-in-iframe > #app > .container > .section:has(.modal) > *:not(:has(.modal)) {
  display: none;
}

body.modal-is-opened-in-iframe > #app > .container > .section:has(.modal) > * > *:not(:has(.modal)) {
  display: none;
}

body.modal-is-opened-in-iframe > #app > .container > .section:has(.modal) > * > * > *:not(:has(.modal)) {
  display: none;
}

body.modal-is-opened-in-iframe > #app > .container > .section:has(.modal) > * > * > * > *:not(:has(.modal)) {
  display: none;
}

body.modal-is-opened-in-iframe > #app > .container > .section:has(.modal) > * > * > * > * > *:not(:has(.modal)) {
  display: none;
}


.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #000000 30%, #ededed 30%) !important;
}

.navbar-transparent {
  background-color: transparent;
}

/* Hide mobile layout by default */
.mobile-layout {
  display: none;
}

.scrollable-container-s {
  max-height: 40vh;
  overflow-y: auto;
}
.scrollable-container-m {
  max-height: 55vh;
  overflow-y: auto;
}
.scrollable-container-l {
  max-height: 95vh;
  overflow-y: auto;
}

/* loader-wrapper full-screen */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ff3d00 #ff3d00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #fff #fff transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* CSS Media Query for Mobile Screens */
@media (max-width: 768px) {
  .performer {
    margin-top: 20px;
  }
  .desktop-layout {
    display: none; /* Hide desktop layout on mobile */
  }
  .mobile-layout {
    display: block; /* Show mobile layout on mobile */
  }
}
