/* /Shared/ComingSoonBanner.razor.rz.scp.css */
body[b-tupxl16d8q] {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #FFFFFF;
}

.section[b-tupxl16d8q] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.intro-header[b-tupxl16d8q] {
    width: 100%;
    max-width: 1200px;
}

.intro-content[b-tupxl16d8q] {
    padding: 40px 20px;
}

.intro-text[b-tupxl16d8q] {
    margin-bottom: 40px;
}

.heading-jumbo[b-tupxl16d8q] {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.1;
}

.coming-soon-text[b-tupxl16d8q] {
    font-size: 120px;
    font-weight: 900;
    color: #af0606;
    margin: 30px 0;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.paragraph-bigger[b-tupxl16d8q] {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.button[b-tupxl16d8q] {
    padding: 12px 25px;
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button:hover[b-tupxl16d8q] {
    background-color: #3a7bc8;
    transform: scale(1.05);
}

.cc-jumbo-button[b-tupxl16d8q] {
    padding: 16px 35px;
    font-size: 18px;
}

.divider[b-tupxl16d8q] {
    width: 80%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 40px auto;
}

@media screen and (max-width: 767px) {
    .coming-soon-text[b-tupxl16d8q] {
        font-size: 72px;
    }

    .paragraph-bigger[b-tupxl16d8q] {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    .coming-soon-text[b-tupxl16d8q] {
        font-size: 56px;
    }
}
/* /Shared/FilesDownloader.razor.rz.scp.css */
.file-row[b-x5bnf80j3n] {
    transition: all 0.2s ease;
}

.file-row:hover[b-x5bnf80j3n] {
    background-color: rgba(0, 123, 255, 0.05);
    transform: translateY(-2px);
}

.file-icon[b-x5bnf80j3n] {
    color: #dc3545;
    font-size: 1.5rem;
}

.file-name[b-x5bnf80j3n] {
    font-weight: 500;
}

.meta-item[b-x5bnf80j3n] {
    color: #6c757d;
    font-size: 0.875rem;
}

@media (max-width: 767.98px) {
    .download-btn[b-x5bnf80j3n] {
        margin-top: 1rem;
        width: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3ap0isco8p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ap0isco8p] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-zc4xavi8bp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-zc4xavi8bp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/WelcomeBanner.razor.rz.scp.css */
body[b-s5lq7bkz5c] {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #FFFFFF;
}

.section[b-s5lq7bkz5c] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.intro-header[b-s5lq7bkz5c] {
    width: 100%;
    max-width: 1200px;
}

.intro-content[b-s5lq7bkz5c] {
    padding: 40px 20px;
}

.intro-text[b-s5lq7bkz5c] {
    margin-bottom: 40px;
}

.heading-jumbo[b-s5lq7bkz5c] {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.1;
}

.welcome-text[b-s5lq7bkz5c] {
    font-size: 100px;
    font-weight: 900;
    color: #af0606;
    margin: 30px 0;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.paragraph-bigger[b-s5lq7bkz5c] {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.button[b-s5lq7bkz5c] {
    padding: 12px 25px;
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button:hover[b-s5lq7bkz5c] {
    background-color: #3a7bc8;
    transform: scale(1.05);
}

.cc-jumbo-button[b-s5lq7bkz5c] {
    padding: 16px 35px;
    font-size: 18px;
}

.divider[b-s5lq7bkz5c] {
    width: 80%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 40px auto;
}

@media screen and (max-width: 767px) {
    .heading-jumbo[b-s5lq7bkz5c] {
        font-size: 30px;
    }
    .welcome-text[b-s5lq7bkz5c] {
        font-size: 50px;
    }

    .paragraph-bigger[b-s5lq7bkz5c] {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    .heading-jumbo[b-s5lq7bkz5c] {
        font-size: 20px;
    }
    .welcome-text[b-s5lq7bkz5c] {
        font-size: 28px;
    }
}
