@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  color: #242A2E;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background: #fff;
}

a {
  color: #242A2E;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geologica", sans-serif;
  margin: 0;
}

.link-btn {
  background: #FFC013;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #FFC013;
  display: flex;
  align-items: center;
  max-width: fit-content;
  cursor: pointer;
}
@media (max-width: 767px) {
  .link-btn {
    font-size: 14px;
  }
}
.link-btn svg {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .link-btn svg {
    width: 21px;
  }
}
.link-btn:hover {
  background: #fff;
  color: #FFC013;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

h1 {
  color: #FFC013;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
h1 span {
  color: #FFC013;
}

h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-transform: capitalize;
  color: #242A2E;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
h2 span {
  color: #FFC013;
}
h2 font {
  color: #055D62;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

.green-border-btn {
  border: 1px solid #055D62;
  background: rgba(255, 255, 255, 0.2);
}
.green-border-btn:hover {
  background: #055D62;
  border: 1px solid #055D62;
  color: #fff;
}
.green-border-btn:hover svg path:last-child {
  stroke: #fff;
}

.grey-border-btn {
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #242A2E;
}
.grey-border-btn:hover {
  background: #D9D9D9;
  color: #242A2E;
}

.transparent-btn {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.transparent-btn svg path:last-child {
  stroke: #fff;
}
.transparent-btn:hover {
  background: #FFC013;
  color: #fff;
  border: 1px solid #FFC013;
}
.transparent-btn:hover svg path:first-child {
  fill: #fff;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242A2E;
  margin: 0;
  margin-bottom: 10px;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 70px;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  background-color: #F8F8F8;
  z-index: 9;
  right: auto;
  top: auto;
  bottom: 0;
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}
.slick-arrow:before {
  content: "" !important;
}
.slick-arrow.slick-prev {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18L2 10L10 2" stroke="%23242A2E" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -32px;
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    margin-left: -25px;
  }
}
.slick-arrow.slick-next {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L10 10L2 18" stroke="%23242A2E" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .slick-arrow.slick-next {
    margin-left: 25px;
  }
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #075D61 !important;
}
.slick-arrow:hover.slick-prev, .slick-arrow:focus.slick-prev {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18L2 10L10 2" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:hover.slick-next, .slick-arrow:focus.slick-next {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L10 10L2 18" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:before {
  content: "";
}

.grid-block .slick-arrow {
  top: auto;
  width: 32px !important;
  height: 32px !important;
  left: 50%;
  right: auto;
  border: 1px solid #075D61;
  bottom: -50px !important;
  background-size: 10px !important;
  background-color: #fff;
}
.grid-block .slick-arrow::before {
  content: "" !important;
  opacity: 1 !important;
}

.center-heading {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.center-heading p {
  font-weight: 300;
}

body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Prevent scrolling on mobile devices */
@media (max-width: 991px) {
  body.popup-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    touch-action: none;
    -webkit-overflow-scrolling: none;
  }
  
  /* Prevent scrolling on html element as well */
  html.popup-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  /* Ensure overlay doesn't allow scrolling */
  .become-host-overlay.show {
    touch-action: none;
    -webkit-overflow-scrolling: none;
  }
}

.event-list-header {
  padding: 20px 0 50px;
}
@media (max-width: 991px) {
  .event-list-header {
    padding: 20px 0 30px;
  }
}

.event-list-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .event-list-header-inner {
    display: block;
  }
}
@media (max-width: 479px) {
  .event-list-header-inner .event-list-header-right {
    margin-top: 15px;
  }
}
.event-list-header-inner .event-list-header-right span {
  color: #242A2E;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Geologica", sans-serif;
}
.event-list-header-inner .event-list-header-right .custom-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .event-list-header-inner .event-list-header-right .custom-dropdown {
    margin-left: 10px;
  }
}
.event-list-header-inner .event-list-header-right select {
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 15px 40px 15px 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><path d="M3.75 6.125L7.5 9.875L11.25 6.125" stroke="%23242A2E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #565051;
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-left: 15px;
}
.event-list-header-inner .event-list-header-right select:focus-visible {
  outline: none;
  border: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .event-list-header-inner .event-list-header-right select {
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    background-position: right 15px center;
  }
}

.view-all-btn {
  margin-top: 50px;
}
.view-all-btn .link-btn {
  margin: 0 auto;
  padding: 9px 46px;
}

.iti.iti--allow-dropdown {
  width: 100% !important;
}

.iti__country-list {
  white-space: normal !important;
  z-index: 10001 !important;
  position: fixed !important;
  max-height: 200px !important;
  overflow-y: auto !important;
}
.iti__country-list .iti__country {
  width: 100%;
  min-width: 250px;
}

/* Mobile-specific fixes for country dropdown */
@media (max-width: 767px) {
  .iti__country-list {
    z-index: 10001 !important;
    max-height: 150px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  }
}

/* Ensure dropdown appears above popup - FIXED for modal z-index issue */
.become-host-popup .iti__country-list {
  z-index: 100000 !important;
  position: absolute !important;
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  max-height: 200px !important;
  overflow-y: auto !important;
}

/* Specific fix for add-address-popup phone dropdown */
#add-address-popup .iti__country-list {
  z-index: 100000 !important;
  position: absolute !important;
}

