@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/** CSS LOGIN **/
.login-box-body,
.register-box-body {
	background: #f8f9fab9;
	backdrop-filter: blur(15px);
	padding: 25px;
	border-top: 0;
	color: #666;
}

/** END CSS LOGIN **/
body {
	font-family: "Open+Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.bg_login {
	background-image: url(../../../image/bg_perpus.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.font_title {
	font-family: "Open+Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.border-blue {
	border: 2px solid #226bbf
}

/* Sos Med */
.social-media-list {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 20px 0;
}


.social-media-list li {
	margin: 0 10px;
}


.social-media-icon {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #111;
	color: #fff;
	font-size: 15px;
	transition: background-color 0.3s, color 0.3s;
	text-decoration: none;
}


.social-media-icon:hover {
	background-color: #777;
	color: #fff;
}


.social-media-icon:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.5);
}

/* Slider */
.slider {
	position: relative;
	width: 100%;
	margin: auto;
}


.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slider img {
	width: 100px;
	height: auto;
	display: block;
}

.slick-slide img {
	width: 100px !important;
	height: 140px !important;
	display: block;
	margin: 5px;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 25px;
	line-height: 1;
	opacity: .95;
	color: #777;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -30px;
}

[dir='rtl'] .slick-prev {
	right: -30px;
	left: auto;
}

.slick-prev:before {
	content: '';
}

[dir='rtl'] .slick-prev:before {
	content: '';
}

.slick-next {
	right: -30px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -30px;
}

.slick-next:before {
	content: '';
}

[dir='rtl'] .slick-next:before {
	content: '';
}

.slick-prev::before,
.slick-next::before {
	content: '';
	/* Hapus konten default */
}

.slick-prev::before {
	content: '\f0d9' !important;
	/* Ikon panah kiri dengan FontAwesome */
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 400 !important;
}

.slick-next::before {
	content: '\f0da' !important;
	/* Ikon panah kanan dengan FontAwesome */
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 400 !important;
}


.slick-prev:hover::before,
.slick-next:hover::before {
	color: #444;
	/* Warna ikon saat di-hover */
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.bg-blur {
	background-color: #f8f9fab9;
	backdrop-filter: blur(10px);
}

.modal {
	overflow-x: hidden;
	overflow-y: auto;
	backdrop-filter: blur(15px);
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 24px;
}

.show-back-to-top {
	display: block;
}

@media (max-width: 576px) {
	#back-to-top {
		bottom: 15px;
		right: 15px;
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
	#back-to-top {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

@media (min-width: 769px) {
	#back-to-top {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	backdrop-filter: blur(10px);
	color: #444;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	/* Make sure it's above other content */
}

.spinner {
	border: 3px solid #f3f3f3;
	/* Light grey */
	border-top: 3px solid #444;
	/* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Hide the main content initially */
#main-content {
	display: none;
}

body {
	background: linear-gradient(150deg, rgba(243, 225, 219, 1) 0%, rgba(221, 231, 241, 1) 46%, rgba(228, 239, 228, 1) 56%, rgba(248, 242, 217, 1) 100%);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

main {
	position: relative;
	z-index: 2;
	background-color: #fff;
	backdrop-filter: blur(15px);
	height: auto;
	margin-bottom: 250px;
	border-bottom: 1px solid #8d8d8d5e;
}

footer {
	position: fixed;
	bottom: 0;
	color: #111 !important;
	width: 100%;
	min-height: 250px;
	padding-left: 50px;
}
