<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    color: #333;
}

.dropdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    background: #fff;
    padding: 1rem;
}

.emri {
    padding: .3rem 3rem;
    display: block !important;
    width: 100% !important;
    white-space: normal;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.2rem;
}

select {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    margin-top: 1rem;
}

.second-header th {
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0 10px;
}

.first-header th {
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0 10px;
}

th,
td {
    padding: 10px;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

td {
    border: 1px solid #ddd;
}

th,
td {
    color: #fff;
}

td.sigla {
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 0.5rem;
}

td.sigla img {
    width: 65px;
}

.emri {
    width: 100%;
}

.mandate {
    font-weight: bold;
    color: #c70e2f;
}

.dividerbox-1,
.dividerbox-2 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    flex: 1;
}

.percent {
    font-weight: bold;
    color: #2d4f61;
}

.result-bar {
    background: linear-gradient(90deg, #2d4f61, #c70e2f);
    height: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

option {
    color: #000;
}

select {
    color: #fff;
}

.asterik {
    font-size: 13px;
    text-align: left;
    color: #fff
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.3rem;
    }

    select {
        width: 100%;
        font-size: 1rem;
    }

    th,
    td {
        font-size: 0.9rem;
    }

    td.sigla img {
        width: 30px;
        height: 30px;
    }

    .asterik {
        font-size: 13px;
        text-align: left;
        color: #000
    }
}

.zgjedhje-title {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #626671;
    color: #fff;
    padding: 1rem;
}

.zgjedhje-banner {
    color: white;
    padding: 1rem 1.2rem;
    font-family: Arial, sans-serif;
}

.zgjedhje-banner.update {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid;
}

.zgjedhje-banner .left-title {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.zgjedhje-banner .right-info {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    font-size: 1rem;
    margin: auto;
    align-items: center;
}

.zgjedhje-banner .right-info span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.zgjedhje-banner .label {
    font-size: 1.2rem;
    color: #ffffff;
}

.zgjedhje-banner .right-info {
    font-size: 1.2rem;
}

.zgjedhje-banner .total {
    color: #ffffff;
}

.select-group {
    display: flex;
    flex-direction: column;
    margin: .3rem;
    min-width: 200px;
}

.select-group label {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 0.2rem;
    text-align: left;
}

.select-group select {
    font-size: 1.5rem;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    padding: 0.3rem 0;
    transition: border-color 0.3s ease;
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
}

.select-group select:focus {
    border-bottom: 2px solid #3f51b5;
}

.dropdown-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .3rem;
}

/* Applies to last 4 columns */
td.last-year,
th.last-year {
    background-color: #4a4e55;
    color: white;
    font-weight: bold;
    text-align: center;
}

/* Optional: make border look sunken like in image */
td.last-year {
    border-left: 3px solid #aaa;
    border-right: 3px solid #aaa;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 24px;
    color: #333;
}

.divider1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    padding: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.divider2 {
    width: 2px;
    height: 300px;
    background-color: #fff;
}

#candidatesTable_info,
#candidatesTable_filter label {
    color: #fff;
}

/* Basic styling for tabs */
.tabs {
    display: flex;
    cursor: pointer;
    margin: 20px 0;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin: auto;
    width: 60%;
}

.tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #f1f1f1;
    font-weight: bold;
}

.tab.active {
    background-color: #d22e9b;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

table {
    background-color: transparent;
}

table.dataTable tbody tr,
table.dataTable.display tbody tr.odd,
table.dataTable.order-column.stripe tbody tr.odd,
table.dataTable.display tbody tr.even,
table.dataTable.display tbody tr.odd&gt;.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_1 {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even&gt;.sorting_1,
table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_1 {
    background-color: transparent !important;
}

@media (min-width: 768px) {

    #candidatesTable_previous,
    #candidatesTable_nex,
    .dataTables_wrapper .dataTables_filter input,
    #candidatesTable_next {
        color: #fff !important;
    }
}


#candidatesTable th,
#candidatesTable td {
    font-size: 1.2rem;
    width: 30%;
}

#candidatesTable thead th,
table.dataTable thead td {
    border: 1px solid #fff;
}