/* Force dropdown to escape popup container */
#become-teacher-popup .iti__country-list {
  z-index: 10002 !important;
  position: fixed !important;
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  max-height: 200px !important;
  overflow-y: auto !important;
}

/* Alternative approach: Use CSS isolation */
.phone-number-become-seller {
  isolation: isolate !important;
  position: relative !important;
}

.phone-number-become-seller .iti__country-list {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  z-index: 10001 !important;
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.grey-bg {
  background: #F8F8F8;
}
.grey-bg .event-card {
  background: #fff;
}

.no-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}

html, body {
  touch-action: manipulation;
}

.image-section {
  touch-action: manipulation;
}

.become-host-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.become-host-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.become-host-overlay.hiding {
  opacity: 0;
  pointer-events: none;
}

.become-host-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  background: #fff;
  border-radius: 12px;
  padding: 0;
  width: 100%;
  max-width: 705px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
  max-height: 85vh;
  overflow: visible !important;
}

/* Custom scrollbar for become-host-popup */
.become-host-popup::-webkit-scrollbar {
  width: 6px;
}

.become-host-popup::-webkit-scrollbar-track {
  background: transparent;
  margin: 12px 0;
}

.become-host-popup::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}

.become-host-popup::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

/* Scrollable content area within the modal */
.become-host-popup-content {
  width: 100%;
  height: 100%;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 32px 32px 32px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Custom scrollbar for content area */
.become-host-popup-content::-webkit-scrollbar {
  width: 6px;
}

.become-host-popup-content::-webkit-scrollbar-track {
  background: transparent;
  margin: 12px 0;
}

.become-host-popup-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}

.become-host-popup-content::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

/* Ensure no child elements create their own scrollbars */
.become-host-popup .photo-preview-container,
.become-host-popup .become-host-row,
.become-host-popup .become-host-form {
  max-height: none !important;
  overflow: visible !important;
}

/* Ensure add-address-popup and form allow overflow for phone dropdown */
#add-address-popup {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

#add-address-popup.show {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

#add-address-popup .become-host-form {
  overflow: visible !important;
}

#add-address-popup .become-host-row {
  overflow: visible !important;
}

/* Custom scrollbar for add-address-popup */
#add-address-popup::-webkit-scrollbar {
  width: 6px;
}

#add-address-popup::-webkit-scrollbar-track {
  background: transparent;
  margin: 12px 0;
}

#add-address-popup::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}

#add-address-popup::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
.become-host-popup.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1) !important;
  padding: 15px 30px 25px 30px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
.become-host-popup.become-seller-popup {
  padding: 0px !important
}
.become-host-popup.hiding {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
}


@media (max-width: 767px) {
  .become-host-popup {
    max-width: 92%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  
  .become-host-popup-content {
    padding: 20px 20px 16px 20px;
    max-height: 90vh;
  }

  /* Ensure error message is visible on mobile */
  #movie-booking-message {
    position: relative !important;
    z-index: 10 !important;
    padding: 10px 15px !important;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 20px;
  }
}

/* Fix for mobile landscape - ensure popup form scrolls instead of background */
@media (max-width: 926px) and (max-height: 500px),
       (max-width: 926px) and (orientation: landscape) {
  /* Lock body/html when popup is open */
  body.popup-open,
  html.popup-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    touch-action: none !important;
  }

  /* Make popup scrollable */
  .become-host-popup {
    max-height: 95vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }

  /* Ensure form inside popup is scrollable */
  .become-host-popup .become-host-form {
    overflow: visible !important;
  }

  /* Prevent overlay from scrolling */
  .become-host-overlay.show {
    touch-action: none !important;
    overflow: hidden !important;
  }
}
.become-host-popup p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 30px;
  max-width: 480px;
  font-weight: 300;
}

