.carousel-indicators {
	margin-bottom: -42px;
}

.carousel-indicators-grey > button {
	background-color: #555555 !important;
}

.carousel-hidden-item {
	visibility: hidden;
}

.carousel-item-border {
	color: inherit;
	border: 1px solid gainsboro;
	display: flex;
	background: white;
	padding-top: 12px;
	padding-left: 0;
	padding-right: 12px;
	padding-bottom: 12px;
	transition-duration: 0.2s;
}

.carousel-item-border:hover {
	color: #019bec;
	text-decoration: none;
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.1);
}

.carousel-item-fixed-height-164 {
	min-height: 164px;
	max-height: 164px;
}

.carousel-item-fixed-height-320 {
	min-height: 320px;
	max-height: 320px;
}

.carousel-item-link {
	cursor: pointer;
	pointer-events: unset;
}

.carousel-item-link-no-decoration {
	text-decoration: none;
}

.carousel-item-link-no-decoration:hover {
	color: #019bec;
	text-decoration: none;
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.1);
}

.carousel-item-icon-15 {
	max-width: 15%;
	flex: 0 0 15%; 
	align-content: center;
}

.carousel-item-icon-25 {
	max-width: 25%;
	flex: 0 0 25%;
	align-content: center;
}

.carousel-item-icon-100 {
	max-width: 100%;
	flex: 0 0 100%;
	align-content: center;
}

.carousel-item-centered {
	align-content: center;
}

.carousel-item-p-one-line {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}

.carousel-item-p {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	margin: 0;
}

.carousel-item-p-title {
	font-size: 18px;
}

.carousel-item-p-title-opacity-05 {
	opacity: 0.5;
}

.carousel-item-p-subtitle {
	font-size: 16px;
}

.carousel-item-p-description {
	font-size: 14px;
}

.carousel-item-p-description-opacity-04 {
	opacity: 0.4;
}

.carousel-image-contain-parent {
	width: 100%;
	height: auto;
	max-height: 65vh; 
	min-height: 65vh;
	object-fit: contain; 
}

.carousel-popup {
	border: 0;
}

.carousel-popup-inner-carousel {
	border: 0;
}

.carousel-popup-icon {
	margin-right: 16px;
}

.carousel-close-button {
	color: inherit;
}

.carousel-close-button:hover {
	color: crimson !important;
}

.carousel-control-button {
	color: inherit;
}

.carousel-control-button:hover {
	color: #019bec !important;
}

.carousel-card-container {
	position: relative;
	overflow: hidden;
}

.carousel-card-container-no-border {
	border: 0;
}

.carousel-card-overlay {
	background-color: #018fd9 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.carousel-card-container:hover .carousel-card-overlay {
	opacity: 0.95;
}
