/* /App.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.body.dark-mode[b-sufpol2fgh] {
    background-color: #121212;
    color: white;
}



.laytest[b-sufpol2fgh] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.layout-wrapper[b-sufpol2fgh] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 0;
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.page[b-sufpol2fgh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-sufpol2fgh], article[b-sufpol2fgh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/CandidateItem.razor.rz.scp.css */
.candidate-image[b-6cuc1etkwc] {
    /*width: 100px;*/
    /*height: 100px;*/
    /*border-radius: 50%;*/
    /*object-fit: cover;*/
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.candidate-card[b-6cuc1etkwc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background-color: white;
    cursor: pointer;
}
/* /Pages/FinalTurn.razor.rz.scp.css */
/* /Pages/FinalTurnCandidate.razor.rz.scp.css */
.final-turn-image[b-50c7lbkb5c] {
    max-width: 300px;
    width: 100%;
    height: auto;
    min-width: 0;
    flex: 1 1 0;
    border-radius: 50%;
    /*border: 1px solid #ccc;*/
    object-fit: cover;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
}
/* /Pages/Footer.razor.rz.scp.css */
.page-footer[b-fsin3niobs] {
    padding-bottom: 0.75rem;
    bottom: 0;
}
/* /Pages/Home.razor.rz.scp.css */
.candidate-subtitle[b-8xcdqy84eq] {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 2rem 0 1.5rem 0;
    color: #222;
}

.draw-button[b-8xcdqy84eq] {
    width: 100%;
    /*margin-top: 1rem;*/
    /*margin-bottom: 1rem;*/
    /*font-size: 1rem;*/
    /*padding: 1rem 2rem;*/
    /*background-color: #20519f;*/
    /*color: white;*/
    /*border: none;*/
    /*border-radius: 8px;*/
    /*cursor: pointer;*/
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
}

@media (min-width: 600px) {
    .draw-button[b-8xcdqy84eq] {
        width: auto;
    }
}
/* /Pages/TopHeader.razor.rz.scp.css */
.candidate-title-large[b-pfv2dooery] {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bolder;
    white-space: none;
    color: #222;
}

@media (min-width: 450px) {
    .candidate-title-large[b-pfv2dooery] {
        font-size: 2.1rem;
    }
}

@media (min-width: 880px) {
    .candidate-title-large[b-pfv2dooery] {
        font-size: 4rem;
    }
}

@media (min-width: 1100px) {
    .candidate-title-large[b-pfv2dooery] {
        font-size: 5rem;
    }
}
