/* _content/EthiqsAdmin/AuthorizedLayout.razor.rz.scp.css */
main[b-j73t91i5wd] {
    /*min-height: 450px;*/
    /*background: #f7f7f7;*/
    padding: 0.5vh;
    display: flex;
    flex-direction: column;
    min-height: 78vh;
}

.section[b-j73t91i5wd] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container[b-j73t91i5wd] {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.title[b-j73t91i5wd] {
    text-align: center;
    margin-bottom: 20px;
    color: #01b2be;
}

.sub-title[b-j73t91i5wd] {
    text-align: center;
}
/* _content/EthiqsAdmin/Pages/Articles/ArticleImages.razor.rz.scp.css */
/* _content/EthiqsAdmin/Pages/Articles/ViewArticles.razor.rz.scp.css */

/* _content/EthiqsAdmin/Pages/Home/Login.razor.rz.scp.css */
.login-section[b-16ri3cha4v] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container[b-16ri3cha4v] {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.login-title[b-16ri3cha4v] {
    text-align: center;
    margin-bottom: 20px;
    color: #01b2be;
}

.login-sub-title[b-16ri3cha4v] {
    text-align: center;
}

.forgot-password-link[b-16ri3cha4v] {
    display: block;
    margin-top: 10px;
    text-align: right;
    color: #666;
    font-size: 14px;
}

.register-link[b-16ri3cha4v] {
    margin-top: 20px;
    text-align: center;
}

    .register-link label[b-16ri3cha4v] {
        display: block;
        margin-bottom: 10px;
    }

    .register-link a[b-16ri3cha4v] {
        color: #007bff;
        font-weight: bold;
    }
/* _content/EthiqsAdmin/Pages/Home/ValidateAccount.razor.rz.scp.css */
.section[b-z5lbtvsu97] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;    
}

.container[b-z5lbtvsu97] {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.title[b-z5lbtvsu97] {
    text-align: center;
    margin-bottom: 20px;
    color: #01b2be;
}

.sub-title[b-z5lbtvsu97] {
    text-align: center;
}
/* _content/EthiqsAdmin/Pages/Shared/ConfirmationModal.razor.rz.scp.css */
.popupModal[b-0gjyvwl69y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.popupModal-content[b-0gjyvwl69y] {
    position: relative;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    border-radius: 10px;
}

.popupModal-text[b-0gjyvwl69y] {
    padding-bottom: 20px; /*Leave space for button*/
}

.popupModal-heading[b-0gjyvwl69y] {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #01b2be;
    font-weight: bold;
}
/* _content/EthiqsAdmin/Pages/Shared/ErrorMessage.razor.rz.scp.css */
.navbar-toggler[b-hhym65ky6u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hhym65ky6u] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hhym65ky6u] {
    font-size: 1.1rem;
}

.oi[b-hhym65ky6u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hhym65ky6u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hhym65ky6u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hhym65ky6u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hhym65ky6u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hhym65ky6u]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hhym65ky6u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hhym65ky6u] {
        display: none;
    }

    .collapse[b-hhym65ky6u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/EthiqsAdmin/Pages/Shared/ImagesTable.razor.rz.scp.css */
img[b-79pmby9wzo] {
    width: 360px;
    height: 245px;
}
/* _content/EthiqsAdmin/Pages/Shared/InfoMessage.razor.rz.scp.css */
.navbar-toggler[b-iwhy9pjdgz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iwhy9pjdgz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iwhy9pjdgz] {
    font-size: 1.1rem;
}

.oi[b-iwhy9pjdgz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iwhy9pjdgz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iwhy9pjdgz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iwhy9pjdgz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iwhy9pjdgz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iwhy9pjdgz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-iwhy9pjdgz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iwhy9pjdgz] {
        display: none;
    }

    .collapse[b-iwhy9pjdgz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/EthiqsAdmin/Pages/Shared/SiteFooter.razor.rz.scp.css */
footer[b-lh6v6kvqoo] {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
}
/* _content/EthiqsAdmin/Pages/Shared/WaitingModal.razor.rz.scp.css */
.popupModal[b-n5xjqpxw1h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.popupModal-content[b-n5xjqpxw1h] {
    position: relative;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    border-radius: 10px;
}

.popupModal-text[b-n5xjqpxw1h] {
    padding-bottom: 20px; /*Leave space for button*/
}

.popupModal-heading[b-n5xjqpxw1h] {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #01b2be;
    font-weight: bold;
}
/* _content/EthiqsAdmin/Pages/WebContent/Article/EditArticle.razor.rz.scp.css */
section[b-qr7hlgzftm] {
    padding: 1vh;
}

.vertical-aligned[b-qr7hlgzftm] {
    overflow: hidden;
}

.column[b-qr7hlgzftm] {
    float: left;
    padding: 0.5%;
    width: 50%; /* Adjust as needed based on your layout */
}

.form-control[b-qr7hlgzftm] {
    margin: 0.5%;
}

.accordion-header[b-qr7hlgzftm] {
    line-height: 22px;
}

.article-image[b-qr7hlgzftm] {
    height: 75px;
    width: 150px;
}
/* _content/EthiqsAdmin/Pages/WebContent/Article/NewArticle.razor.rz.scp.css */
section[b-19y8keffml] {
    padding: 1vh;
}

.vertical-aligned[b-19y8keffml] {
    overflow: hidden;
}

.column[b-19y8keffml] {
    float: left;
    padding: 0.5%;
    width: 50%;
}

.form-control[b-19y8keffml] {
    margin: 0.5%;
}

.accordion-header[b-19y8keffml]{
    line-height: 22px;
}

.article-image[b-19y8keffml] {
    height: 75px;
    width: 150px;
}
