﻿body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.swal2-popup {
    font-size: 1.6rem !important;
}

*, input {
    font-size: 22px !important;
}

select {
    font-size: 16px !important;
}

/* bootstrap datetimepicker 的視窗寬度 */
.bootstrap-datetimepicker-widget.dropdown-menu {
    /*width: 20em !important;*/
}

/* select2 的下拉選單字體大小 */
.select2-selection__rendered {
    font-size: 18px !important;
}