/* Close button - simple X icon at top right */
.become-host-close {
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  outline: none;
  font-size: 42px;
  color: #000000;
  font-weight: 300;
  font-family: auto;
}

/* RTL support: keep close button visually on the top-left in RTL layouts */
.rtl .become-host-close,
html[dir="rtl"] .become-host-close,
body[dir="rtl"] .become-host-close {
  margin: 0 auto 0 0;
}

.become-host-close:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.become-host-close:active {
  transform: scale(0.95);
}

.become-host-close svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.become-host-close svg path {
  transition: stroke 0.2s ease;
  stroke: #000000;
  stroke-width: 2;
}

.become-host-close:hover svg path {
  stroke: #333333;
}

@media (max-width: 767px) {
  .become-host-close svg {
    width: 20px;
    height: 20px;
  }
}

.become-host-popup h2 {
  font-size: 30px;
  font-weight: 500;
  color: #242A2E;
  margin-bottom: 8px;
  text-align: center;
  font-family: "Geologica", sans-serif;
}
@media (max-width: 767px) {
  .become-host-popup h2 {
    font-size: 1.5rem;
  }
}

.become-host-desc {
  color: #565051;
  font-size: 1rem;
  margin-bottom: 28px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  max-width: 100%;
}

.become-host-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: auto;
}
.become-host-form .link-btn {
  max-width: 230px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  margin-top: 14px;
  color: #000;
}

.become-host-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
@media (max-width: 575px) {
  .become-host-row {
    flex-direction: column;
    gap: 15px;
  }
}

.become-host-row input,
.become-host-row select,
.become-host-row textarea {
  flex: 1 1 0;
  padding: 14px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  color: #565051;
  font-size: 14px;
  width: 100%;
}

.become-host-row input,
.become-host-row select {
  height: 48px;
}

.become-host-row textarea {
  min-height: 100px;
  resize: vertical;
  border-radius: 12px;
}
.become-host-row input::placeholder,
.become-host-row select::placeholder,
.become-host-row textarea::placeholder {
  color: #565051;
}
.become-host-row input::-moz-placeholder,
.become-host-row select::-moz-placeholder,
.become-host-row textarea::-moz-placeholder {
  color: #565051;
}
.become-host-row input::-webkit-input-placeholder,
.become-host-row select::-webkit-input-placeholder,
.become-host-row textarea::-webkit-input-placeholder {
  color: #565051;
}

.become-host-row select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><path d="M3.75 6.58398L7.5 10.334L11.25 6.58398" stroke="%23242A2E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-position: right 20px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* iOS Safari fix: ensure consistent height with input fields */
  box-sizing: border-box;
  min-height: 48px;
  height: 48px !important;
  line-height: 20px;
  padding: 14px 50px 14px 18px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* iOS Safari specific fix for select height */
@supports (-webkit-touch-callout: none) {
  .become-host-row select {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 18px !important;
    padding-right: 50px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}

.become-host-row select option {
  white-space: normal;
  padding: 8px 18px;
}

#movie-booking-form .become-host-row select {
  padding-right: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}

#movie-booking-form .become-host-row select option {
  padding-left: 18px !important; /* Add left padding to move options to the right */
  padding-right: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Ensure seats select and phone number wrappers have equal width */
.become-host-row .seats-select-wrapper,
.become-host-row .phone-number-movie {
  flex: 1;
  display: flex;
}

.become-host-row .seats-select-wrapper select,
.become-host-row .phone-number-movie input[type="tel"] {
  width: 100%;
  flex: 1;
}

.become-host-row input:focus,
.become-host-row select:focus,
.become-host-row select:focus-visible,
.become-host-row select.dropdown-open,
.become-host-row textarea:focus {
  border-color: #0097a7;
}

.become-host-row select:focus,
.become-host-row select:focus-visible,
.become-host-row select.dropdown-open {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><path d="M3.75 9.91602L7.5 6.16602L11.25 9.91602" stroke="%23242A2E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.become-host-submit {
  margin: 0 auto;
  background: #FFC107;
  color: #242A2E;
  border: none;
  border-radius: 32px;
  padding: 12px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(36, 42, 46, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
  font-family: "DM Sans", sans-serif;
}

.become-host-submit:hover {
  background: #ffb300;
  box-shadow: 0 4px 16px rgba(255, 193, 7, 0.15);
}

.become-host-submit-icon {
  font-size: 1.2em;
  color: #FFC107;
  filter: drop-shadow(0 0 2px #fff);
}

.register-popup-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 14px;
  text-align: center;
}
.register-popup-btm svg {
  margin-bottom: 20px;
}
.register-popup-btm h4 {
  font-size: 20px;
}
.register-popup-btm a {
  font-size: 16px;
  font-weight: 300;
  color: #242A2E;
  line-height: 28px;
}

#become-host-message {
  color: red;
}

