@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Shared/ColorPicker.razor.rz.scp.css */
.color-picker-modal[b-u2fp6nii6o] {
    z-index: 99;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3)
}

﻿.color-picker-modal:target[b-u2fp6nii6o] {
    display: block;
}


.color-picker-content[b-u2fp6nii6o] {
    height: 160px;
    width: 608px;
    margin: auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 12px #9d9d9d;
    -moz-box-shadow: 0 0 12px #9d9d9d;
    box-shadow: 0 0 12px #9d9d9d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.color-picker-case[b-u2fp6nii6o] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32px;
    height: 32px;
}

    .color-picker-case:hover[b-u2fp6nii6o] {
        border: 1px solid #FFF;
        cursor: pointer;
    }


.color-picker-palette[b-u2fp6nii6o] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160px;
}


.color-picker-show[b-u2fp6nii6o] {
    display: block;
    animation-name: show-animation-b-u2fp6nii6o;
    animation-duration: 0.5s;
}

@keyframes show-animation-b-u2fp6nii6o {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-picker-hide[b-u2fp6nii6o] {
    display: none;
}

.color-picker-header[b-u2fp6nii6o] {
    background-color: #d9d9d9;
    padding: 3px;
    color: white;
}

.color-picker-title[b-u2fp6nii6o] {
    margin: 5px;
    display: inline-block;
}

.color-picker-close-button[b-u2fp6nii6o] {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .color-picker-close-button:hover[b-u2fp6nii6o] {
        color: red;
    }



@media (max-width: 767px) {
    .color-picker-palette[b-u2fp6nii6o] {
        flex-direction: row-reverse;
        height: 608px;
    }

    .color-picker-content[b-u2fp6nii6o] {
        width: 160px;
        height: 608px;
    }
}
/* /Shared/Dropzone.razor.rz.scp.css */
.draggable[b-t7gm85ukqi] {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 2px;
    border-left: 3px solid #088A29;
    border-right: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    border-top: 1px solid #0B6121;
    cursor: grab;
    background: #FFFFFF;
    color: #000000;
    border-radius: 3px;
    width: 18rem;
}
    .draggable:active[b-t7gm85ukqi]{
        cursor: grabbing
    }
.dropzone[b-t7gm85ukqi] {
    padding-left: 0.05rem;
    border-top: 3px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    min-height: 50rem;
    background: #FAFAFA;
    min-width: 16rem;
}
.stage[b-t7gm85ukqi] {
    min-width: 20rem;
    padding-right: 1.5rem;
    max-height: 56rem;
}

.fixed-content[b-t7gm85ukqi] {
    position: sticky;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0p1483tzu3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0p1483tzu3] {
    flex: 1;
}

.sidebar[b-0p1483tzu3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0p1483tzu3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0p1483tzu3]  a, .top-row[b-0p1483tzu3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-0p1483tzu3]  a:hover, .top-row[b-0p1483tzu3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0p1483tzu3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0p1483tzu3] {
        display: none;
    }

    .top-row.auth[b-0p1483tzu3] {
        justify-content: space-between;
    }

    .top-row[b-0p1483tzu3]  a, .top-row[b-0p1483tzu3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0p1483tzu3] {
        flex-direction: row;
    }

    .sidebar[b-0p1483tzu3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0p1483tzu3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-0p1483tzu3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-0p1483tzu3], article[b-0p1483tzu3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jnq00ev0rf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jnq00ev0rf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jnq00ev0rf] {
    font-size: 1.1rem;
}

.oi[b-jnq00ev0rf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jnq00ev0rf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jnq00ev0rf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jnq00ev0rf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jnq00ev0rf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jnq00ev0rf]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jnq00ev0rf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jnq00ev0rf] {
        display: none;
    }

    .collapse[b-jnq00ev0rf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
