/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.soal-scroll {
	height: auto;
	overflow-y: scroll;
	max-height: 350px !important;
}

@media (max-width: 767px) {
	.soal-scroll {
		height: auto;
		overflow-y: scroll;
		max-height: 80vh !important;
	}
}

.bg-black {
	background-color: black;
}

.content-left {
	background-color: #231f20 !important;
	color: #fcf904;
}

.akm-form-hide {
	display: none;
}

.akm-form-nilai {
	display: none;
}

.akm-form-bahasa {
	display: none;
}

.akm-form-matematika {
	display: none;
}

@media (max-width: 767px) {
	img.rapot-image.img-fluid {
		width: 50% !important;
		height: 50% !important;
		display: none;
	}
}
/* 
section {
	margin: 140px auto;
	height: 1000px;
}
.progress {
	border-radius: 0;
	overflow: visible;
}
.progress-bar {
	background: rgb(253, 237, 3) !important;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
}
*/

.score-div {
	border: 2px solid rgb(0, 0, 0);
	width: 80%;
}

.score-header {
	color: yellow;
	background-color: black;
}

.score-text {
	color: yellow;
}

.score-header-utama {
	background-color: black;
}

.text-header-utama {
	color: white !important;
}

.border-utama {
	border: 2px solid rgb(56, 56, 56);
	padding-bottom: 5px;
}
