/* workaround*/

.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .flag-container {
    z-index: 4;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.iti-flag {background-image: url("../img/flags.png");}