.navbar-expand-xl.navbar-divider {
	border: none;
}
.mx-end {
	margin-right: 0 !important;
	margin-left: auto !important;
}
.no-border {
	border-bottom: none !important;
}
.nav-pills-primary-soft .nav-link {
	padding: 0.2rem 0.8rem !important;
}
.message-content {
	overflow-x: hidden;
	height: 20rem;
}
.bg-primary-soft {
	background-color: #f0ac191a;
}
.title-user {
	font-weight: bold;
}
.date {
	font-weight: bold;
}
.regular-radio {
	margin-left: 10px;
}
.form-tip {
	padding: 0.2rem 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-gray-900);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: 1px solid var(--bs-gray-300);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.5rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.exp {
	text-decoration: underline;
	cursor: pointer;
}
.btn-top-end {
	position: absolute;
	right: 20px;
	top: 20px;
}
.bg-purple {
	background-color: #5d82d1;
	color: #fff;
	border: none;
}
.bg-mint {
	background-color: #69c4bc;
	color: #fff;
	border: none;
}
.bg-primary-soft {
	background-color: #f0ac191a !important;
}
.table-small > :not(caption) > * > * {
	padding: 0.25rem 0.5rem !important;
}

/* Min/max width/height */
.mi-w-50 {
	min-width: 50px;
}
.mi-w-75 {
	min-width: 75px;
}
.mi-w-100 {
	min-width: 100px;
}
.mi-w-150 {
	min-width: 150px;
}
.mi-w-200 {
	min-width: 200px;
}

.ma-w-75 {
	max-width: 75px;
}
.ma-w-100 {
	max-width: 100px;
}
.ma-w-150 {
	max-width: 150px;
}
.ma-w-200 {
	max-width: 200px;
}
.ma-w-250 {
	max-width: 250px;
}
.ma-w-300 {
	max-width: 300px;
}
.ma-w-400{
	max-width: 400px;
}
.ma-h-25 {
	max-height: 25px;
}
.ma-h-75 {
	max-height: 75px;
}
/* Adding top-bottom-start-end */
.top-10 {
	top: 10% !important;
}
.top-20 {
	top: 20% !important;
}
.top-30 {
	top: 30% !important;
}
.top-40 {
	top: 40% !important;
}
.top-60 {
	top: 60% !important;
}
.top-70 {
	top: 70% !important;
}
.top-80 {
	top: 80% !important;
}
.top-90 {
	top: 90% !important;
}
.bottom-10 {
	bottom: 10% !important;
}
.bottom-20 {
	bottom: 20% !important;
}
.bottom-30 {
	bottom: 30% !important;
}
.bottom-40 {
	bottom: 40% !important;
}
.bottom-60 {
	bottom: 60% !important;
}
.bottom-70 {
	bottom: 70% !important;
}
.bottom-80 {
	bottom: 80% !important;
}
.bottom-90 {
	bottom: 90% !important;
}
.start-5 {
	left: 5% !important;
}
.start-10 {
	left: 10% !important;
}
.start-20 {
	left: 20% !important;
}
.start-30 {
	left: 30% !important;
}
.start-40 {
	left: 40% !important;
}
.start-60 {
	left: 60% !important;
}
.start-70 {
	left: 70% !important;
}
.start-80 {
	left: 80% !important;
}
.start-90 {
	left: 90% !important;
}
.end-10 {
	right: 10% !important;
}
.end-20 {
	right: 20% !important;
}
.end-25 {
	right: 25% !important;
}
.end-30 {
	right: 30% !important;
}
.end-40 {
	right: 40% !important;
}
.end-60 {
	right: 60% !important;
}
.end-70 {
	right: 70% !important;
}
.end-80 {
	right: 80% !important;
}
.end-90 {
	right: 90% !important;
}
