@charset "UTF-8";

.page-header {
	margin-bottom: 1rem;
}

/* table-sticky */
.table-sticky {
	display: block;
	overflow-y: scroll;
	height: calc(100vh/2);
	border-collapse: collapse;
}

.table-sticky thead th {
	position: sticky;
	top: 0;
	z-index: 1;
}

.result-list-sticky {
    max-height: 65vh;
}

/* Image Slider */
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #808080;
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
	background-color: #808080 !important;
}
.carousel-indicators .active {
	color: #808080;
}
.fancybox-slide--iframe .fancybox-content{
	width: 100% !important;
}