/* _content/CloverOAuthApp/Components/Layout/MainLayout.razor.rz.scp.css */
._main-layout__container[b-qasz8a84j2] {
    width: 100vw;
    height: 100vh;
}

#blazor-error-ui[b-qasz8a84j2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-qasz8a84j2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/CloverOAuthApp/Components/SimpleButton.razor.rz.scp.css */
._simple-button[b-4gf2sw1khf] {
    background-color: transparent;
    border: 1px solid #0085C2;
    border-radius: 5px;
    color: #0085C2;
    cursor: pointer;
    padding: 12px;
    min-width: 350px;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease;
}

._simple-button:hover[b-4gf2sw1khf] {
    background-color: #0085C2;
    color: #ffffff;
}
/* _content/CloverOAuthApp/Components/Templates/MessageTemplate.razor.rz.scp.css */
._message-template__container[b-47o7g3i29f] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px; 
    max-width: 600px;
    text-align: center;
}

._message-template__text--principal[b-47o7g3i29f] {
    font-size: 18px;
    font-weight: 500;
}

._message-template__text--secondaire[b-47o7g3i29f] {
    font-size: 16px;
    font-weight: 400;
}
/* _content/CloverOAuthApp/Components/Templates/SplashTemplate.razor.rz.scp.css */
._splash-template__container[b-1wqflulcj3] {
    display: flex;
    height: 100vh;
    width: 100%;
}

._splash-template__left[b-1wqflulcj3],
._splash-template__right[b-1wqflulcj3] {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

._splash-template__left[b-1wqflulcj3] {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 40px 30px 40px;
}

._splash-template__left i[b-1wqflulcj3] {
    font-size: 80px;
}

._splash-template__left--info[b-1wqflulcj3] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    width: 100%;
}

._splash-template__left--buttons[b-1wqflulcj3] {
    margin-top: 24px;
    text-align: center;
}

._splash-template__left--ref[b-1wqflulcj3] {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
}

._splash-template__left--ref-icon[b-1wqflulcj3] {
    width: 40px;
}

._splash-template__right[b-1wqflulcj3] {
    background: linear-gradient(to bottom left, #0085C2, #79D5FF);
    background-size: cover, cover;
    flex: 1;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

._splash-template__logo[b-1wqflulcj3] {
    width: 570px;
}

._splash-template__image[b-1wqflulcj3] {
    inset: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform: scale(1.3);
    width: 100%;
}

@media screen and (width < 1000px) {
    ._splash-template__right[b-1wqflulcj3] {
        display: none;
    }
}
