@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/RakatLink5/Components/Account/Pages/Login.Razor.rz.scp.css */
.bsb-btn-xl[b-2x0nt1v54e] {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-xl[b-2x0nt1v54e] {
        --bs-btn-font-size: 1.35rem
    }
}

.bsb-btn-2xl[b-2x0nt1v54e] {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-2xl[b-2x0nt1v54e] {
        --bs-btn-font-size: 1.45rem
    }
}

.bsb-btn-3xl[b-2x0nt1v54e] {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-3xl[b-2x0nt1v54e] {
        --bs-btn-font-size: 1.55rem
    }
}

.bsb-btn-4xl[b-2x0nt1v54e] {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-4xl[b-2x0nt1v54e] {
        --bs-btn-font-size: 1.65rem
    }
}

.bsb-btn-5xl[b-2x0nt1v54e] {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-5xl[b-2x0nt1v54e] {
        --bs-btn-font-size: 1.75rem
    }
}
/* _content/RakatLink5/Components/Layout/ISidebar.razor.rz.scp.css */
.sidebar[b-rgn509zgph] {
    /*background-image: linear-gradient(180deg, #3e3463 0%, #2a5670 70%);*/
    background-color: #e55353;
    background-image: linear-gradient(0deg, #e55353 0%, #d14d4d 90%);
}
.sidebar-box[b-rgn509zgph] {    
    /*overflow-y: scroll;*/
}
/* _content/RakatLink5/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yb85kz3fpj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yb85kz3fpj] {
    flex: 1;
}

.sidebar[b-yb85kz3fpj] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #dfa375;
    background-image: linear-gradient(180deg, #dfa375 0%, #c58e7f 74%);
}

.top-row[b-yb85kz3fpj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yb85kz3fpj]  a, .top-row[b-yb85kz3fpj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yb85kz3fpj]  a:hover, .top-row[b-yb85kz3fpj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yb85kz3fpj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yb85kz3fpj] {
        justify-content: space-between;
    }

    .top-row[b-yb85kz3fpj]  a, .top-row[b-yb85kz3fpj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yb85kz3fpj] {
        flex-direction: row;
    }

    .sidebar[b-yb85kz3fpj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yb85kz3fpj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yb85kz3fpj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yb85kz3fpj], article[b-yb85kz3fpj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/RakatLink5/Components/Pages/Front/Index.razor.rz.scp.css */
.feature[b-eatxvw21ng] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
