.euperformance__tab-picker {
    overflow: hidden;
}

.euperformance__tab {
    position: relative;
    padding: 15px 30px;
    margin-right: 15px;
    width: auto;
    float: left;
    z-index: 30;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.75rem;
}

.euperformance__tab.active {
    background-color: #ffffff;
    z-index: 50;
}

.euperofmance__tab-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 30px 0px 30px;
    min-height: 500px;
    background-color: #ffff;
    z-index: 40;
    margin-top: -2px;
    display: none;
    overflow: inherit;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.euperofmance__tab-wrapper.active {
    display: block;
}

.euperformance__tourism__pickers, .euperformance__gdpemp__pickers {
    position: relative;
    width: unset;
}

.euperformance__tourism_picker, .euperformance__gdpemp_picker {
    float: left;
    cursor: pointer; 
    z-index: 60;
}

.euperformance__tourism_picker.active, .euperformance__gdpemp_picker.active {
    color: #fff;
    cursor: default;
    transition: all 0.5s ease;
}

.euperformance__hint {
    background-color: #3c3744;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: -285px;
    top: 8px;
    padding: 5px 10px;
    width: 270px;
    border-radius: 1px;
    text-align: center;
}
.euperformance__hint-close {
    position: absolute;
    top: 3px;
    right: 8px;
    cursor: pointer;
}

#euperformanceMarkets {
    padding-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.supported-by {
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: "DINLight", sans-serif;
    font-size: 12px;;
}

/* creates part of the curve */
.euperformance__hint:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 9px;
    left: -5px;
    height: 10px;
    width: 10px;
    background: #3c3744;
    transform: rotate(45deg);
}



/* creates part of the curved pointy bit 
.euperformance__hint:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 11px;
    left: 11px;
    width: 20px;
    height: 20px;
    background: white;
    border-top-right-radius: 14px;
    -webkit-transform: translate(-30px, -2px);
}
*/


/* .euperofmance__tab-content  {
    width: 100%;
    position: relative;
} */



.card-title-performance {
    display: flex;
    flex-direction: row;
}

.value-picker-performance {
    margin-left: auto;
}

.value-picker-performance .dropdown-select {
    height: unset;
}

.performance-switch {
    display: flex;
    margin-left: auto;
}

.performance-switch .switch {
    margin: 0px 5px;
}

/*.switch-div {
    align-self: center;
    margin-right: 20px;
    display: flex;
}*/

.card-title .title-h4 {
    font-family: 'DINBold', sans-serif !important;
    font-size: 16px;
    margin: 0px;
    display: contents;
}

.card-body {
    padding: inherit;  
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.absolute_euperformance__tourism_Arrivals-switch, .absolute_euperformance__tourism_Receipts-switch, .absolute_euperformance__gdpemp_gdp-switch, .absolute_euperformance__gdpemp_emp-switch, .absolute_euperformance__market-switch {
    float: right;
    height: 100%;
    margin-left: 20px;
    font-family: 'DINRegular', sans-serif !important;
    font-weight: 900;
    color: #007ba3;
    padding: 5px 10px;
    height: 42px;
    cursor: pointer;
}

.absolute_euperformance__tourism_Arrivals-switch.active, .absolute_euperformance__tourism_Receipts-switch.active, .absolute_euperformance__gdpemp_gdp-switch.active, .absolute_euperformance__gdpemp_emp-switch.active, .absolute_euperformance__market-switch.active {
    
    border-bottom: 3px solid #007ba3;
}

.family-bold {
    font-family: 'DINBold', sans-serif !important;;
}

.figures-title {
    font-size: 20px;
    text-align: center;
    color: rgb(0,123,163);
    display: block;
}

.figures-subtitle {
    color: #3c3744;
    font-size: 18px;
    text-align: center;
    margin: 30px 0px;
}

.figures-flex {
    display: flex;
    align-items: start;
    justify-content: center;
}
.figures-icon img {
    height: 60px;
    width: inherit;
    border: none;
    display: inline-block;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.figures-number {
    line-height: 1;
    position: relative;
    display: block;
}

.figures-trend {
    position: relative;
}

.figures-explainer {
    display: block;
    min-height: 55px;
}


.d-block {
    display: block;
}

/* Header */
.eu-header .container {
    display: flex;
    align-items: center;
}

.eu-logo {
    max-height: 150px;
    float: right;
}

/* Mobile Layout */
@media only screen and (max-width: 1599px) {
    .euperformance__tab {
        font-size: 1.75rem;
        margin-right: 1%;
        max-width: 24%;
        line-height: 1.25;
        text-align: center;
    }
    
}
@media only screen and (max-width: 1399px) {
    .euperformance__tab {
        font-size: 1.5rem;
        margin-right: 1%;
        max-width: 24%;
        text-align: center;
    }
    .line_euperformance_tourism_Arrivals_switch {
        margin-top: 10px !important;
    }

    .row-figures .col-md-6, .row-figures .col-md-12  {
        width: 100%;
    }

    .row-figures {
        margin-bottom: 30px;
    }

    .figure-box {
        margin: 0px auto 0px;
        margin-top: 25px;
        border-top: none;
    }

    .map-container-performance {
        display: flex;
        width: 100%!important;
        margin-left: 0px!important;
    }
}
@media only screen and (max-width: 1199px) {
    .euperformance__tab {
        font-size: 1.25rem;
        margin-right: 1%;
        max-width: 24%;
        text-align: center;
    }
    
    .card-title-performance {
        flex-direction: column;
        align-items: start;
    }

    .value-picker-performance, .performance-switch {
        margin-top: 15px;
        margin-left: inherit;
    }
}
@media only screen and (max-width: 991px) {
    .eu-header .preview-report {
        display: none;
    }
    .eu-header .select-theme {
        display: none;
    }

    .eu-header .container {
        flex-direction: column;
    }
}


@media only screen and (max-width: 767px) {
    .euperformance__tab {
        font-size: 1rem;
        margin-right: 1%;
        max-width: 24%;
        line-height: 1.25;
        text-align: center;
    }

    .euperformance__hint {
        display: none;
    }
    
    .eu-logo {
        max-height: 100px;
    }

  }

  #euPerfromanceMap-map1, #euPerfromanceMap-map2 {
    height: 100%;
    width: 100%;
  }
  
  .country-list-euperfromance label {
    width: 100%;
    border-bottom: 1px solid lightgray;
}

.country-list-euperfromance span {
    float: right;
}