/* _content/EliotAlpha.Web/Components/Background.razor.rz.scp.css */
.full-screen[b-cnjeq05jmc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.background-image[b-cnjeq05jmc] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
/* _content/EliotAlpha.Web/Components/DeprecatedIcon.razor.rz.scp.css */
.icon-container-none[b-lt0vwipoe1] {
    display: flex;
    align-self: flex-start;
}

.icon-container-small[b-lt0vwipoe1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 23px;
    border-radius: 23px;
    border: 2px solid #FFF;
}

.icon-container-medium[b-lt0vwipoe1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 23px;
    border-radius: 23px;
    border: 2px solid #FFF;
}

.icon-container-large[b-lt0vwipoe1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 23px;
    border-radius: 23px;
    border: 2px solid #FFF;
}

.icon[b-lt0vwipoe1] {
    width:16px;
    height:16px;
}
/* _content/EliotAlpha.Web/Components/FormInput.razor.rz.scp.css */
.error-text[b-j8i80z83gc] {
    color: #F0142F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    align-self: start;
    margin-top: 2px;
    margin-left: 4px;
}
/* _content/EliotAlpha.Web/Components/GlobalError.razor.rz.scp.css */
#blazor-error-ui[b-z4gb3s6qqc] {
    display: none;
    background: #EB0F29;
    color: #FDF5F5;
    width: 600px;
    height: 48px;
    border-radius: 56px;
    position: fixed;
    left: calc(50% - 300px);
    bottom: 16px;
    align-content: center;
    text-align: center;
    z-index: 1001;
}

.error-text[b-z4gb3s6qqc] {
    color: #FDF5F5;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
/* _content/EliotAlpha.Web/Components/ProfileImage.razor.rz.scp.css */
.profile-image-container[b-q0klo066dx] {
    height:100%;
}

.profile-image[b-q0klo066dx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initials-container[b-q0klo066dx] {
    height: 100%;
    background-color: #C6DED4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.initials-header[b-q0klo066dx] {
    color: var(--Primary-Green-Background-color-1, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 60.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
