/* /Shared/BaseLayout.razor.rz.scp.css */
.page[b-90jtq1qgft] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-90jtq1qgft] {
    flex: 1;
}

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

.top-row[b-90jtq1qgft] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-90jtq1qgft]  a, .top-row[b-90jtq1qgft]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-90jtq1qgft]  a:hover, .top-row[b-90jtq1qgft]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-90jtq1qgft]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-90jtq1qgft] {
        display: none;
    }

    .top-row.auth[b-90jtq1qgft] {
        justify-content: space-between;
    }

    .top-row[b-90jtq1qgft]  a, .top-row[b-90jtq1qgft]  .btn-link {
        margin-left: 0;
    }
}

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

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

    .top-row[b-90jtq1qgft] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-90jtq1qgft]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-90jtq1qgft], article[b-90jtq1qgft] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.page-footer[b-90jtq1qgft] {
    background-color: #333;
    color: #ddd;
    font-size: 0.9rem;
    margin-top: 50px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-l5l13xwiog] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l5l13xwiog] {
    flex: 1;
}

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

.top-row[b-l5l13xwiog] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l5l13xwiog]  a, .top-row[b-l5l13xwiog]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l5l13xwiog]  a:hover, .top-row[b-l5l13xwiog]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l5l13xwiog]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-l5l13xwiog] {
        display: none;
    }

    .top-row.auth[b-l5l13xwiog] {
        justify-content: space-between;
    }

    .top-row[b-l5l13xwiog]  a, .top-row[b-l5l13xwiog]  .btn-link {
        margin-left: 0;
    }
}

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

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

    .top-row[b-l5l13xwiog] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l5l13xwiog]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l5l13xwiog], article[b-l5l13xwiog] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dodl86a7u5] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-dodl86a7u5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PleaseContactUs.razor.rz.scp.css */
body[b-05eijdnfqx] {
    font-family: Arial, sans-serif;
    background-color: #222;
    color: #eee;
    line-height: 1.5;
}

.container[b-05eijdnfqx] {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.hero-section[b-05eijdnfqx] {
    background: #111;
    padding: 50px;
}

.hero-section h1[b-05eijdnfqx] {
    color: #66d9ff;
}

.hero-section p[b-05eijdnfqx] {
    color: #ddd;
}

.hero-section img[b-05eijdnfqx] {
    max-width: 100%;
    height: auto;
}

.btn-primary[b-05eijdnfqx] {
    background-color: #66d9ff;
    color: #111;
    border: none;
    text-decoration: none;
    transition: background-color 0.2s;
}

.btn-primary:hover[b-05eijdnfqx], .btn-primary:focus[b-05eijdnfqx] {
    background-color: #9df3ff;
    color: #111;
}

#contact[b-05eijdnfqx] {
    color: #ddd;
}

#contact .form-control[b-05eijdnfqx] {
    background-color: #333;
    border: none;
    color: #ddd;
}

.text-area-custom[b-05eijdnfqx] {
    height: 120px;
}

.submit-btn[b-05eijdnfqx] {
    background-color: #66d9ff;
    color: #111;
    border: none;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.submit-btn:hover[b-05eijdnfqx], .submit-btn:focus[b-05eijdnfqx] {
    background-color: #9df3ff;
    color: #111;
}

#contact h2[b-05eijdnfqx] {
    color: #66d9ff;
}

.form-group label[b-05eijdnfqx] {
    color: #222;
    background-color: #ddd;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px; /* Added this line */
}

.form-control[b-05eijdnfqx] {
    background-color: #ddd;
    color: #222;
}
