/* /Layout/Footer.razor.rz.scp.css */
.fk-footer[b-l34hc883hp] {
    background: #111;
    color: #ddd;
    padding-top: 80px;
    font-size: 15px;
}

.fk-footer-inner[b-l34hc883hp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 60px;
}

.fk-footer-col[b-l34hc883hp] {
    flex: 1;
    min-width: 250px;
}

.fk-footer-logo[b-l34hc883hp] {
    width: 160px;
    margin-bottom: 20px;
}

.fk-footer h4[b-l34hc883hp] {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.fk-footer h5[b-l34hc883hp] {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.fk-footer p[b-l34hc883hp] {
    margin-bottom: 10px;
    line-height: 1.6;
}

.fk-footer ul[b-l34hc883hp] {
    list-style: none;
    padding: 0;
}

    .fk-footer ul li[b-l34hc883hp] {
        margin-bottom: 10px;
    }

        .fk-footer ul li a[b-l34hc883hp] {
            color: #ddd;
            text-decoration: none;
            transition: color .3s ease;
        }

            .fk-footer ul li a:hover[b-l34hc883hp] {
                color: #00a0c8;
            }

/* Social */
.fk-social a[b-l34hc883hp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #00a0c8;
    color: #fff;
    border-radius: 50%;
    margin-top: 15px;
    transition: all .3s ease;
}

    .fk-social a:hover[b-l34hc883hp] {
        background: #fff;
        color: #111;
    }

/* Bottom strip */
.fk-footer-bottom[b-l34hc883hp] {
    border-top: 1px solid #333;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    background: #0b0b0b;
}

/* Responsive */
@media (max-width: 992px) {
    .fk-footer-inner[b-l34hc883hp] {
        flex-direction: column;
        gap: 40px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qgllt6wa99] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-qgllt6wa99] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-qgllt6wa99], article[b-qgllt6wa99] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.container[b-2in08bv97i] {
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 30px;
    height: 20px;
    z-index:100;
}

.bars[b-2in08bv97i] {
    width: 30px;
    height: 4px;
    background: #fff;
    z-index:100;
}

    .bars[b-2in08bv97i]::before,
    .bars[b-2in08bv97i]::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 4px;
        background: #fff;
    }

    .bars[b-2in08bv97i]::before {
        margin-top: 9px;
    }

    .bars[b-2in08bv97i]::after {
        margin-top: 18px;
    }

nav[b-2in08bv97i] {
    position: fixed;
    width: 100%;
    height: 30px;
    background: #000;
    right: -200vw;
    z-index: 300;
    overflow: hidden;
    padding: 60px 5%;
}

/* BRAND BLOCK */
.nav-brand[b-2in08bv97i] {
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .nav-brand h2[b-2in08bv97i] {
        color: #fff;
        font-size: 2em;
        margin-bottom: 15px;
    }

    .nav-brand img[b-2in08bv97i] {
        width: 160px;
        height: auto;
    }

/* MENU */
nav ul[b-2in08bv97i] {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    nav ul li[b-2in08bv97i] {
        margin: 40px 0;
    }

        nav ul li a[b-2in08bv97i] {
            color: #fafafa;
            font-size: 2em;
            text-decoration: none;
            font-weight: 500;
            opacity: 0;
            pointer-events: none;
            position: relative;
        }


                nav ul li a[b-2in08bv97i]:after {
                    content: "";
                    width: 100%;
                    position: absolute;
                    height: 3px;
                    border-radius: 5px;
                    background: #fff;
                    bottom: -10px;
                    left: 0;
                    transform-origin: left;
                    transition: transform 0.5s ease;
                    transform: scaleX(0);
                }

                nav ul li a:hover[b-2in08bv97i]:after {
                    transform: scaleX(1);
                }

    nav .close[b-2in08bv97i] {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 6%;
        right: 5%;
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
    }

    nav h2[b-2in08bv97i] {
        position: absolute;
        top: 5%;
        left: 5%;
        opacity: 0;
        pointer-events: none;
        color: #fff;
        font-size: 2em;
    }
    nav img[b-2in08bv97i] {
        position: relative;
        pointer-events: none;
        color: #fff;
        height:200px;
    }
    nav .close div[b-2in08bv97i]::before,
    nav .close div[b-2in08bv97i]::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 4px;
        background: #fff;
        transition: background 0.5s ease;
    }

    nav .close div[b-2in08bv97i]::before {
        transform: rotate(-45deg);
    }

    nav .close div[b-2in08bv97i]::after {
        transform: rotate(45deg);
    }

    nav .close:hover div[b-2in08bv97i]::before,
    nav .close:hover div[b-2in08bv97i]::after {
        background: rgb(209, 3, 3);
    }

@media (max-width: 992px) {
    h1[b-2in08bv97i] {
        font-size: 25px;
    }
}
