/* /Pages/Candidate.razor.rz.scp.css */
td.no-wrap[b-etbr26djj6] {
    white-space: nowrap;
}
/* /Pages/Candidates.razor.rz.scp.css */
.party-link[b-kqjxm7peeo], .party-link:hover[b-kqjxm7peeo] {
    -webkit-text-decoration: none;
    text-decoration: none;
}

    .party-link:hover > .party-link__name[b-kqjxm7peeo] {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

.party-link__letter[b-kqjxm7peeo] {
    background: #e3e3e3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #6e6e6e;
    display: inline-block;
    font-weight: bold;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    width: 22px;
    color: white;
}

[b-kqjxm7peeo] .er-table thead th {
    background: white;
}

.search[b-kqjxm7peeo] {
    display:flex;
    justify-content:end;
    margin-bottom:20px;
}
/* /Pages/Demokratia.razor.rz.scp.css */
*[b-kgwt154qle] {
    --outer-border-width: 1px;
    --border-radius: 5px;
    --brand-color: #53448b; /* #53448b, b9abd4 */
    --brand-color-o22: #53448b22;
    --brand-color-o33: #53448b33;
}

.demokratia[b-kgwt154qle] {
    font-family: "Montserrat", "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.loading-placeholder[b-kgwt154qle] {
    position: absolute;
    top: 42vh;
    width: 100%;
    text-align: center
}

.loading-placeholder__spinner[b-kgwt154qle] {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.demokratia__step-button[b-kgwt154qle] {
    position: absolute;
    height: 100%;
    z-index: 2000;
    padding: 2px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 40px;
    background-color: transparent;
}

.demokratia__step-button:hover[b-kgwt154qle] {
    background-color: var(--brand-color-o33);
}

.demokratia__step-right[b-kgwt154qle] {
    right: 0;
    top: 0;
}



.demokratia__button-group[b-kgwt154qle] {
    z-index: 1000;
    top: 38px;
    right: 45px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    border: 1px solid black;
    border-radius: var(--border-radius);
    display: flex;
}

    .demokratia__button-group button[b-kgwt154qle] {
        padding: 2px 10px;
        background-color: white;
        border: none;
        border-radius: 0;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-right: 1px solid black;
    }

        .demokratia__button-group button:first-of-type[b-kgwt154qle] {
            border-radius: var(--border-radius) 0 0 var(--border-radius);
        }

        .demokratia__button-group button:last-of-type[b-kgwt154qle] {
            border-radius: 0 var(--border-radius) var(--border-radius) 0;
            border-right:none;
        }

        .demokratia__button-group button.active[b-kgwt154qle] {
            background-color: var(--brand-color);
            color: white;
        }

@media (max-width: 730px) {

    .demokratia__button-group[b-kgwt154qle] {
        top: 42px;
    }

    .demokratia__button-group button[b-kgwt154qle] {
        padding: 2px 4px;
        font-size: 12px;
    }
}

@media (max-width: 620px) {
    .demokratia__button-group[b-kgwt154qle] {
        top: 68px;
    }
}
/* /Pages/ElectionView.razor.rz.scp.css */
.header[b-79qhz9515e] {
    height: 80px;
}

.header__election-type-image[b-79qhz9515e] {
    border-radius: 0;
}

.header__title[b-79qhz9515e] {
    color: #2c3e50 !important;
}

.content[b-79qhz9515e] {
    min-height: 290px;
}

.content-header[b-79qhz9515e] {
    display: flex;
    align-items: center;
    height: 56px;
}




    .party-link[b-79qhz9515e], .party-link:hover[b-79qhz9515e] {
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    .party-link:hover > .party-link__name[b-79qhz9515e] {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

.party-link__letter[b-79qhz9515e] {
    background: #e3e3e3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #6e6e6e;
    display: inline-block;
    font-weight: bold;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    width: 22px;
    color: white;
}



[b-79qhz9515e] .er-table thead th {
    background: white;
}

[b-79qhz9515e] .er-table tbody tr.rz-datatable-odd td,
[b-79qhz9515e] .er-table tbody tr.rz-datatable-even td {
    background: white;
}



.election-title-wrapper[b-79qhz9515e] {
    position: relative;
    margin-right:20px;
}

[b-79qhz9515e] .election-title-wrapper__title {
    cursor: pointer;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

[b-79qhz9515e] .election-title-wrapper__selector {
    position: absolute;
    visibility:hidden;
    left:0;
    top:0;
}





.pollingplace-title-wrapper[b-79qhz9515e] {
    position: relative;

}

[b-79qhz9515e] .pollingplace-title-wrapper__title {
    cursor: pointer;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

[b-79qhz9515e] .pollingplace-title-wrapper__selector {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
}
/* /Pages/Parties.razor.rz.scp.css */
.party-link[b-boebny8pim], .party-link:hover[b-boebny8pim] {
    -webkit-text-decoration: none;
    text-decoration: none;
}
    .party-link:hover > .party-link__name[b-boebny8pim] {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

.party-link__letter[b-boebny8pim] {
    background: #e3e3e3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #6e6e6e;
    display: inline-block;
    font-weight: bold;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    width: 22px;
    color: white;
}

[b-boebny8pim] .er-table thead th {
    background: white;
}

[b-boebny8pim] .er-table tbody tr.rz-datatable-odd td,
[b-boebny8pim] .er-table tbody tr.rz-datatable-even td {
    background: white;
}

.search[b-boebny8pim] {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
/* /Pages/Party.razor.rz.scp.css */
td.no-wrap[b-6rsxd801ib] {
    white-space: nowrap;
}
/* /Shared/MainLayout.razor.rz.scp.css */
