.vue-country-select .current {
    justify-content: space-between;
    width: 100%;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.vue-country-select .country-code {
    color: var(--Gray-50, #FAFAFA) !important;
}

.vue-country-select {
    border-radius: unset !important;
    border: unset !important;
}

.vue-country-select .dropdown {
    display: flex !important;
    padding: 12px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    align-self: stretch !important;
    border-radius: 8px !important;
    background: var(--Gray-2depth, #373737) !important;
}

.vue-country-select .dropdown-list {
    width: 100% !important;
    background-color: var(--Gray-800, #424242) !important;
    color: var(--Gray-50, #FAFAFA) !important;
}

.vue-country-select .dropdown-item.highlighted {
    background-color: var(--Gray-3depth, #4D4D4D) !important;
}

.vue-country-select .dropdown-item {
    padding: 10px 12px !important;
}
