/*# sourceMappingURL=custom.min.css.map */

/* Custom checkbox */
.custom-checkbox-lg input[type="checkbox"] {
    transform: scale(1.5);
    /* Increase size */
    margin-right: 8px;
    /* Optional spacing */
}

/* Fix intl-tel-input and input alignment */
.iti {
    width: 100%;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"] {
    width: 100%;
    min-width: 0;
}