/* Prevent iOS Safari and other mobile browsers from zooming focused fields. */
@media (max-width: 991.98px) {
    input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
    select,
    textarea,
    .form-control,
    .custom-select,
    .bootstrap-select > .dropdown-toggle,
    [contenteditable="true"] {
        font-size: 16px !important;
    }
}
