body {
	background: #230101;
	color: white;
}

body::-webkit-scrollbar {
	display: none;
}

body *::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body *::-webkit-scrollbar-track {
	background: white;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb {
	background: red;
	border-radius: .5rem;
}

body *::-webkit-scrollbar-thumb:hover {
	background: rgb(226, 14, 14);
}

#sosmed {
	transition: .5s ease-in-out;
}

.hideSosmed {
	display: none;
	transform: translateX(100%);
}

.offcanvas {
	transition: .5s ease;
}

.leftSidebar {
	top: 0;
	left: 0;
	transform: translateX(-100%);
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	color: #a80206;
}

.navbar {
	background: linear-gradient(to bottom, #a80206, #7a0205);
	border-bottom: 1px solid #ffde00;
}

.nav-link {
	color: white;
}

.dropdown-menu {
	background: #7a0205;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	background: unset;
	color: rgb(180, 180, 180);
}

.swiper::-webkit-scrollbar {
	display: none;
}

.swiper img {
	width: 22px;
	height: 22px;
	margin-right: .3rem;
}

.jadwal {
	background: #a80206;
	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;
}

.jadwal img {
	background: #dfcece;
}

.col-lg-3 {
	background: #a80206;
}

#headlines,
#squads {
	border-radius: .5rem;
	background: #7a0205;
}

#headlines img,
#squads img {
	transition: transform 0.5s ease;
}

#headlines .card:hover img,
#squads .card:hover img {
	transform: scale(1.1);
}

footer {
	background: linear-gradient(to bottom, #a80206, #7a0205);
	border-top: 1px solid #ffde00;
}

.offcanvas.offcanvas-top {
	height: fit-content;
}

@media(max-width: 1199px) {
	#headlines,
	#squads {
		min-height: 380px;
		max-height: 380px;
		overflow: auto;
	}
	
	#khususDesktop {
		display: none;
	}

	#khususMobile{
		background: transparent;
	}

	#khususMobile .dropdown-menu {
		background: unset;
	}
}

@media(min-width: 1200px) {

	#headlines,
	#squads {
		min-height: 440px;
		max-height: 440px;
		overflow: auto;
	}

	#khususMobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {

	#squads .card img {
		margin-bottom: .75rem;
	}
}