/* /Helpers/ColorPicker.razor.rz.scp.css */
.color-picker-modal[b-s6fqisp5sp] {
    z-index: 1899;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    /*background-color: rgba(0,0,0,0.3)*/
}

﻿.color-picker-modal:target[b-s6fqisp5sp] {
    display: block;
}


.color-picker-content[b-s6fqisp5sp] {
    height: auto;
    width: auto;
    margin: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px #9d9d9d;
    -moz-box-shadow: 0 0 6px #9d9d9d;
    box-shadow: 0 0 6px #9d9d9d;
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    border: solid 2px silver;
    background-color: whitesmoke;
}

.color-picker-palette[b-s6fqisp5sp] {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-content:center;
    width:fit-content;
    height: auto;
    flex-wrap: wrap;
    /*border:solid 2px silver;*/
    padding:5px;
}

.color-picker-case[b-s6fqisp5sp] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 22px;
    height: 22px;
}

    .color-picker-case:hover[b-s6fqisp5sp] {
        border: 2px solid #FFF;
        /*outline: 2px solid #FFF;*/
        cursor: pointer;
    }





.color-picker-show[b-s6fqisp5sp] {
    display: block;
    animation-name: show-animation-b-s6fqisp5sp;
    animation-duration: 1.5s;
}

@keyframes show-animation-b-s6fqisp5sp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-picker-hide[b-s6fqisp5sp] {
    display: none;
}

.color-picker-header[b-s6fqisp5sp] {
    
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 3px;
    color: Navy;
}

.color-picker-title[b-s6fqisp5sp] {
    margin: 5px;
    display: inline-block;
}

/*@media (max-width: 767px) {
    .color-picker-palette {
        flex-direction: row-reverse;
        height: auto;
    }

    .color-picker-content {
        width: auto;
        height: auto;
    }
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zp1kzc5c5l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zp1kzc5c5l] {
    flex: 1;
}

.sidebar[b-zp1kzc5c5l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zp1kzc5c5l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zp1kzc5c5l]  a, .top-row[b-zp1kzc5c5l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zp1kzc5c5l]  a:hover, .top-row[b-zp1kzc5c5l]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zp1kzc5c5l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zp1kzc5c5l] {
        display: none;
    }

    .top-row.auth[b-zp1kzc5c5l] {
        justify-content: space-between;
    }

    .top-row[b-zp1kzc5c5l]  a, .top-row[b-zp1kzc5c5l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zp1kzc5c5l] {
        flex-direction: row;
    }

    .sidebar[b-zp1kzc5c5l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zp1kzc5c5l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zp1kzc5c5l], article[b-zp1kzc5c5l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7sviqjhmhj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7sviqjhmhj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7sviqjhmhj] {
    font-size: 1.1rem;
}

.oi[b-7sviqjhmhj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7sviqjhmhj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7sviqjhmhj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7sviqjhmhj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7sviqjhmhj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7sviqjhmhj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7sviqjhmhj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7sviqjhmhj] {
        display: none;
    }

    .collapse[b-7sviqjhmhj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
