@import '_content/BoleteriaCore.Razors/BoleteriaCore.Razors.5716r1g0ss.bundle.scp.css';

/* /Components/Cards/EventoComponent.razor.rz.scp.css */
.text-wrapper>iframe[b-bv48t3eejx] {
    width: 100%;
}


.horarios-header.placeholder[b-bv48t3eejx] {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.horarios-header.placeholder .horarios-title[b-bv48t3eejx],
.horarios-header.placeholder .horarios-subtitle[b-bv48t3eejx] {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: transparent;
}

.horarios-date-group.placeholder[b-bv48t3eejx] {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.horarios-date-group.placeholder .horarios-date-title[b-bv48t3eejx] {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: transparent;
    width: 150px;
    height: 24px;
}

.horario-card.placeholder[b-bv48t3eejx] {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.horario-card.placeholder .horario-card__time[b-bv48t3eejx],
.horario-card.placeholder .horario-card__description[b-bv48t3eejx] {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: transparent;
}

.horario-card.active[b-bv48t3eejx] {
    border: 2px solid var(--main-color);
}

.reserva-select:disabled[b-bv48t3eejx] {
    color: #999;
    font-style: italic;
    background-color: #f0f0f0;
    cursor: default;

}


#videos > iframe[b-bv48t3eejx] {
    width: -webkit-fill-available;
    width: -moz-available;
    min-height: 420px;
    border-radius: 5px;
    margin: 5px 20px;
}

#videos > iframe:last-child[b-bv48t3eejx] {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {

    #videos > iframe[b-bv48t3eejx] {
        min-height: 188px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Pages/Carrito.razor.rz.scp.css */
.modal-pago-overlay[b-8fnp2v605z] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-pago-overlay.active[b-8fnp2v605z] {
    display: flex;
}

/* modal-pago Container */
.modal-pago[b-8fnp2v605z] {
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
}

/* modal-pago Content */
.modal-pago-content h2[b-8fnp2v605z] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 1.5rem;
    text-align: center;
}

.modal-pago-content p[b-8fnp2v605z] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Buttons */
.modal-pago-buttons[b-8fnp2v605z] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-pagar[b-8fnp2v605z] {
    width: 100%;
    padding: 1.2rem;
    background: var(--main-color);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.btn-pagar:hover[b-8fnp2v605z] {
    background: var(--second-color);
    transform: translateY(-1px);
}

.btn-volver[b-8fnp2v605z] {
    width: 100%;
    padding: 1.2rem;
    background: white;
    color: #333;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.btn-volver:hover[b-8fnp2v605z] {
    border-color: var(--main-color);
    background: #f8fbff;
}
/* /Pages/Login.cshtml.rz.scp.css */
.ng-main-area[b-ywn69c976z] {
    padding: 40px 0 10px;
}

body[b-ywn69c976z] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ng-full-height[b-ywn69c976z],
.ng-full-height > div[b-ywn69c976z] {
    flex: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

button.btn.ngstyle-btn-dark[b-ywn69c976z] {
    width: 100%;
}
