@import '_content/BoleteriaCore.Razors/BoleteriaCore.Razors.r764lrn66m.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a63ckz5lsv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a63ckz5lsv] {
    flex: 1;
}

.sidebar[b-a63ckz5lsv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a63ckz5lsv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a63ckz5lsv]  a, .top-row[b-a63ckz5lsv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a63ckz5lsv]  a:hover, .top-row[b-a63ckz5lsv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a63ckz5lsv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a63ckz5lsv] {
        justify-content: space-between;
    }

    .top-row[b-a63ckz5lsv]  a, .top-row[b-a63ckz5lsv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a63ckz5lsv] {
        flex-direction: row;
    }

    .sidebar[b-a63ckz5lsv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a63ckz5lsv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a63ckz5lsv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a63ckz5lsv], article[b-a63ckz5lsv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a63ckz5lsv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-a63ckz5lsv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u6nw4tu3qe],
.components-reconnect-repeated-attempt-visible[b-u6nw4tu3qe],
.components-reconnect-failed-visible[b-u6nw4tu3qe],
.components-pause-visible[b-u6nw4tu3qe],
.components-resume-failed-visible[b-u6nw4tu3qe],
.components-rejoining-animation[b-u6nw4tu3qe] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-retrying[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-failed[b-u6nw4tu3qe],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u6nw4tu3qe] {
    display: block;
}


#components-reconnect-modal[b-u6nw4tu3qe] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-u6nw4tu3qe 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u6nw4tu3qe 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u6nw4tu3qe 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u6nw4tu3qe]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u6nw4tu3qe 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u6nw4tu3qe {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u6nw4tu3qe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u6nw4tu3qe {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u6nw4tu3qe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u6nw4tu3qe] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u6nw4tu3qe] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u6nw4tu3qe] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u6nw4tu3qe] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u6nw4tu3qe] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u6nw4tu3qe] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u6nw4tu3qe 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u6nw4tu3qe] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u6nw4tu3qe {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Administracion/Administracion.razor.rz.scp.css */
.button.extra-large[b-oput8mp6nj] {
    min-width: 20%;
}
    .button.extra-large span[b-oput8mp6nj] {
        font-size: 15px;
        color: #626b72;
    }

@media (max-width: 768px) {
    .button.extra-large[b-oput8mp6nj] {
        min-width: 100%;
    }
}
/* /Components/Pages/Carrito.razor.rz.scp.css */
.modal-pago-overlay[b-syumudo0sy] {
    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-syumudo0sy] {
    display: flex;
}

/* modal-pago Container */
.modal-pago[b-syumudo0sy] {
    max-width: 520px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    max-height: 99dvh;
    overflow-y: auto;
}

/* modal-pago Content */
.modal-pago-content h2[b-syumudo0sy] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 1.5rem;
    text-align: center;
}

.modal-pago-content p[b-syumudo0sy] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Buttons */
.modal-pago-buttons[b-syumudo0sy] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-pagar[b-syumudo0sy] {
    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-syumudo0sy] {
    background: var(--second-color);
    transform: translateY(-1px);
}

.btn-volver[b-syumudo0sy] {
    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-syumudo0sy] {
    border-color: var(--main-color);
    background: #f8fbff;
}
/* /Components/Pages/EventoComponent.razor.rz.scp.css */
.text-wrapper>iframe[b-tb9y64pbt0] {
    width: 100%;
}


.horarios-header.placeholder[b-tb9y64pbt0] {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.horarios-header.placeholder .horarios-title[b-tb9y64pbt0],
.horarios-header.placeholder .horarios-subtitle[b-tb9y64pbt0] {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: transparent;
}

.horarios-date-group.placeholder[b-tb9y64pbt0] {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.horarios-date-group.placeholder .horarios-date-title[b-tb9y64pbt0] {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: transparent;
    width: 150px;
    height: 24px;
}

.horario-card.placeholder[b-tb9y64pbt0] {
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.horario-card.placeholder .horario-card__time[b-tb9y64pbt0],
.horario-card.placeholder .horario-card__description[b-tb9y64pbt0] {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: transparent;
}

.horario-card.active[b-tb9y64pbt0] {
    border: 2px solid var(--main-color);
}

.reserva-select:disabled[b-tb9y64pbt0] {
    color: #999;
    font-style: italic;
    background-color: #f0f0f0;
    cursor: default;

}


#videos > iframe[b-tb9y64pbt0] {
    width: -webkit-fill-available;
    width: -moz-available;
    min-height: 420px;
    border-radius: 5px;
    margin: 5px 20px;
}

#videos > iframe:last-child[b-tb9y64pbt0] {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {

    #videos > iframe[b-tb9y64pbt0] {
        min-height: 188px;
    }
}
