@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Aloha.Customer.Web/Components/Common/BlazorErrorUI.razor.rz.scp.css */
#blazor-error-ui[b-k9bgvyuppm] {
    display: none;
}
/* _content/Aloha.Customer.Web/Components/Features/Applications/People/Identification.razor.rz.scp.css */
.dropzone[b-2vulwlk28l] {
    padding: 0;
    width: 100%;
    min-height: 160px;
    border: 2px dashed var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    text-align: center;
    cursor: pointer;
    position: relative;
    background-color: var(--aloha-color-surface);
}

.dropzone:hover[b-2vulwlk28l] {
    border: 2px dashed var(--bs-primary);
}

.dropzone:has(input:focus)[b-2vulwlk28l] {
    border: 1px solid var(--bs-link-color);
    box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0;
}

.dropzone-label[b-2vulwlk28l] {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.dropzone-input-file[b-2vulwlk28l] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
}
/* _content/Aloha.Customer.Web/Components/Features/Auth/ApplicationLocked.razor.rz.scp.css */
.login-box[b-qsvl5yefq2] {
    background-color: var(--aloha-color-surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    width: 100%;
    padding: 56px 32px;
}

.login-box-form[b-qsvl5yefq2] {
    display: flex;
    flex-direction: column;
    width: auto;
}

@media (min-width: 640px) {
    .login-box[b-qsvl5yefq2] {
        border-radius: 24px;
        width: auto;
        padding: 56px 80px;
    }

    .login-box-form[b-qsvl5yefq2] {
        width: 410px;
    }
}
/* _content/Aloha.Customer.Web/Components/Features/Auth/Challenge.razor.rz.scp.css */
.login-box[b-ti8g0esyq0] {
    background-color: var(--aloha-color-surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    width: 100%;
    padding: 56px 32px;
}

.login-box-form[b-ti8g0esyq0] {
    display: flex;
    flex-direction: column;
    width: auto;
}

@media (min-width: 640px) {
    .login-box[b-ti8g0esyq0] {
        border-radius: 24px;
        width: auto;
        padding: 56px 80px;
    }

    .login-box-form[b-ti8g0esyq0] {
        width: 410px;
    }
}
/* _content/Aloha.Customer.Web/Components/Features/Landing/ComingSoon.razor.rz.scp.css */
.login-box[b-a5s8b8slp4] {
    background-color: var(--aloha-color-surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    width: 100%;
    padding: 56px 32px;
}

.login-box-form[b-a5s8b8slp4] {
    display: flex;
    flex-direction: column;
    width: auto;
}

@media (min-width: 640px) {
    .login-box[b-a5s8b8slp4] {
        border-radius: 24px;
        width: auto;
        padding: 56px 80px;
    }

    .login-box-form[b-a5s8b8slp4] {
        width: 410px;
    }
}
/* _content/Aloha.Customer.Web/Components/Features/Landing/Index.razor.rz.scp.css */
.login-box[b-pbmbu5q2b0] {
    background-color: var(--aloha-color-surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    width: 100%;
    padding: 56px 32px;
}

.login-box-form[b-pbmbu5q2b0] {
    display: flex;
    flex-direction: column;
    width: auto;
}

@media (min-width: 640px) {
    .login-box[b-pbmbu5q2b0] {
        border-radius: 24px;
        width: auto;
        padding: 56px 80px;
    }

    .login-box-form[b-pbmbu5q2b0] {
        width: 410px;
    }
} 
/* _content/Aloha.Customer.Web/Components/Features/Landing/RegisterConfirmation.razor.rz.scp.css */
.login-box[b-py4jkcczob] {
    background-color: var(--aloha-color-surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    width: 100%;
    padding: 56px 32px;
}

.login-box-form[b-py4jkcczob] {
    display: flex;
    flex-direction: column;
    width: auto;
}

@media (min-width: 640px) {
    .login-box[b-py4jkcczob] {
        border-radius: 24px;
        width: auto;
        padding: 56px 80px;
    }

    .login-box-form[b-py4jkcczob] {
        width: 410px;
    }
}
/* _content/Aloha.Customer.Web/Components/Layout/AppLayout.razor.rz.scp.css */
.aloha-header[b-c4925kiq34] {
    transition: padding 500ms;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    background-color: var(--aloha-color-header);
    color: var(--aloha-color-on-header);
    height: 80px;
    width: 100%;
    padding-left: calc(40px + var(--aloha-sidebar-width));
}

.aloha-header-content[b-c4925kiq34] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.aloha-header-animated[b-c4925kiq34] {
    transition: padding-left 500ms;
}

@media screen and (max-width: 768px) {
    .aloha-screen-container-content[b-c4925kiq34] {
        padding-left: 40px;
    }

    .aloha-header[b-c4925kiq34] {
        padding-left: 40px;
        z-index: 10;
    }
}
/* _content/Aloha.Customer.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uobo7zyi2z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uobo7zyi2z] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center
}

.sidebar[b-uobo7zyi2z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-uobo7zyi2z] {
        justify-content: space-between;
    }

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

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

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

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

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

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

#blazor-error-ui[b-uobo7zyi2z] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-uobo7zyi2z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Aloha.Customer.Web/Components/Layout/MainSidebar.razor.rz.scp.css */
.aloha-sidebar-animated[b-qhoyz2o448] {
    transition: left 500ms;
}

.aloha-sidebar[b-qhoyz2o448] {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: var(--aloha-color-sidebar);
    color: var(--aloha-color-on-sidebar);
    left: 0;
    height: 100%;
    border-bottom-right-radius: 48px;
    border-top-right-radius: 48px;
    padding: 0 0 1.5rem;
    z-index: 2;
    transition: width 400ms ease;
}

.aloha-sidebar-link[b-qhoyz2o448] {
    display: flex;
    gap: 1rem;
    padding: 1rem 2rem;
    color: var(--aloha-color-on-sidebar);
    text-decoration: none;
}

.aloha-sidebar-desktop-item-visibility[b-qhoyz2o448] {
    display: none;
}

.aloha-sidebar-link:hover[b-qhoyz2o448], .aloha-sidebar-link:focus-visible[b-qhoyz2o448] {
    color: var(--aloha-color-sidebar);
    background-color: var(--aloha-color-on-sidebar);
}

.aloha-sidebar-desktop-toggle-display[b-qhoyz2o448] {
    display: flex;
    transition: width 400ms ease;
}

.aloha-sidebar-size-desktop-open[b-qhoyz2o448] {
    width: 256px;
}

.aloha-sidebar-size-desktop-closed[b-qhoyz2o448] {
    width: 80px;
}

@media screen and (max-width: 768px) {
    .aloha-sidebar[b-qhoyz2o448] {
        left: -256px;
    }

    .aloha-sidebar-size-desktop-closed[b-qhoyz2o448] {
        width: 256px;
    }

    .aloha-sidebar-open-overlay[b-qhoyz2o448] {
        backdrop-filter: blur(4px);
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    .aloha-sidebar-desktop-toggle-display[b-qhoyz2o448] {
        display: none;
    }

    .aloha-sidebar-desktop-item-visibility[b-qhoyz2o448] {
        display: unset;
    }
}

.aloha-sidebar-open[b-qhoyz2o448] {
    left: 0;
}
/* _content/Aloha.Customer.Web/Components/Layout/SidebarContentSpacer.razor.rz.scp.css */
.aloha-sidebar-content-spacer[b-hx3o60gh6p] {
    transition: width 400ms ease;
    width: 80px;
}

.aloha-sidebar-content-spacer-active[b-hx3o60gh6p] {
    width: var(--aloha-sidebar-width);
}

@media screen and (max-width: 768px) {
    .aloha-sidebar-content-spacer[b-hx3o60gh6p] {
        width: 0;
    }

    .aloha-sidebar-content-spacer-active[b-hx3o60gh6p] {
        width: 0;
    }
}

/* _content/Aloha.Customer.Web/Components/Layout/SidebarToggle.razor.rz.scp.css */
.aloha-sidebar-toggle[b-4ewnc05c6l] {
    display: none;
}

@media screen and (max-width: 768px) {
    .aloha-sidebar-toggle[b-4ewnc05c6l] {
        display: inline-block;
    }
}
