.vrc_currency {
    unicode-bidi: embed;
}

.vrc-custom-currency-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vrc-custom-currency-switcher select {
    font-size: 14px;
    width: auto;
    height: auto;
    padding-left: 5px;
    padding-right: 15px;
    border: 0;
    background-position: right !important;
    cursor: pointer;
    box-shadow: none !important;
}

.vrc-custom-currency-switcher .vrc-flag {
    width: 20px;
    height: auto;
    border-radius: 2px;
    vertical-align: middle;
}