@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;
}

table{
	width:100%;
}

th {
	text-align: center;
	background-color: #e8f2f3;
	padding-top: 8px;
	padding-bottom: 8px;
}

td {
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.fs-1 {
	font-size: 2.5rem !important;
}

.fs-2 {
	font-size: 2rem !important;
}

.fs-3 {
	font-size: 1.75rem !important;
}

.fs-4 {
	font-size: 1.5rem !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}