*,*::before,
*::after {
	box-sizing: border-box;
}

/*
font-family: 'Dosis', sans-serif;
font-family: 'Exo 2', sans-serif;
font-family: 'Handlee', cursive;
font-family: 'Pacifico', cursive;
font-family: 'Ubuntu', sans-serif;
*/
.dosis { font-family: "Dosis", sans-serif; }
.exo2 { font-family: "Exo 2", sans-serif; }
.handlee { font-family: "Handlee", sans-serif; }
.pacifico { font-family: "Pacifico", sans-serif; }
.ubuntu { font-family: "Ubuntu", sans-serif; }

body {
	margin: 0;
	width: 100%;
	background: #eee;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
dl {
	margin-bottom: 1rem;
	xfont-family: 'Dosis', san-serif;
}
dt {
	font-weight: bold;
}
dd {
	xfont-style: italic;
}
a, a:active {
	color: #0d6efd;
	xfont-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333;
	xtext-decoration: underline;
	font-weight: bold;
}
hr {
	margin: 2rem auto;
	width: 50%;
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
small {
	font-size: 0.85rem;
}
.fs-1 {
	font-size: 1rem;
}
.fs-2 {
	font-size: 2rem;
}
.ikon-menu {
	margin-top: 4px;
	width: 1.35rem;
	height: 1.35rem;
}
.ikon-menu-admin {
	margin-top: 4px;
	width: 1rem;
	height: 1rem;
}
.ikon-medsos {
	margin-top: 4px;
	width: 1.2rem;
	height: 1.2rem;
}
.merah {
	color: #f55;
}
.hijau {
	color: #090;
}
.biru {
	color: #28e;
}
.orange {
	color: #f80;
}
.tebal {
	font-weight: bold;
}
.alert {
	xfont-size: 1rem;
	line-height: 1.2;
	font-family: 'Dosis', san-serif;
	xbackground: #FFFCD0;
	xpadding: 1rem;
	xborder: 1px dashed #f00;
}
iframe {
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.tengah {
	text-align: center;
}


.kartu {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 1.5rem;
	margin: 0rem;
}

.saklar {
	width: 60px;
	height: 60px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	xdisplay: grid;
	xmargin: 0;
	position: fixed;
	right: 0;
	border-radius: 0 0 0 50px;
	display: none;
}

.saklarnya {
	xplace-self: center;
	position: fixed;
	right: 12px;
	top: 12px;
}
#toggle {
	display: none; 
}
div[class="saklar"], label[for="toggle"] {
	cursor: pointer;
}
input#toggle:checked + div.blok-kiri {
	margin-left: -1rem;
	width: 230px;
	max-width: 230px;
	position: fixed;
	top: 0;
	box-shadow: 1px 1px 3px #ccc;
}
input#toggle:checked ~ .blok-kanan {
	xleft: -45%;
}

#area {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 1rem;
	color: #777;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.25rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
	xgap: 1rem;
}

#area-index {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 1rem;
	color: #777;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.25rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
	xgap: 1rem;
}

.blok-kiri {
	position: sticky;
	top: 1rem;
	order: 1;
	width: 100%;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-right: 1rem;
	xtransition: all 0.5s;
	z-index: 1;
} 

.blok-menu.kotak-menu {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 0rem;
	padding: 0;
	font-family: 'Dosis', cursive;
} 

.kotak-app {
	background: #fff;
	border-radius: 10px;
	margin: 0;
	padding: 1rem;
	overflow: hidden;
	xheight: 4rem;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

.kotak-app span {
	font-family: 'Pacifico', cursive;
	line-height: 1;
	color: #000;
	font-size: 1.75rem;
}

.versi {
	text-align: center;
	font-family: 'Dosis', san-serif;
	padding: 1rem;
}

nav.kotak-menu {
	padding: 0;
	overflow: hidden;
}

nav ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
	gap: 1rem;
	margin:0;
}

nav ul li {
	list-style-type: none;
	width: 100%;
}

nav ul li a {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-decoration: none;
	width: 100%;
	padding: 0.5rem 1rem 0.75rem 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #777;
}

