/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gu7yuh5lm5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topnav[b-gu7yuh5lm5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-toggler[b-gu7yuh5lm5] {
    background-color: #05163C;
}

.navbar-dark .navbar-toggler[b-gu7yuh5lm5] {
    color: transparent;
    border-color: transparent;
}

.navbar-brand[b-gu7yuh5lm5] {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gu7yuh5lm5] {
        display: block;
    }

    .collapse[b-gu7yuh5lm5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main[b-gu7yuh5lm5] {
    flex: 1;
}

.sidebar[b-gu7yuh5lm5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gu7yuh5lm5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: left;
}

    .top-row[b-gu7yuh5lm5]  a, .top-row .btn-link[b-gu7yuh5lm5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-gu7yuh5lm5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gu7yuh5lm5] {
        display: none;
    }

    .top-row.auth[b-gu7yuh5lm5] {
        justify-content: space-between;
    }

    .top-row a[b-gu7yuh5lm5], .top-row .btn-link[b-gu7yuh5lm5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gu7yuh5lm5] {
        flex-direction: row;
    }

    .sidebar[b-gu7yuh5lm5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gu7yuh5lm5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-gu7yuh5lm5] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
@keyframes custom-rolling-b-4xgyp1bk5t {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.save-btn-template[b-4xgyp1bk5t] {
    border: 2px solid green;
    border-style: dotted;
    border-radius: 50%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    height: 16px;
    width: 16px;
}

.save-btn-template[b-4xgyp1bk5t] {
    -webkit-animation: custom-rolling 1.3s linear infinite;
    animation: custom-rolling-b-4xgyp1bk5t 1.3s linear infinite;
}

.ulstyle[b-4xgyp1bk5t] {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    list-style-type: none !important;
    padding-left: 0px !important;
}

.controlregion[b-4xgyp1bk5t] {
    margin-top: 50px;
}

.pagecontent[b-4xgyp1bk5t] {
    font-family: sans-serif !important;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.34px;
    line-height: 24px;
    margin-top: 10px;
}


.list[b-4xgyp1bk5t] {
    float: left;
    line-height: 40px;
    min-width: 280px;
    font-family: sans-serif !important;
    font-size: 19px;
    color: #0073DC;
}

.syncfusion-blazor-index-icons[b-4xgyp1bk5t] {
    font-family: "sbicons";
    color: #0073DC !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    padding-right: 13px;
    font-size: 18px;
}

.productheader[b-4xgyp1bk5t] {
    font-family: sans-serif !important;
    font-size: 19px !important;
    color: #333333 !important;
    letter-spacing: 0.41px;
}

.pageheader[b-4xgyp1bk5t] {
    font-family: sans-serif !important;
    font-size: 24px !important;
    color: #333333;
    font-weight: bold !important;
}
