/* /Pages/Components/Footer.razor.rz.scp.css */
.footer[b-hlzcvzh7k1] {
    position: relative !important;
    background-color: #022340 !important;
    width: 100%;
    bottom: 0;
    left: 0;
}



    .footer .heading[b-hlzcvzh7k1] {
        max-width: 1010px;
        width: 90%;
        text-transform: uppercase;
        margin: 0 auto;
        margin-bottom: 3rem;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    }

    .footer .content[b-hlzcvzh7k1] {
        display: flex;
        justify-content: space-evenly;
        margin: 1.5rem;
    }

        .footer .content p[b-hlzcvzh7k1] {
            margin-bottom: 1.3rem;
            color: rgba(0, 0, 0, 0.829);
        }

        .footer .content a[b-hlzcvzh7k1] {
            text-decoration: none;
            color: rgb(0, 0, 0, 0.829);
        }

            .footer .content a:hover[b-hlzcvzh7k1] {
                border-bottom: 1px solid rgba(0, 0, 0, 0.829);
            }

        .footer .content h4[b-hlzcvzh7k1] {
            margin-bottom: 1.3rem;
            font-size: 19px;
        }

footer[b-hlzcvzh7k1] {
    text-align: center !important;
    margin-bottom: 2rem !important;
}

    footer hr[b-hlzcvzh7k1] {
        margin: 2rem 0 !important;
    }

@media (max-width: 767px) {
    .footer .content[b-hlzcvzh7k1] {
        display: flex !important;
        flex-direction: column !important;
        font-size: 14px !important;
    }

    .footer[b-hlzcvzh7k1] {
        position: unset;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer .content[b-hlzcvzh7k1],
    .footer[b-hlzcvzh7k1] {
        font-size: 14px;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .footer[b-hlzcvzh7k1] {
        position: unset;
    }
}
/* /Pages/Website/Home.razor.rz.scp.css */

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5v75dmyqci] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5v75dmyqci] {
    flex: 1;
}

.sidebar[b-5v75dmyqci] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/    
}

.top-row[b-5v75dmyqci] {
    /*background-color: #f7f7f7;*/
    background-image: linear-gradient(to right, #F12A4D, #C81553);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5v75dmyqci]  a, .top-row[b-5v75dmyqci]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5v75dmyqci]  a:hover, .top-row[b-5v75dmyqci]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5v75dmyqci]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5v75dmyqci] {
        display: none;
    }

    .top-row.auth[b-5v75dmyqci] {
        justify-content: space-between;
    }

    .top-row[b-5v75dmyqci]  a, .top-row[b-5v75dmyqci]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5v75dmyqci] {
        flex-direction: row;
    }

    .sidebar[b-5v75dmyqci] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5v75dmyqci] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5v75dmyqci]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5v75dmyqci], article[b-5v75dmyqci] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8y5m0d25bu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8y5m0d25bu] {
    height: 5.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-8y5m0d25bu] {
    font-size: 1.1rem;
}

.oi[b-8y5m0d25bu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8y5m0d25bu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8y5m0d25bu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8y5m0d25bu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8y5m0d25bu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8y5m0d25bu]  a.active {
    /*background-color: rgba(255,255,255,0.25);*/
    background-color: #F02A4D;
    color: white;
}

.nav-item[b-8y5m0d25bu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8y5m0d25bu] {
        display: none;
    }

    .collapse[b-8y5m0d25bu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PortalMainLayout.razor.rz.scp.css */
.layout-header[b-r7rymr82j1] {
    background-image: linear-gradient(to right, #F12A4D, #C81553);
    height: 64px;
    align-items: center;
    display: flex;
}
/* /Shared/PortalMainNavBar.razor.rz.scp.css */
.brand[b-7xgkdqi02w] {
    width:80%;    
}
/* /Shared/WebsiteMainLayout.razor.rz.scp.css */
.home-main-header[b-y9pa2tzk13] {
    background-image: linear-gradient(to right, #F12A4D, #C81553);
    height: 64px;
}

