.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001489'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.barra_ajt {
    background: #001489;
}
.barra .titol-eleccions {
    color: #001489;
}

.caixa {
    background: rgba(0, 20, 137,0.1);
    border: 2px solid rgba(0, 20, 137,0.2);
}

.seleccionar_eleccions select {
    background: rgba(0, 20, 137,0.1);
}
.titol_menu {
    background: #001489;
}

.subtitol {
    color: #001489 !important;
}
.titol {
    color: #001489;
}

.menu {
    background: rgba(0, 20, 137, 0.1) !important;
    border-color: rgba(0, 20, 137, 0.1);
}

.filtre .content-filter {
    background: rgba(0, 20, 137, 0.1) !important;
    border: 1px solid rgba(0, 20, 137, 0.1);
}

.filtre .titol-filtre {
    background: #001489;
}


.taula.tau th {
    background: #001489;
    color: white;
}

.btn:hover,
.btn {
    background: #001489;
    border-color: #001489;
    color: white;
}
.escrutat {
    border: 1px solid rgba(0, 20, 137,0.2);
    background: rgba(0, 20, 137,0.1);
}

.escrutat > div:first-child {
    background: #001489;
    color: white;
}


/* Gràfiques - Taula */
table.graf-taula thead th {
    background: #001489 !important;
    color: white;
}

div.graf-taula-wrap {
    border: 1px solid rgba(0, 20, 137, 0.1) !important;
}

table.graf-taula tbody tr:nth-child(even) td:first-child {
    background-color: rgb(228, 230, 241) !important;
}

table.graf-taula tbody tr:nth-child(odd) td:first-child {
    background-color: white;
}

table.graf-taula tbody tr:nth-child(even) {
    background-color: rgb(228, 230, 241) !important;
}

table.graf-taula tbody tr:nth-child(odd) {
    background-color: white;
}

@media only screen and (min-width: 768px)
{ /*Mida M */
    .accordion-collapse,
    button.accordion-button {
        background: rgba(0, 20, 137,0.1) !important;
    }
}

/* Loading */
.lds-ellipsis {
    /* change color here */
    color: #001489 !important;
}