/* Custom Styles for Textbox */
.textbox-selector {
    text-align: right !important;
}

.textbox-selector select {
    border-radius: 5px !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    padding: 5px 10px !important;
    font-size: 16px !important;
    outline: none !important;
}

.textbox-selector option::before {
    content: attr(data-flag) " " !important;
}
