select{
    border-radius: 8px;
    color: #6C779D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 0 12px 10px;
    width: calc(60px + 7vw);
    background: #F4F5FB;
    border: 0;
    display: block;
}

select.active{
    background: #FFFFFF;
    border: 2px solid rgba(61, 96, 230, 0.6);
    padding: 10px 0 10px 10px;
}

.select-arrow{
    position: relative;
    display: block;
    height: 100%;
}

.select-arrow:after{
    display: block;
    font-family: 'FontAwesome';
    color: #2A3768;
    font-size: 13px;
    position: absolute;
    top: 36%;
    right: 7%;
    height: fit-content;
}

.search-box .select-arrow:after{
    top: 30%;
}

footer .select-arrow:after{
    top: 21%;
    left: 150px;
}

.select-arrow-down:after{
    content: "\f078";
}

.select-arrow-up:after{
    content: "\f077";
}

select option{
    color: #6C779D;
}

select:hover{
    cursor: pointer;
}

select:focus-visible{
    outline: unset;
}

.select{
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #C9D8E9;
    box-shadow: 0px 0px 5px #e1e4f2;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 9999;
    margin-top: 7px;
    width: fit-content!important;
}

.select .option{
    cursor: pointer;
    padding: 8px 10px;
    font-weight: 400;
    color: #6C779D;
}

.select .option.active{
    background: #F4F5FB;
    border-radius: 8px;
}

.select .option:hover{
    color: #586ec3;
}

.search-bar .select{
  position: relative!important;
}

.search-bar .search-box .select-arrow-up:after{
  top: 15px !important;
}

.search-bar.search-content select {
  width: 100%!important;
}

footer select{
    width: 11rem;
}

.search-results-elements .select, .search-results-elements select{
    background: #FFFFFF;
    border: 1px solid #6C779D;
    border-radius: 8px;
}

.search-results-elements select {
    width: 100%;
    padding: 10px 20px 10px 10px;
    margin-right: 20px;
    line-height: 1.2rem;
}

/*wpcf7*/
.select-wpcf7 {
    width: 33%;
}

.select-wpcf7 select{
    width: 100%;
}
