




:root {
    --theme-color: #4210f4;
    --theme-danger: #df0101;
}


.bg-theme {
    background: #4210f4;
}


body {
    background-image: url(/uploads/hub/theme_background/156/tausta.JPG);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.election-banner {
    background: #dcd9d7 no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0px -2px 2px -2px rgba(0, 0, 0, 0.2) inset;
    min-height:220px;
    background: var(--bs-secondary);
}

.election-card {
    margin-top:-50px;
}


.text-contrast {
    color: white
}

.link-contrast {
    color: white;
}

.link-contrast:hover, .link-contrast:active {
    color: #d9d9d9;
}

.btn-theme {
    --bs-btn-color: white;
    --bs-btn-bg: #4210f4;
    --bs-btn-border-color: #4210f4;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #7c59f7;
    --bs-btn-hover-border-color: #6941f6;
    --bs-btn-focus-shadow-rgb: 104.0, 54.0, 255;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #8f72f8;
    --bs-btn-active-border-color: #a28afa;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #4210f4;
    --bs-btn-disabled-border-color: #4210f4;
}

.btn-theme-shifted {
    --bs-btn-color: white;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #7c59f7;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 85.83248799999996, 51.132088000000024, 209.365912;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #390ae0;
    --bs-btn-active-border-color: #5528f5;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #7c59f7;
    --bs-btn-disabled-border-color: #7c59f7;
}
.alert-danger {
    --bs-alert-color: white;
    --bs-alert-bg: #df0101;
    --bs-alert-border-color: #df0101;
}

.bg-theme .text-muted {
    color: #ffffff !important;
}