body::-webkit-scrollbar {
	display: none;
}

body *::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body *::-webkit-scrollbar-track {
	background: #ffffff;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb {
	background: #0cc4c1;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb:hover {
	background: #2abdba;
}

#sosmed {
	transition: .5s ease-in-out;
}

.hideSosmed {
	transform: translateX(100%);
}

.offcanvas {
	transition: .5s ease;
}

.leftSidebar {
	top: 0;
	left: 0;
	transform: translateX(-100%);
}

.navbar,
footer {
	background: linear-gradient(to bottom, #13a09e, #065558);
}

.nav-link {
	color: white;
}

a {
	text-decoration: none;
}

.swiper img {
	width: 20px;
	height: 13px;
	margin-right: .3rem;
	margin-top: -.22rem;
}

.jadwal {
	background: #13a09e;
	width: 158px;
	border-radius: .5rem;
	margin: 0 .5rem;
}

.jadwal:first-child {
	margin-left: 0;
}

.jadwal:last-child {
	margin-right: 0;
}

.jadwal div:first-child {
	line-height: 1;
	margin-bottom: 0;
}

.jadwal div div {
	overflow-x: clip;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jadwal span {
	font-size: 12px;
}

.jadwal img {
	border: 1px solid #dfcece;
}

.dropdown-menu {
	background: #065558;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	background: unset;
	color: rgb(180, 180, 180);
}

.col-lg-3 {
	background: #13a09e;
}

#headlines {
	border-radius: .5rem;
	background: #065558;
}

.offcanvas.offcanvas-top {
	height: fit-content;
}

@media(max-width: 767px) {
	.partner {
		width: 100%;
	}
}

@media(max-width: 1199px) {
	#headlines {
		min-height: 480px;
		max-height: 480px;
		overflow: auto;
	}
	
	#khususDesktop {
		display: none;
	}

	#khususMobile{
		background: transparent;
	}

	#khususMobile .dropdown-menu {
		background: unset;
	}
}

@media(min-width: 1200px) {
	#headlines {
		min-height: 540px;
		max-height: 540px;
		overflow: auto;
	}

	#khususMobile {
		display: none;
	}
}