@import '_content/Ecctis.Shared/Ecctis.Shared.bundle.scp.css';

/* _content/HomeOfficePortal.ClientApp/Components/Accordion.razor.rz.scp.css */
.accordion[b-c0g8wlccrq] {
    border: none;
    cursor: pointer;
    font-size: 15px;
    outline: none;
    padding: 15px;
    text-align: center;
    transition: 0.4s;
    width: 100%;
}

    .active[b-c0g8wlccrq], .accordion:hover[b-c0g8wlccrq] {
        background-color: #5879da !important;
    }

.panel[b-c0g8wlccrq] {
    background-color: white;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

    .panel.show[b-c0g8wlccrq] {
        max-height: 500px; /* Arbitrary high value to ensure content is visible */
        opacity: 1;
    }

.table[b-c0g8wlccrq] {
    color: inherit;
}
/* _content/HomeOfficePortal.ClientApp/Components/AssessmentData.razor.rz.scp.css */
.image-container[b-hl0vk6ehk3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.small-image[b-hl0vk6ehk3] {
    width: 100px;
    height: auto;
    cursor: pointer;
}
/* _content/HomeOfficePortal.ClientApp/Components/ConfirmDialog.razor.rz.scp.css */
.bg-blur-overlay[b-zwhdbqhitr] {
    align-items: center;
    backdrop-filter: blur(5px); /* Adds blur effect to the background */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050; /* Higher than most elements but can be adjusted */
}
/* _content/HomeOfficePortal.ClientApp/Components/IdScanImageDisplay.razor.rz.scp.css */
.image-container[b-tdtilsac24] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.small-image[b-tdtilsac24] {
    width: 100px;
    height: auto;
    cursor: pointer;
}

.carousel-overlay[b-tdtilsac24] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.carousel-content[b-tdtilsac24] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.carousel-image[b-tdtilsac24] {
    width: 80%;
    height: auto;
}

.carousel-controls[b-tdtilsac24] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.close-button[b-tdtilsac24] {
    position: absolute;
    top: 10px;
    right: 10px;
}
/* _content/HomeOfficePortal.ClientApp/Components/InputPassword.razor.rz.scp.css */
.input-icon[b-84wtcvknbu] {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 2%;
    top: calc(50% - 0.7em); /* Keep icon in center of input, regardless of the input height */
}

.input-wrapper[b-84wtcvknbu] {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
}
/* _content/HomeOfficePortal.ClientApp/Components/QualificationsTabGroup.razor.rz.scp.css */
.tab[b-vux95jby8w] {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    height: 50px;
}

.tab button[b-vux95jby8w] {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 16px;
    }

.tabcontent[b-vux95jby8w] {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tablinks btn-warning.active[b-vux95jby8w] {
    background-color: #FFC107;
}

.tablinks btn-warning:hover[b-vux95jby8w] {
    background-color: #FFC107;
}

.tablinks btn-danger.active[b-vux95jby8w] {
    background-color: #DC3545;
}

.tablinks btn-danger:hover[b-vux95jby8w] {
    background-color: #DC3545;
}
/* _content/HomeOfficePortal.ClientApp/Components/QualificationTabs.razor.rz.scp.css */
.tab-qualifications[b-gvvqzq1vtm]
{
        display: flex;
        flex-wrap: wrap;
        max-height: 200px;
        overflow-y: auto;
}

.tab-qualifications button[b-gvvqzq1vtm] {
    flex: 1 1 auto;
    margin: 2px;
}
/* _content/HomeOfficePortal.ClientApp/Pages/ForgotPasswordPage.razor.rz.scp.css */
.center-square[b-kxhjpmxicl] {
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.invalid[b-kxhjpmxicl] {
    outline: 1px solid red;
}

.validation-message[b-kxhjpmxicl] {
    color: red;
}
/* _content/HomeOfficePortal.ClientApp/Pages/LoginPage.razor.rz.scp.css */
.center-square[b-ucaa94i0or] {
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.valid.modified:not([type=checkbox])[b-ucaa94i0or] {
    outline: 1px solid #26b050;
}

.invalid[b-ucaa94i0or] {
    outline: 1px solid red;
}

.validation-message[b-ucaa94i0or] {
    color: red;
}
/* _content/HomeOfficePortal.ClientApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-ymkyh0y7ql] {
    background-color: #f8f9fc;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main[b-ymkyh0y7ql] {
    flex: 1;
}

.sidebar[b-ymkyh0y7ql] {
    /*background-image: linear-gradient(180deg, rgb(91 144 244) 0%, #4e73df 70%);*/
    background-color: #4e73df;
}

.top-row[b-ymkyh0y7ql] {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

    .top-row[b-ymkyh0y7ql]  a, .top-row[b-ymkyh0y7ql]  .btn-link {
        margin-left: 1.5rem;
        text-decoration: none;
        white-space: nowrap;
    }

        .top-row[b-ymkyh0y7ql]  a:hover, .top-row[b-ymkyh0y7ql]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ymkyh0y7ql]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.bottom-row[b-ymkyh0y7ql] {
    align-items: center;
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    bottom: 0;
    display: flex;
    height: 3.5rem;
    justify-content: flex-start;
    position: absolute;
    width: 100vw;
}

    /*Select all a elements where parent is a .bottom-row*/

    .bottom-row > a[b-ymkyh0y7ql] {
        color: rgb(33, 37, 41);
        display: flex;
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        font-size: 1.1rem;
        /*color and text-decor used to not show it as link*/
        text-decoration: none;
    }

/*Optionally this selector will also work: main article.content*/

main > .content[b-ymkyh0y7ql] {
    margin-bottom: 3.5rem;
    overflow-y: auto;
}

.btn-up[b-ymkyh0y7ql] {
    bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
}

.sidebar-expand[b-ymkyh0y7ql] {
    background-color: #4e73df;
    width: 140px;
}

@media (max-width: 640.98px) {
    .top-row:not(.logindisplay)[b-ymkyh0y7ql] {
        display: none;
    }

    .top-row.logindisplay[b-ymkyh0y7ql] {
        justify-content: space-between;
    }

    .top-row a[b-ymkyh0y7ql], .top-row .btn-link[b-ymkyh0y7ql] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ymkyh0y7ql] {
        flex-direction: row;
    }

    .sidebar[b-ymkyh0y7ql] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-ymkyh0y7ql] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ymkyh0y7ql]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ymkyh0y7ql], article[b-ymkyh0y7ql] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .bottom-row[b-ymkyh0y7ql] {
        justify-content: flex-end;
        left: 250px;
        width: calc(100vw - 270px);
    }
}
/* _content/HomeOfficePortal.ClientApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-65yr11oahr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-65yr11oahr] {
    background-color: rgba(0, 0, 0, 0.1);
    height: 3.5rem;
}

.navbar-brand[b-65yr11oahr] {
    font-size: 1.1rem;
}

.bi[b-65yr11oahr] {
    background-size: cover;
    display: inline-block;
    height: 1.25rem;
    margin-right: 0.75rem;
    position: relative;
    top: -1px;
    width: 1.25rem;
}

.bi-house-door-fill-nav-menu[b-65yr11oahr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-65yr11oahr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-65yr11oahr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-65yr11oahr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-65yr11oahr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-65yr11oahr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-65yr11oahr]  a {
        align-items: center;
        border-radius: 4px;
        color: #d7d7d7;
        display: flex;
    }

        .nav-item[b-65yr11oahr]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
        }

        .nav-item[b-65yr11oahr]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

.icon-up[b-65yr11oahr] {
    margin-bottom: 1.8rem !important;
}

.sidebar-heading[b-65yr11oahr] {
    color: white;
}

.icon-text[b-65yr11oahr] {
    display: flex;
    margin: 5px;
    padding: 5px;
}

    .icon-text i[b-65yr11oahr] {
        margin-bottom: auto;
        margin-right: 8px;
    }

.expand-icon[b-65yr11oahr] {
    display: block;
}

.collapse-icon[b-65yr11oahr] {
    display: none;
}

.sidebar-divider[b-65yr11oahr] {
    color: #fff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-65yr11oahr] {
        display: none;
    }

    .collapse[b-65yr11oahr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-65yr11oahr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
