:root {
    --bs-blue: #0e8175;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--bs-blue);
}

.nav-link {
    color: var(--bs-blue);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-blue);
    background-color: #fef5e6;
}

.sticky-stories {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
div.sticky-stories {
    background-color: white;
    z-index: 2;
    padding-bottom: 20px;
}

blockquote.home-stories__quote {
    color: #0e8175;
    font-style: italic;
    padding: 1rem 2rem;
}

img.img-bordered {
    border: 1px solid #ccc;
    padding: 5px;
}

ul.home-reasons {
    list-style: none;
}

ul.home-reasons li {
    margin: 8px 0 8px 10px;
    position: relative;
}

ul.home-reasons li:before {
    content: '✓ ';
    font-size: 2rem;
    font-weight: bold;
    color: #0e8175;
    position: absolute;
    left: -35px;
}

.home-info__container .info-block a {
    display: inline-block;
    margin: 5px;
}

.map__statistics .region-data-percent {
    color: #f5e2c4;
    float: right;
    position: relative;
}

.map__statistics .region-data-percent:after {
    content: '*';
    font-size: 1rem;
    position: absolute;
    top: -5px;
    right: -5px;
}

.map__statistics .stat-legend {
    color: #f5e2c4;
    font-style: italic;
    font-size: 0.8rem;
}

.map__statistics .stat-legend a {
    color: #f1d8ae;
    text-decoration: underline;
}

.statistics-table .table-small-label {
    line-height: 12px;
    font-size: 0.85rem;
}

.statistics-container-rect .stat-legend {
    font-size: 0.65rem;
    font-style: italic;
    text-align: center;
}

.partners-logo {
    max-height: 140px;
    width: auto;
    max-width: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partners-holder {
    height: 150px;
    position: relative;
    padding: 10px;
}

.card-partners {
    width: 100%;
}

/* PROGRESS BAR CIRCLE */

@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role='circleprogressbar'] {
    --fg: var(--bord);
    --bg: var(--back);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    place-items: center;
    background: radial-gradient(closest-side, var(--back) 80%, transparent 0 99.9%, var(--back) 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.vote_result {
    color: #7bc6b5;
    margin: 10px 0 0;
    padding: 5px 0 0;
}

.vote_result:not(.first-row) {
    border-top: 1px dashed #7bc6b5;
}
.progress .bg-voted {
    background-color: #edcd98 !important;
    color: black !important;
}
.progress .bg-notvoted {
    background-color: #7bc6b5 !important;
}
.progress .bg-voted,
.progress .bg-notvoted {
    padding-top: 2px;
    font-weight: bold;
}

.cookie-container {
    color: white;
    background-color: rgba(6, 20, 34, 0.8);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}

.footer {
    position: relative;
}

.footer__banners > div {
    margin: 5px 0;
    text-align: center;
}

.footer__banners a {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.footer__banners {
    position: relative;
}

@media (min-width: 764px) {
    .footer__banners {
        float: right;
        margin: -220px 0 0 0;
    }
}

.map-section > .section-title {
    color: black;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

table.table thead th {
    background-color: rgba(14, 129, 117, 0.25);
    vertical-align: top !important;
}

.banner-holder .swiper-slide {
  height: 130px;
  opacity: 0.8;
  border: 1px solid white;
  transition: all 0.5s ease;
  filter: grayscale(50%);
}
.banner-holder .swiper-slide img {
    max-height: 100%;
}
.banner-holder .swiper-slide:hover {
    filter: grayscale(0%);
    opacity: 1;
    border-color: #dee2e6;
}

.fs-7 {
    font-size: 0.85rem!important;
}