body{
    color: var(--mptrs_color_d);
}
.wtbm_registrationContainer {
    display: flex;
    flex-direction: column;
    gap:10px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 100vh;
}

.wtbm_registrationMainContent {
    background-color: #fff;
    border-radius: 10px;
    padding:0;
    width: 100%;
}

.section-title{
    font-size: .875rem; 
    margin:15px 0; 
    color: #71717b;
    font-weight: 500;
    text-transform: uppercase;
}

.wtbm_registrationSidebar {
    width: auto;
    background: #fff;
    border: 1px solid  #e9d4ff;
    border-radius:10px;
    padding:15px;
    height: fit-content;
    position: sticky;
    top: 40px;
}

.wtbm_singleRegistrationSidebar {
    width: 100%;
    background: var(--mptrs_color_theme_11);
    border: 1px solid var(--mptrs_color_theme);
    border-radius:10px;
    padding:15px;
    height: fit-content;
    position: sticky;
    top: 40px;
}


.wtbm_booking_date_section,.wtbm_movieSection {
    margin-bottom: calc(.25em * 12 );
}



.wtbm_booking_date_date_selector {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.wtbm_single_movie_booking_date{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wtbm_booking_date_date_card {
    background:#faf5ff;
    border: 1px solid  transparent;
    border-radius:.625rem;
    padding:15px 25px;
    cursor: pointer;
    box-shadow: 0 2px 0px #ddd;
    text-align: center;
    color: #59168b;
}

.wtbm_booking_date_date_card:hover {
    border: 1px solid  var(--mptrs_color_theme);
    box-shadow: 0 2px 5px var(--mptrs_color_theme_66);
}

.wtbm_booking_date_date_card.active {
    background: var(--mptrs_color_theme);
    border: 1px solid  var(--mptrs_color_theme);
    color: var(--mptrs_color_theme_alter);
    box-shadow: 0 3px 6px var(--mptrs_color_theme_ee);
}

.wtbm_booking_date_date_card .day {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500;
    
}

.wtbm_booking_date_date_card .date {
    font-size:1.5rem;
    font-weight: 600;
    margin: 5px 0;
}

.wtbm_booking_date_date_card .month {
    font-size: .75rem;
    font-weight: 500;

}

.wtbm_booking_movies_grid {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}

.wtbm_booking_movie_card {
    border-radius:5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(148, 163, 184, 0.0);
    backdrop-filter: blur(10px);
    width:125px;
    transition: transform 0.15s cubic-bezier(.4, 0, .2, 1);
}
.wtbm_booking_movie_card:hover  {
    transform: translateY(-4px);
}

.wtbm_booking_movies_poster {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mptrs_color_theme);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.wtbm_booking_movies_poster::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-image: linear-gradient(to top, #000, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.wtbm_movieActive .wtbm_booking_movies_poster::after,
.wtbm_booking_movie_card:hover .wtbm_booking_movies_poster::after {
    opacity: 1;
}
.wtbm_booking_movies_poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.wtbm_booking_movies_poster .slected-moive{
    display: none;
}

.wtbm_movieActive .wtbm_booking_movies_poster .slected-moive{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: var(--mptrs_color_theme_alter);
    background: var(--mptrs_color_theme);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wtbm_booking_movies_info {
    padding:5px;
    text-align: left;
    color: var(--mptrs_color_d);
}

.wtbm_booking_movies_title {
    font-weight: normal;
    margin-bottom:3px;
    font-size: 14px;
    line-height: 1.15;
}

.wtbm_booking_movies_details {
    font-size: 12px;
}

.purchase-info{
    margin-top: 15px; 
    font-size: 12px; 
    color: var(--mptrs_color_d);
    text-align: center;
}

.halls-list {
    display: grid;
    gap: 15px;
}

.wtbm_hallCard {
    display: flex;
    gap:40px;
    justify-content: start;
    align-items: center;
}
.wtbm_hallName{

  display: inline-block;
  background: #6a1b9a;
  color: #fff;
  padding: 10px 25px 10px 15px;
  font-weight: 600;
  font-size: 16px;
  clip-path: polygon(
    0 0,
    85% 0,
    100% 50%,
    85% 100%,
    0 100%
  );

}


.wtbm_timeSlots {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wtbm_timeSlot, .wtbm_single_timeSlot {
    background:#faf5ff;
    border-radius:5px;
    padding:10px 20px;
    cursor: pointer;
    color: oklch(38.1% .176 304.987);
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.5s ;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wtbm_timeSlot:hover {
    background:oklch(94.6% .033 307.174);
    border-color: transparent;
    transform: translateY(-4px);
}

.wtbm_timeSlot.selected {
    background:var(--mptrs_color_theme);
    color: var(--mptrs_color_theme_alter);
    border-color: transparent;
    box-shadow: 0 2px 15px var(--mptrs_color_theme_77);
}

.wtbm_single_timeSlot:hover {
    background:var(--mptrs_color_theme);
    color: var(--mptrs_color_theme_alter);
    border-color: transparent;
    box-shadow: 0 2px 15px var(--mptrs_color_theme_77);
}

.wtbm_single_timeSlot.selected {
    background:var(--mptrs_color_theme);
    color: var(--mptrs_color_theme_alter);
    border-color: transparent;
    box-shadow: 0 2px 15px var(--mptrs_color_theme_77);
}

.wtbm_seat_map {
    background: var(--mptrs_color_theme_alter);
    border-radius:5px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid var(--mptrs_color_theme_77);
}
.wtbm_hallSection{
    margin-bottom: calc(.25em * 12 );
}
.wtbm_seat_loader{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf5ff;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    border-radius: 10px;
}
.seat-generating-area{
    position: relative;
}
.screen {
    background: var(--mptrs_color_theme_44);
    color: var(--mptrs_color_theme);
    padding:5px;
    margin-bottom: 20px;
    font-size: 16px;
}

.wtbm_SeatsGrid {
    display: flex;
    gap: 10px;
    padding:20px;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
}

.seat-row {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.row-label {
    width: 32px;
    font-weight: 600;
    color: #94a3b8;
}

.seat {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.seat.available {
    background: #10b981;
    color: white;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.seat.available:hover {
    background: #059669;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
}

.seat.selected {
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    color: white;
    transform: scale(1.15);
    box-shadow: 0 5px 15px rgba(168, 85, 247, 0.5);
    border: 1px solid rgba(168, 85, 247, 0.7);
}

.seat.occupied {
    background: #ef4444;
    color: white;
    cursor: not-allowed;
    border: 1px solid rgba(239, 68, 68, 0.5);
}

.seat-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 10px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

.wtbm_registrationSummaryCard {

    backdrop-filter: blur(10px);
    color:#333;
}

.summary-title {
    font-size: 20px;
    margin-bottom:10px;
    color: #151515;
}

.wtbm_registrationSummaryItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding:5px 0;
    margin: 10px 0;
    font-weight: 500;
    color: oklch(44.2% .017 285.786);
}
.wtbm_registrationSummaryItem i{
    color: #b0b0b0;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.wtbm_registrationSummaryItem span:last-child{
    color: oklch(21% .006 285.885);
    font-weight: 500;
}
.booking-summary-title{
    font-weight: 600;
    font-size: 1.125rem;
    color: oklch(21% .006 285.885);
}

.wtbm_totalPriceSymbol{
    color: oklch(21% .006 285.885);
    font-weight: 600;
}
.selected-movie{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    border-radius: 8px;
    margin: 10px 0;
}
.selected-movie img{
    width: 80px;
    height: 112px;
    object-fit: cover;
    border-radius: 5px;
}
#wtbm_movieName{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
#wtbm_movieName,
#wtbm_movieDuration{
    color: oklch(21% .006 285.885);
}

#wtbm_movieDuration{
    font-size: .875rem;
    color:oklch(44.2% .017 285.786);
}

.form-group {
    margin-bottom: 10px;
}

.form-label {
    display: block;
    margin-bottom:5px;
    font-weight: normal;
    color: var(--mptrs_color_d);
    font-size: 14px;
}

.booking-form {
    margin-top: 24px;
}
.booking-form .form-input{
    width: 100%;
    padding:10px;
    margin:5px 0;
    background-color: #f8f8f8;
    border: 1px solid var(--mptrs_color_theme_66);
    border-radius:5px;
    font-size:14px;
    transition: all 0.3s ease;
    color: var(--mptrs_color_d);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
} 

.form-input::placeholder {
    color: #94a3b8;
}

.form-input:focus {
    outline: none;
    border-color: var(--mptrs_color_theme);
    box-shadow: 0 0 0 3px var(--mptrs_color_theme_33);
}

.purchase-btn {
    width: 100%;
    background: var(--mptrs_color_theme);
    color: var(--mptrs_color_theme_alter);
    border: none;
    padding:10px;
    border-radius:5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.purchase-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px var(--mptrs_color_theme_33);
}

.purchase-btn:disabled {
    background: rgba(71, 85, 105, 0.5);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.hidden {
    display: none;
}

.step-indicator {
    display: none;
}

.wtbm_booking_movie_card.wtbm_movieActive{
    /* border: 2px solid var(--mptrs_color_theme); */
}

/* Popup background */
.wtbm_welcome_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
/* Popup box */
.wtbm_welcome_popup_content {
    display: block;
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in-out;
}
/* Close button */
.wtbm_pa_close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.wtbm_pa_close:hover {
    color: #0073aa;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.wtbm_welcome_card {
    background: #fff;
    border-radius: 15px;
    max-width: 450px;
    font-family: 'Arial', sans-serif;
}
.wtbm_welcome_header {
    text-align: center;
    color: #0073aa;
    margin-top: 0;
}
.wtbm_welcome_movie {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff6600;
}
.wtbm_welcome_theater,
.wtbm_welcome_datetime,
.wtbm_welcome_total {
    margin: 5px 0;
    font-size: 16px;
}
.wtbm_welcome_seats {
    margin: 10px 0;
}
.wtbm_welcome_seat {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.wtbm_welcome_total {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

.wtbm_selected_seat_floating {
    position: absolute;
    z-index: 9999;
    /*background: #3498db;*/
    color: white;
    padding: 10px;
    border-radius: 6px;
}

.mptbm_container {
    background: linear-gradient(black, darkblue);
    color: white;
    text-align: center;
    padding: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mptbm_status {
    color: red;
    font-size: 32px;
    margin-top: 20px;
}
.mptbm_release_date {
    font-size: 20px;
    margin-top: 10px;
}
h1.wp-block-post-title {
    text-align: left;
}
.wp-theme-twentytwentythree h1.wp-block-post-title {
    max-width: 1400px;
}
@media (max-width:540px) {
    .wtbm_hallCard{
        flex-direction: column;
    }
    .wtbm_hallName{
        text-align: center;
        clip-path: none;
        padding: 10px 15px;
    }
    .wtbm_booking_movies_poster {
        height: 230px;
    }
    .wtbm_booking_movie_card {
        width: 155px;
    }

}
@media (min-width:768px) {
    .wtbm_registrationContainer{
        flex-direction: row;
    }
    .wtbm_registrationMainContent {
        width: calc(100% - 320px);
        padding: 15px;
    }
    .wtbm_registrationSidebar {
        width: 320px;
    }
}
