/* _content/Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand[b-x12e99zfhl] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-x12e99zfhl] {
    color: #0077cc;
}

.btn-primary[b-x12e99zfhl] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-x12e99zfhl], .nav-pills .show > .nav-link[b-x12e99zfhl] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-x12e99zfhl] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-x12e99zfhl] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-x12e99zfhl] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-x12e99zfhl] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-x12e99zfhl] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.sidebar[b-x12e99zfhl] {
    width: 75px;
    min-height: 100vh;
    background: #4e73df;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

    .sidebar i[b-x12e99zfhl] {
        color: white;
        font-size: 22px;
        margin: 20px 0;
        cursor: pointer;
        transition: 0.2s;
    }

        .sidebar i:hover[b-x12e99zfhl] {
            transform: scale(1.2);
        }

.topbar[b-x12e99zfhl] {
    background: white;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.topbar-title[b-x12e99zfhl] {
    font-weight: 800;
    color: #4e73df;
    font-size: 32px;
}

.topbar-icons i[b-x12e99zfhl] {
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.main-content[b-x12e99zfhl] {
    flex-grow: 1;
}

.page-container[b-x12e99zfhl] {
    padding: 30px;
}

.dashboard-card[b-x12e99zfhl] {
    border: none;
    border-radius: 15px;
    transition: 0.2s;
    background: white;
}

    .dashboard-card:hover[b-x12e99zfhl] {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

    .dashboard-card img[b-x12e99zfhl] {
        height: 110px;
        object-fit: contain;
    }

.dashboard-btn[b-x12e99zfhl] {
    background: #4e73df;
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 14px;
}
