@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Pages/Reservas.razor.rz.scp.css */
.side-btn[b-fwvpry7qwz] {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 1050;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#videoContainer[b-fwvpry7qwz] {
    position: fixed;
    top: 50px;
    bottom: 50px;
    right: -100%;
    max-width: 75vw;
    width: 100%;
    height: calc(100vh - 100px);
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 1040;
    display: flex;
    justify-content: center;
    align-items: center;
}

#videoContainer[data-visible="true"][b-fwvpry7qwz] {
    right: 80px;
    opacity: 1;
}


#videoContainer.show[b-fwvpry7qwz] {
    right: 80px;
    opacity: 1;
}

.short-wrapper[b-fwvpry7qwz] {
    position: relative;
    width: auto;
    height: 100%;
    aspect-ratio: 9 / 16;
    max-width: 100%;
    max-height: 100%;
}

.short-wrapper iframe[b-fwvpry7qwz] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2b2goa0w5w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-2b2goa0w5w] {
    flex: 1;
}

.sidebar[b-2b2goa0w5w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2b2goa0w5w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
}

@media (min-width: 641px) {
    .page[b-2b2goa0w5w] {
        flex-direction: row;
    }

    .sidebar[b-2b2goa0w5w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main > div[b-2b2goa0w5w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i5bt5ufeyp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i5bt5ufeyp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i5bt5ufeyp] {
    font-size: 1.1rem;
}

.oi[b-i5bt5ufeyp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i5bt5ufeyp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i5bt5ufeyp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i5bt5ufeyp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i5bt5ufeyp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i5bt5ufeyp]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i5bt5ufeyp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i5bt5ufeyp] {
        display: none;
    }

    .collapse[b-i5bt5ufeyp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
