

.wtbm_registrationContainer {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 20px;
    gap: 40px;
    min-height: 100vh;
}



.wtbm_registrationMainContent {
    flex: 1;
    /*background: rgba(30, 41, 59, 0.8);*/
    backdrop-filter: blur(20px);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wtbm_registrationSidebar {
    width: 420px;
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: fit-content;
    position: sticky;
    top: 40px;
}

.wtbm_adminRegistrationSidebar {
    width: 100%;
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: fit-content;
    position: sticky;
    top: 40px;
}

.wtbm_booking_date_section {
    margin-bottom: 40px;
}

.wtbm_booking_date_section_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #f8fafc;
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.wtbm_booking_date_date_card {
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    padding: 15px 0px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    min-width: 90px;
    backdrop-filter: blur(10px);
    width: 12%;
}

.wtbm_booking_date_date_card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(168, 85, 247, 0.4);
    border-color: rgba(168, 85, 247, 0.5);
}

.wtbm_booking_date_date_card.active {
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 20px 25px -5px rgba(168, 85, 247, 0.4);
}

.wtbm_booking_date_date_card .day {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
}

.wtbm_booking_date_date_card .date {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
}

.wtbm_booking_date_date_card .month {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
}

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

.wtbm_booking_movie_card {
    background: rgba(51, 65, 85, 0.6);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(148, 163, 184, 0.2);
    backdrop-filter: blur(10px);
    width: calc(33% - 20px);
}

.wtbm_booking_movie_card:hover {
    transform: translateY(1px) scale(1.02);
    box-shadow: 0 25px 50px rgba(168, 85, 247, 0.3);
    border-color: rgba(168, 85, 247, 0.5);
}

.wtbm_booking_movie_card.selected {
    border-color: #a855f7;
    transform: translateY(-3px);
    box-shadow: 0 25px 50px rgba(168, 85, 247, 0.4);
}

.wtbm_booking_movies_poster {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #6366f1, #a855f7, #06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    position: relative;
    font-size: 48px;
}
.wtbm_booking_movies_poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wtbm_booking_movies_info {
    padding:10px;
    text-align: left;
}

.wtbm_booking_movies_title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #f8fafc;
    font-size: 16px;
}

.wtbm_booking_movies_details {
    font-size: 14px;
    color: #fff;
}

.purchase-info{
    margin-top: 15px; 
    font-size: 12px; 
    color: #fff; 
    text-align: center;
}

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

.wtbm_hallCard {
    background: rgba(51, 65, 85, 0.5);
    border-radius:10px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wtbm_hallCard:hover {
    box-shadow: 0 20px 25px -5px rgba(168, 85, 247, 0.3);
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-4px);
}

.wtbm_hallName {
    font-weight: 600;
    font-size: 20px;
    color: #f8fafc;
}

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

.wtbm_timeSlot {
    background: rgba(71, 85, 105, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    color: #e2e8f0;
    backdrop-filter: blur(10px);
}

.wtbm_timeSlot:hover {
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.3);
}

.wtbm_timeSlot.selected {
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.4);
}

.wtbm_seat_map {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.screen {
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    color: white;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wtbm_SeatsGrid {
    display: flex;
    gap: 10px;
    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;
}

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

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

.wtbm_registrationSummaryCard {
    background: rgba(51, 65, 85, 0.5);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.summary-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #f8fafc;
}

.wtbm_registrationSummaryItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 0;
    color: #e2e8f0;
}

.wtbm_registrationSummaryItem:last-child {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    padding-top: 20px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #f8fafc;
}

.booking-form {
    margin-top: 24px;
}
.booking-form h3,.summary-title{
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#wtbm_selectedMovieDisplay{
    background-color: #059669;
    padding:10px;
    border-radius: 5px;
}
.selected-movie{
    background-size: cover;
    background-position: center center;
    padding: 50px;
}
#wtbm_movieName,#wtbm_movieDuration{
    color:#fff;
}
.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #e2e8f0;
    font-size: 14px;
}

.form-input {
    width: 100%;
    padding: 16px 10px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(71, 85, 105, 0.5);
    color: #e2e8f0;
    backdrop-filter: blur(10px);
}

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

.form-input:focus {
    outline: none;
    border-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.purchase-btn {
    width: 100%;
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    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 rgba(168, 85, 247, 0.4);
}

.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_movieActive{
    border: 2px solid #fff;
}

/* 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;
}

