/* /Pages/Login/Login.razor.rz.scp.css */
.login__microsoft-button[b-qrif30gdrx] {
    display: inline-flex;
    align-items: center;
    height: 41px;
    border: none;
    background-color: #2f2f2f;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.login__microsoft-logo[b-qrif30gdrx] {
    margin-left: 12px;
    margin-right: 12px;
}

.login__microsoft-text[b-qrif30gdrx] {
    font-family: 'Segoe UI';
    color: white;
    margin-right: 12px;
    font-weight: 600;
}
/* /Pages/Login/PulaLogin.razor.rz.scp.css */
.login__microsoft-button[b-xx07tfzx7s] {
    display: inline-flex;
    align-items: center;
    height: 41px;
    border: none;
    background-color: #2f2f2f;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.login__microsoft-logo[b-xx07tfzx7s] {
    margin-left: 12px;
    margin-right: 12px;
}

.login__microsoft-text[b-xx07tfzx7s] {
    font-family: 'Segoe UI';
    color: white;
    margin-right: 12px;
    font-weight: 600;
}
/* /Pages/SatisfactionSurvey/ConditionalQuestion.razor.rz.scp.css */
svg:not(:root)[b-kye0fcynb4] {
    overflow: visible;
}

label[b-kye0fcynb4] {
    cursor: pointer;
}

input:checked + svg[b-kye0fcynb4] {
    transform: scale(1.2)
}

    input:checked + svg circle:first-of-type[b-kye0fcynb4] {
        stroke: black;
    }

input:checked ~ span[b-kye0fcynb4] {
    font-weight: bold;
    text-decoration: underline;
}
/* /Pages/SatisfactionSurvey/ValorationQuestion.razor.rz.scp.css */
svg:not(:root)[b-oj5hnjfe36] {
    overflow: visible;
}

label[b-oj5hnjfe36] {
    cursor: pointer;
}

input:checked + svg[b-oj5hnjfe36] {
    transform: scale(1.2) 
}

    input:checked + svg circle:first-of-type[b-oj5hnjfe36] {
        stroke: black;
    }

input:checked ~ span[b-oj5hnjfe36] {
    font-weight: bold;
    text-decoration: underline;
}
/* /Pages/SurveySuccess.razor.rz.scp.css */
.success-message[b-qqh96k8nvh] {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
}

.success-message__image[b-qqh96k8nvh]{
    width:180px;
}

.success-message__text[b-qqh96k8nvh]{
    text-align: center;
    color: white;
    font-size: 28px;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xkmfkt0scg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

    .top-row.auth[b-xkmfkt0scg] {
        justify-content: space-between;
    }

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

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

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

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

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

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