/* CSS Document */
.carousel-indicators {
			bottom: 35px;
			transition: all 0.6s linear;
			opacity: 1;
			margin: 0;
			right: 20px;
			left: auto;
			display: flex;
			flex-direction: column;
			height: auto;
			align-items: flex-end;
			z-index: 5;
}
			.carousel-indicators button.active {
				width: 13px !important;
				height: 13px;
				border-radius: 1rem;
			}
		

		.carousel-indicators [data-bs-target] {
			height: 10px;
			transition: all 0.6s linear;
			border: 0;
			opacity: 1;
			border-radius: 100%;
			background: white;
			width: 10px;
			margin: 0 10px;
		}