
input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.custom-width{
    height: 50px;
}
.head-custom-width{
   width: 100%;
}
.iti__selected-flag-width{
    height: calc(100% - 15px) !important;
} 
.iti__country-list{
    z-index: 99999 !important;
}

#header_country_code {
  height: calc(100% - 16px);
}