@media (min-width: 768px) {
    body {
        background-image: url('https://shqiptarja.com/template/zgjedhjet/logo/background1.png');
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .zgjedhje-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
    }

    /* Default color */
    #candidatesTable_previous,
    #candidatesTable_next {
        color: #fff !important;
    }

    /* On hover */
    #candidatesTable_previous:hover,
    #candidatesTable_next:hover {
        color: #fff !important;
    }

    /* On focus (for input) and active (for buttons) */
    #candidatesTable_previous:active,
    #candidatesTable_next:active {
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #fff;
    }


    .zgjedhje-banner {
        background-color: #051489;
    }

    #candidatesTable_info,
    #candidatesTable_filter label {
        color: #000;
    }

    .zgjedhje-banner.update {
        width: 100% !important;
    }

    .zgjedhje-banner .left-title {
        font-size: 1.1rem;
        text-align: center;
        width: 100%;
    }

    .zgjedhje-banner .right-info {
        align-items: flex-start;
        gap: 2rem;
        font-size: 1.2rem;
    }

    .dropdown-wrapper {
        flex-direction: column;
        align-items: stretch;
        padding: 0px;
    }

    select {
        width: 100%;
    }

    th,
    td {
        font-size: .9rem;
        padding: 4px;
        color: #000;
    }

    .second-header th {
        font-size: .7rem;
        font-weight: 400;
    }

    td,
    th {
        padding: 6px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
    }

    .dividerbox-1,
    .dividerbox-2 {
        width: 15px;
        height: 2px;
        background-color: #2d2d2d;
    }

    #candidatesTable_previous,
    #candidatesTable_nex,
    .dataTables_wrapper .dataTables_filter input,
    #candidatesTable_next {
        color: #333 !important;
    }

    #candidatesTable thead th,
    table.dataTable thead td {
        border: 1px solid #333;
    }

    #candidatesTable th,
    #candidatesTable td {
        font-size: .9rem;
        width: 30%;
    }

}

@media (max-width: 768px) {

    th,
    td {
        font-size: 0.9rem;
        padding: 4px;
        white-space: nowrap;
        overflow: hidden;
    }

    /* Stil pÃ«r emrin e partisÃ« */
    .emri {
        font-size: 1rem;
        font-weight: bold;
        padding: 0.4rem 0.6rem;
        white-space: normal;
        text-align: center;
        color: white;
    }


    .emri {
        white-space: break-spaces;
        overflow: hidden;
    }

    .emri {
        font-size: .9rem;
        padding: .3rem .5rem;
    }

    td.sigla {
        flex-direction: column;
        align-items: center;
        gap: 0.3rem;
    }


    td.sigla img {
        width: 30px;
        height: 30px;
    }

    .divider-box {
        display: none;
    }

    .vota,
    .sigla {
        display: none !important;
    }

    .emri {
        display: block !important;
        width: 100% !important;
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
    }

    .select-group label {
        color: #000;
    }

    option {
        color: #000;
    }

    select {
        color: #000;
    }

    .divider1 {
        color: #000;
        margin: auto !important;
        font-size: 17px;
    }

    .dividerbox-1,
    .dividerbox-2 {
        background-color: #000;
    }

    .old-data .dividerbox-1,
    .old-data .dividerbox-2 {
        display: none;
    }

    .select-group select {
        font-size: 1.2rem;
    }

    .logo {
        width: 100%;
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 768px) {
    table {
        /*        table-layout: fixed;*/
        width: 100%;
        border-collapse: collapse;
    }

    th,
    td {
        padding: 6px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
    }

    #results td:nth-child(2),
    #resultsth:nth-child(2) {
        width: 30% !important;
    }

    #results td:nth-child(3),
    #results td:nth-child(4),
    #results td:nth-child(5),
    #results td:nth-child(7),
    #results td:nth-child(8),
    #results th:nth-child(3),
    #results th:nth-child(4),
    #results th:nth-child(5),
    #results th:nth-child(7) {
        width: 30%;
    }

    #results td:nth-child(6),
    #results td:nth-child(9),
    #results th:nth-child(6),
    #results th:nth-child(9) {
        width: 5%;
    }

    #results th:nth-child(8) {
        width: 25%;
    }

    #results td:nth-child(1),
    #results th:nth-child(1) {
        display: none;
    }

    .old-data {
        width: 24% !important
    }

    .new-data {
        width: 40% !important
    }

    .emri {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: white;
        white-space: normal;
        padding: 0.4rem;
    }
}</pre></body></html>