/* @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; */
}

.h-min-100 {
    min-height: 100vh;
}

.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);
}

.input-group-text {
    font-size: 12px;
}

.small2 {
    font-size: 14px;
}

.select2-results__option[aria-disabled=true] {
    color: #aaa;
}

.disabled-section {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
}

.table input::-webkit-outer-spin-button,
.table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.table input[type=number] {
  -moz-appearance: textfield;
}