﻿
/* Give the image 3px of space to breathe. */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
    background: none 6px center / 19px 19px no-repeat;
    padding-left: 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
    box-sizing: border-box;
    padding: 0 10px;
}
.chosen-container-single .chosen-single {
    background-position-x: right 10px;
    background-position-y: bottom 15px;
}

.chosen-container-single .chosen-single {
    background-image: url(../../../img/icons/line.svg) !important;
    font-weight: bolder;
    box-sizing: border-box;
}
.chosenImage-container .chosen-single span {
    background-position: left 2px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
    padding-left: inherit;
}
.chosen-drop {
    width: 110% !important;
    left: -5px !important;
    border-radius: 10px!important;
}

#selectLanguageForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 1px;
    position: absolute;
    width: 111px ;
    height: 50px;
    top: 3em;
    right: 3rem;
    background: #FFFFFF;
    border: 1px solid #484848;
    box-sizing: border-box;
    border-radius: 8px;
}


