@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/*ELECTION START*/

.election .super-title {
    text-align: center;
    text-transform: uppercase;
    color: #79288e;
    color: #2843c9;
    font-size: 24px;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.election .super-title::before,
.election .super-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #79288e;
    background-color: #2843c9;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.election .super-title::before {
    left: -20px;
}

.election .super-title::after {
    right: -70px;
}

.row-ElectionAppearance,
.row-ElectionOEVK,
.row-PartyVotes {
    width: 100%;
    background-color: #79288e;
    background-color: #012169;
    display: block;
    box-sizing: border-box;
    margin-bottom: -6px !important;
}

.row-ElectionAppearance.noFullWidth,
.row-ElectionOEVK.noFullWidth,
.row-PartyVotes.noFullWidth {
    background-color: transparent;
}

.row-ElectionAppearance {
    margin-bottom: -15px !important;
}

.row-PartyVotes .hh-row-wrapper,
.row-ElectionOEVK .hh-row-wrapper,
.row-ElectionAppearance .hh-row-wrapper {
    background-color: #9453a5 !important;
    background-color: #2843c9 !important;
    padding: 0 !important;
}

.row-PartyVotes .hh-row-wrapper .row-title,
.row-ElectionOEVK .hh-row-wrapper .row-title,
.row-ElectionAppearance .hh-row-wrapper .row-title {
    margin: 0;
}

.electionHeader h3 {
    color: #79288d;
    color: #2843c9;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: ProxiSemiBold, sans-serif;
    padding: 10px 60px;
    line-height: normal;
    position: relative;
    display: table;
    margin: 0 auto;
}

.electionHeader h3:before,
.electionHeader h3:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #79288d;
    background-color: #2843c9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.electionHeader h3:after {
    right: 0;
}

.electionHeader h3:before {
    left: 0;
}

.electionProportionWrapper,
.constituenciesWrapper,
.electionDatas,
.votesWrapper {
    width: 100%;
    float: left;
    background-color: #79288e;
    background-color: #2843c9;
    box-sizing: border-box;
}

.noFullWidth .electionProportionWrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.electionProportionWrapper {
    padding-bottom: 10px;
}

.constituenciesWrapper,
.electionDatas,
.votesWrapper {
    padding-bottom: 0;
}

.electionProportionInner,
.constituenciesInner,
.electionDatasInner,
.votesInner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.electionProportionInner h3,
.votesNationwide h3,
.votesCounty h3,
.sittingOrder h3,
.votesNationwideHungaryMap h3,
.widget_hms_election_oevk_widget .widget_title,
.candidatesBody.EP2019 h3,
.widget_hms_ep_mandatesbyparties h3 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: ProxiSemibold, sans-serif;
}

.noFullWidth .votesNationwideHungaryMap h3 {
    padding-left: 20px;
    padding-right: 20px;
}

.stripeWrapper {
    position: relative;
}

.electionsStripe {
    height: 40px;
    width: 100%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.3) url("../img/line_background.png");
}

