@media (min-width: 576px) {
	.rounded-sm-start {
		border-bottom-left-radius: var(--bs-border-radius)!important;
		border-top-left-radius: var(--bs-border-radius)!important;
	} 
}
@media (min-width: 768px) {
	.rounded-md-start {
		border-bottom-left-radius: var(--bs-border-radius)!important;
		border-top-left-radius: var(--bs-border-radius)!important;
	} 
}
@media (min-width: 992px) {
	.rounded-lg-start {
		border-bottom-left-radius: var(--bs-border-radius)!important;
		border-top-left-radius: var(--bs-border-radius)!important;
	} 
}
@media (min-width: 1200px) {
	.rounded-xl-start {
		border-bottom-left-radius: var(--bs-border-radius)!important;
		border-top-left-radius: var(--bs-border-radius)!important;
	} 
}
@media (min-width: 1400px) {
	.rounded-xxl-start {
		border-bottom-left-radius: var(--bs-border-radius)!important;
		border-top-left-radius: var(--bs-border-radius)!important;
	} 
}