/* Background color */
.bg-aliceblue {
	background-color: #F0F8FF !important;
}
.bg-lightgray {
	background-color: #D3D3D3 !important;
}
.bg-whitesmoke {
	background-color: #f5f5f5 !important;
}
/* Background position */
.bg-position-center {
	background-position: center;
}
/* Background size */
.bg-size-100 {
	background-size: 100% 100%;
}
.bg-size-cover {
	background-size: cover;
}
/* Font size */
.f-24px {
	font-size: 24px;
}
.f-x-small {
	font-size: x-small;
}
/* Height */
.h-2rem {
	height: 2rem;
}
.h-3rem {
	height: 3rem;
}
.h-9rem {
	height: 9rem;
}
.h-10rem {
	height: 10rem;
}
.h-100vh {
	height: 100vh;
}
.h-15rem {
	height: 15rem;
}
.h-17rem {
	height: 17rem;
}
.h-20rem {
	height: 20rem;
}
.h-24rem {
	height: 24rem;
}
.h-25rem {
	height: 25rem;
}
.h-max {
	height: max-content;
}
/* Margin */
.mt-min-6px {
	margin-top: -6px;
}
/* Object fit */
.fit-cover {
	object-fit: cover;
}
/* Position */
.position-unset {
	position: unset !important;
}
/* Text align */
.text-justify {
	text-align: justify;
}
/* Width */
.w-2px {
	width: 2px;
}
.w-24px {
	width: 24px;
}
.w-2rem {
	width: 2rem !important;
}
.w-3rem {
	width: 3rem !important;
}
.w-5rem {
	width: 5rem;
}
.w-6rem {
	width: 6rem;
}
.w-7rem {
	width: 7rem;
}
.w-24rem {
	width: 24rem;
}
.w-32rem {
	width: 32rem !important;
}
.w-max {
	width: max-content;
}
/*  */
.numbering {
	align-items: center;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	height: 36px;
	width: 36px;
}
.text-truncate-2-line {
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* SM */
@media (min-width: 576px) {
	.position-sm-absolute {
		position: absolute;
	}
	.h-sm-12rem {
		height: 12rem !important;
	}
	.w-sm-55 {
		width: 55% !important;
	}
	.w-sm-24rem {
		width: 24rem !important;
	}
}
/* MD */
@media (min-width: 768px) {
	.position-md-absolute {
		position: absolute;
	}
	.h-md-15rem {
		height: 15rem !important;
	}
	.h-md-25rem {
		height: 25rem;
	}
	.w-md-55 {
		width: 55% !important;
	}
	.w-md-24rem {
		width: 24rem !important;
	}
}
/* LG */
@media (min-width: 992px) {
	.position-lg-absolute {
		position: absolute;
	}
	.w-lg-55 {
		width: 55% !important;
	}
	.w-lg-24rem {
		width: 24rem !important;
	}
}
/* XL */
@media (min-width: 1200px) {
	.position-xl-absolute {
		position: absolute;
	}
	.w-xl-55 {
		width: 55% !important;
	}
	.w-xl-80 {
		width: 80% !important;
	}
	.w-xl-24rem {
		width: 24rem !important;
	}
}
/* XXL */
@media (min-width: 1400px) {
	.position-xxl-absolute {
		position: absolute;
	}
	.w-xxl-55 {
		width: 55% !important;
	}
	.w-xxl-24rem {
		width: 24rem !important;
	}
}