
/**
* Custom css overrides to the international telephone input component
**/

/** Making sure the left padding takes precedence so that the text field isn't covered by the flag dropdown **/
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: 52px !important;
}

/** Getting the label and phone input field formatted to match the rest of the contact us form **/
.intl-tel-input {
    margin: 10px 0 5px !important;
    display: inherit !important;
}