.phone-number {
  width: 50%;
  position: relative;
}
@media (max-width: 575px) {
  .phone-number {
    width: 100%;
  }
}
.phone-number span {
  position: absolute;
  top: 12px;
  left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.phone-number input {
  padding-left: 73px;
}

.phone-number-become-seller {
  width: 50%;
  position: relative;
}
@media (max-width: 575px) {
  .phone-number-become-seller {
    width: 100%;
  }
}

.date-input-wrapper {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 575px) {
  .date-input-wrapper {
    width: 100%;
  }
}

.date-input-wrapper input[type=text] {
  width: 100%;
  height: 48px;
  padding: 14px 44px 14px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  background-color: #fff;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  cursor: pointer;
  flex: 1;
}

.date-input-wrapper input[type=date] {
  width: 100%;
  padding: 14px 44px 14px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background-color: #fff;
  outline: none;
  appearance: none;
  color: transparent;
  /* hide default text */
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide native icon in Chrome/Safari */
.date-input-wrapper input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 18px;
}

/* Label */
.date-label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #4a4a4a;
  font-size: 16px;
  pointer-events: none;
  z-index: 1;
  transition: 0.2s;
}

/* When date selected, hide label */
.date-input-wrapper.filled .date-label {
  display: none;
}

/* Show actual date only when selected */
.date-input-wrapper input[type=date]:valid {
  color: #565051;
}

/* Custom calendar icon */
.calendar-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: auto;
  z-index: 3;
  cursor: pointer;
}

/* Phone number field alignment for become-host popup */
.phone-number-become-host {
  flex: 1 1 0 !important;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: stretch;
  margin: 0 !important;
}
.phone-number-become-host .iti {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: stretch;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  margin: 0 !important;
}
.phone-number-become-host .iti input {
  flex: 1;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: none !important;
  border-radius: 0 30px 30px 0 !important;
  padding-left: 12px !important;
  padding-right: 18px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.phone-number-become-host .iti input:focus {
  outline: none;
  box-shadow: none;
}
.phone-number-become-host .iti.iti--allow-dropdown {
  border: 1px solid #D9D9D9;
}
.phone-number-become-host .iti.iti--allow-dropdown:focus-within {
  border-color: #0097a7;
}
#become-host-form-id .phone-number-become-host .iti__selected-flag {
  background: #fff !important;
  background-color: #fff !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 8px 0 12px !important;
  border-radius: 30px 0 0 30px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 1px solid #D9D9D9 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
#become-host-form-id .phone-number-become-host .iti input {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 12px !important;
  padding-right: 18px !important;
}
#become-host-form-id .phone-number-become-host .iti.iti--separate-dial-code input {
  margin-left: 0 !important;
  padding-left: 60px !important;
}
#become-host-form-id .phone-number-become-host .iti__selected-flag:hover,
#become-host-form-id .phone-number-become-host .iti__selected-flag:focus,
#become-host-form-id .phone-number-become-host .iti__selected-flag:active {
  background: #fff !important;
  background-color: #fff !important;
}

input[type=date]:not(:focus):invalid::before {
  content: attr(placeholder);
  color: #565051;
  position: absolute;
  margin-left: 8px;
}

input[type=date] {
  color: transparent;
  /* hide iOS default format text */
}

input[type=date]:focus,
input[type=date]:valid {
  color: initial;
}

#register-class-popup, #become-teacher-popup, #become-seller-popup {
  max-width: 479px;
}
@media (max-width: 575px) {
  #register-class-popup, #become-teacher-popup, #become-seller-popup {
    max-width: 94%;
  }
}
#register-class-popup .upload-grade-letter-row .upload-box, #become-teacher-popup .upload-grade-letter-row .upload-box, #become-seller-popup .upload-grade-letter-row .upload-box {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  width: 100%;
  cursor: pointer;
}
#register-class-popup .upload-grade-letter-row .upload-box:hover, #register-class-popup .upload-grade-letter-row .upload-box:focus-within, #become-teacher-popup .upload-grade-letter-row .upload-box:hover, #become-teacher-popup .upload-grade-letter-row .upload-box:focus-within, #become-seller-popup .upload-grade-letter-row .upload-box:hover, #become-seller-popup .upload-grade-letter-row .upload-box:focus-within {
  border-color: #0097a7;
  box-shadow: 0 2px 12px rgba(0, 151, 167, 0.08);
}
#register-class-popup .upload-grade-letter-row .upload-box .upload-box-content, #become-teacher-popup .upload-grade-letter-row .upload-box .upload-box-content, #become-seller-popup .upload-grade-letter-row .upload-box .upload-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#register-class-popup .upload-grade-letter-row .upload-box .upload-label, #become-teacher-popup .upload-grade-letter-row .upload-box .upload-label, #become-seller-popup .upload-grade-letter-row .upload-box .upload-label {
  color: #055D62;
  font-size: 12px;
  margin-top: 5px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
