/* map fs-6 to 18px as original bootstrap fs-5 is 20 and fs-6 is 16 */
.fs-6 {
	font-size: 1.125rem !important;
}

.fs-7 {
	font-size: 1rem !important;
}

.fs-8 {
	font-size: 0.875rem !important;
}

.fs-9 {
	font-size: 0.75rem !important;
}

/* line height */
.lh-md {
	line-height: 1.75 !important;
}


/* text wrap */
.text-wrap-balance {
	text-wrap: balance;
}

/* negative margins */

.mt-n3 {
	margin-top: -1rem !important;
}


/* pixel sizing */
/* primarily used for table column widths */

.min-w-60px {
	min-width: 60px;
}

.min-w-90px {
	min-width: 90px;
}

.min-w-70px {
	min-width: 70px;
}

.min-w-120px {
	min-width: 120px;
}

.min-w-160px {
	min-width: 160px;
}

.min-w-200px {
	min-width: 200px;
}

.min-w-220px {
	min-width: 220px;
}

.min-w-240px {
	min-width: 240px;
}


/* max width */
.max-w-120px {
	max-width: 120px;
}

.max-w-200px {
	max-width: 200px;
}

.max-w-220px {
	max-width: 220px;
}


/* width */

.w-18px {
	width: 18px;
}

.w-20px {
	width: 20px;
}

.w-24px {
	width: 24px;
}

.w-100px {
	width: 100px;
}

.w-120px {
	width: 120px;
}

.w-200px {
	width: 200px;
}

.w-220px {
	width: 220px;
}

/* opacity */

.bg-opacity-5 {
	--bs-bg-opacity: 0.05;
}



/* width */

.w-8 {
	width: 8% !important;
}

.w-10 {
	width: 10% !important;
}

.w-12 {
	width: 12% !important;
}

.w-15 {
	width: 15% !important;
}

.w-18 {
	width: 18% !important;
}

.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30% !important;
}

.w-35 {
	width: 35% !important;
}

.w-40 {
	width: 40% !important;
}