/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Select2 overrides inside country code slot */
.country_code .select2-container {
    max-width: 5.625rem;
}

.country_code .select2-container--default .select2-selection--single {
    border: none;
    border-right: 1px solid #ced4da;
    border-radius: 0;
    height: 2.625rem;
    display: flex;
    align-items: center;
    background: transparent;
}

.country_code .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    padding-left: 0.3rem;
    padding-right: 2.5rem;
    line-height: 2.625rem;
}

.country_code .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.625rem;
}