#register-class-popup .percentage-value, #become-teacher-popup .percentage-value, #become-seller-popup .percentage-value {
  position: relative;
}
#register-class-popup .percentage-value span, #become-teacher-popup .percentage-value span, #become-seller-popup .percentage-value span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #075D61;
  font-size: 14px;
}

#enrollment-popup {
  max-width: 479px;
}
@media (max-width: 575px) {
  #enrollment-popup {
    max-width: 94%;
  }
}

#become-teacher-popup, #become-seller-popup {
  max-width: 705px;
}

/* Ensure country dropdown appears above popup - allow phone number container to overflow */
#become-teacher-popup .phone-number {
  overflow: visible !important;
  position: relative;
}

#become-teacher-popup .phone-number .iti {
  overflow: visible !important;
}

/* File Upload Styling */
.file-upload-wrapper {
  width: 100%;
}

.file-upload-display {
  width: 100%;
  height: 104px;
  max-width: 645px;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-align: center;
  padding: 15px 20px;
}

.file-upload-display:hover {
  border-color: #4A90E2;
}

.upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  cursor: pointer;
}

.upload-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.upload-text {
  color: #075D61;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease;
  margin-top: 2px;
  cursor: default;
}

.file-upload-display:hover .upload-text {
  color: #0066B2;
}

/* Notification animations */
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.notification-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.notification-close {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-close:hover {
  opacity: 0.8;
}

/* Form error message styling */
.form-error-message {
  margin-top: 15px;
  padding: 12px 16px;
  background: #ffebee;
  border: 1px solid #f44336;
  border-radius: 8px;
  color: #d32f2f;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  display: none;
}

.form-error-message span {
  display: block;
  font-weight: 500;
}

/* Form message styling for become seller form */
.form-message {
  margin-top: 15px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  display: none;
}

.form-message.success {
  color: #565051;
}

.form-message.error {
  color: red;
}

/* Membership confirmation message specific styling */
#membership-confirmation-message {
  font-size: 14px;
  padding: 8px 0;
  margin-top: 10px;
  margin-bottom: 0;
  min-height: 0;
  line-height: 1.4;
}

#membership-confirmation-message:empty {
  display: none !important;
}

/* Photo preview styles */
.photo-preview-container {
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  max-height: none;
  overflow: visible;
}


.become-host-row .photo-preview-container {
  width: 100%;
}

.photo-preview-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.photo-preview-item:hover {
  background: #F8F9FA;
  border-color: #CED4DA;
}

.photo-file-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #333;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}

.photo-delete-btn {
  flex-shrink: 0;
  background: #DC3545;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}

.photo-delete-btn:hover {
  background: #C82333;
  transform: scale(1.05);
}

.photo-delete-btn svg {
  width: 12px;
  height: 12px;
}

/* Review star rating styles */
.review-star {
  font-size: 32px;
  color: #D9D9D9;
  transition: color 0.2s ease;
  user-select: none;
}
.review-star.active,
.review-star:hover {
  color: #FFC013;
}
.review-star-display {
  font-size: 20px;
  color: #FFC013;
  margin-right: 3px;
}

/* Store review popup should appear above order details popup */
#store-review-popup {
  z-index: 10001 !important;
}
#store-review-overlay {
  z-index: 10000 !important;
}

/* Review form label and field alignment */
#store-review-form .become-host-row label {
  font-size: 14px;
  font-weight: 500;
  color: #242A2E;
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
}

#store-review-form .become-host-row {
  align-items: flex-start;
}

#store-review-form #review-rating-stars {
  display: flex;
  gap: 5px;
  cursor: pointer;
  align-items: center;
  flex: 1;
}

/* Form message styling for review form */
#store-review-message {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 12px 0 !important;
  text-align: center !important;
  font-size: 14px !important;
  min-height: auto !important;
}

#store-review-message.success {
  color: #28a745 !important;
}

#store-review-message.error {
  color: #dc3545 !important;
}

/*# sourceMappingURL=become-host-popup.css.map */
