@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/Test/ImageTest.razor.rz.scp.css */

.control-section[b-sfdc0l7ves]
{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px;
}

.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center[b-sfdc0l7ves]
{
    margin: 0 auto !important;
}

.e-ie-toolbar-upload-div.e-hide[b-sfdc0l7ves],
.e-ie-toolbar-upload-btn.e-hide[b-sfdc0l7ves]
{
    display: none;
}

.e-img-editor-sample[b-sfdc0l7ves],
.e-img-editor-sample .control-wrapper[b-sfdc0l7ves]
{
    position: relative;
}

.e-profile[b-sfdc0l7ves]
{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
    border-radius: 50%;
}

.e-custom-wrapper[b-sfdc0l7ves]
{
    position: relative;
}

.e-edit-custom[b-sfdc0l7ves]
{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: blue;
    top: calc(100% - 54px);
    left: calc(100% - 47px);
}

.e-custom-icon[b-sfdc0l7ves]::before
{
    content: '\e701';
    font-size: 18px;
    color: white;
    left: 10px;
    top: 8px;
    position: absolute;
}

.tailwind .e-custom-icon[b-sfdc0l7ves]::before,
.tailwind-dark .e-custom-icon[b-sfdc0l7ves]::before
{
    top: 6px;
}

#btn-edit-custom:hover[b-sfdc0l7ves]
{
    cursor: pointer;
}

canvas#canvas-img[b-sfdc0l7ves]
{
    border-radius: 50%;
    border: 4px solid darkgrey;
}

.e-open-img-custom[b-sfdc0l7ves]
{
    float: left;
    margin-left: 0 !important;
}

.e-reset-img-custom[b-sfdc0l7ves]
{
    float: left;
}

.e-bigger #profile-dialog .e-dlg-header[b-sfdc0l7ves]
{
    font-size: 18px !important;
}

.e-img-editor-sample[b-sfdc0l7ves]
{
    min-height: 450px;
}

.highcontrast .e-btn-img-custom[b-sfdc0l7ves],
.fabric .e-btn-img-custom[b-sfdc0l7ves],
.fabric-dark .e-btn-img-custom[b-sfdc0l7ves]
{
    padding: 2px 10px !important;
}

.e-bigger .e-btn-img-custom[b-sfdc0l7ves]
{
    font-size: 14px !important;
    padding: 6px 10px !important;
}

.e-bigger.highcontrast .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.fabric .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.fabric-dark .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.material .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.material-dark .e-btn-img-custom[b-sfdc0l7ves]
{
    padding: 3px 10px !important;
}

.e-bigger.bootstrap .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.bootstrap-dark .e-btn-img-custom[b-sfdc0l7ves]
{
    padding: 1px 10px !important;
}

.dialogContent[b-sfdc0l7ves]
{
    height: 100%;
}

.e-img-editor-sample.e-hide[b-sfdc0l7ves]
{
    display: none;
}

.material3 .e-btn-img-custom[b-sfdc0l7ves],
.material3-dark .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.material3 .e-btn-img-custom[b-sfdc0l7ves],
.e-bigger.material3-dark .e-btn-img-custom[b-sfdc0l7ves]
{
    margin-left: 3px !important;
}
/* /Shared/Components/SearchBarComponent.razor.rz.scp.css */

.search-bar[b-6eci9vso4i]
{
    display: flex;
    align-items: center;
    height: 2.5rem;
    width: 100%;
    border: 1px solid #df8e1d;
    border-radius: 3rem;
    overflow: hidden;
    /*margin-inline: 1rem;*/
}

.search-input[b-6eci9vso4i]
{
    flex: 1;
    height: 100%;
    padding: 1rem;
    border: none;
    background: transparent;
}

    .search-input:focus-visible[b-6eci9vso4i]
    {
        outline: none;
        border-color: none;
    }

.search-button[b-6eci9vso4i]
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%;
    border: 1px solid #df8e1d;
    background: #df8e1d;
    border-radius: 3rem;
}

    .search-button i[b-6eci9vso4i]
    {
        color: #222222;
    }
/* /Shared/Components/ToggleSwitch.razor.rz.scp.css */
input[b-esokb53e2h]
{
    position: relative;
    height: 2rem;
    width: 3.6rem;
    -webkit-appearance: none;
    background: #787880;
    outline: none;
    border-radius: 1rem;
    border: none;
    cursor: pointer;
}

    input:checked[b-esokb53e2h]
    {
        background: #34C759;
    }

    input[b-esokb53e2h]:before
    {
        cursor: pointer;
        content: '';
        text-align: center;
        font-family: 'SF Pro Display', sans-serif;
        position: absolute;
        top: 0;
        left: 0;
        width: 2rem;
        height: 2rem;
        transform: scale(0.85);
        border-radius: 1rem;
        background: white;
        transition: .5s;
    }

    input:checked[b-esokb53e2h]:before
    {
        left: 1.6rem;
        content: '';
        /*padding-top: 0.3rem;
        text-align: center;*/
    }
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-bb16eglj0n]
{
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bb16eglj0n]
{
    flex: 1;
}

.sidebar[b-bb16eglj0n]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bb16eglj0n]
{
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bb16eglj0n]  a, .top-row[b-bb16eglj0n]  .btn-link
    {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-bb16eglj0n]  a:hover, .top-row[b-bb16eglj0n]  .btn-link:hover
        {
            text-decoration: underline;
        }

        .top-row[b-bb16eglj0n]  a:first-child
        {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-bb16eglj0n]
    {
        display: none;
    }

    .top-row.auth[b-bb16eglj0n]
    {
        justify-content: space-between;
    }

    .top-row[b-bb16eglj0n]  a, .top-row[b-bb16eglj0n]  .btn-link
    {
        margin-left: 0;
    }
}

@media (min-width: 641px)
{
    .page[b-bb16eglj0n]
    {
        flex-direction: row;
    }

    .sidebar[b-bb16eglj0n]
    {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bb16eglj0n]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-bb16eglj0n]  a:first-child
        {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-bb16eglj0n], article[b-bb16eglj0n]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layouts/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0w51bi5235]
{
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0w51bi5235]
{
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0w51bi5235]
{
    font-size: 1.1rem;
}

.oi[b-0w51bi5235]
{
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0w51bi5235]
{
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0w51bi5235]
    {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0w51bi5235]
    {
        padding-bottom: 1rem;
    }

    .nav-item[b-0w51bi5235]  a
    {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-0w51bi5235]  a.active
        {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-0w51bi5235]  a:hover
        {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px)
{
    .navbar-toggler[b-0w51bi5235]
    {
        display: none;
    }

    .collapse[b-0w51bi5235]
    {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-0w51bi5235]
    {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/Layouts/UserLayout.razor.rz.scp.css */

.page[b-0pvakkfal4]
{
    position: relative;
    width: 100vw;
    min-height: 100vh;
    /*new*/
    display: grid;
    grid-template-areas:
        "header";
    grid-template-rows: 5rem;
}

    .page > #cr-header[b-0pvakkfal4]
    {
        grid-area: header;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        padding: 1rem;
        height: 5rem;
        box-shadow: inset 0px 0px 10px 0px #DF8E1D;
    }

    .page > #cr-content[b-0pvakkfal4]
    {
        grid-area: main;
        overflow: hidden;
        top: 5rem;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        overflow-y: auto;
        width: 100%;
    }
/* /Shared/Layouts/UserNavMenu.razor.rz.scp.css */
.header-header-text[b-ca1tt90puq]
{
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
}

.settings-icon[b-ca1tt90puq]
{
    font-size: 1.8rem;
    color: white;
}
