body {
	background: rgb(224, 228, 228);
}

body::-webkit-scrollbar {
	display: none;
}

body *::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body *::-webkit-scrollbar-track {
	background: #c2c2c2;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb {
	background: #28ffff;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb:hover {
	background: #55eeee;
}

#sosmed {
	transition: .5s ease-in-out;
}

.hideSosmed {
	transform: translateX(100%);
}

.offcanvas {
	transition: .5s ease;
}

.leftSidebar {
	top: 0;
	left: 0;
	transform: translateX(-100%);
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: rgb(30, 30, 155);
}

.navbar,
footer {
	background: linear-gradient(to bottom, #345bfb, #0a2fca);
}

.nav-link {
	color: white;
}

.dropdown-menu {
	background: rgb(7, 39, 168);
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	background: unset;
	color: rgb(180, 180, 180);
}

.swiper::-webkit-scrollbar {
	display: none;
}

.swiper img {
	width: 16px;
	height: 16px;
	margin-right: .3rem;
}

.jadwal {
	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 span {
	font-size: 12px;
}

#headlines {
	border-radius: .5rem;
}

.col-9 {
	display: flex;
	align-items: center;
}

.hidden {
	display: none;
}

.offcanvas.offcanvas-top {
	height: fit-content;
}

footer img{
	width: 28px !important;
}

@media(max-width: 1199px) {
	#headlines {
		min-height: 440px;
		max-height: 440px;
		overflow: auto;
	}
	
	#khususDesktop {
		display: none;
	}

	#khususMobile{
		background: transparent;
	}

	#khususMobile .dropdown-menu {
		background: unset;
	}
}

@media(min-width: 1200px) {
	#headlines {
		max-height: 580px;
		overflow: auto;
	}

	#headlines .row {
		min-height: 88px;
	}
	
	#khususMobile {
		display: none;
	}
}

@media (min-width: 768px) {

	#hidenews,
	.khususmobile {
		display: none;
	}

	#newshide {
		display: block !important;
	}
}

@media (max-width: 767px) {
	#newshide {
		transition: 1s;
	}

	#hidenews {
		background-color: rgb(20, 60, 219);
		color: white;
		border: 1px solid white;
		z-index: 1;
	}
}