@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/*font size*/
.font-size-5x-large {
	font-size: 36px;
}

.font-size-4x-large {
	font-size: 32px;
}

.font-size-3x-large {
	font-size: 28px;
}

.font-size-2x-large {
	font-size: 24px;
}

.font-size-large {
	font-size: 18px;
}

.font-size-medium {
	font-size: 16px;
}

.font-size-base {
	font-size: 14px;
}

.font-size-small {
	font-size: 12px;
}

/*font weight*/

.font-weight-bold {
	font-weight: 700;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-regular {
	font-weight: 400;
}

/*color*/
.gray1 {
	color: #333333;
}

.gray2 {
	color: #4F4F4F;
}

.gray3 {
	color: #38383D;
}

.gray4 {
	color: #BDBDBD;
}

.gray5 {
	color: #EBEBF0;
}

.gray6 {
	color: #F2F2F2;
}

.gray7 {
	color: #595959;
}

.white {
	color: #FFFFFF;
}

.red1 {
	color: #FF707A;
}

.red2 {
	color: #FF99A0;
}

.red3 {
	color: #FFB8BC;
}

.red4 {
	color: #FFDBDE;
}

.red5 {
	color: #FFF0F1;
}

.content-header-left > h3 {
	padding-top: 21px;
	padding-bottom: 13px;
}

.form-group {
	border-bottom: none	!important;
}

.content-body {
	background: white;
	padding: 0px 16px 0px 16px
}

body {
	font-size: 14px;
	font-family: Noto Sans TC;
	font-weight: 400;
	line-height: 19.60px;
	word-wrap: break-word;
	color: #595959;
}

.mgm-get-feedback {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 14px !important;
	line-height: 20px !important;
}

.mgm-target {
	margin-top: 5px !important;
}

.mgm-point {
	margin-bottom: 5px !important;
}

.mgm-target-tip {
	color: rgba(60, 60, 60, 0.40);
	font-size: 10px;
	font-family: Noto Sans TC;
	font-weight: 400;
	line-height: 19.60px;
	word-wrap: break-word;
}

.swal2-content {
	font-size:14px !important;
}
/* ?屏幕?度小于等于375px?，字体大小?13px */
@media (max-width: 375px) {
	body {
		font-size: 13px;
	}
}