@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root[b-67gs5ed615] {
    --icon-grey: #9CA3AF;
    --grey-500: #6B7280;
    --bs-nav-pills-link-active-bg: #F3F4F6;
}
/* 
.header-bar {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-shrink: 0;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.logo {
    display: flex;
    height: 64px;
    padding: 0px 8px;
    align-items: center;
    justify-content: center;
    width: 172px;
}

.avatar {
    height: 48px;
    padding: 0px 22px;
}

.main-area {
    display: flex;
    flex-direction: row;
    min-height: calc(100% - 64px);
}

.sidebar {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
   
    color: var(--bs-gray-600);
    background-color: white;
    padding: 13px 8px;
    border-right: 1px solid var(--bs-gray-200);

    font-family: 'Inter', sans-serif;
}
 */


a.navbar-brand[b-67gs5ed615] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-67gs5ed615] {
    color: #0077cc;
}

.btn-primary[b-67gs5ed615] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.icon[b-67gs5ed615] {
    margin-left: 0px;
}


.border-top[b-67gs5ed615] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-67gs5ed615] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-67gs5ed615] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-67gs5ed615] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-67gs5ed615] {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
}