.votedStripe {
    height: 40px;
    min-width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;

    min-width: 6%;
}
@media screen and (max-width: 1300px) {
    .votedStripe {
        min-width: 10%;
    }
}
@media screen and (max-width: 610px) {
    .votedStripe {
        min-width: 15%;
    }
}
@media screen and (max-width: 400px) {
    .votedStripe {
        min-width: 20%;
    }
}
@media screen and (max-width: 320px) {
    .votedStripe {
        min-width: 25%;
    }
}
.votedStripe .rateVoters {
    padding: 0;
    position: absolute;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: ProxiSemibold, sans-serif;
    color: #79288e;
    color: #2843c9;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}

.votedStripe .startTime,
.votedStripe .currentTime {
    font-family: ProxiSemibold, sans-serif;
    color: white;
    position: absolute;
    font-size: 14px;
    bottom: -30px;
}

.votedStripe .startTime {
    left: 0;
}

.votedStripe .currentTime {
    right: -35px;
}

.AppearanceRateWidget .votedStripe .startTime,
.AppearanceRateWidget .votedStripe .currentTime {
    font-weight: 600;
}

div[data-widget-class="HMS_EP_PartyResults_Widget"] .PartyResultsWidget.epType.election24 .options .option:hover,
div[data-widget-class="HMS_OK_CountryResults_Widget"] .CountryResultsWidget.okType.election24 .options .option,
div[data-widget-class="HMS_OK_AppearanceRate_Widget"] .AppearanceRateWidget.okType.election24 .options .option {
    font-weight: 610;
}

.constituenciesInner .constituenciesMap {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.constituenciesInner .constituenciesMap img {
    max-width: 80%;
    max-height: 80%;
    margin: 10px auto;
    display: block;
}

.constituenciesInner .constituenciesMap.budapest img {
    max-width: 50%;
    max-height: 50%;
}

.constituenciesHeader h3 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: ProxiSemibold, sans-serif;
    margin: 0 0 10px 0;
    line-height: normal;
    padding: 10px 0 9px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
}

.constituenciesInner {
    display: table;
}

.constituenciesWrapper {
    background-color: #9453a5;
    background-color: #2843c9;
}

.candidatesBody {
    width: 75%;
    float: left;
    box-sizing: border-box;
}

.hirado_redesign .politicalPartyLogo {
    height: fit-content; 
    height: -moz-fit-content;
    height: -webkit-fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.politicalPartyLogo img {
    /* height: 50px; */
    height: 30px;
    background-color: white;
    float: left;
    /* margin-right: 1px; */
    margin: 2.5px 5px;
    box-sizing: border-box;
    padding: 2px;
    border: 3px solid white!important;
    border-radius: 3px;
}
.partyLogo img {
    background-color: white;
}
.logoNNameWrap .partyLogo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
@media screen and (min-width: 960px) {
    /* .politicalPartyLogo img:first-of-type,
    .politicalPartyLogo img:nth-child(3),
    .politicalPartyLogo img:nth-child(5) { */
        .politicalPartyLogo img {
            margin-left: 0;
            margin-right: 5px;
    }
}

@media screen and (max-width: 959px) {
    .hirado_redesign .politicalPartyLogo {
        max-width: unset;
    }
    .politicalPartyLogo img {
        margin: 5px;
    }
}
.EP2019 .politicalPartyLogo img {
    height: 40px;
    border-radius: 4px;
}

.candidatesBody .candidate {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
}

.candidatesBody .candidateImg {
    border-radius: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* border: solid 5px #caa9d2; */
    border: solid 5px #fff;
    width: 35%;
    padding-bottom: 35%;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
    background-position-x: 50%;
    background-position-y: 50%;
}

.candidatesBody .candidateImg:after {
    width: 100%;
    padding-bottom: 100%;
    content: "";
    border-radius: 100%;
    border: solid 5px #caa9d2;
    position: absolute;
    top: -5px;
    left: -5px;
}

.candidatesBody .candidateDatas,
.candidatesBody .candidateImg {
    float: left;
    box-sizing: border-box;
}

.candidateName h5 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.politicalPartyName p,
.achievedPercentage p {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-family: ProxiSemibold, sans-serif;
}

.achievedPercentage p {
    border: solid 1px white;
    padding: 5px;
    float: left;
    box-sizing: border-box;
}

.electionDatasInner .currentStatus {
    float: left;
    box-sizing: border-box;
}

.electionDatasInner .more {
    float: right;
    box-sizing: border-box;
}

.electionDatasInner .more a,
.currentStatus p {
    color: white;
    font-size: 18px;
    font-family: ProxiSemibold, sans-serif;
    padding: 10px 0;
    display: block;
    margin: 0;
}

.votesNationwide,
.votesCounty,
.sittingOrder,
.votesNationwideHungaryMap {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.hh-row-segment[data-width="100"] .votesNationwide {
    min-height: auto;
}

.graph {
    width: 100%;
    float: left;
    /* padding: 0 20px 20px 20px; */
    box-sizing: border-box;
}

.graph .partySection {
    padding: 10px 0;
}

.partyLogo {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
}
.votesNationwide .partyLogo, 
.votesNationwide .partyName {
    margin-top: 0;
    text-align: center;
}

.partyName {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.sittingOrder .partyName {
    float: left;
    padding-right: 10px;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
}

.votesNationwide .logoWrapper span {
    text-align: center;
}

.logoWrapper {
    display: block;
}

.partyLogo img {
    /* margin-bottom: 2px; */
    margin: 2px;
    max-height: 18px;
}
.votesNationwideHungaryMap .partyLogo img {
    display: none;
}
@media screen and (max-width: 960px) {
    .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .partyLogo .partyNames{
        width: 100%;
        float: right;
        text-align: center;
        margin-left: 10px;
    }
}

.partyLogo .whiteBox img,
.votesNationwide .whiteBox img {
    height: 100%;
}

.partySection .percent {
    /* font-family: ProxiSemibold, sans-serif; */
    font-family: "Nunito Sans", sans-serif;
    color: white;
    font-size: 16px;
    text-align: center;
}

.partySectionsContainer .partySection {
    width: 25%;
}

.prop_5_3 .partySectionsContainer .partySection {
    width: 20%;
}

.prop_6_2 .partySectionsContainer .partySection {
    width: 16.66%;
}

.prop_7_1 .partySectionsContainer .partySection {
    width: 14.28%;
}

.partySection {
    float: left;
    box-sizing: border-box;
}
/*calc margin 2 px calc( - 2px)*/
/* .votesNationwide .partySection {
    width: calc(16.66% - 2px);
    margin: 0 1px;
}

.votesNationwide .col-2 .partySection {
    width: calc(50% - 2px);
}

.votesNationwide .col-3 .partySection {
    width: calc(33.33% - 2px);
}

.votesNationwide .col-4 .partySection {
    width: calc(25% - 2px);
}

.votesNationwide .col-5 .partySection {
    width: calc(20% - 2px);
}

.votesNationwide .col-7 .partySection {
    width: calc(14.28% - 2px);
}

.votesNationwide .col-8 .partySection {
    width: calc(12.05% - 2px);
}

.votesNationwide .col-9 .partySection {
    width: calc(11.11% - 2px);
}

.votesNationwide .col-10 .partySection {
    width: calc(10% - 2px);
}

.votesNationwide .col-11 .partySection {
    width: calc(9.09% - 2px);
}

.votesNationwide .col-12 .partySection {
    width: calc(8.33% - 2px);
} */

.votesNationwide .strip,
.partySectionsContainer .strip {
    width: 30px;
    border: solid 1px white;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.votesNationwide .partySection .percent {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.stripWrapper {
    position: relative;
    height: 190px;
    /* border-left: solid 2px rgba(255, 255, 255, 0.2); */
}
.countySections {
    width: 40%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    color: white;
}

.partyNames {
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px;
}

.countySections .stripWrapper {
    height: auto;
    float: left;
    width: 90%;
    padding: 10px 0;
    border-left: none;
    box-sizing: border-box;
}

.countySections .stripWrapper .strip {
    height: 30px;
    border: solid 1px white;
}

.countySections .partyLogo {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.hh-row-segment[data-width="60"] .countySections .percent {
    width: 20%;
}

.hh-row-segment[data-width="60"] .countySections .stripWrapper {
    width: 80%;
}

.countySections .percent {
    float: right;
    line-height: 45px;
    width: 10%;
}

.countySections .partySection {
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

.votesInner {
    background-color: rgba(255, 255, 255, 0.2);
    display: table;
}

.votesNationwide h3,
.votesCounty h3,
.sittingOrder h3,
.votesNationwideHungaryMap h3,
.widget_hms_election_oevk_widget .widget_title,
.candidatesBody.EP2019 h3,
.widget_hms_ep_mandatesbyparties h3 {
    background-color: #79288e;
    background-color: #012169;
    margin: 0;
}

.hungaryMap {
    width: 60%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

span.oevkLeft,
span.oevkRight,
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    display: block;
    border: none;
    overflow: hidden;
    text-indent: -200px;
    border-radius: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}
.slick-disabled{
    visibility: hidden;
    pointer-events: none;
}

span.oevkRight,
.slick-next {
    right: 0;
    background: #192d5f url("../img/white_arrow_right.svg") no-repeat 3px -2px;
}

span.oevkLeft,
.slick-prev {
    left: 0;
    background: #192d5f url("../img/white_arrow_left.svg") no-repeat 3px -2px;
    z-index: 1;
}

.constituenciesHeader {
    position: relative;
    z-index: 49;
}

.extraDatas {
    width: 100%;
    float: left;
    box-sizing: border-box;
    pointer-events: none;
}

.extraDatas.appearanceRateExtra {
    padding-top: 35px;
}

.extraDatas .processingRate {
    width: 50%;
    float: left;
}
.widget_hms_ep_appearancerate_widget .processingRate,
.widget_hms_ok_appearancerate_widget .processingRate{
    display: none;
}
.widget_hms_ok_detailedsearch_widget .moreData,
.widget_hms_ok_appearancerate_widget .moreData,
.widget_hms_ep_appearancerate_widget .moreData{
    justify-content: flex-end;
} 
@media screen and (max-width: 767px) {
    .widget_hms_ep_appearancerate_widget .moreDataUrl,
    .widget_hms_ok_appearancerate_widget .moreDataUrl{
        justify-content: flex-start;
    }
}

.extraDatas .moreInfo {
    float: right;
    width: 50%;
    text-align: right;
}

.extraDatas .moreInfo a,
.processingRate,
.processRate {
    color: white;
    font: 700 18px / normal ProxiSemiBold, sans-serif;
}

.extraDatas .moreInfo a:hover,
.extraDatas .moreInfo a:focus {
    text-decoration: none;
}

.constituenciesWrapper.owl-theme .owl-controls .owl-buttons .owl-prev,
.constituenciesWrapper.owl-theme .owl-controls .owl-buttons .owl-next {
    margin: 0;
    padding: 0;
    display: block;
}

.slick-slide:focus {
    outline: none;
}

.extraDatas .moreInfo a {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.extraDatas .moreInfo a:after {
    content: "";
    border-left: solid 10px white;
    border-bottom: solid 7px transparent;
    border-top: solid 7px transparent;
    height: 0;
    width: 0;
    display: block;
    right: 0;
    margin-left: 6px;
}

#sittingOrderPopup {
    position: absolute;
    padding: 5px;
    border: solid 1px white;
    -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.3);
    background: #2843c9;
}
@media screen and (max-width: 768px) {
    #sittingOrderPopup {

    max-width: 150px;
    }
}

#sittingOrderPopup .title {
    font: 600 16px / normal ProxiSemiBold, sans-serif;
    color: inherit;
}

#sittingOrderPopup .party {
    font: normal 13px / normal ProxiSemiBold, sans-serif;
    color: inherit;
    text-transform: uppercase;
}

.widget-comment p {
    color: white;
    font-size: 14px;
}

.mandates {
    float: left;
    border: solid 1px white;
    width: 60px;
    height: 30px;
    text-align: center;
    color: white;
    font: normal 16px/30px ProxiSemiBold, sans-serif;
    margin: 5px 0;
    box-sizing: border-box;
    font-weight: 700;
}
.sittingOrder .processingRate,
.widget_hms_election_countyvotesorsittingorder_widget .countySections .processRate {
    color: white!important;
    position: absolute;
    font-family: "Nunito Sans", sans-serif;
    font: 700 18px / normal ProxiSemiBold, sans-serif;
    bottom: 15px;
}
@media all and (min-width: 1025px) {
    .segment-one-fourth .widget_hms_election_listofpartyvotes_nationwide_widget .graph{
        padding-bottom: 60px!important;
    }
    .segment-one-fourth .widget_hms_election_listofpartyvotes_nationwide_widget .extraDatas .moreInfo{
        width: max-content!important;
        float: left;
        margin-top: -70px;
        margin-left: -10px;
    }
    .segment-three-fourth .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .moreInfo a{
        justify-content: flex-start;
        position: absolute;
        bottom: 65px;
    }
}
@media (min-width: 481px) and (max-width: 1024px) {
    .segment-three-fourth .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .extraDatas {
        position: absolute;
        bottom: 18px;
        right: 10px;
    }
    .segment-one-fourth .widget_hms_election_listofpartyvotes_nationwide_widget .extraDatas .processingRate,
    .segment-one-fourth .widget_hms_election_listofpartyvotes_nationwide_widget .extraDatas .moreInfo{
        width: max-content!important;
    }
    .segment-one-fourth .widget_hms_election_listofpartyvotes_nationwide_widget .extraDatas .moreInfo{
        padding-top: 10px!important;
    }
    .segment-full .widget_hms_election_listofpartyvotes_nationwide_widget .votesNationwide .processingRate{
        position: absolute;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }
    .segment-full .widget_hms_election_countyvotesorsittingorder_widget .countySections .processRate{
        position: absolute;
        left: 20px;
    }
}
.mapInnerWrapper {
    padding: 0 20px 60% 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.extraDatas.votesNationwide,
.extraDatas.sittingOrder {
    min-height: 0;
    background-color: transparent;
}

.sittingOrder .partySection {
    border: none;
}

.sittingOrder .extraDatas,
.extraDatas.hungaryMapExtra,
.extraDatas.votesNationwide,
.extraDatas.constituenciesExtra,
.extraDatas.EP_StripsAndFaces {
    padding: 10px 20px;
}

.candidateDatas {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.widget_hms_election_oevk_widget .candidateDatas {
    display: flex;
    flex-direction: column;
}
.widget-comment {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

.sittingOrderInnerWrapper .active,
.mapInnerWrapper .active {
    stroke-width: 3px !important;
    stroke: white !important;
}

/* .hh-row-segment[data-width="100"] .partyVotes.graph {
    width: 60%;
}

.hh-row-segment[data-width="100"] .sittingOrderWrapper {
    width: 40%;
}

.hh-row-segment[data-width="100"] .hungaryMap {
    width: 40%;
}

.hh-row-segment[data-width="100"] .countySections {
    width: 60%;
    padding: 0 40px 0 20px;
}

.hh-row-segment[data-width="100"] .partyVotes.graph .partyName {
    width: 90%;
    box-sizing: border-box;
} */

.partyVotes.graph .partySection {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 2px;
}

.partyVotes.graph .mandates {
    float: right;
    width: 100px;
    box-sizing: border-box;
    margin: 0;
}

.hh-row-segment[data-width="75"] .mandates,
.hh-row-segment[data-width="60"] .mandates {
    width: 20%;
}

.hh-row-segment[data-width="25"] .partyName,
.hh-row-segment[data-width="40"] .partyName {
    width: 80%;
}

.countySection .partySection:last-of-type .stripWrapper {
    border-right: none;
}

.sittingOrderWrapper {
    width: 60%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
}

.partyVotes.graph {
    width: 40%;
}

.partyVotes.graph .partyLogo {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
}

.partyVotes.graph .partySection {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
}

.partyVotes.graph .partyLogo .logoWrapper {
    float: left;
    margin-right: 5px;
}

.partyVotes.graph .partyLogo .logoWrapper span {
    line-height: 40px;
}

.hungaryMap span.countyName {
    color: white;
    float: right;
    padding: 5px 15px;
    margin-top: -15px;
}

#sittingOrderSVG {
    position: absolute;
    top: 0;
    left: 0;
}

.sittingOrderInnerWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
}

.mapInnerWrapper svg {
    position: absolute;
    top: 30px;
    left: 0;
}

.hh-row-segment[data-width="60"] .mapInnerWrapper svg {
    left: 20px;
}

.noDataMsg {
    color: white;
}

.OEVKSelector_ul {
    width: 100%;
    float: left;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    max-height: 200px;
    overflow-y: scroll;
}

.OEVKSelector_li {
    width: 100%;
    float: left;
    color: white;
    padding: 5px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.widget_hms_election_oevk_widget {
    position: relative;
}

.OEVKSelector {
    position: absolute;
    z-index: 50;
    top: 135px;
    background-color: #79288e;
    background-color: #2843c9;
    max-width: 500px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

.OEVKSelector.has_title {
    top: 160px;
}

.constituenciesHeader h3:after {
    content: "";
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 10px white;
    position: absolute;
    top: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.OEVKSelector_ul::-webkit-scrollbar {
    width: 1em;
}

.OEVKSelector_ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.OEVKSelector_ul::-webkit-scrollbar-thumb {
    background-color: white;
    outline: 1px solid slategrey;
}

.countySection .no_data,
.noDataMsg {
    font-weight: 700;
    padding: 10px;
    display: inline-block;
    border: solid 1px rgba(255, 255, 255, 0.3);
    margin: 15px 0 0 0;
}

.tmpHidden {
    display: none !important;
}

.row-ElectionOEVK .hh-row-segment,
.row-ElectionAppearance .hh-row-segment,
.row-PartyVotes .hh-row-segment {
    min-height: auto !important;
}

.mapInnerWrapper .st0 {
    cursor: pointer;
}

.hh-row-segment[data-width="100"] .widget_hms_ep_appearanceratebycities .hungaryMap {
    max-width: 400px;
    width: 100%;
    padding-left: 10px;
}

.hh-row-segment[data-width="100"] .widget_hms_ep_appearanceratebycities .ExtraContent {
    padding-left: 400px;
}

.widget_hms_ep_appearanceratebycities .hungaryMap span.countyName {
    float: none;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_hms_ep_appearanceratebycities .hungaryMap .sumParticipationRate {
    color: white;
    padding: 5px;
    font-weight: bold;
}

.widget_hms_ep_appearanceratebycities .mapInnerWrapper {
    padding: 0 20px 70% 20px;
}

.widget_hms_ep_appearanceratebycities .citiesContainer {
    color: white;
    font-weight: 700;
    font-size: 16px;
    font-family: ProxiSemibold, Sans-Serif;
}

.widget_hms_ep_appearanceratebycities .cityName,
.widget_hms_ep_appearanceratebycities .participationRate {
    display: inline-block;
}

.widget_hms_ep_appearanceratebycities .cityName {
    margin-right: auto;
}

.widget_hms_ep_appearanceratebycities .alphabet li {
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 2px 0 2px;
    cursor: pointer;
}

.widget_hms_ep_appearanceratebycities .alphabet .active {
    background-color: white;
    color: #79288d;
    color: #2843c9;
}

.widget_hms_ep_appearanceratebycities .cityItemWrapper {
    width: 100%;
    display: inline-block;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.widget_hms_ep_appearanceratebycities .cityItemWrapper:last-of-type {
    border: none;
}

.widget_hms_ep_appearanceratebycities .cityItem {
    padding: 5px 10px;
    display: flex;
}

.widget_hms_ep_appearanceratebycities .alphabetWrapper {
    width: 100%;
    padding: 10px 0;
}

.widget_hms_ep_appearanceratebycities .citiesWrapper {
    display: flex;
    min-height: 210px;
    padding-right: 10px;
}

.widget_hms_ep_appearanceratebycities .prev,
.widget_hms_ep_appearanceratebycities .next,
.widget_hms_ep_appearanceratebycities .citiesPager,
.mandatesPager,
.mandatesPagerContainer .mandatesPager .next,
.mandatesPagerContainer .mandatesPager .prev,
.stripscontainer,
.candidatesBody {
    display: inline-block;
}

.widget_hms_ep_appearanceratebycities .prev,
.widget_hms_ep_appearanceratebycities .next,
.widget_hms_ep_appearanceratebycities .citiesPageNum,
.mandatesPagerContainer .mandatesPager .next,
.mandatesPagerContainer .mandatesPager .prev,
.mandatesPagerContainer .mandatesPageNum {
    border: solid 1px #caacd0;
    color: white;
}

.widget_hms_ep_appearanceratebycities .prev,
.widget_hms_ep_appearanceratebycities .next,
.mandatesPagerContainer .mandatesPager .next,
.mandatesPagerContainer .mandatesPager .prev {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 25px 25px;
    background-position: 4px;
}

.widget_hms_ep_appearanceratebycities .prev,
.mandatesPagerContainer .mandatesPager .prev {
    background-image: url("../img/white_arrow_left.svg");
}

.widget_hms_ep_appearanceratebycities .next,
.mandatesPagerContainer .mandatesPager .next {
    margin-left: -5px;
    background-image: url("../img/white_arrow_right.svg");
}

.mandatesPagerContainer .mandatesPager .next {
    margin-left: -4px;
}

.widget_hms_ep_appearanceratebycities .citiesPageNum,
.mandatesPagerContainer .mandatesPageNum {
    line-height: 30px;
    width: 60px;
    height: 30px;
    margin-left: auto;
    margin-top: -39px;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}

.widget_hms_ep_appearanceratebycities .citiesPageNum {
    margin-right: 20px;
}

.widget_hms_ep_appearanceratebycities .votesNationwideHungaryMap {
    min-height: auto;
}

.candidatesBody.EP2019 {
    width: 100%;
}

.candidatesBody.EP2019 .candidateImg {
    width: 148px;
    height: 148px;
    float: none;
    margin: 0 auto 10px auto;
    padding: 0;
}

.candidatesBody.EP2019 .candidateDatas {
    float: none;
    width: 100%;
}

.candidatesBody.EP2019 {
    float: none;
    width: 40%;
}

.stripscontainer.EP2019 {
    width: 60%;
    float: left;
}

.prop_4_3 .stripscontainer.EP2019 {
    width: 40%;
}

.prop_4_3 .candidatesBody.EP2019 {
    width: 60%;
}

.prop_5_3 .stripscontainer.EP2019 {
    width: 50%;
}

.prop_5_3 .candidatesBody.EP2019 {
    width: 50%;
}

.prop_6_2 .stripscontainer.EP2019 {
    width: 60%;
}

.prop_6_2 .candidatesBody.EP2019 {
    width: 40%;
}

.prop_7_1 .stripscontainer.EP2019 {
    width: 70%;
}

.prop_7_1 .candidatesBody.EP2019 {
    width: 30%;
}

.candidatesBody.EP2019 .candidateName h5 {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.candidatesBody.EP2019 .politicalPartyLogo {
    text-align: center;
    height: 40px;
}

.candidatesBody.EP2019 .politicalPartyLogo img {
    float: none;
    display: inline-block;
}

.candidatesBody.EP2019 .politicalPartyName {
    margin-top: 5px;
}

.candidatesBody.EP2019 .politicalPartyName p {
    text-align: center;
}

.candidatesBody.EP2019 .candidateName {
    margin-top: 5px;
}

.stripscontainer.EP2019 .whiteBox,
.votesNationwide .whiteBox {
    border-radius: 3px;
    background: white;
    display: inline-block;
    padding: 3px;
    max-height: 40px;
    margin-bottom: 5px;
    width: fit-content; 
    width: -moz-fit-content;
    width:  -webkit-fit-content;
    align-items: center;
}

.stripscontainer.EP2019 .partyLogo {
    text-align: center;
}

.mandatesPagerContainer {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
}

.partySectionsContainer {
    padding: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.stripscontainer.EP2019 .noDataMsg {
    margin-left: 20px;
}

.active .percent {
    background-color: white;
    color: #79288e;
    color: #2843c9;
}

.active .partyName {
    background-color: white;
    color: #79288e;
    color: #2843c9;
}

.active .partyLogo .whiteBox {
    border: solid 2px #79288e;
    border: solid 2px #2843c9;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
}


/*ELECTION END*/


/*REDESIGN 2022*/

.hirado_redesign .hh-row-container.row-ElectionAppearance *,
.hirado_redesign .hh-row-container.row-PartyVotes *,
.hirado_redesign .hh-row-container.row-ElectionOEVK * {
    font-family: "Nunito Sans", sans-serif;
}

.hirado_redesign .hh-row-container.row-ElectionAppearance,
.hirado_redesign .hh-row-container.row-PartyVotes,
.hirado_redesign .hh-row-container.row-ElectionOEVK,
.hirado_redesign .nepsz_summary_widget,
.hirado_redesign .nepsz_details_widget {
    padding: 10px !important;
}

.hirado_redesign .electionProportionWrapper,
.hirado_redesign .constituenciesWrapper,
.hirado_redesign .electionDatas,
.hirado_redesign .votesWrapper {
    background-color: #2843c9;
}

.hirado_redesign .rateVoters {
    color: #2843c9;
}

.hirado_redesign .hh-row-container.row-ElectionAppearance .row-title,
.hirado_redesign .hh-row-container.row-PartyVotes .row-title,
.hirado_redesign .hh-row-container.row-ElectionOEVK .row-title {
    color: #fff;
}

.hirado_redesign .hh-row-container.row-ElectionAppearance .row-title::after,
.hirado_redesign .hh-row-container.row-PartyVotes .row-title::after,
.hirado_redesign .hh-row-container.row-ElectionOEVK .row-title::after {
    background-image: linear-gradient( 90deg, #fff, #fff 50%, transparent 50%, transparent 100%) !important;
}

.hirado_redesign .electionProportionWrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.hirado_redesign .candidatesBody .candidateImg:after {
    border: none !important;
}

.hirado_redesign .candidatesBody .candidateImg {
    padding-bottom: 32%;
}

.hirado_redesign .votesNationwide h3:not(.election24 h3),
.hirado_redesign .votesCounty h3,
.hirado_redesign .sittingOrder h3,
.hirado_redesign .votesNationwideHungaryMap h3,
.hirado_redesign .widget_hms_election_oevk_widget .widget_title,
.hirado_redesign .candidatesBody.EP2019 h3,
.hirado_redesign .widget_hms_ep_mandatesbyparties h3 {
    background-color: unset;
    margin: 20px 10px;
}

.hirado_redesign .hh-row-container.full-view-mode.row-PartyVotes .hh-row-wrapper:not(.header-hot-topic .hh-row-wrapper),
.hirado_redesign .hh-row-container.full-view-mode.row-ElectionOEVK .hh-row-wrapper:not(.header-hot-topic .hh-row-wrapper),
.hirado_redesign .hh-row-container.full-view-mode.row-ElectionAppearance .hh-row-wrapper:not(.header-hot-topic .hh-row-wrapper) {
    margin: unset !important;
    width: 100% !important;
    max-width: unset !important;
}

.hirado_redesign .politicalPartyName p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
}

.hirado_redesign .achievedPercentage p {
    font-size: 16px;
    font-weight: 700;
}

.hirado_redesign .widget_hms_election_listofpartyvotes_nationwide_widget .partyName {
    overflow: hidden;
    width: 100%;
    word-break: break-word;
}

.widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .processingRate{
    bottom: 15px;
    padding: 10px 0px;
}
.widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .moreInfo{
    padding-bottom: 5px;
}
.widget_hms_election_oevk_widget .extraDatas .processingRate,
.widget_hms_election_oevk_widget .extraDatas .moreInfo{
    width: max-content;
    padding: 8px 0px;
}
@media all and (min-width: 1025px) {
    .hirado_redesign .extraDatas .processingRate:not(.hirado_redesign .widget_hms_election_oevk_widget .extraDatas .processingRate) {
        position: relative;
    }
    .segment-three-fourth .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .processingRate{
        display: none;
    }
    .segment-three-fourth .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .processRate{
        margin-left: 50px;
        padding: 10px 0px;
    }
    .segment-full .widget_hms_election_countyvotesorsittingorder_widget .countySections .processRate{
        padding: 8px 0px;
        left: 20px;
    }
    .segment-full .widget_hms_election_listofpartyvotes_nationwide_widget .processingRate{
        margin-bottom: -5px;
    }
}
@media all and (max-width: 1024px) {
    /* .hirado_redesign .extraDatas .processingRate:not(.hirado_redesign .widget_hms_election_oevk_widget .extraDatas .processingRate) {
        margin-top: -30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    } */
    .widget_hms_election_countyvotesorsittingorder_widget .countySections .processRate{
        display: inline-block;
        position: relative;
        margin-left: 0px;
        margin-top: 30px;
        padding-bottom: 0px;
    }
    .widget_hms_election_countyvotesorsittingorder_widget .countySections{
        padding-bottom: 0px;
    }
    .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .processingRate{
        bottom: 13px;
    }
    .segment-full .widget_hms_election_listofpartyvotes_nationwide_widget .processingRate{
        margin-top: -20px!important;
        margin-bottom: 8px;
    }
    .segment-full .widget_hms_election_listofpartyvotes_nationwide_widget .moreInfo{
        width: max-content;
    }
    .segment-full .widget_hms_election_countyvotesorsittingorder_widget .processRate{
        
    }
}
@media all and (max-width: 480px) {
    .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .processingRate{
        bottom: 40px;
    }
    .widget_hms_election_appearancerate_widget .appearanceRate .moreInfo {
        width: max-content;
        margin-top: 30px;
    }
}
.hirado_redesign .widget_hms_election_appearancerate_widget .extraDatas .processingRate {
    bottom: unset !important;
    left: unset !important;
    padding: 0px!important;
    width: max-content!important;
}

.hirado_redesign .widget_hms_election_oevk_widget .extraDatas.constituenciesExtra {
    padding: 10px 20px 5px 10px;
}

.hirado_redesign .sittingOrder .partyName {
    width: 80%;
    line-height: normal;
    text-align: center;
}

.hirado_redesign .widget-comment {
    width: 30%;
}

.hirado_redesign .votesNationwide h3,
.hirado_redesign .sittingOrder h3 {
    text-align: center;
}
@media all and (min-width: 1025px) {
    .hirado_redesign .sittingOrder h3 {
        text-align: right;
        padding-right: 14%;
    }
}
.hirado_redesign .votesNationwide .partySection .percent,
.hirado_redesign .countySections .percent {
    line-height: 35px;
    font-weight: 800;
}
@media all and (max-width: 480px) {
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget{
        margin-top: 25px;
    }
}
.hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .hungaryMap {
    width: 50%;
    float: right;
}

.hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections {
    width: 45%;
}

.hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections .stripWrapper {
    width: 80%;
    padding-top: 20px;
}

.hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections .percent {
    width: 15%;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections .percent {
        width: 18%;
        text-align: center;
    }
}

.hirado_redesign .partyVotes.graph .partySection {
    display: flex;
    align-items: center;
}

.hirado_redesign .hh-row-container.row-ElectionAppearance .row-title,
.hirado_redesign .hh-row-container.row-PartyVotes .row-title,
.hirado_redesign .hh-row-container.row-ElectionOEVK .row-title,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle .widget_title,
.widget_hms_nepsz_details_widget .titleCont.hasTitle .widget_title {
    padding-bottom: 25px !important;
    margin: 0 10px !important;
}
.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont .widget_title{
    padding-bottom: 25px !important;
}
.hirado_redesign .hh-row-container.row-ElectionOEVK .row-title {
    padding-bottom: 0 !important;
}
.hirado_redesign .hh-row-container.row-ElectionOEVK .searchContainer {
    margin-top: 25px;
}
.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .widget_title,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle.hasIcon .widget_title,
.widget_hms_nepsz_details_widget .titleCont.hasTitle.hasIcon .widget_title {
    margin-left: 0 !important;
}

.widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .widget_title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 !important;
    height: 80px;
    margin: 0 10px !important;
    color: #fff;
    line-height: 20px;
}
.widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .widget_title::after {
    content: "";
    display: flex;
    flex-grow: 1;
    height: 1px;
    background-image: linear-gradient( 90deg, #fff, #fff 50%, transparent 50%, transparent 100%) !important;
    background-size: 4px 1px;
    margin-left: 15px;
}

/*appearanceRate új func*/
.widget_hms_election_appearancerate_widget .appearanceRate {
    position: relative;
}
.widget_hms_election_appearancerate_widget .appearanceRate h3 {
    min-height: 20px;
}
.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector * {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector {
    position: absolute;
    display: flex;
    right: 0;
    top: -14px;
            
        /*hide MTVA-15484 alapján*/
        display: none !important;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul {
    position: relative;
    text-align: center;
    width: fit-content; 
    width: -moz-fit-content;
    width:  -webkit-fit-content;
    margin: 10px 10px 20px 10px;
    padding: 0;
    border: 2px solid transparent;
    transition: all ease-in-out 0.3s;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul li {
    background-color: #2843c9;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    opacity: 0;
    border: 2px solid transparent;
    transition: all ease-in-out 0.3s;
    padding: 1px 7px 1px 28px;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul .selected {
    color: white;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul li:first-of-type {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul .tri {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    transform: rotate(0deg);
    transition: all ease-in-out 0.3s;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul:hover {
    border: 2px solid white;
    transition: all ease-in-out 0.3s;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul:hover li {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul:hover li:first-of-type {
    border: 2px solid transparent;
    transition: all ease-in-out 0.3s;
}

.widget_hms_election_appearancerate_widget .appearanceRate .paramSelector ul:hover .tri {
    transform: rotate(90deg);
    transition: all ease-in-out 0.3s;
}


/* NEPSZAVAZAS 2022 */

.row-ElectionAppearance.NEPSZ *,
.widget_hms_nepsz_summary_widget *,
.widget_hms_nepsz_details_widget * {
    font-family: "Nunito Sans", sans-serif !important;
}

.row-ElectionAppearance.NEPSZ,
.nepsz_summary_widget,
.nepsz_details_widget {
    background-color: #4b4b4d;
}

.row-ElectionAppearance.NEPSZ > .hh-row-wrapper,
.row-ElectionAppearance.NEPSZ .electionProportionWrapper,
.nepsz_summary_widget > .hh-row-wrapper,
.nepsz_details_widget > .hh-row-wrapper {
    background-image: linear-gradient(to right, #fcfcfc 50%, #e2e2e2);
}

.row-ElectionAppearance.NEPSZ .electionProportionWrapper * {
    color: black;
}

.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont .widget_title,
.row-ElectionAppearance.NEPSZ .extraDatas .moreInfo a,
.widget_hms_nepsz_summary_widget *,
.widget_hms_nepsz_details_widget * {
    color: #4b4b4d !important;
}

.row-ElectionAppearance.NEPSZ .stripeWrapper * {
    font-weight: 700;
}

.row-ElectionAppearance.NEPSZ .stripeWrapper .votedStripe {
    background-color: #4b4b4d;
}

.row-ElectionAppearance.NEPSZ .stripeWrapper .votedStripe,
.row-ElectionAppearance.NEPSZ .stripeWrapper .electionsStripe {
    border: 5px solid #4b4b4d;
}

.row-ElectionAppearance.NEPSZ .electionProportionInner .appearanceRate>h3,
.row-ElectionAppearance.NEPSZ .rateVoters {
    font-weight: 800;
}

.row-ElectionAppearance.NEPSZ .extraDatas .moreInfo a {
    font-weight: 600;
}

.row-ElectionAppearance.NEPSZ .extraDatas .moreInfo a:after {
    border-left: solid 10px #4b4b4d;
}

.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont .widget_title::after,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle .widget_title::after,
.widget_hms_nepsz_details_widget .titleCont.hasTitle .widget_title::after {
    content:"";
    display: flex;
    flex-grow: 1;
    height: 1px;
    background-size: 4px 1px;
    margin-left: 15px;  
    background-image: linear-gradient(#4b4b4d, #4b4b4d) !important;
}
.row-ElectionAppearance.NEPSZ .votedStripe .startTime,
.row-ElectionAppearance.NEPSZ .votedStripe .currentTime {
    bottom: -35px;
}
.row-ElectionAppearance.NEPSZ .votedStripe .startTime {
    left: -5px;
}

.row-ElectionAppearance>.hh-row-wrapper>.row-title-container>.row-title,
.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont .widget_title,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle .widget_title,
.widget_hms_nepsz_details_widget .titleCont.hasTitle .widget_title {
    padding: 0 !important;
    height: 80px;
}
.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont .widget_title {
    margin: 0 10px;
}
.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle.hasIcon,
.widget_hms_nepsz_details_widget .titleCont.hasTitle.hasIcon {
    padding-left: 85px !important;
}

.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .ikon,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle.hasIcon .ikon,
.widget_hms_nepsz_details_widget .titleCont.hasTitle.hasIcon .ikon {
    content: "";
    width: 64px;
    height: 64px;
    background: url("../img/NEPSZ_icon.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 20px;
}
.NEPSZ .widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .ikon,
.widget_hms_nepsz_summary_widget .titleCont.hasTitle.hasIcon .ikon,
.widget_hms_nepsz_details_widget .titleCont.hasTitle.hasIcon .ikon {
    top: 17px;
}

.row-ElectionAppearance.NEPSZ .stripeWrapper .votedStripe > .rateVoters {
    /* visibility: hidden; */
    color: #fcfcfc;
    top: -5px;
}

.row-ElectionAppearance.NEPSZ .appearanceRate {
    position: relative;
}

.row-ElectionAppearance.NEPSZ .appearanceRate>.rateVoters {
    position: absolute;
    top: -1px;
    left: 220px;
    padding-left: 10px;
    border-left: 2px solid #4b4b4d;
    font-size: 17px;
    color: #4b4b4d;
}
.row-ElectionAppearance>.hh-row-wrapper>.row-title-container>.row-title,
.nepsz_summary_widget>.hh-row-wrapper>.row-title-container>.row-title,
.nepsz_details_widget>.hh-row-wrapper>.row-title-container>.row-title {
    display: none;
}

/*SEARCHINPUT OEVK WIDGET*/

.election24 .searchInputContainer,
.widget_hms_election_oevk_widget .searchInputContainer {
    padding: 0 10px;
    position: relative;
    z-index: 3;
    max-height: 33px;
}

.election24  .searchClear,
.widget_hms_election_oevk_widget .searchClear {
    position: absolute;
    right: 1em;
    text-indent: -4000px;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}

.election24 .searchClear::before,
.election24 .searchClear::after,
.widget_hms_election_oevk_widget .searchClear::before,
.widget_hms_election_oevk_widget .searchClear::after {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    content: "";
    background: #000;
    top: 1.15em;
    right: 0.5em;
}

.election24 .searchClear::before,
.widget_hms_election_oevk_widget .searchClear::before {
    transform: rotate(-45deg);
}

.election24  .searchClear::after,
.widget_hms_election_oevk_widget .searchClear::after {
    transform: rotate(45deg);
}

.widget_hms_election_oevk_widget .searchResultContainer {
    background: #012169;
}
.election24  .searchResultContainer ,
.widget_hms_election_oevk_widget .searchResultContainer {
    position: absolute;
    top: unset;
    height: auto;
    z-index: 2;
    width: calc(100% - 20px);
    text-align: center;
    margin: 0 10px;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
}
.election24 .searchResultContainer{
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
    height: max-content;
    margin-top: 5px;
    max-height: 140px;
    filter: drop-shadow(0px 5px 15px #00000056);
}
.election24 .searchResultContainer ul{
    overflow-y: auto;
    background-color: #fff;
    border-top: 2px solid #012169;
    padding: 0 20px;
    max-height: 140px;
    scrollbar-color: #012169 #fff;
    border-radius: 15px;
}
.election24  .searchResultContainer li{
    padding: 4px 0;
    border-bottom: 1px solid #01206948;
    font-weight: 600;
    color: #012169;
    cursor: pointer;
}
.election24  .searchResultContainer li.selected,
.election24  .searchResultContainer li:hover{
    background-color: #012169;
    color: #fff;
}
.election24 .searchClear.EMPTY::before,
.widget_hms_election_oevk_widget .searchClear.EMPTY::before {
    height: 21px;
    width: 21px;
    background: url("../img/search\ icon.png") center no-repeat;
    background-size: contain;
    transform: rotate(0);
    top: 6px;
}
.election24  .searchClear.EMPTY::after,
.widget_hms_election_oevk_widget .searchClear.EMPTY::after {
    content: unset;
}
.election24  .searchResultContainer::-webkit-scrollbar,
.widget_hms_election_oevk_widget .searchResultContainer::-webkit-scrollbar {
    background: #fff;
    width: 6px;
}

.election24  .searchResultContainer::-webkit-scrollbar-thumb,
.widget_hms_election_oevk_widget .searchResultContainer::-webkit-scrollbar-thumb {
    background: #012169;
    border-radius: 5px;
}
.widget_hms_election_oevk_widget .searchResultContainer li {
    color: #fff;
    padding: 5px 0;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #ffffff17;
}

.widget_hms_election_oevk_widget .searchResultContainer li:hover {
    background: #2843c93a;
}

.election24  .searchInputContainer input,
.widget_hms_election_oevk_widget .searchInputContainer input {
    width: 100%;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: none;
    font-weight: 600;
}

.widget_hms_election_oevk_widget .widget_wrapper {
    display: flex;
    flex-direction: column;
}

.widget_hms_election_oevk_widget .widget_wrapper .widget_title {
    order: 2;
}

.widget_hms_election_oevk_widget .searchContainer {
    order: 1;
}

.widget_hms_election_oevk_widget .widget_wrapper .constituenciesWrapper.slick-initialized.slick-slider {
    order: 3;
}

.widget_hms_election_oevk_widget .widget_wrapper .extraDatas.constituenciesExtra {
    order: 4;
}

.widget_hms_election_oevk_widget .slick-prev {
    z-index: 1;
}

.widget_hms_election_oevk_widget .OEVKSelector {
    z-index: 2;
}

.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer {
    width: calc(50% - 10px);
    padding: 10px;
}
.questionHeader.ui-state-active {
    border: none !important;
    padding: 10px;
}
@media all and (max-width:360px) {
    .questionHeader.ui-state-active {
        padding: 6px;
    }
}
.questionHeader.ui-state-active,
.nepszSummaryQuestionContainer.ui-state-active {
    background: none;
}

.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer:nth-child(1) {
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-top: none;
    border-left: none;
    padding-left: 0;
    margin-left: 10px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer:nth-child(2) {
    padding-left: 1px;
    border-bottom: 1px solid #BBBBBB;
    padding-right: 0;
    margin-right: 10px;
    border-top: none;
    border-left: none;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer:nth-child(3) {
    border-right: 1px solid #BBBBBB;
    padding-left: 0;
    margin-left: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer:nth-child(4) {
    padding-left: 1px;
    padding-right: 0;
    margin-right: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.widget_hms_nepsz_summary_widget > .widget_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.nepsz_details_widget .nepszSummaryQuestionContainer *,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer * {
    text-transform: uppercase;
    font-weight: 700;
    color: #000 !important;
    font-size: 16px;
}
.nepsz_details_widget .nepszSummaryQuestionContainer .questionHeader,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionHeader {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 20px 10px;
    min-height: 110px;
}
.nepsz_details_widget .questionHeader{
    margin-top: 0px!important;
}
@media screen and (max-width: 480px) {
    .nepsz_details_widget .questionHeader {
        border-top: #4B4B4D 2px solid !important;
    }
}
.nepsz_details_widget .questionHeader {
	border-top: #4B4B4D 2px solid !important;
}
.nepsz_details_widget .nepszSummaryQuestionContainer .questionId,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionId {
    font-size: 40px;
    font-weight: 900;
    color: #4b4b4d !important;
}
.nepsz_details_widget .nepszSummaryQuestionContainer .questionTitle,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionTitle {
    font-size: 22px;
    text-transform: none;
    color: #232323 !important;
    display: inline-block;
    margin-left: 10px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .allVotes * {
    font-size: 14px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .processingRate *,
.nepsz_details_widget .nepszSummaryQuestionContainer .processingRate *,
.nepsz_details_widget .nepszSummaryQuestionContainer .allVotes *,
.nepsz_details_widget .nepszSummaryQuestionContainer .value * {
    font-size: 18px;
}
.nepsz_details_widget .nepszSummaryQuestionContainer .allVotes {
    display: flex;
    flex-direction: column;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity,
.nepsz_details_widget .nepszSummaryQuestionContainer .validity {
    display: flex;
    padding-bottom: 10px;
    padding-left: 50px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity li,
.nepsz_details_widget .nepszSummaryQuestionContainer .validity li {
    padding: 0 5px 0 5px;
    display: inherit;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .validity .valid::before,
.nepsz_details_widget .nepszSummaryQuestionContainer .validity .valid::before {
    background: url(../img/valid.png) center no-repeat;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .validity .invalid::before,
.nepsz_details_widget .nepszSummaryQuestionContainer .validity .invalid::before {
    background: url(../img/invalid.png) center no-repeat;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .validity .valid::before,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .validity .invalid::before,
.nepsz_details_widget .nepszSummaryQuestionContainer > .validity .valid::before,
.nepsz_details_widget .nepszSummaryQuestionContainer > .validity .invalid::before,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .allVotes * {
    font-size: 14px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .validity .valid::before,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .validity .invalid::before,
.nepsz_details_widget .nepszSummaryQuestionContainer > .validity .valid::before,
.nepsz_details_widget .nepszSummaryQuestionContainer > .validity .invalid::before {
    content: "";
    width: 24px;
    height: 23px;
    background-size: contain;
    background-position: right;
    /* position: absolute; */
    transform: translateY(-1px);
    display: inline-block;
    box-sizing: content-box;
    margin-right: 5px;
}
@media all and (min-width: 961px) {
    
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity li:nth-of-type(2)::before,
    .nepsz_details_widget .nepszSummaryQuestionContainer .validity li:nth-of-type(2)::before {
        padding-left: 12px;
        border-left: 1px solid #707070;
    }
}
@media all and (max-width: 960px) {
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity,
    .nepsz_details_widget .nepszSummaryQuestionContainer .validity {
        padding-left: 5px;
    }
}
@media all and (max-width: 768px) {
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity,
    .nepsz_details_widget .nepszSummaryQuestionContainer .validity {
        padding-left: 0px;
    }
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont {
    display: flex;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .answerCont,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .answerCont {
    margin-top: 4px;
    margin-right: 10px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont {
    display: block;
    width: 100%;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont .graphOuter,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont .graphOuter {
    height: 30px;
    width: 100%;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont.Igen .graphCont .graphInner,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont.Igen .graphCont .graphInner {
    height: 100%;
    background: #2CD1AA;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont.Nem .graphCont .graphInner,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont.Nem .graphCont .graphInner {
    height: 100%;
    background: #3B50A6;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div:last-of-type,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div:last-of-type {
    display: flex;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent,
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont {
    display: flex;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .answerCont,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .answerCont {
    margin-top: 4px;
    margin-right: 10px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont {
    display: block;
    width: 100%;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont .graphOuter,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont .graphOuter {
    height: 30px;
    width: 100%;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont.Igen .graphCont .graphInner,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont.Igen .graphCont .graphInner {
    height: 100%;
    background: #83b3ff;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont.Nem .graphCont .graphInner,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont.Nem .graphCont .graphInner {
    height: 100%;
    background: #3333cc;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div:last-of-type,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div:last-of-type {
    display: flex;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent {
    padding: 0 5px;
    margin: 5px 0;
    line-height: 1.2;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:nth-child(2),
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:nth-child(2) {
    border-left: #707070 solid 2px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:nth-child(2),
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:nth-child(2) {
    border-left: #707070 solid 2px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:first-of-type,
.nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:first-of-type {
    padding-left: 0;
    /* border-right: #707070 solid 2px; */
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > div:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .questionHeader),
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > ul,
.nepsz_details_widget .nepszSummaryQuestionContainer > div:not(.nepsz_details_widget .nepszSummaryQuestionContainer > .questionHeader),
.nepsz_details_widget .nepszSummaryQuestionContainer > ul {
    padding: 10px 0 10px 55px;
    position: relative;
}
.nepsz_details_widget .nepszSummaryQuestionContainer > .allVotes {
    padding: 10px 0 0 55px !important;
}
.nepsz_details_widget .nepszSummaryQuestionContainer > .votersPercent {
    padding: 0 0 10px 55px !important;
}
.widget_hms_nepsz_summary_widget .moreDataUrl,
.nepsz_details_widget .moreDataUrl {
    position: relative;
    width: 100%;
    margin: 10px 0;
}
.widget_hms_nepsz_summary_widget .moreDataUrl span,
.nepsz_details_widget .moreDataUrl span {
    font-size: 18px;
    font-weight: 700;
    float: right;
    margin-right: 35px;
    margin-bottom: 10px;
}
.widget_hms_nepsz_summary_widget .moreDataUrl span::after,
.nepsz_details_widget .moreDataUrl span::after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    border-right: 3px solid #4b4b4d;
    border-bottom: 3px solid #4b4b4d;
    transform: rotate(-45deg);
    top: 7px;
    right: 15px;
}
.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > ul {
    padding: 10px 0 10px 55px;
    position: relative;
}
.nepsz_details_widget .nepszSummaryQuestionContainer {
    width: 100% !important;
    height: auto !important;
    border: none;
    background-image: linear-gradient(to right, #fcfcfc 50%, #e2e2e2);
    border-bottom: #4B4B4D 2px solid;
}
.nepsz_details_widget .questionHeader {
    position: relative;
    height: auto;
    background: rgba(75, 75, 77, .25);
    text-align: start;
    display: flex !important;
    border: none;
    border-radius: 0px;
    border-top: #4B4B4D 2px solid;
}
.nepsz_details_widget .questionTitle {
    font-size: 24px;
    font-weight: 700;
    color: #000 !important;
    text-align: start;
    padding-left: 5px;
    padding-right: 50px;
}
.nepsz_details_widget .questionHeader.ui-state-active {
    background-image: linear-gradient(to right, #fcfcfc 50%, #e2e2e2);
}
.nepsz_details_widget .questionId {
    font-size: 30px;
    font-weight: 900;
    padding: 0 20px;
    display: flex;
    align-self: center;
}
.nepsz_details_widget .questionHeader > .ui-accordion-header-icon {
    display: none;
}
.nepsz_details_widget .arrow {
    width: 25px;
    height: 25px;
    background: rgba(75, 75, 77, .25);
    position: absolute;
    right: 20px;
    top: calc(50% - 12.5px);
    cursor: pointer;
}
.nepsz_details_widget .ui-state-default .arrow {
    animation: pulseArrow 2s infinite;
}
@keyframes pulseArrow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@-webkit-keyframes pulseArrow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.nepsz_details_widget .ui-state-active .arrow {
    animation: none;
}
.nepsz_details_widget .arrow::before {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    border-right: 4px solid #4b4b4d;
    border-bottom: 4px solid #4b4b4d;
    transform: rotate(45deg);
    top: 2px;
    right: 5px;
}
.nepsz_details_widget .ui-state-active .arrow {
    background: rgb(75, 75, 77);
}
.nepsz_details_widget .ui-state-active .arrow::before {
    border-right: 4px solid #E2E2E2;
    border-bottom: 4px solid #E2E2E2;
    transform: rotate(-136deg);
    top: 8px;
}

/*szavazatok megoszlása chart*/
.graphWrapper.pie {
    display: flex;
    justify-content: center;
    margin: 20px;
}
.mainGraph {
    transform: rotate(-90deg);
    background: #808080;
    border-radius: 50%;
    margin: 20px;
    max-width: 300px;
    width: 300px;
    height: 300px;
    align-self: center;
}
.mainGraph circle {
    fill: #808080;
    stroke: #232323;

    /* stroke-width: 50;
    stroke-dasharray: 60 158;  / 2π × 25 ≈ 158 */

    stroke-width: 32;

    /* stroke-dasharray: 38 100;  pl. for 38% */

}
.nepsz_details_widget .nepszSummaryQuestionContainer .voteDistribution *,
.nepszSummaryQuestionContainer > .title {
    font-weight: 800;
    color: #232323 !important;
}
.voteDistribution > .title,
.nepszSummaryQuestionContainer > .title {
    font-size: 22px;
    width: 100%;
    margin-top: 30px;
}
.nepszSummaryQuestionContainer > .title {
    margin: 40px 10px 10px 55px;
}
.graphWrapper.pie .validVotes,
.graphWrapper.pie .inValidVotes {
    margin: 20px;
    min-width: 200px;
}
.graphWrapper.pie .validVotes > div,
.graphWrapper.pie .inValidVotes > div {
    display: flex;
    justify-content: center;
}
.graphWrapper.pie .validVotes h3,
.graphWrapper.pie .inValidVotes h3 {
    white-space: nowrap;
    text-align: center;
}
.graphWrapper.pie > div {
    position: relative;
}
/* .graphWrapper.pie > div::before {
    position: absolute;
    content: '';
    width: 316.5px;
    height: 59px;
    top: 35px;
    right: 0;
    background: url(../img/LINE.png)center no-repeat;
    background-size: contain;
} 
.graphWrapper.pie .validVotes::before {
    transform: rotateY(180deg);
    right: unset;
    left: 0;
    z-index: 1;
} */
.graphWrapper.pie > div > div * {
    padding: 0 8px;
    margin: 5px 0;
    line-height: 1.2;
    align-self: center;
}
.graphWrapper.pie .validVotes span {
    width: 20px;
    height: 20px;
    background: #808080;
}
.graphWrapper.pie .inValidVotes span {
    width: 20px;
    height: 20px;
    background: #232323;
}
.graphWrapper.pie > div > div .amount {
    border-left: #707070 solid 1px;
}
.deskInfText,
.respInfText,
.informText {
    font-style:italic;
    padding: 10px 10px 10px 65px;
}
.informText {
    text-transform: inherit !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.respInfText {
    display: none;
}
@media screen and (max-width: 768px) {
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer[data-id="4"] .respInfText,
    .widget_hms_nepsz_details_widget .respInfText,
    .informText {
        display: block;
        text-transform: inherit !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
    .deskInfText {
        display: none;
    }
}

/*RESPO*/

@media all and (max-width: 1440px) {
    .candidatesBody {
        width: 80%;
    }
    .constituenciesInner .constituenciesMap {
        width: 20%;
    }
    .constituenciesInner .constituenciesMap.budapest{
        padding-left: 15px;
    }
    .candidateName h5 {
        font-size: 20px;
    }
    .electionProportionInner,
    /* .constituenciesInner, */
    .electionDatasInner,
    .votesInner {
        max-width: 1170px;
    }
    .constituenciesInner .constituenciesMap img {
        max-width: 70%;
    }
    .countySections .stripWrapper {
        width: 55%;
    }
    .extraDatas .processingRate,
    .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .processingRate,
    .hh-row-segment[data-width="25"] .extraDatas .moreInfo,
    .hh-row-segment[data-width="40"] .extraDatas .moreInfo,
    .widget_hms_election_countyvotesorsittingorder_widget .countySections .processRate {
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }
}

@media all and (min-width: 1280px) {
    .widget_hms_ep_appearanceratebycities .cityItemWrapper {
        width: 33.33%;
    }
}

@media all and (max-width: 1200px) {
    .candidateName h5 {
        font-size: 18px;
    }
}

@media all and (min-width: 1025px) {
    .widget_hms_ep_appearanceratebycities .cityItemWrapper {
        width: 50%;
    }
}
@media screen and (max-width: 1070px) {
    .graphWrapper.pie .validVotes,
    .graphWrapper.pie .inValidVotes {
        margin: 0 10px;
    }
    .graphWrapper.pie .validVotes *,
    .graphWrapper.pie .inValidVotes * {
        font-size: 14px;
    }
}
@media all and (max-width: 1024px) {
    .graphWrapper.pie .validVotes,
    .graphWrapper.pie .inValidVotes,
    .graphWrapper.pie {
        margin: 0px;
    }
    /* .graphWrapper.pie > div::before {
        width: 250px;
        top: 30px;
    } */
    .mainGraph {
        margin: 5px 20px;
    }
    .widget_hms_election_oevk_widget .politicalPartyLogo {
        justify-content: center;
    }
    .politicalPartyLogo img {
        float: none;
    }
    .candidatesBody .candidateImg {
        margin: 0 auto;
        float: none;
    }
    .candidateDatas {
        margin: 5px auto;
        float: none !important;
        display: table;
    }
    .politicalPartyName p {
        text-align: center;
    }
    /* .politicalPartyLogo,  */
    .achievedPercentage {
        display: table;
        margin: 0 auto;
    }
    .candidateName h5 {
        text-align: center;
        display: block;
    }
    .constituenciesInner .constituenciesMap.budapest img {
        max-width: 100%;
    }
    .votesCounty,
    .votesNationwide,
    .row-PartyVotes .hh-row-segment[data-width="60"],
    .row-PartyVotes .hh-row-segment[data-width="40"],
    .row-PartyVotes .hh-row-segment[data-width="25"],
    .row-PartyVotes .hh-row-segment[data-width="75"] {
        width: 100%;
    }
    
    .partySectionsContainer .partySection {
        padding: 0 10px 10px 10px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
    .stripscontainer.EP2019 .partySection .percent {
        width: 10%;
        float: right;
        text-align: right;
        padding-right: 10px;
    }
    .partySectionsContainer .strip {
        height: 30px;
        left: 0;
        transform: none;
        position: relative;
    }
    .partySection:last-of-type .stripWrapper {
        border: none;
    }

    .candidatesBody.EP2019 h3 {
        background-color: transparent;
        padding: 20px;
    }
    .votesNationwide .partySection {
        width: 100% !important;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        margin-bottom: 10px;
    }
    .stripWrapper {
        height: auto;
        width: 74%;
        float: left;
        box-sizing: border-box;
        padding-top: 25px;
    }
    .votesNationwide .strip {
        height: 20px;
        position: relative;
        transform: translateX(0);
        left: 0;
    }
    
    .stripscontainer.EP2019,
    .candidatesBody.EP2019,
    .partySectionsContainer .partySection {
        width: 100%;
    }
    .candidatesBody.EP2019 .candidate {
        width: 100%;
    }
    .widget_hms_ep_appearanceratebycities .citiesPageNum {
        margin-right: 9px;
    }
    .election .super-title {
        font-size: 16px;
        line-height: normal;
        padding: 5px 20px;
    }
    .election .super-title::before,
    .election .super-title::after {
        display: none;
    }
    .electionProportionInner h3,
    .votesNationwide h3,
    .votesCounty h3,
    .votesNationwideHungaryMap h3,
    .sittingOrder h3,
    .widget_hms_election_oevk_widget .widget_title,
    .widget_hms_ep_mandatesbyparties h3,
    .candidatesBody.EP2019 h3 {
        font-size: 15px;
        line-height: normal;
        padding: 5px 0;
    }
    .widget_hms_election_appearancerate_widget .appearanceRate .paramSelector {
        top: -10px;
    }
    .row-ElectionAppearance.NEPSZ .appearanceRate>.rateVoters {
        margin-top: 5px;
        margin-bottom: 0;
        left: 190px;
        font-size: 15px;
    }
    .hirado_redesign .candidateName h5 {
        text-align: center;
        text-decoration: none;
    }
    .hirado_redesign .widget_hms_election_listofpartyvotes_nationwide_widget .logoNNameWrap .partyLogo,
    .hirado_redesign .widget_hms_election_listofpartyvotes_nationwide_widget .logoNNameWrap .partyName {
        width: 50%;
    }
    .hirado_redesign .widget_hms_election_listofpartyvotes_nationwide_widget .logoNNameWrap .partyLogo {
        margin: 0;
        margin-left: 5px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .hirado_redesign .widget_hms_election_listofpartyvotes_nationwide_widget .logoNNameWrap .partyName {
        padding: 0;
        margin-right: 5px;
        display: flex;
        align-self: center;
        justify-content: flex-end;
    }
    .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .partyLogo .partyNames {
        display: flex;
        align-self: center;
        justify-content: center;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .stripscontainer.EP2019 .whiteBox, .votesNationwide .whiteBox {
        display: flex;
    }
}

@media all and (max-width: 960px) {
    .constituenciesInner .constituenciesMap,
    .candidatesBody,
    .countySections,
    .hungaryMap,
    .sittingOrderWrapper,
    .partyVotes.graph {
        width: 100% !important;
    }
    .candidatesBody .candidateImg {
        float: none;
        margin: 0 auto;
    }
    .hungaryMap,
    .countySections {
        padding: 10px;
    }
    .constituenciesInner .constituenciesMap.budapest img {
        max-width: 30%;
    }
    .hh-row-container.row-ElectionOEVK {
        display: block;
    }
    .candidateDatas {
        width: 100%;
    }
    .mapInnerWrapper svg {
        width: 100%;
    }
    .mapInnerWrapper svg,
    .hh-row-segment[data-width="60"] .mapInnerWrapper svg {
        left: 50%;
        transform: translateX(-50%);
    }
    .hh-row-segment[data-width="100"] .sittingOrderWrapper,
    .hh-row-segment[data-width="100"] .partyVotes.graph,
    .hh-row-segment[data-width="100"] .countySections,
    .hh-row-segment[data-width="100"] .hungaryMap {
        width: 100%;
    }
    .partyLogo {
        margin: 0;
    }
    .votesNationwide .partySection:last-of-type .stripWrapper {
        border-right: none;
    }
    .votesNationwide .logoWrapper span {
        text-align: left;
    }
    .countySections .stripWrapper .strip {
        height: 20px;
    }
    .votesNationwide .partySection .percent {
        text-align: right;
    }
    .countySections .percent {
        line-height: 25px;
    }
    .hh-row-segment[data-width="100"] .countySections {
        padding: 0 20px;
    }
    .row-PartyVotes,
    .hh-row-container.row-ElectionOEVK {
        padding-bottom: 0;
    }
    .votesNationwide,
    .votesCounty,
    .sittingOrder,
    .votesNationwideHungaryMap {
        min-height: auto;
    }
    .hh-row-segment[data-width="100"] .partyVotes.graph .partySection {
        padding: 0;
    }
    .partyVotes.graph .partySection {
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }
    .hh-row-segment[data-width="25"] .extraDatas .moreInfo,
    .extraDatas .processingRate,
    .hh-row-segment[data-width="40"] .extraDatas .moreInfo {
        width: 80%;
        padding: 0;
    }
    .hh-row-segment[data-width="25"] .extraDatas .moreInfo,
    .hh-row-segment[data-width="40"] .extraDatas .moreInfo {
        text-align: right;
    }
    .votesNationwide .partySection .percent {
        text-align: center;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder {
        display: flex;
        flex-direction: column;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder h3 {
        order: 1;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .sittingOrderWrapper {
        order: 2;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .widget-comment {
        width: 100%;
        order: 3;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .sittingOrder .partyVotes {
        order: 4;
        margin: 20px 0px;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap {
        display: flex;
        flex-direction: column;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .hungaryMap {
        order: 1;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .countySections {
        order: 2;
    }
/*     .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .votesNationwideHungaryMap .processRate {
        transform: translate(0px, 14px);
    } */
    .hirado_redesign .searchInputContainer input {
        margin: 0;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity,
    .nepsz_details_widget .nepszSummaryQuestionContainer .validity {
        flex-direction: column;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity li,
    .nepsz_details_widget .nepszSummaryQuestionContainer .validity li {
        padding: 0 15px 10px 30px;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionHeader,
    .nepsz_details_widget .nepszSummaryQuestionContainer .questionHeader {
        align-items: flex-start;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionTitle,
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionId,
    .nepsz_details_widget .nepszSummaryQuestionContainer .questionTitle,
    .nepsz_details_widget .nepszSummaryQuestionContainer .questionId,
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity {
        flex-direction: column;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity li {
        padding: 0 15px 10px 30px;
    }
    @media (min-width: 481px) and (max-width: 960px) {
        .widget_hms_nepsz_details_widget .nepszSummaryQuestionContainer .validity li {
            padding-left: 50px;
        }
    }
    @media all and (max-width: 480px) {
        .widget_hms_nepsz_details_widget .nepszSummaryQuestionContainer .validity li {
            padding-left: 0px;
        }
        .widget_hms_nepsz_details_widget .nepszSummaryQuestionContainer .validity{
            margin-left: 30px;
        }
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionHeader {
        align-items: flex-start;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionTitle,
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionId {
        font-size: 20px;
        font-weight: 700;
    }
    .widget_hms_election_countyvotesorsittingorder_widget .extraDatas.hungaryMapExtra,
    .widget_hms_election_countyvotesorsittingorder_widget .extraDatas.sittingOrder {
        order: 5;
    }
    .widget_hms_election_countyvotesorsittingorder_widget .extraDatas .moreInfo {
        width: 100%;
    }
}
@media all and (max-width: 900px) {
    /* .graphWrapper.pie > div::before {
        content: unset;
    } */
    .graphWrapper.pie {
        flex-direction: column;
        margin: 0;
    }
    .graphWrapper.pie .validVotes *, .graphWrapper.pie .inValidVotes * {
        font-size: 16px;
    }
    .voteDistribution > .title,
    .nepszSummaryQuestionContainer > .title {
        font-size: 18px;
    }
    .graphWrapper.pie .validVotes {
        order: 1;
        margin: 10px 0;
    }
    .graphWrapper.pie .inValidVotes {
        order: 2;
        margin: 10px 0;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer .graphWrapper.pie * {
        text-align: start;
    }
    .graphWrapper.pie .validVotes > div,
    .graphWrapper.pie .inValidVotes > div {
        justify-content: start;
    }
    .graphWrapper.pie .validVotes h3,
    .graphWrapper.pie .inValidVotes h3 {
        width: fit-content; 
        width: -moz-fit-content;
        width:  -webkit-fit-content;
        border-bottom: 1px solid #232323;
        margin-bottom: 0px;
    }
    .graphWrapper.pie .mainGraph {
        order: 3;
    }
    .election24  .searchInputContainer input,
    .hirado_redesign .widget_hms_election_oevk_widget .searchInputContainer input{
        max-height: 50px;
    }
}
@media all and (min-width: 769px) {
    .widget_hms_nepsz_details_widget .nepszSummaryQuestionContainer.ui-state-active{
        padding: 0px 30px;
    }
}
@media all and (max-width: 768px) {
    .candidateName h5 {
        font-size: 18px;
        text-align: center;
    }
    .hirado_redesign .politicalPartyLogo {
        height: auto;
        /* flex-direction: column; */
    }
    .politicalPartyName p {
        text-align: center;
    }
    .achievedPercentage p {
        display: inline-block;
        float: none;
        margin: 0 0 10px;
    }
    .hirado_redesign .candidatesBody .candidateImg {
        width: 50%;
        padding-bottom: 45%;
        margin-bottom: 10px;
    }
    .politicalPartyName p {
        font-size: 14px;
    }
    .votedStripe .rateVoters {
        font-size: 15px;
    }
    .col-12 .logoWrapper,
    .col-11 .logoWrapper {
        min-height: 25px;
    }
    .col-10 .logoWrapper,
    .col-9 .logoWrapper {
        min-height: 30px;
    }
    .col-8 .logoWrapper {
        min-height: 35px;
    }

    .widget_hms_ep_appearanceratebycities .citiesWrapper {
        display: block;
    }
    .hh-row-segment[data-width="100"] .widget_hms_ep_appearanceratebycities .ExtraContent {
        padding-left: inherit;
        clear: both;
    }
    .hungaryMap span.countyName {
        padding: 5px 0;
    }
    .citiesPagerContainer {
        padding: 0 10px;
    }
    .alphabet {
        margin: 0;
        padding: 0 10px 5px 10px;
        border-bottom: solid 1px #caacd0;
    }
    .widget_hms_ep_appearanceratebycities .citiesContainer {
        font-size: 14px;
    }
    .hh-row-segment[data-width="100"] .widget_hms_ep_appearanceratebycities .hungaryMap {
        text-align: center;
    }
    .widget_hms_ep_appearanceratebycities .hungaryMap .sumParticipationRate {
        padding: 5px 15px;
    }
    .noFullWidth .votesNationwideHungaryMap h3,
    .noFullWidth .electionProportionWrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hirado_redesign .votesNationwide .partySection .percent,
    .hirado_redesign .countySections .percent {
        margin-top: 0;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections .percent {
        width: 25%;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections .stripWrapper {
        width: 75%;
    }
    .hirado_redesign .stripWrapper,
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .countySections .stripWrapper {
        padding-top: 7px;
    }
    .hirado_redesign .extraDatas .processingRate:not(.hirado_redesign .widget_hms_election_oevk_widget .extraDatas .processingRate) {
        bottom: 10px;
        left: 30px;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .hungaryMap {
        bottom: 15px;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer {
        width: 100%;
        border: none !important;
        border-bottom: 2px solid #BBBBBB !important;
        padding: 0;
        margin: 10px;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .questionHeader {
        padding: 0 0 10px 0px;
        min-height: unset;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity li:last-of-type,
    .nepsz_details_widget .nepszSummaryQuestionContainer .validity li:last-of-type {
        padding-bottom: 0;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > div:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .questionHeader, .allVotes, .votersPercent), 
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > ul,
    .nepsz_details_widget .nepszSummaryQuestionContainer > div:not(.nepsz_details_widget .nepszSummaryQuestionContainer > .questionHeader, .allVotes, .votersPercent), 
    .nepsz_details_widget .nepszSummaryQuestionContainer > ul {
        padding: 10px 0 10px 0px !important;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer > .allVotes{
        padding: 10px 0 0px 25px !important;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer > .votersPercent{
        padding: 0px 0 10px 25px !important;
    }
    .hirado_redesign .searchInputContainer input {
        border-radius: 3px;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity li:last-of-type {
        padding-bottom: 0;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > div:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .questionHeader), 
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > ul {
        padding: 10px 0 10px 25px;
    }
    .voteDistribution {
        padding: 0;
    }
    .nepszSummaryQuestionContainer > .title {
        margin: 40px 10px 10px 34px;
    }
}

@media screen and (max-width: 500px) {
    .widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .widget_title,
    .hirado_redesign .hh-row-container.row-PartyVotes .row-title,
    .hirado_redesign .hh-row-container.row-ElectionOEVK .row-title {
        border-bottom: 2px dotted white;
    }
    .widget_hms_nepsz_summary_widget .titleCont.hasTitle,
    .NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont {
        border-bottom: 2px solid #4b4b4d;
        margin: 0 10px;
    }
    .NEPSZ .widget_hms_election_appearancerate_widget .hasTitle .titleCont .widget_title::after,
    .widget_hms_election_appearancerate_widget .hasTitle.hasIcon .titleCont .widget_title::after,
    .hirado_redesign .hh-row-container.row-PartyVotes .row-title::after,
    .hirado_redesign .hh-row-container.row-ElectionOEVK .row-title::after,
    .widget_hms_nepsz_summary_widget .titleCont.hasTitle .widget_title::after,
    .widget_hms_nepsz_details_widget .titleCont.hasTitle .widget_title::after {
        background-image: none !important;
    }
    .row-ElectionAppearance.OGY2022 .electionProportionInner .appearanceRate>h3 {
        margin: 25px 0;
        /* margin-bottom: 50px; */
        padding: 0;
    }
    .widget_hms_election_appearancerate_widget .appearanceRate .paramSelector {
        top: 16px;
        left: 0;
    }
    .widget_hms_election_appearancerate_widget .appearanceRate .paramSelector .yearPicker {
        margin-left: -2px;
    }
    .nepszSummaryQuestionContainer > .title {
        margin: 10px;
        margin-top: 40px;
    }
    .hirado_redesign .votedStripe .rateVoters {
        font-size: 14px;
    }
}



@media (min-width: 481px) and (max-width: 768px) {
    .nepsz_details_widget .nepszSummaryQuestionContainer {
        padding: 0px 30px;
    }
}
@media all and (max-width: 480px) {
    .candidatesBody .candidate {
        width: 100%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .EP2019.candidatesBody .candidate {
        border-bottom: none;
    }
    .hirado_redesign .candidatesBody .candidateImg {
        float: left;
    }
    .row-PartyVotes {
        padding-top: 10px;
    }
    .achievedPercentage p {
        float: none;
        display: inline-block;
    }
    .candidateName h5 {
        font-size: 16px;
        margin-top: 5px;
        text-align: left;
        display: table;
    }
    .politicalPartyName p,
    .achievedPercentage p {
        font-size: 13px;
    }
    .constituenciesHeader h3 {
        font-size: 16px;
    }

    .candidatesBody .candidateDatas {
        float: left !important;
        padding-left: 20px;
    }
    .politicalPartyName p,
    .achievedPercentage p {
        text-align: center;
    }
    .constituenciesInner .constituenciesMap.budapest img {
        max-width: 40%;
    }
    /* .politicalPartyLogo, */
    .achievedPercentage {
        display: block;
    }
    .hirado_redesign .politicalPartyLogo {
        max-width: unset;
    }
    .hirado_redesign .candidatesBody .candidateImg {
        width: 100px;
        padding-bottom: 90px;
    }
    .candidateDatas {
        /* width: auto; */
        width: 100%;
    }
    /* .row-ElectionAppearance .hh-row-wrapper, */
    .row-PartyVotes .hh-row-wrapper,
    .row-ElectionOEVK .hh-row-wrapper {
        padding: 0 5% !important;
        /* width: 90% !important; */
    }
    .row-ElectionAppearance .row-title-container {
        padding: 0 10px;
    }
    .constituenciesHeader h3 {
        font-size: 12px;
    }
    span.oevkLeft,
    span.oevkRight {
        width: 37px;
        height: 37px;
    }
    .votedStripe .startTime,
    .votedStripe .currentTime {
        font-size: 12px;
    }
    .votesNationwide .strip {
        width: 15px;
    }
    .sittingOrder .extraDatas,
    .extraDatas.hungaryMapExtra,
    .extraDatas.votesNationwide,
    .extraDatas.constituenciesExtra {
        padding: 5px;
    }
    .hungaryMap span.countyName {
        font-size: 12px;
    }
    .hh-row-segment[data-width="100"] .countySections,
    .sittingOrderWrapper {
        padding: 0 10px;
    }
    .constituenciesHeader h3:after {
        left: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }
    .constituenciesHeader h3 {
        padding: 30px 0 9px 0;
        min-height: 30px;
    }
    .OEVKSelector {
        top: 57px;
    }
    .partyName {
        font-size: 13px;
    }
    .countySections .percent {
        width: 20%;
    }
    .countySections .stripWrapper {
        width: 80%;
    }
    .partyNames {
        font-size: 12px;
    }
    span.oevkLeft,
    span.oevkRight,
    .slick-prev,
    .slick-next {
        height: 30px;
    }
    .widget_hms_ep_appearanceratebycities .mapInnerWrapper {
        padding: 0 20px 75% 20px;
    }
    .hirado_redesign .hh-row-container.row-ElectionAppearance .row-title,
    .hirado_redesign .hh-row-container.row-PartyVotes .row-title,
    .hirado_redesign .hh-row-container.row-ElectionOEVK .row-title {
        margin: 0 !important;
    }
    .hirado_redesign .hh-row-container.row-ElectionOEVK .row-title {
        padding-bottom: 25px !important;
    }
    .hirado_redesign .searchInputContainer {
        padding: 0;
    }
    .hirado_redesign .searchInputContainer input {
        padding: 0.5em 0.5em;
    }
    .hirado_redesign .searchClear {
        right: 0.5em;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > div:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .questionHeader), 
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > ul:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity),
    .nepsz_details_widget .nepszSummaryQuestionContainer > div:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .questionHeader), 
    .nepsz_details_widget .nepszSummaryQuestionContainer > ul:not(.widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .validity) {
        padding: 10px;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .answerCont,
    .nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .answerCont {
        margin: 0;
        position: absolute;
        line-height: 1.2;
        transform: translate(0px, 35px);
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:first-of-type,
    .nepsz_details_widget .nepszSummaryQuestionContainer > .resultCont .graphCont > div .percent:first-of-type {
        padding-left: 5px;
        margin-left: 45px;
        border-left: #707070 solid 2px;
    }
    .election24  .searchResultContainer ,
    .widget_hms_election_oevk_widget .searchResultContainer {
        width: 100%;
        margin: 0;
    }
    .HiradoAccessibility .election24  .searchResultContainer{
        margin: 5px 0;
    }
    .election24 .searchClear::before,
    .election24  .searchClear::after,
    .widget_hms_election_oevk_widget .searchClear::before,
    .widget_hms_election_oevk_widget .searchClear::after {
        right: 0em;
    }
    .nepsz_details_widget .questionTitle {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 50px;
        font-size: 20px;
    }
    .nepsz_details_widget .questionId {
        font-size: 20px;
        padding: 0 5px;
        align-self: start;
    }
    .nepsz_details_widget .arrow {
        right: calc(50% - 15px);
        width: 30px;
        height: 30px;
        top: unset;
        bottom: 20px;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer .arrow {
        position: absolute;
        bottom: -32px;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer {
        position: relative;
        /* margin-top: -50px; */
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer.ui-state-active {
        margin-bottom: 40px;
        border-bottom: none;
    }
    .nepsz_details_widget .questionHeader.ui-state-active .questionTitle {
        padding-bottom: 25px;
    }
    /* .widget_hms_nepsz_details_widget .nepszSummaryQuestionContainer .processingRate {
        margin-bottom: 50px;
    } */
    .nepsz_details_widget .arrow::before {
        height: 18px;
        width: 18px;
        right: 6px;
    }
    .hirado_redesign .candidateName,
    .hirado_redesign .achievedPercentage {
        display: flex;
        justify-content: center;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer > div:not(.nepsz_details_widget .nepszSummaryQuestionContainer > .questionHeader, .allVotes, .votersPercent), 
    .nepsz_details_widget .nepszSummaryQuestionContainer > ul {
        padding: 10px 0 10px 10px !important;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer > .allVotes{
        padding: 10px 0 0px 10px !important;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer > .votersPercent{
        padding: 0px 0 10px 10px !important;
    }
    .widget_hms_nepsz_summary_widget .nepszSummaryQuestionContainer .allVotes {
        padding-left: 0px!important;
    }
}
@media screen and (max-width: 411px) {
    .extraDatas .processingRate {
        width: 50%;
        padding-left: 0 !important;
    }
    .hirado_redesign .widget_hms_election_oevk_widget .extraDatas.constituenciesExtra {
        padding: 10px 0px 5px 0;
    }
    .nepsz_details_widget .nepszSummaryQuestionContainer > div:not(.nepsz_details_widget .nepszSummaryQuestionContainer > .questionHeader), 
    .nepsz_details_widget .nepszSummaryQuestionContainer > ul {
        padding: 10px 0;
    }
    .nepszSummaryQuestionContainer > .title {
        margin-top: 40px;
        max-width: 90%;
    }
    .mainGraph {
        width: 100%;
        max-width: 200px;
        max-height: 200px;
    }
}
@media screen and (max-width: 375px) {
    .hirado_redesign .candidateDatas {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hirado_redesign .widget_hms_election_oevk_widget .slick-arrow {
        height: 60px !important;
    }
    .hirado_redesign .candidateName h5 {
        font-size: 18px;
    }
    .electionProportionInner h3,
    .hirado_redesign .widget_hms_election_oevk_widget .widget_title,
    .hirado_redesign .votesNationwide h3,
    .hirado_redesign .sittingOrder h3,
    .hirado_redesign .votesNationwideHungaryMap h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hirado_redesign .votesNationwideHungaryMap h3 {
        margin-bottom: 40px;
    }
    .hirado_redesign .widget_hms_election_listofpartyvotes_nationwide_widget .partyName,
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .partyLogo {
        padding-bottom: 10px;
    }
    .hirado_redesign .countySections .stripWrapper {
        padding: 0;
    }
    .hirado_redesign .widget_hms_election_countyvotesorsittingorder_widget .partyNames {
        font-size: 13px;
    }
    .hirado_redesign .widget-comment {
        width: 100%;
    }
    .hirado_redesign .politicalPartyName p {
        text-align: center;
    }
    .hirado_redesign .searchContainer {
        margin-top: 1em;
    }
}

@media all and (max-width: 320px) {
    .constituenciesHeader h3 {
        font-size: 12px;
    }
    .constituenciesInner .constituenciesMap img {
        max-width: 90%;
    }
    .hungaryMap,
    .countySections {
        padding: 0 5px;
    }
    .widget_hms_election_countyvotesorsittingorder_widget .hungaryMap{
        margin-top: 15px;
    }
    .hungaryMap span.countyName {
        padding: 0 10px;
    }
    .EP2019 .hungaryMap span.countyName {
        padding: 0;
    }
    .extraDatas .moreInfo a:after {
        top: 1px;
    }
    .row-ElectionAppearance.NEPSZ .appearanceRate>.rateVoters {
        left: 184px;
    }
    .widget_hms_election_appearancerate_widget .appearanceRate .paramSelector .typePicker {
        margin-left: 5px;
    }
    .widget_hms_election_appearancerate_widget .appearanceRate .paramSelector .yearPicker {
        margin-right: 5px;
    }
}

/* választás és népszavazás fejléc widget */
.widget_widgetheader_widget .widgetHeader{
    display: flex;
    align-items: center;
    height: 50px;
    padding: 10px;
    background-image: rgb(75,75,77);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.widget_widgetheader_widget .widgetHeader.valasztasType{
    background-image: linear-gradient(75deg, rgba(40,67,201,1) 55%, rgba(40,67,201,0) 85%), url("/wp-content/plugins/hms-hirado-valasztasok/assets/img/flag-bg.png") ;
}
.widget_widgetheader_widget .widgetHeader.nepszavazasType{
    background-image: linear-gradient(75deg, rgba(75,75,77,1) 55%, rgba(75,75,77,0) 85%), url("/wp-content/plugins/hms-hirado-valasztasok/assets/img/flag-bg.png") ;
}
.widget_widgetheader_widget .widgetHeader.valasztasType h2,
.widget_widgetheader_widget .widgetHeader.nepszavazasType h2{
    color: #fff!important;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
}
@media all and (max-width: 960px) {
    .widget_widgetheader_widget .widgetHeader.valasztasType{
        background-image: linear-gradient(75deg, rgba(40,67,201,1) 65%, rgba(40,67,201,0) 85%), url("/wp-content/plugins/hms-hirado-valasztasok/assets/img/flag-bg.png") ;
    }
    .widget_widgetheader_widget .widgetHeader.nepszavazasType{
        background-image: linear-gradient(75deg, rgba(75,75,77,1) 65%, rgba(75,75,77,0) 85%), url("/wp-content/plugins/hms-hirado-valasztasok/assets/img/flag-bg.png") ;
    }
}
@media all and (max-width: 768px) {
    .widget_widgetheader_widget .widgetHeader.valasztasType{
        background-image: linear-gradient(75deg, rgba(40,67,201,1) 75%, rgba(40,67,201,0) 95%), url("/wp-content/plugins/hms-hirado-valasztasok/assets/img/flag-bg.png") ;
    }
    .widget_widgetheader_widget .widgetHeader.nepszavazasType{
        background-image: linear-gradient(75deg, rgba(75,75,77,1) 75%, rgba(75,75,77,0) 95%), url("/wp-content/plugins/hms-hirado-valasztasok/assets/img/flag-bg.png") ;
    }
}
/*átmeneti hotfixek*/

.hirado_redesign .politicalPartyLogo .slick-lazyload-error {
    display: none;
}

/* OK TYPE */

.hirado_redesign .row-ElectionAppearance.okType{
    background-color: #2843C9;
    border: 6px solid #012169;
}
.hirado_redesign .row-ElectionAppearance.okType .hh-row-wrapper{
    background-color: transparent !important;
}
.hirado_redesign .row-ElectionAppearance.okType .stripeWrapper{
    background-color: #fff;
    padding: 5px;
}
.hirado_redesign .row-ElectionAppearance.okType .votedStripe{
    background: linear-gradient(0deg, rgba(1,33,105,1) 0%, rgba(40,67,201,1) 100%);
    position: relative;
    height: 45px;
}

.hirado_redesign .row-ElectionAppearance.okType .electionsStripe{
    display: none;
}
.hirado_redesign .row-ElectionAppearance.okType .rateVoters{
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 45px;
}
.hirado_redesign .row-ElectionAppearance.okType .votedStripe .startTime{
    bottom: -39px;
    font-weight: 400;
    left: -6px;
}
.hirado_redesign .row-ElectionAppearance.okType .votedStripe .currentTime{
    bottom: -39px;
    font-weight: 400;
    right: -20px;
}
.hirado_redesign .row-ElectionAppearance.okType h3{
    margin-bottom: 12px;
    margin-top: 10px;
}
.hirado_redesign .row-ElectionAppearance.okType .extraDatas.appearanceRateExtra{
    padding-top: 35px;
}
.hirado_redesign .row-ElectionAppearance.okType .electionProportionWrapper{
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.hirado_redesign .row-ElectionAppearance.okType .electionProportionWrapper{
    background-color: #2843C9;
} 

.hirado_redesign .row-ElectionAppearance.okType h2.widget_title{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    padding: 0;
    width: fit-content;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0px;
    cursor: pointer;
}
.hirado_redesign .row-ElectionAppearance.okType h2.widget_title::after{
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 11px 7px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(90deg);
    margin-left: 15px;
    margin-bottom: 1px;
    transition: all .2s ease-out;
}
.hirado_redesign .row-ElectionAppearance.okType h2.widget_title.closed::after{
    transform: rotate(180deg);
}



.hirado_redesign .okType .segment-full{
    transition: all .2s ease-out;
    overflow: hidden;
}

.hirado_redesign .widgetHeader.okType{
    
    min-height: 83px !important; 
    height: auto;

}
.fifa_countdown.okType{
    display: none !important;
}

.hirado_redesign .widget_widgetheader_widget .widgetHeader.okType{
    padding: 31px 21px !important;
    padding-bottom: 24px !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(1,33,105,1);
    /*23 21 mobile*/
    display: block;
}
@media screen and (min-width: 601px) {
    .hirado_redesign .widget_widgetheader_widget .widgetHeader.epType,
    .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType{
        margin-left: -10px;
        margin-right: -10px;
    }
}
body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType h2, body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType h2:not(.hiradoType h2){
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 20px;
    color: #fff !important;
    padding: 0 !important;
    width: fit-content;
    display: block !important;
    /*margin-top: 10px !important;*/
    z-index: 2;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.hirado_redesign .widgetHeader.okType::before{
    content: '';
    width: 582px;
    height: 90px;
    background-image:linear-gradient(to right, rgba(1,33,105,1) 20%, rgba(1,33,105,0) 100%), url('/wp-content/plugins/hms-hirado-valasztasok/assets/img/hu_banner.webp');
    display: block;
    position: absolute;
    /*top: -4px;*/
    top: 0;
    right: 0px; 
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 582px 82px;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 490px;

    background-size: cover;
    height: 100%;
}

.hirado_redesign .widgetHeader.okType::after{ 
    display: block !important;
    position: relative;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    display: none;
}
body[class*="ut"] .hirado_redesign .widgetHeader.okType h2::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #fff;
    display: block !important;
    flex-grow: initial;
    margin: 0;
    margin-top: 5px;
    transition: all .2s linear;
    background-image: none !important;
    opacity: 0;
}

.hirado_redesign_darkmode .hirado_redesign .widgetHeader.okType{
    border: 3px solid #fff;
}

.HiradoAccessibility .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType{
    background-color: #000;
}
.HiradoAccessibility .hirado_redesign .widgetHeader.okType::before{
    display: none;
}
body[class*="HiradoAccessibility"] .hirado_redesign .widgetHeader.okType::after{
    display: none !important;
}

.hirado_redesign_darkmode .hirado_redesign .row-ElectionAppearance.okType{
    border-color: #fff;
}

.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.okType{
    border-color: #fff;
}
.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.okType .electionProportionWrapper{
    background-color: #000;
}
.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.okType .votedStripe{
    background: #000;
}
.HiradoAccessibility .bodywrapper .hirado_redesign .okType p.rateVoters:not(.HiradoAccessibility .bodywrapper .hirado_redesign .hmsArticleViewerAudio p){
    font-size: 18px !important;
    padding: 0 !important;
}

/* OK TYPE END */

/* EP TYPE */

.hirado_redesign .election24.epType{
    background-color: #DBE2F1;
    border: 6px solid #373C57;
    padding: 20px 0;
    margin: 15px 0;
}
.hirado_redesign .election24.okType{
    background-color: #2843C9;
    border: 6px solid #012169;
    padding: 20px 0;
    margin: 15px 0;
}
.hirado_redesign .epType *{ 
     color: #373C57;
     border-color: #373C57;
}
.hirado_redesign .okType *{ 
     color: #fff;
     border-color: #fff;
}
.hirado_redesign .row-ElectionAppearance.epType .hh-row-wrapper{
    background-color: transparent !important;
}
.hirado_redesign .row-ElectionAppearance.epType .stripeWrapper{
    background-color: #373C57;
    padding: 5px;
}
.hirado_redesign .row-ElectionAppearance.epType .votedStripe{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(219,226,241,1) 100%);
    position: relative;
    height: 45px;
}

.epType .appearanceRate .stripeWrapper{
    background-color: #373C57;
    border: 4px solid;
}
.okType .appearanceRate .stripeWrapper{
    background-color: #fff;
    border: 4px solid;
}
.epType .appearanceRate .electionsStripe{
    background: none;
}
.epType .appearanceRate .votedStripe{
    background: linear-gradient(180deg, #fff, #DBE2F1);
}
.okType .appearanceRate .votedStripe{
    background: linear-gradient(180deg, #2843C9, #012169);
}
.appearanceRate .rateVoters{
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.epType .rateVoters{
    color: #373C57;
}
.okType .rateVoters{
    color: #fff;
}
.votedStripe .startTime{
    bottom: -39px;
    font-weight: 400;
    left: -6px;
}
.votedStripe .currentTime{
    bottom: -39px;
    font-weight: 400;
}
.epType .votedStripe .startTime,
.epType .votedStripe .currentTime{
    color: #373C57;
}
.okType .votedStripe .startTime,
.okType .votedStripe .currentTime{
    color: #fff;
}
.hirado_redesign .row-ElectionAppearance.epType h3{
    margin-bottom: 13px;
    margin-top: 10px;
    color: #373C57;
    font-weight: 800;
}
.epType .appearanceRate,
.okType .appearanceRate{
    padding-bottom: 20px;
}
.epType .electionProportionWrapper{
    padding-bottom: 0;
}
.epType .slick-slider{
    position: unset;
}
.epType .slick-list,
.epType .slick-track{
    height: 100%;
}
.hirado_redesign .row-ElectionAppearance.epType .electionProportionWrapper{
    background-color: #DBE2F1;
}

.hirado_redesign .row-ElectionAppearance.epType .electionProportionWrapper{
    padding-left: 4px;
    padding-right: 4px;
}
.hirado_redesign .row-ElectionAppearance.epType{
    padding-bottom: 15px !important;
}


.hirado_redesign .widgetHeader.epType::after{ 
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    display: none;
}
.hirado_redesign .widgetHeader.epType{
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background: linear-gradient(90deg, rgb(219, 226, 241) 31%, rgb(36, 74, 149) 67%, rgb(36, 74, 149) 100%);
    border: 0;
}  

.hirado_redesign > .widgetHeader.epType::before{
    content: '';
    display: block; 
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.hirado_redesign .widgetHeader.epType h2, body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.epType h2:not(.hiradoType h2){
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 20px;
    color: #333A58 !important;
    padding: 0 !important;
    width: fit-content;
    display: block !important;
    z-index: 3;
    margin: 0 !important;
    margin-top: 10px !important;
    max-width: 73%;
}

.hirado_redesign .widgetHeader.epType::before{
    content: '';
    width: 313px;
    height: 83px;
    background-image: linear-gradient(to right, rgba(36, 74, 149, 1), rgba(36, 74, 149, 0) 60%), url('/wp-content/plugins/hms-hirado-valasztasok/assets/img/eu_banner3.webp');
    display: block;
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 0;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

body[class*="ut"] .hirado_redesign .widgetHeader.epType h2::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #333A58;
    display: block !important;
    flex-grow: initial;
    margin: 0;
    margin-top: 5px;
    transition: all .2s linear;
    background-image: none !important;
    opacity: 0;
}
body[class*="ut"] .hirado_redesign a .widgetHeader.epType:hover h2::after,
body[class*="ut"] .hirado_redesign a .widgetHeader.okType:hover h2::after{
    width: 100%;
    opacity: 1;
}

.hirado_redesign .widget_widgetheader_widget .widgetHeader.epType{
    padding: 23px 21px !important;
    overflow: hidden;
    /*23 21 mobile*/
}
.hirado_redesign .hh-row-container.epType{
    padding: 0;
    width: 100%;
} 

.HiradoAccessibility .hirado_redesign .widgetHeader.epType{
    background-color: #000;
    background-image: none !important;
}
.HiradoAccessibility .hirado_redesign .widgetHeader.epType::before {
    display: none;
}
.HiradoAccessibility .hirado_redesign .widgetHeader.epType::after {
    display: none !important;
    background-image: none !important;
    visibility: hidden;
}
body[class*="HiradoAccessibility"] .hirado_redesign .widgetHeader.epType h2{
    color: #fff !important;
}
body[class*="HiradoAccessibility"] .hirado_redesign .widgetHeader.epType h2, body[class*="HiradoAccessibility"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.epType h2:not(.hiradoType h2){
    color: #fff !important;
}
body[class*="HiradoAccessibility"] .hirado_redesign .widgetHeader.epType h2::after{
    background-color: #fff !important;
}

.hirado_redesign_darkmode .row-ElectionAppearance.epType{
    background-color: #192D5F;
    border-color: #DBE2F1;
}
.hirado_redesign_darkmode .row-ElectionAppearance.epType .electionProportionWrapper{
    background-color: #192D5F;
}
.hirado_redesign_darkmode .row-ElectionAppearance.epType .stripeWrapper{
    background-color: #DBE2F1;
}
.hirado_redesign_darkmode .row-ElectionAppearance.epType .votedStripe{
    background: #192D5F;
}
.hirado_redesign_darkmode .row-ElectionAppearance.epType h3, .hirado_redesign_darkmode .row-ElectionAppearance.epType .rateVoters, .hirado_redesign_darkmode .row-ElectionAppearance.epType .votedStripe .startTime, .hirado_redesign_darkmode .row-ElectionAppearance.epType .votedStripe .currentTime, .hirado_redesign_darkmode .row-ElectionAppearance.epType .processingRate{
    color: #DBE2F1;
}

.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.epType{
    border-color: #fff;
}
.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.epType .electionProportionWrapper{
    background-color: #000;
}
.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.epType .stripeWrapper{
    background-color: #fff;
}
.HiradoAccessibility .hirado_redesign .row-ElectionAppearance.epType .votedStripe{
    background: #000;
}

.HiradoAccessibility .bodywrapper .hirado_redesign .row-ElectionAppearance.epType p.rateVoters:not(.HiradoAccessibility .bodywrapper .hirado_redesign .hmsArticleViewerAudio p){
    padding: 0 !important;
    font-size: 18px !important;
}

.HiradoAccessibility .bodywrapper .hirado_redesign p.startTime:not(.HiradoAccessibility .bodywrapper .hirado_redesign .hmsArticleViewerAudio p), .HiradoAccessibility .bodywrapper .hirado_redesign p.currentTime:not(.HiradoAccessibility .bodywrapper .hirado_redesign .hmsArticleViewerAudio p){
    font-size: 14px !important;   
    bottom: -50px;
}

.hirado_redesign .row-ElectionAppearance.epType h2.widget_title{
    color: #373C57;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    padding: 0;
    width: fit-content;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0px;
    cursor: pointer;
}
.hirado_redesign .row-ElectionAppearance.epType h2.widget_title::after{
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 11px 7px;
    border-color: transparent transparent #373C57 transparent;
    transform: rotate(90deg);
    margin-left: 15px;
    margin-bottom: 1px;
    transition: all .2s ease-out;
}
.hirado_redesign .row-ElectionAppearance.epType h2.widget_title.closed::after{
    transform: rotate(180deg);
}

.hirado_redesign .epType .segment-full{
    transition: all .2s ease-out;
    overflow: hidden;
}
.widget_hms_ok_countryresults_widget .chart{
    margin-top: 5px;
}
.widget_hms_ok_countryresults_widget .countryMap .processingRate{
    display: none;
}
.widget_hms_ok_countryresults_widget .graphCont{
    display: flex;
    align-items: center;
    height: 100%;
}

/*EP TYPE END*/

.fifa_countdown.epType{
    display: none !important;
} 

/* EP TYPE OK TYPE responsive*/
@media screen and (max-width: 1024px){

    /* epType */
    .hirado_redesign .row-ElectionAppearance.epType h3{
        font-size: 18px;
        margin-bottom: 8px;
    }

    /* okType */
    .hirado_redesign .row-ElectionAppearance.okType h3{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .hirado_redesign .row-ElectionAppearance.okType .extraDatas.appearanceRateExtra{
        padding-top: 32px;
    }
    .HiradoAccessibility .hirado_redesign .hh-row-container.row-ElectionAppearance.okType{
        padding-bottom: 14px !important;
    }
}
@media screen and (max-width: 991px){

    /* epType */
    .hirado_redesign .widgetHeader.epType{
        /*height: 83px;*/
        background: linear-gradient(90deg, rgb(219, 226, 241) 31%, rgb(36, 74, 149) 60%, rgb(36, 74, 149) 100%);
    }
    .hirado_redesign .widgetHeader.epType::before {
        width: 270px;
        height: 100%;
        /*background-size: 270px 83px;*/
        background-size: cover;
    }
    body[class*="ut"] .hirado_redesign .widgetHeader.epType::after {
        right: 222px;
    }
    
    .hirado_redesign .widgetHeader.epType h2, body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.epType h2:not(.hiradoType h2){
        max-width: 63%;
    }

    /* okType */
    
    body[class*="ut"] .hirado_redesign .widgetHeader.okType::after{
        right: 0;
    }
}
@media screen and (max-width: 700px){
    /* epType */
    .hirado_redesign .widget_widgetheader_widget .widgetHeader.epType h2{
        font-size: 18px;
        padding: 23px 21px !important;
    }
    .hirado_redesign .widgetHeader.epType{
        height: 60px;
        /*background: linear-gradient(90deg, rgb(219, 226, 241) 60%, rgb(36, 74, 149) 90%, rgb(36, 74, 149) 100%);*/
        
    }
    .hirado_redesign .widgetHeader.epType::before {
        width: 96px;
        height: 68px;
        background-size: 96px 60px;
        background-size: cover;
        background-position: center;
        width: 111px;
        height: 100%;
    }
    body[class*="ut"] .hirado_redesign .widgetHeader.epType::after{
        right: 62px;
    }
    body[class*="HiradoAccessibility"] .hirado_redesign .widgetHeader.epType h2{
        font-size: 18px !important;
    }
    
    /* okType */
    .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType{
        padding: 23px 13px !important;
        overflow: hidden;
        display: block;
    }
    body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType h2, body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType h2:not(.hiradoType h2){
        font-size: 18px;
        margin-top: 5px; 
        position: relative;
        z-index: 1;
        margin-top: 10px !important;
    }
    .hirado_redesign .widgetHeader.okType{
        min-height: 60px;
    }
    .hirado_redesign .widgetHeader.okType::before{
        background-size: 272px 60px;
        background-size: cover;
        width: 272px;
        height: 60px;
        height: 100%;
        top: 0;
        right: 0;
    }
    body[class*="ut"] .hirado_redesign .widgetHeader.okType::after{
        right: 5px;
        width: 250px;
    }
    body[class*="ut"] .hirado_redesign .widgetHeader.okType h2::after{
        margin-top: 0;
    }
    body[class*="HiradoAccessibility"] .hirado_redesign .widgetHeader.okType h2{
        font-size: 18px !important;
    }
}
@media screen and (max-width: 500px){
    .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType{
        padding: 19px 21px !important;
    }
    .hirado_redesign .widget_widgetheader_widget .widgetHeader.epType{
        padding: 11px 21px !important;
    }
    .hirado_redesign .widgetHeader.epType, .hirado_redesign .widgetHeader.okType{
        height: auto;
        min-height: auto !important;
        margin-top: 5px !important;
    }
    body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType h2, body[class*="ut"] .hirado_redesign .widget_widgetheader_widget .widgetHeader.okType h2:not(.hiradoType h2){
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 480px){
    /* epType */
    .hirado_redesign .row-ElectionAppearance.epType .votedStripe .startTime{
        bottom: -39px;
        font-size: 14px;
    }
    .hirado_redesign .row-ElectionAppearance.epType .votedStripe .currentTime{
        bottom: -39px;
        font-size: 14px;
    }
    .hirado_redesign .widgetHeader.epType{
        background: linear-gradient(90deg, rgb(219, 226, 241) 40%, rgb(36, 74, 149) 65%, rgb(36, 74, 149) 100%);
    }

    /* okType */
    .hirado_redesign .row-ElectionAppearance.okType .votedStripe .startTime{
        bottom: -37px;
    }
    .hirado_redesign .row-ElectionAppearance.okType .votedStripe .currentTime{
        bottom: -37px;
    }
    .hirado_redesign .row-ElectionAppearance.okType .extraDatas.appearanceRateExtra{
        padding-top: 36px;
    }
}
.epType *, .okType *{
    font-family: 'Nunito Sans', sans-serif!important;
}
.election24{
    position: relative;
    transition-duration: 0.3s;
}
.widgetClosed{
    /* max-height: 66px; */
    overflow: hidden;
}
.widgetClosed *:not(.widget_title){
    display: none;
}
.widgetClosed .searchContainer{
    display: none!important;
}
.widgetClosed .widget_title{
    margin-bottom: 0;
}
.widgetContainer {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.widgetSection{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: max-content;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
}
.chart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 100%;
}

.widgetSection:not(div:first-of-type)::before{
    content: '';
    display: flex;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.epType .widgetSection:not(div:first-of-type)::before{
    background-color: #373C57;
}
.okType .widgetSection:not(div:first-of-type)::before{
    background-color: #fff;
}
.widget_title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    margin-bottom: 15px;
    padding: 0 20px;
    cursor: pointer;
}
.election24 .selected-option{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.widget_title::after,
.tab.select .selected-option::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 11px 7px;
    margin-left: 15px;
    margin-bottom: 1px;
    transition: all .2s ease-out;
}
.tab.select .selected-option::after{
    margin-left: 9px;
}
.election24 .tab.inactive{
    border-color: #373C57;
    color: #373C57;
    background: linear-gradient(180deg, #fff 0%, #ffffff00 100%);
    pointer-events: none;
}
.epType .widget_title::after,
.epType .tab.select .selected-option::after{
    border-color: transparent transparent #373C57 transparent;
}
.okType .widget_title::after,
.okType .tab.select .selected-option::after{
    border-color: transparent transparent #fff transparent;
}
.widget_title::after{
    transform: rotate(90deg);
}
.widgetClosed .widget_title::after,
.tab.select .selected-option::after{
    transform: rotate(180deg);
}
.tab.open .selected-option::after{
    transform: rotate(90deg);
}
.epType .tab.selected .selected-option::after{
    border-color: transparent transparent #fff transparent;
}

.okType.AppearanceRateWidget .tab.select .selected-option::after,
.okType .tab.selected .selected-option::after{
    border-color: transparent transparent #192D5F transparent;
}
.widgetSection h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
    background-color: unset;
}
.election24 .tabContainer{
    width: max-content;
    max-width: 100%;
    display: flex;
    gap: 15px;
    min-height: 42px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin: 0 auto 15px auto;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.tabContainer::-webkit-scrollbar { /* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
  }
.election24 .tab{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    min-width: max-content;
    height: max-content;
}
.election24 .select{
    max-width: max-content;
}
.election24 .options {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 40px;
    margin-top: 10px;
    border-radius: 12px;
    overflow: hidden;
    width: max-content;
    max-width: 90vw;
    overflow: hidden;
    padding: 2px 0;
    z-index: 2;
}
.election24 .options > div{
    overflow: auto;
    max-height: 225px;
    cursor: pointer;
}
.election24 #clone-select.options:not(.open){
    display: block;
}
.election24 .option,
.election24 .suboption {
    padding: 4px 10px;
    margin: 0 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}
.election24 .option:not([data-value]),
.election24 .suboption:not([data-value]) {
    pointer-events: none;
}
.election24 .achievedPercentage{
    display: flex;
  justify-content: center;
    padding: 10px 0;
    width: 100%;
}
.election24 .achievedPercentage p{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    font-size: 18px;
    font-weight: 800;
    margin: auto;
    min-width: 100px;
}
.epType .options{
    background-color: #373C57;
}
.okType .options{
    background-color: #fff;
}
.epType .option,
.epType .suboption {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.epType .option:hover,
.epType .suboption:hover {
    background-color: #DBE2F1!important;
    color: #373C57!important;
}
.okType .option:hover,
.okType .suboption:hover {
    background-color: #012169!important;
    color: #FFFFFF!important;
}
.okType .option,
.okType .suboption {
    color: #012169;
    border-bottom: 1px solid rgba(1, 33, 105, 0.2);
}
.election24 .suboption {
    padding-left: 30px;
}
.moreDataUrl,
.processingRate{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
}
.moreDataUrl{
    justify-content: flex-end;
    gap: 10px;
}
.processingRate span{
    margin-left: 5px;
}
.moreInfoArrow::after,
.moreInfoArrow{
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent!important;
    border-bottom: 7px solid transparent!important;
    border-left: 13px solid #555555;
    border-right: 0;
}
.moreInfoArrow::after{
    content: '';
    position: absolute;
    left: -5px;
    top: -7px;
}
.epType .moreInfoArrow::after,
.epType .moreInfoArrow{
    border-left-color: #373C57;
}
.okType .moreInfoArrow::after,
.okType .moreInfoArrow{
    border-left-color: #fff;
}
.epType .tab{
    border: 3px solid #373C57;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.okType .tab{
    border: 3px solid #fff;
    background: #687BD9;
    color: #fff;
}
.epType .tab.selected,
.epType .tab.selected *{
    background: #373C57;
    color: #fff;
}
.okType .tab.selected,
.okType .tab.selected *,
.okType.AppearanceRateWidget .tab,
.okType.AppearanceRateWidget .tab *{
    background: #fff;
    color: #012169;
}
.parliamentChart{
    position: relative;
    width: 100%;
    align-items: center;
}
.parliamentChart .chartContainer{
    display: flex;
    width: 99%;
    position: relative;
    max-width: 460px;
}
.parliamentChart .partyVotes{
    max-width: 480px;
}
.parliamentChart .tooltipContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    min-width: max-content;
    height: max-content;
    border: 2px solid;
    padding: 10px 20px;
    pointer-events: none;
    transform: translateX(-50%) translateY(20px);
    z-index: 8;
}
.parliamentChart .tooltipContainer .title{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px;
}
.parliamentChart .tooltipContainer:not(.tooltipContainer.hidden)[data-jlcs="-1"] {
    background-color: #2843C9!important;
}
.parliamentChart .tooltipContainer:not(.tooltipContainer.hidden)[data-jlcs="-1"] {
    border-color: #FFFFFF!important;
}
.parliamentChart .tooltipContainer:not(.tooltipContainer.hidden)[data-jlcs="-1"] .title {
    color: #FFFFFF!important;
}
.parliamentChart .tooltipContainer:not(.tooltipContainer.hidden)[data-jlcs="-1"] .triangle {
    border-bottom-color: #2843C9!important;
    filter: drop-shadow(rgb(255, 255, 255) 0px -2px 0px)!important;
}
.parliamentChart .tooltipContainer .logoContainer{
    display: flex;
    padding-bottom: 20px;
    display: none;
}
.parliamentChart .tooltipContainer .list{
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.parliamentChart .triangle{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent!important;
    border-right: 40px solid transparent!important;
    border-bottom: 25px solid transparent;
    border-top: none;
    display: inline-block;
    margin-top: -33px;
    /* filter: drop-shadow(0px -2px 0px #000); */
}
.parliamentChart .partyVotes {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 115px;
    overflow-y: auto;
}
.parliamentChart .chartContainer{
    position: relative;
}
.parliamentChart .mandatesCount{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.mandatesCount .count{
    font-size: 60px;
}
.mandatesCount .title{
    font-size: 16px;
}
.widgetContainer.section-1 .widgetSection{
    width: 100%;
}
.widget_hms_ep_appearancerate_widget .extraDatas , 
.widget_hms_ep_mandates_widget .extraDatas , 
.widget_hms_ep_partyresults_widget .extraDatas {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.candidatesContainer .candidateImg{
    width: 110px;
    height: 110px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 3px solid;
    margin: 0 auto;
}
.candidatesContainer{
    height: auto;
    width: auto;
    flex-grow: 1;
}
.candidatesFaces {
    display: inline-flex;
    height: 100%;
    overflow: hidden;
}
.election24 .candidate{
    min-width: min-content;
}
.candidatesFaces .slick-dots{
    display: flex;
    width: 100%;
    height: 7px;
}
.candidatesFaces .slick-dots li{
    height: 100%;
    background-color: #192D5F;
    width: auto;
    position: relative;
}
.candidatesFaces .slick-dots li.slick-active{
    background-color: #fff;
}
.candidatesFaces .slick-dots li::after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    
    z-index: 1;
    border-radius: 3px;
    transition-duration: 200ms;
}
.candidatesFaces .slick-dots li.slick-active::after{
    left: -50%;
    width: 200%;
}
.candidatesFaces .slick-dots li button{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.candidate{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto!important;
}
.candidatesContainer .slick-list{
    max-width: 100%;
    padding-bottom: 15px;
    overflow-y: visible;
}
.barChart .slick-track,
.candidatesContainer .slick-track{
    display: flex;
    justify-content: center;
    min-width: 100%;
}
.partySection .percent{
    padding: 0 10px 10px;
}
.partySection:not(:last-of-type) .stripWrapper, 
.partySection:not(:last-of-type) .percent,
.candidate:not(:last-of-type){
    border-right: 2px solid;
}
.epType .stripWrapper, 
.epType .partySection .percent,
.epType .candidate{
    border-color: #A5A8BC !important;
}
.parliamentChart canvas{
    max-height: 220px;
    margin-bottom: 40px;
}
.countryMap.chart,
.countryMap.chart svg{
    width: 100%;
}
.countryMap.chart svg .st0,
.countryMap.chart svg .district{
    fill: rgba(255, 255, 255, 0.3);
    stroke-linecap: round;
}
.widget_hms_ok_countryresults_widget svg .st0{
    stroke-width: 1;
    stroke: #fff;
    position: relative;
}
.election24 .huSelected{
    filter: url(#shadow);
}
.widget_hms_ok_countryresults_widget svg .st0.active{
    filter: url(#inset-shadow);
}
.widget_hms_ok_countryresults_widget svg .shadow{
    stroke-width: 3;
    filter: drop-shadow(0 0 2px #000);
    fill: transparent!important;
} 
.widget_hms_ok_countryresults_widget .slick-slider{
    max-height: 370px;
    min-height: 370px;
    overflow: hidden;
}
.DetailedSearchWidget .hungaryMapContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    width: 100%;
    position: relative;

}
.DetailedSearchWidget svg .st0{
    stroke-width: 2;
    stroke: #2843c9;
}
.DetailedSearchWidget svg .district{
    stroke-width: 3px;
}
.DetailedSearchWidget svg.BPmap{
    display: none;
    max-width: 275px;
}
.DetailedSearchWidget svg #layer2 #duna{
    fill: #97CDFF;
}
.DetailedSearchWidget svg #layer2 #bp{
    opacity: 0;
}
.DetailedSearchWidget .partyVotes.graph .partySection {
    border-bottom: solid 2px #fff;
}

.election24 .customText{
    padding: 10px 0;
}

.widget_hms_ok_budapestresults_widget .candidateList .processingRate,
.barChart .extraDatas,
.widgetContainer .appearanceRate .processingRate,
.widget_hms_ok_mayorlist_widget .barChart .processingRate,
.widget_hms_ep_partyresults_widget .barChart .processingRate,
.widget_hms_ok_countryresults_widget .percentChar:not(.percentChar.force),
.widget_hms_ep_mandates_widget .percentChar:not(.percentChar.force),
.MayorListWidget .percentChar:not(.percentChar.force),
.widget_hms_ok_countryresults_widget .parliamentChart .processingRate,
.widget_hms_ep_mandates_widget .candidateList .processingRate,
.widget_hms_ep_mandates_widget .achievedPercentage,
.widget_hms_ep_mandates_widget .barChart .processingRate{
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
.widget_hms_ok_countryresults_widget #hungaryMap-budapest{
    pointer-events: none;
    fill: #2843c9;
}

.moreData{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 20px 0;
}
.election24 .partySection:not(.MandatesWidget .partySection){
    pointer-events: none;
}
.partySection.selected{
    background-color: #B5BFD3;
}
.partySection.belowTreshold {
    position: relative;
}
.belowTreshold::before{
    content: 'nem érte el az 5%-os küszöbhatárt';
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    line-height: 1.35;
    display: block;
    background-color: #dbe2f1;
    padding: 10px 20px;
    width: 90%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid;
    z-index: 1;
    opacity: 1;
}
.partySection.belowTreshold .percent,
.partySection.belowTreshold .stripWrapper,
.partySection.belowTreshold .logoNNameWrap{
    opacity: 0.5;
}
.noDataMsg{
    margin: 0;
    font-size: 18px;
}
.epType .appearanceRate .noDataMsg{
    color: #fff;
}
.okType .appearanceRate .noDataMsg{
    color: #192D5F;
}

.barChart.vertical .partyName,
.barChart.vertical .partyLogo{
    padding: 15px 0 0 0;
}
.barChart.horizontal .slick-track{
    display: block;
}
.barChart.horizontal .slick-arrow{
    left: unset;
    right: 0;
    margin: 0;
    transform: rotate(90deg);
}
.barChart.horizontal .slick-prev{
    top: 0;
    bottom: unset;
}
.barChart.horizontal .slick-next{
    top: unset;
    bottom: 15px;
}
.barChart.horizontal .partySection{
    border-bottom: 2px solid!important;
    padding: 0 5px 25px 5px;
    margin-bottom: 10px;
}
.barChart.horizontal .partyLogo{
    margin-top: 5px;
}
.barChart.horizontal .stripWrapper{
    padding: 0;
    height: auto;
    width: 80%;
    float: left;
    border: 0;
    margin-top:2px;
}
.barChart.horizontal  .strip{
    height: 30px;
    position: relative;
    transform: translateX(0);
    left: 0;
}
.barChart.horizontal .percent{
    display: flex;
    align-items: center;
    max-height: 30px;
    padding-bottom: 0;
    border: 0px solid;
}
.barChart.horizontal .percent,
.barChart.horizontal .stripWrapper{
    border-right: none!important;
    height: auto;
}
.barChart.horizontal .slick-track {
    max-width: 100%;
}
.barChart.horizontal .slick-slider{
    position: relative;
    padding-right: 60px;
}
.barChart.horizontal .logoNNameWrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}
.horizontal .belowTreshold::before{
    top: unset;
    bottom: 10px;
    width: 65%;
    font-size: 14px;
}
.horizontal .partySection .percent {
    width: max-content;
    float: right;
    box-sizing: border-box;
    padding: 0;
}

.partyVotes .partySection{
    display: flex;
    justify-content: space-between;
}
.partyVotes .partySection .partyName{
    width: auto;
    text-align: left;
}
.partyVotes .partySection .mandates{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    margin: 6px;
}
.DetailedSearchWidget .partyVotes{
    height: 160px;
    max-height: unset;
    width: 420px;
    max-width: 100%;
}
.okType input{
    color: #192D5F!important;
}
.DetailedSearchWidget .searchContainer{
    margin-bottom: 25px;
}
.widget_hms_ok_detailedsearch_widget .moreData .processingRate{
    visibility: hidden;
}
.election24 .appearanceRate h3{
    text-align: left;
}
/* Firefox */
.epType .barChart .graph,
.epType .candidatesFaces,
.epType .partyVotes {
    scrollbar-width: thin;
    scrollbar-color:  #fff #192d5f; /* thumb and track color */
}
/* Chrome, Edge, and Safari */
.epType .partyVotes::-webkit-scrollbar,
.epType .barChart .graph::-webkit-scrollbar,
.epType .candidatesFaces::-webkit-scrollbar {
    width: 7px;
}
.epType .partyVotes::-webkit-scrollbar-track,
.epType .barChart .graph::-webkit-scrollbar-track,
.epType .candidatesFaces::-webkit-scrollbar-track {
    background: #192d5f; /* track color */
}
.epType .partyVotes::-webkit-scrollbar-thumb,
.epType .barChart .graph::-webkit-scrollbar-thumb,
.epType .candidatesFaces::-webkit-scrollbar-thumb {
    background-color: #fff; /* thumb color */
    border-radius: 9999px;
    border: 0px none #192d5f;
}
/* Firefox */
.okType .partyVotes,
.okType .barChart .graph,
.okType .candidatesFaces {
    scrollbar-width: thin;
    scrollbar-color:  #687BD9 #012169; /* thumb and track color */
}
/* Chrome, Edge, and Safari */
.okType .partyVotes::-webkit-scrollbar,
.okType .barChart .graph::-webkit-scrollbar,
.okType .candidatesFaces::-webkit-scrollbar {
    width: 7px;
}
.okType .partyVotes::-webkit-scrollbar-track,
.okType .barChart .graph::-webkit-scrollbar-track,
.okType .candidatesFaces::-webkit-scrollbar-track {
    background: #ffffff; /* track color */
}
.okType .partyVotes::-webkit-scrollbar-thumb,
.okType .barChart .graph::-webkit-scrollbar-thumb,
.okType .candidatesFaces::-webkit-scrollbar-thumb {
    background-color: #687BD9; /* thumb color */
    border-radius: 9999px;
    border: 0px none #ffffff;
}
.election24 .hungaryMapContainer{
    position: relative;
}

.election24 .cityMarker{
    display: none;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    filter: drop-shadow(0px 0px 2px #000);
}
.widget_hms_ok_budapestresults_widget .parliamentChart .processingRate{
    position: absolute;
    bottom: -44px;
    left: 0;
}
.widget_hms_ep_mandates_widget .barChart .slick-track,
.widget_hms_ok_budapestresults_widget .candidateList .slick-track{
    max-height: unset!important;
}
.widget_hms_ok_detailedsearch_widget .st0.active{
    fill: #fff!important;
}
.widget_hms_ok_detailedsearch_widget .election24 .cityMarker{
    width: 8px;
    height: 8px;
    background-color: #000!important;
    border: 2px solid #2843C9!important;
    filter: drop-shadow(0px 0px 1px #fff);
}
.widget_hms_ok_detailedsearch_widget .moreData .processingRate{
    visibility: hidden;
}
.widget_hms_ok_detailedsearch_widget .parliamentChart .processingRate{
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_hms_ok_detailedsearch_widget .parliamentChart .dataCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: 100%;
    padding: 40px 0;
    max-width: 100%;
}
.widget_hms_ok_detailedsearch_widget .parliamentChart .dataCont:not(:has(.noDataMsg):has(.chartContainer)){
    padding-top: 5px!important;
}
.widget_hms_ok_budapestresults_widget .dataCont,
.widget_hms_ok_countryresults_widget .dataCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.candidateList .equalVotes {
    background-color: rgb(255, 202, 24);
    border: 1px solid yellow;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    min-height: 22px;
    min-width: 22px;
    margin-left: 10px;
    cursor: pointer;
    pointer-events: auto;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 20px;
}
.candidateList .equalVotesDetails {
    background-color: rgb(255, 202, 24);
    color: black;
    border: 1px solid yellow;
    padding: 8px;
    text-align: justify;
    max-width: 250px;
    height: fit-content;
    position: absolute;
    left: 40%;
    bottom: 25px;
    z-index: 2;
    display: none;
}
.candidateList .equalVotesDetails:hover,
.candidateList:has(.equalVotes:hover) .equalVotesDetails {
    display: block;
}
.widget_hms_ok_detailedsearch_widget .parliamentChart .customText{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget_hms_ok_countryresults_widget .parliamentChart {
    justify-content: center;
}
.widget_hms_ok_detailedsearch_widget .hungaryMapContainer{
    display: block;
    max-width: 415px;
    margin: auto;
    text-align: center;
}
.widget_hms_ep_partyresults_widget .barChart .participans,
.widget_hms_ep_partyresults_widget > div > .moreData .participans {
    text-transform: unset;
}
@media screen and (min-width: 800px) {
    .widget_hms_ep_partyresults_widget > div > .moreData .participans {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}
@media screen and (min-width: 601px) and (max-width: 799px) {
    .widget_hms_ep_partyresults_widget > div > .moreData .participans {
        margin: 0;
        order: 2;
        display: none!important;
    }
    /*.widget_hms_ep_partyresults_widget > div > .moreData:has(.participans) .processingRate {*/
    /*    order: 1;*/
    /*}*/
    /*.widget_hms_ep_partyresults_widget > div > .moreData:has(.participans) .moreDataUrl {*/
    /*    order: 3;*/
    /*}*/
}
@media screen and (max-width: 600px) {
    .widget_hms_ep_partyresults_widget > div > .moreData .participans {
        margin: 0;
        order: 1;
    }
    .widget_hms_ep_partyresults_widget > div > .moreData .participans span {
        margin-left: 5px;
    }
    .widget_hms_ep_partyresults_widget > div > .moreData:has(.participans) .processingRate {
        order: 2;
    }
    .widget_hms_ep_partyresults_widget > div > .moreData:has(.participans) .moreDataUrl {
        order: 3;
    }
}

@media screen and (min-width: 800px) {
    .widget_hms_ep_partyresults_widget .barChart .participans {
        display: none!important;
    }
}
@media screen and (min-width: 601px) and (max-width: 799px) {
    .widget_hms_ep_partyresults_widget .barChart .participans {
        margin: 20px 0 0 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .widget_hms_ep_partyresults_widget .barChart .participans span {
        margin-left: 5px;
    }
}
@media screen and (max-width: 600px) {
    .widget_hms_ep_partyresults_widget .barChart .participans {
        display: none!important;
    }
}
.election24 .participans{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px auto 0 auto;
    display: block;
    width: max-content;
}
.widget_hms_ok_detailedsearch_widget .participans{
    text-transform: initial;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}
.widget_hms_ok_detailedsearch_widget .candidateList .slick-list,
.widget_hms_ok_detailedsearch_widget .candidateList .slick-track{
    height: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.widget_hms_ok_detailedsearch_widget .candidateList .candidate{
    border-color: #A5A8BC;
}
.widget_hms_ok_detailedsearch_widget .widgetSection h3{
    margin-bottom: 5px;
}
.widget_hms_ok_detailedsearch_widget .partyVotes .graph{
    width: 420px;
}
/*.widget_hms_ep_mandates_widget .candidate{*/
/*    display: flex!important;*/
/*    justify-content: center;*/
/*}*/
.candidate.hidden{
    display: none!important;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .widgetContainer.section-2 .widgetSection{
        width: 50%;
    }
    .widgetContainer.section-3 .widgetSection{
        width: 33%;
    }
    .widget_hms_ok_budapestresults_widget .candidatesFaces {
        padding-top: 5%;
    }
}
@media screen and (max-width: 1024px) {
    .widgetContainer {
        flex-direction: column;
    }
    .widgetContainer .widgetSection{
        width: 100%;
    }
    .election24 .barChart .graph,
    .election24 .candidatesFaces,
    .election24 .partyVotes {
        padding-bottom: 10px;
    }
    .widgetSection:not(div:first-of-type)::before,
    .widget_hms_ok_countryresults_widget .widgetSection:nth-child(1)::before{
        position: relative;
        width: 100%;
        height: 4px;
        margin: 10px 0;
    }
    .widget_hms_ok_countryresults_widget .widgetSection:nth-child(1)::before{
        content: '';
        display: flex;
        background-color: #fff;
        margin: 30px 0;
    }
    .widget_hms_ok_countryresults_widget .widgetSection:nth-child(2)::before{
        display: none;
    }
    .widget_hms_ep_mandates_widget .candidateList .processingRate{
        display: flex;
    }
    .widget_hms_ep_mandates_widget .barChart .processingRate{
        display: none;
        visibility: hidden;
    }
    .election24 .slick-arrow{
        min-width: 50px;
        min-height: 50px;
    }
    .MayorListWidget  .moreData{
        padding-top: 10px;
    }
    .election24 .partyVotes {
        height: max-content;
        max-height: 160px;
    }
    .barChart .graph { /* slick nélküli */
        max-height: 400px;
        overflow-y: auto;
        padding-right: 10px;
    }
    .candidateList {
        align-items: center;
    }
    .candidateList .candidate{
        min-width: 200px;
    }
    .candidatesContainer,
    .candidatesFaces{
        width: max-content;
        max-width: 100%;
    }
    .candidatesFaces{
        width: 100%;
        overflow-x: scroll;
        scrollbar-width: thin;
    }
    .widget_hms_ok_budapestresults_widget .candidateList  .processingRate{
        display: block;
        visibility: visible;
        width: auto;
        height: auto;
        margin: 30px 0 20px 0;
    }
    .widget_hms_ok_countryresults_widget .widgetContainer {
        flex-direction: column-reverse;
    }
    .widget_hms_ok_budapestresults_widget .moreData .processingRate{
        visibility: hidden;
    }
    .widget_hms_ok_detailedsearch_widget .widgetSection h3{
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .widget_hms_ok_detailedsearch_widget .parliamentChart .dataCont{
        gap: 10px;
        padding: 20px 0 40px 0;
        width: 100%;
    }
    .widget_hms_ok_detailedsearch_widget .processingRate{
        margin-top: 10px;
    }
    .DetailedSearchWidget .partyVotes{
        max-width: 420px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .barChart .belowTreshold::before{
        width: 55%;
        font-size: 12px;
        padding: 5px 10px;
        bottom: 3px;
    }
    .moreData{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 10px;
    }
    .widget_hms_ok_budapestresults_widget .parliamentChart .processingRate{
        bottom: -24px;
    }
    .parliamentChart .chartContainer{
        padding-bottom: 50px;
    }
    .parliamentChart canvas{
        margin-bottom: 0px;
    }
    .parliamentChart .mandatesCount{
        bottom: 30px;
    }
    .parliamentChart .tooltipContainer{
        transform: translateX(-50%) translateY(30px);
    }
    .widget_hms_ok_budapestresults_widget .moreData .processingRate,
    .widget_hms_ok_detailedsearch_widget .moreData .processingRate{
        display: none;
    }
    .widget_hms_ok_detailedsearch_widget .searchContainer{
        margin: 0 20px;
    }
    .widget_hms_ok_detailedsearch_widget .searchResultContainer {
        width: calc(100% - 40px);
    }
    .widget_hms_ok_detailedsearch_widget .partyVotes .graph{
        max-width: 100%;
    }
    .epType .appearanceRate,
    .okType .appearanceRate{
        padding-bottom: 5px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .parliamentChart .tooltipContainer{
        width: 200px;
        min-width: unset;
    }
}
@media screen and (max-width: 420px) {
    .barChart.horizontal .stripWrapper{
        width: 70%;
    }
}
/* DARKMODE */
.hirado_redesign_darkmode .election24.epType{
    background-color: #192D5F;
    border-color: #DBE2F1;
}
.hirado_redesign_darkmode .election24.epType *{
    color: #fff;
    border-color: #fff;
}
.hirado_redesign_darkmode .epType .widgetSection:not(div:first-of-type)::before {
    background-color: #fff;
}
.hirado_redesign_darkmode .epType .tab{
    border-color: #DBE2F1;
    background: linear-gradient(to bottom, rgba(219, 226, 241, 1), rgba(219, 226, 241, 0) 50%);
    color:  #fff;
}
.hirado_redesign_darkmode .epType .tab.selected,
.hirado_redesign_darkmode .epType .tab.selected * {
    background-color: #DBE2F1;
    color: #192D5F;
}
.hirado_redesign_darkmode .tab.select .selected-option::after {
    border-color: transparent transparent #DBE2F1 transparent;
}
.hirado_redesign_darkmode .epType .options {
    background-color: #DBE2F1;
}
.hirado_redesign_darkmode .epType .options *{
   color: #373C57;
}
.hirado_redesign_darkmode .epType .option:hover,
.hirado_redesign_darkmode .epType .suboption:hover {
    background-color: #373C57!important;
    color: #DBE2F1!important;
}
.hirado_redesign_darkmode .epType .moreInfoArrow::after, 
.hirado_redesign_darkmode .epType .moreInfoArrow {
    border-left-color: #fff;
}
.hirado_redesign_darkmode .epType .widget_title{
    color: #DBE2F1;
}
.hirado_redesign_darkmode .epType .widget_title::after{
    border-color: transparent transparent #DBE2F1 transparent;
}
.hirado_redesign_darkmode .epType .tab.selected .selected-option::after{
    border-color: transparent transparent #192D5F transparent;
}
.hirado_redesign_darkmode .okType .tab.selected .selected-option::after{
    border-color: transparent transparent #000066 transparent;
}
.hirado_redesign_darkmode .epType .appearanceRate .electionsStripe,
.hirado_redesign_darkmode .epType .appearanceRate .stripeWrapper {
    background-color: #DBE2F1;
    border-color: #DBE2F1;
}
.hirado_redesign_darkmode .epType .appearanceRate .votedStripe {
    background: #192D5F;
}
.hirado_redesign_darkmode .partySection.selected {
    background-color: #2A4A9A;
}
.hirado_redesign_darkmode .belowTreshold::before {
    background-color: #192D5F;
}
.hirado_redesign_darkmode .election24 .barChart .graph,
.hirado_redesign_darkmode .election24 .candidatesFaces,
.hirado_redesign_darkmode .election24 .partyVotes {
    scrollbar-width: thin;
    scrollbar-color:  #ffffff #192d5f; /* thumb and track color */
}
/* Chrome, Edge, and Safari */
.hirado_redesign_darkmode .election24 .partyVotes::-webkit-scrollbar,
.hirado_redesign_darkmode .election24 .barChart .graph::-webkit-scrollbar,
.hirado_redesign_darkmode .election24 .candidatesFaces::-webkit-scrollbar {
    width: 7px;
}
.hirado_redesign_darkmode .election24 .partyVotes::-webkit-scrollbar-track,
.hirado_redesign_darkmode .election24 .barChart .graph::-webkit-scrollbar-track,
.hirado_redesign_darkmode .election24 .candidatesFaces::-webkit-scrollbar-track {
    background: #fff; /* track color */
}
.hirado_redesign_darkmode .election24 .partyVotes::-webkit-scrollbar-thumb,
.hirado_redesign_darkmode .election24 .barChart .graph::-webkit-scrollbar-thumb,
.hirado_redesign_darkmode .election24 .candidatesFaces::-webkit-scrollbar-thumb {
    background-color: #fff; /* thumb color */
    border-radius: 9999px;
    border: 0px none #fff;
}
.hirado_redesign_darkmode .election24.okType{
    border-color: #fff;
}
.hirado_redesign_darkmode .AppearanceRateWidget .noDataMsg{
    color: #192D5F;
    border-color: #192D5F;
}

/* WCAG */
.HiradoAccessibility .bodywrapper .election24{
    background-color: #000;
    border-color: #fff;
}
.HiradoAccessibility .bodywrapper .election24 *{
    color: #fff;
    border-color: #fff;
}
.HiradoAccessibility .bodywrapper .widgetSection:not(div:first-of-type)::before {
    background-color: #fff;
}
.HiradoAccessibility .bodywrapper .tab{
    border-color: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50%);
    color:  #fff;
}
.HiradoAccessibility .bodywrapper .tab.selected,
.HiradoAccessibility .bodywrapper .tab.selected * {
    background-color: #fff;
    color: #000!important;
}
.HiradoAccessibility .bodywrapper .tab.select .selected-option::after {
    border-color: transparent transparent #fff transparent;
}
.HiradoAccessibility .bodywrapper .options {
    background-color: #fff;
}
.HiradoAccessibility .bodywrapper .election24 .searchContainer *,
.HiradoAccessibility .bodywrapper .election24 .options *,
.HiradoAccessibility .bodywrapper .election24 .options *,
.HiradoAccessibility .bodywrapper .election24 .option,
.HiradoAccessibility .bodywrapper .election24 .suboption{
   color: #000!important;
   text-transform: uppercase;
}
.HiradoAccessibility .bodywrapper .option:hover,
.HiradoAccessibility .bodywrapper .suboption:hover,
.HiradoAccessibility .bodywrapper .election24 .searchContainer li:hover{
    background-color: transparent!important;
    text-decoration: underline;
}
.HiradoAccessibility .bodywrapper .moreInfoArrow::after, 
.HiradoAccessibility .bodywrapper .moreInfoArrow {
    border-left-color: #fff;
}
.HiradoAccessibility .bodywrapper .widget_title{
    color: #fff;
}
.HiradoAccessibility .bodywrapper .widget_title::after{
    border-color: transparent transparent #fff transparent;
}
.HiradoAccessibility .bodywrapper .tab.selected .selected-option::after{
    border-color: transparent transparent #000 transparent;
}
.HiradoAccessibility .bodywrapper .appearanceRate .electionsStripe,
.HiradoAccessibility .bodywrapper .appearanceRate .stripeWrapper {
    background-color: #fff;
    border-color: #fff;
}
.HiradoAccessibility .bodywrapper .appearanceRate .votedStripe {
    background: #000;
}
.HiradoAccessibility .bodywrapper .partySection.selected {
    background-color: #242424;
}
.HiradoAccessibility .bodywrapper .belowTreshold::before {
    background-color: #000;
}
.HiradoAccessibility .bodywrapper .election24 .barChart .graph,
.HiradoAccessibility .bodywrapper .election24 .candidatesFaces,
.HiradoAccessibility .bodywrapper .election24 .partyVotes {
    scrollbar-width: thin;
    scrollbar-color:  #ffffff #000; /* thumb and track color */
}
/* Chrome, Edge, and Safari */
.HiradoAccessibility .bodywrapper .election24 .partyVotes::-webkit-scrollbar,
.HiradoAccessibility .bodywrapper .election24 .barChart .graph::-webkit-scrollbar,
.HiradoAccessibility .bodywrapper .election24 .candidatesFaces::-webkit-scrollbar {
    width: 7px;
}
.HiradoAccessibility .bodywrapper .election24 .partyVotes::-webkit-scrollbar-track,
.HiradoAccessibility .bodywrapper .election24 .barChart .graph::-webkit-scrollbar-track,
.HiradoAccessibility .bodywrapper .election24 .candidatesFaces::-webkit-scrollbar-track {
    background: #fff; /* track color */
}
.HiradoAccessibility .bodywrapper .election24 .partyVotes::-webkit-scrollbar-thumb,
.HiradoAccessibility .bodywrapper .election24 .barChart .graph::-webkit-scrollbar-thumb,
.HiradoAccessibility .bodywrapper .election24 .candidatesFaces::-webkit-scrollbar-thumb {
    background-color: #fff; /* thumb color */
    border-radius: 9999px;
    border: 0px none #fff;
}
.HiradoAccessibility .bodywrapper .DetailedSearchWidget svg .st0 {
    stroke: #000;
  }
.HiradoAccessibility .bodywrapper  .widget_hms_ok_detailedsearch_widget .election24 .cityMarker {
    background-color: #000 !important;
    border: 2px solid #000 !important;
  }
.HiradoAccessibility .bodywrapper .election24 #hungaryMap-budapest {
    fill: #000;
}
.HiradoAccessibility .bodywrapper .horizontal .partySection {
    border: 1px solid #000;
    border-bottom: 2px solid #fff;
}
.HiradoAccessibility .bodywrapper .AppearanceRateWidget .noDataMsg{
    color: #000!important;
    border-color: #000;
}
.HiradoAccessibility .okType .tab.selected *,
.HiradoAccessibility .okType.AppearanceRateWidget .tab *{
    background: none;
}
.HiradoAccessibility .election24 .searchResultContainer{
    width: max-content;
    min-width: 150px;
}
.HiradoAccessibility .election24 .searchResultContainer ul{
    padding: 0 30px;
}
.HiradoAccessibility .election24 .searchResultContainer .selected{
    background-color: transparent;
    text-decoration: underline;
}