.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-family:inherit;
    font-size:20px;
    line-height: 23px;
    color:#0063a5;
    max-width: 385px;
    height: 41px;
}
#rhepaChart__wrapper{
    margin-bottom:20px;
}

.rhepaChart__wrapper-title{
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #0063a5;
}

.rhepaChartStyledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#0063a5;
    color:#fff;
    padding:4px 20px;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.rhepaChartStyledSelect::after {
    content:'\e803';
    display: block;
    width: 25px;
    height: 14px;
    border: none!important;
    font:normal normal normal 12px/1 fontello;
}
.styledSelect:active, .styledSelect.active {
    background-color:#0063a5;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 !important;
    padding:0 0;
    list-style:none!important;
    background-color:white;
}
.options li {
    padding:10px 10px 10px 20px;
    font-family:inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0063a5;
    background:#e9ecef;
}
.options li:hover,.options li:focus {
    background-color:#e9ecef;
    color:#1e2125;
}
.apexcharts-tooltip-marker {
    background: #ee7e34!important;
}