/* /Pages/SplashScreen.razor.rz.scp.css */
.logo img[b-y55yrajhpv] {
    max-width: 150px;
    margin-bottom: 30px
}

.logo h3[b-y55yrajhpv] {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.splash-container[b-y55yrajhpv] {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.button-board[b-y55yrajhpv] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.button[b-y55yrajhpv] {
    text-decoration: none;
    background-color: #EC1C24;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: background-color 0.3s;
    width: 500px;
}

    .button:hover[b-y55yrajhpv] {
        background-color: #c51b20;
    }

    .button span[b-y55yrajhpv] {
        display: flex;
        align-items: center;
    }

.title[b-y55yrajhpv] {
    font-size: 32px;
    font-weight: bolder;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.arrow-left[b-y55yrajhpv]::before {
    content: '←';
    margin-right: 10px;
}

.arrow-right[b-y55yrajhpv]::after {
    content: '→';
    margin-left: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ngy6sx28tw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ngy6sx28tw] {
    flex: 1;
}

.sidebar[b-ngy6sx28tw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ngy6sx28tw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ngy6sx28tw]  a, .top-row[b-ngy6sx28tw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ngy6sx28tw]  a:hover, .top-row[b-ngy6sx28tw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ngy6sx28tw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ngy6sx28tw] {
        display: none;
    }

    .top-row.auth[b-ngy6sx28tw] {
        justify-content: space-between;
    }

    .top-row[b-ngy6sx28tw]  a, .top-row[b-ngy6sx28tw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ngy6sx28tw] {
        flex-direction: row;
    }

    .sidebar[b-ngy6sx28tw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ngy6sx28tw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ngy6sx28tw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ngy6sx28tw], article[b-ngy6sx28tw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
