.header__dropdown {
    padding: 20px;
}

.iti__country {
    padding: 12px 10px;
}

.login__lang {
    top: 14px;
}

.login__lang-select-option {
    font-size: 14px;
}

@media (max-width: 767px) {
    .login__lang {
        top: 9px;
        right: -5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -1px;
        right: -8px;
    }
}

.header__dropdown {
    width: 48px;
    position: absolute;
    right: 4.07vh;
    border: 1px solid #9c7024;
    background: rgba(16, 25, 73, .64);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    color: #fff;
}

@media only screen and (orientation: portrait) {
    .header__dropdown {
        right: 17px;
    }
}

.header__dropdown .login__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    content: url('../img/select-arrow.svg');
    top: 1.5rem;
    right: 1.4rem;
    width: 1rem;
    height: .8rem;
    transition: transform 250ms ease;
    transform: none;
}

.header__dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}



.login__lang-select-title {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.login__lang-dropdown .select2-results__option .login__lang-select-title {
    color: rgb(9, 20, 96);
    border-bottom: 0;
}

.login__lang-dropdown .select2-results__option:not(:last-child) .login__lang-select-title {
    border-bottom: 0;
}

.select2-results__option--selectable:hover {
    cursor: pointer;
}

.select2-results__option--selectable:hover * {
    cursor: pointer;
}
