/* /Modals/NewGuideModal.razor.rz.scp.css */

.ql-editor[b-71v82oyv12] {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* /Pages/Guideline.razor.rz.scp.css */

body[b-oeqx2izs33] {
    font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
}

.ql-editor.ql-blank[b-oeqx2izs33] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion[b-oeqx2izs33] {
    max-width: auto;
}

    .accordion > input[type="checkbox"][b-oeqx2izs33] {
        position: absolute;
        visibility: hidden;
        left: -100vw;
    }

    .accordion .content[b-oeqx2izs33] {
        overflow-y: hidden;
        height: 0;
        transition: 0.4s ease;
    }

    .accordion > input[type="checkbox"]:checked ~ .content[b-oeqx2izs33] {
        margin-bottom: 1em;
        height: auto;
        overflow: visible;
        transition: 0.3s ease;
        margin-left: 15px;
        box-shadow: 2px 2px 5px lightgrey;
        padding: 6px;
        border: 1px #F5F5F5;
        border-top: 0;
    }

    .accordion .handle[b-oeqx2izs33] {
        margin: 0;
        font-size: 1.125em;
        line-height: 1.2em;
        box-shadow: 2px 2px 5px lightgrey;
    }

    .accordion label[b-oeqx2izs33] {
        display: block;
        color: #333;
        cursor: pointer;
        font-weight: normal;
        padding: 15px;
        background: #F5F5F5;
    }

        .accordion label.parent[b-oeqx2izs33] {
            display: block;
            color: #333;
            cursor: pointer;
            font-weight: bold;
            padding: 15px;
            background: #F5F5F5;
        }

        .accordion label:hover[b-oeqx2izs33],
        .accordion label:focus[b-oeqx2izs33] {
            background: #FFFAFA;
        }

    .accordion .handle label[b-oeqx2izs33]:before {
        font-family: 'fontawesome';
        content: '\002B';
        display: inline-block;
        margin-right: 10px;
        font-size: 1.4em;
        line-height: 1.556em;
        vertical-align: middle;
    }

    .accordion > input[type="checkbox"]:checked ~ .handle label[b-oeqx2izs33]:before {
        content: '\2212';
    }

    .accordion p:last-child[b-oeqx2izs33] {
        margin-bottom: 0;
    }

*[b-oeqx2izs33],
*[b-oeqx2izs33]:before,
*[b-oeqx2izs33]:after {
    box-sizing: border-box;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-egk8etpocm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-egk8etpocm] {
    flex: 1;
}

.sidebar[b-egk8etpocm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-egk8etpocm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-egk8etpocm]  a, .top-row[b-egk8etpocm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-egk8etpocm]  a:hover, .top-row[b-egk8etpocm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-egk8etpocm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-egk8etpocm] {
        display: none;
    }

    .top-row.auth[b-egk8etpocm] {
        justify-content: space-between;
    }

    .top-row[b-egk8etpocm]  a, .top-row[b-egk8etpocm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-egk8etpocm] {
        flex-direction: row;
    }

    .sidebar[b-egk8etpocm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-egk8etpocm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-egk8etpocm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-egk8etpocm], article[b-egk8etpocm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d0hulecwtu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-d0hulecwtu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d0hulecwtu] {
    font-size: 1.1rem;
}

.oi[b-d0hulecwtu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-d0hulecwtu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d0hulecwtu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d0hulecwtu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d0hulecwtu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-d0hulecwtu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-d0hulecwtu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d0hulecwtu] {
        display: none;
    }

    .collapse[b-d0hulecwtu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
