body {
	background: #e6e4e7;
}

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: #2cbdff;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb:hover {
	background: #37b7f1;
}

#sosmed {
	transition: .5s ease-in-out;
}

.hideSosmed {
	transform: translateX(100%);
}

.leftSidebar {
	top: 0;
	left: 0;
	transform: translateX(-100%);
}

.offcanvas {
	transition: .5s ease;
}

.navbar,
footer {
	background: linear-gradient(78deg, #2cbdff 6%, #765dfe 30%, #a830f2 100%);
}

.nav-link {
	color: white;
}

a {
	text-decoration: none;
}

.swiper::-webkit-scrollbar {
	display: none;
}

.swiper img {
	width: 22px;
	height: 22px;
	margin-right: .3rem;
}

.jadwal {
	background: #e6e4e7;
	width: 158px;
	border-radius: .5rem;
	margin: 0 .5rem;
}

.jadwal:first-child {
	margin-left: 0;
}

.jadwal:last-child {
	margin-right: 0;
}

.jadwal .row:nth-child(2) div {
	overflow-x: clip;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jadwal .row:first-child span {
	font-size: 12px;
}

.dropdown-menu {
	background: #765dfe;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	background: unset;
	color: rgb(180, 180, 180);
}

.col-lg-2,
.col-lg-3 {
	background: #a830f2;
}

#headlines {
	border-radius: .5rem;
	background: #765dfe;
}

.offcanvas.offcanvas-top {
	height: fit-content;
}

@media (max-width: 1199px) {
	#khususDesktop {
		display: none;
	}

	#khususMobile {
		background: transparent;
	}

	#khususMobile .dropdown-menu {
		background: unset;
	}

	#headlines {
		min-height: 380px;
		max-height: 380px;
		overflow: auto;
	}
}

@media(min-width: 1200px) {
	#khususMobile {
		display: none;
	}

	#headlines {
		min-height: 440px;
		max-height: 440px;
		overflow: auto;
	}
}