/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500&display=swap'); */
html,body,input,button,option,select,textarea,h1,h2,h3,h4,h5,h6,a,p,*{
	font-family:"Roboto","微軟正黑體", "Microsoft JhengHei", "Microsoft JhengHei UI", “微軟雅黑”, "Microsoft YaHei", "Microsoft YaHei UI", sans-serif
	/* font-family: 'Noto Sans SC', sans-serif; */
}

.event-checkbox-request .custom-control-input:checked~.custom-control-label::before {
	border-color: #009688 !important;
    background-color: #009688 !important;
}

.zoom {
	transition: ease .25s;
}
.zoom:hover {
	transform: scale(1.125);
	transition: ease .25s;
}

.image-listview.text > li:after { left: 0; }

.page-item.active .page-link {
	background-color: --var(primary);
	border-color: --var(primary);
}
.page-item .page-link {
	color: --var(primary);
}

/* .jcalendar.jcalendar-container.jcalendar-focus { */
	/* position: relative; */
/* } */

/* .jcalendar-container .jcalendar-container { */
	/* position: absolute!important; */
	/* left: -50%!important; */
	/* top: 0%!important; */
/* } */