nav ul li a:hover {
	background: #fff;
	text-decoration: none;
}

.notif-info {
	position: absolute;
	margin-top: -0.5rem;
	margin-left: 122px;
	xborder: 1px solid #ccc;
	border-radius: 20px;
	background: #f55;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: 0.6rem;
	width: 20px;
	height: 20px;
	text-align: center;
}

.blok-kanan {
	order: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: all 1s;
}

header {
	xheight: 6rem;
	xpadding: 1rem;
	xposition: sticky;
	xtop: 1rem;
}

header h1 {
	font-family: 'Pacifico', cursive;
	font-size: 2.25rem;
	line-height: 1.25;
}

main article h2 {
	font-size: 1.75rem;
	border-left: 0.5rem solid #ccc;
	xborder-bottom: 1px solid #ccc;
	xdisplay: inline;
	padding-left: 1rem;
	border-radius: 0 0 0 2rem;
	margin-bottom: 1.5rem;
}

main article p {
	margin: 0 0 1.5rem 0;
}

main article ul {
	padding-left: 1.5rem;
	xpadding-bottom: 1rem;
}

main article ul li {
	margin-bottom: 1rem;
	padding-bottom: 10px;
	xborder-bottom: 1px dashed #ccc;
}

.materi-konten {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
main article ul li ul {
	margin-top: 0rem;
}
main article ul li ul li {
	margin-bottom: 0rem;
	padding: 0px;
}
.kuis-kotak {
	margin-bottom: 1rem;
}
.kuis-soal {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.kuis-jawaban {
	font-family: "Dosis", san-serif;
}
.kuis-jawaban-item {}
.kuis-button {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #777;
	padding: 0.5rem 1rem 0.75rem 1rem;
	font-family: "Dosis", san-serif;
	font-size: 1.25rem;
}
.kuis-button:hover {
	background: #fff;
	color: #333;
	font-weight: bold;
}

.login-register {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	xalign-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: center;
}
.login-register .login {
	flex-grow: 1;
}
.login-register .register {
	flex-grow: 1;
}
.form {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.form-text {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #777;
	padding: 0.5rem 1rem 0.75rem 1rem;
	font-family: "Dosis", san-serif;
	font-size: 1.25rem;
	text-align: center;
}
.disabled {
	background: #ddd;
}
.form-submit {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #777;
	padding: 0.5rem 1rem 0.75rem 1rem;
	font-family: "Dosis", san-serif;
	font-size: 1.25rem;
	text-align: center;
	cursor: pointer;
}

footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	xheight: 4rem;
	font-family: 'Dosis', san-serif;
}

footer .footer-kiri {
	flex-grow: 1;
	xborder: 1px solid #0f0;
}

footer .footer-kanan {
	flex-grow: 1;
	xborder: 1px solid #f00;
	xheight: 2rem;
}

footer ul {
	padding-left: 0;
	margin: 0;
	display: flex;
	gap: 1rem;
	justify-content: flex-end;
}
footer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 920px) {
	body {
		flex-direction: column;
	}
	#area {
		display: block;
	}
	.saklar {
		display: block;
	}
	.blok-kiri {
		xorder: 2;
		width: 100%;
		max-width: 200px;
		xdisplay: none;
		margin-left: -240px;
		position: absolute;
		background: #eee;
		padding: 1rem;
		top: 0;
		xmargin-top: 10rem;
	}
	/*nav.kotak-menu {
		width: 100%;
		position: fixed;
		bottom: 0;
		margin: 0 auto;
	}
	nav ul {
		flex-direction: row;
	}
	.kotak-foto {
		display: none;
	}
	.versi {
		display: none;
	}*/
	.blok-kanan {
		xorder: 1;
	}
	footer {
		flex-direction: column;
		text-align: center;
		xmargin-bottom: 9rem;
	}
	footer .footer-kanan {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.situs h1 {
		font-size: 1.35rem;
	}
	
}

@media screen and (max-width: 512px) {
	.situs img {
		display: none;
	}
	footer ul {
		gap: 0.5rem;
	}
}