@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

html,
body {
	padding: 0;
	margin: 0;
	font-family: "roboto", sans-serif;
	line-height: 1;
	background-color: #fafafa;
	font-size: 16px;
	font-weight: 400;
	color: #2d3748;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #2d3748;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #2d3748;
}

h1,
.h1,
h1 > strong {
	font-size: 32px;
	margin-bottom: 8px;
	font-weight: 600;
}

h2,
.h2,
h2 > strong {
	font-size: 28px;
	margin-bottom: 8px;
	font-weight: 600;
}

h3,
.h3,
h3 > strong {
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 600;
}

h4,
.h4,
h4 > strong {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 600;
}

h5,
.h5,
h5 > strong {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 600;
}

h6,
.h6,
h6 > strong {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 600;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fafafa;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
	z-index: 99;
}
.top-header-container {
	background-color: #032f59;
}
.top-header {
	max-height: 70x;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 8px 15px;
}
.top-header > p {
	color: #ffffff;
	margin: 0;
	font-size: 14px;
}
.top-header > p > a:hover {
	color: #f4f4f4;
	text-decoration: underline;
}

.top-header > p > a > i {
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}
.bottom-header {
	max-width: 1140px;
	margin: 0 auto;
	padding: 16px 15px;
}
.half-wrap {
	max-width: 50%;
}
.logo {
	width: 360px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.logo-image {
	max-width: 40px;
	margin-right: 8px;
}
.logo-title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0.25px;
}
.logo-title .font-bold {
	font-size: 14px;
	font-weight: 600;
}

.logo-title .font-light {
	font-size: 12px;
	font-weight: 400;
}
.contact-wrap {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0 24px;
}
.contact-icon,
.auth-icon {
	height: 28px;
	width: 28px;
}
.contact-text,
.auth-text {
	margin-left: 8px;
	display: flex;
	flex-direction: column;
}
.contact-text > span,
.auth-text > span {
	font-size: 12px;
	color: #898989;
	letter-spacing: 0.4px;
}
.contact-text > p {
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
.auth-text > a {
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-top: 2px;
	color: #0099d9;
}

.auth-wrap {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0 0 0 12px;
}
.button-login {
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0775d9;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px;
	border-radius: 4px;
	font-weight: 500;
}
.button-login:hover,
.button-login:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #032f59;
}
/* content style */
.container {
	max-width: 1140px;
}
.content-wrap {
	padding: 134px 0 24px;
	width: 100%;
	position: relative;
	background-color: #f9f9f9;
	min-height: calc(100vh - 172px);
}
.content-wrap.homepage {
	padding: 110px 0 24px;
}

/* footer style */
.footer {
	width: 100%;
	background-color: #032f59;
}
.footer-adresss {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 24px 0;
	max-width: 480px;
}
.address-icon {
	height: 100px;
}
.address-text {
	margin-left: 8px;
	display: flex;
	flex-direction: column;
	color: #ffffff;
}
.address-bold {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.15;
	margin-bottom: 4px;
	color: inherit;
}
.address-thin {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.25px;
	color: inherit;
}
.footer-contact {
	padding: 16px 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.footer-contact > a,
.footer-contact > a > i {
	font-size: 18px;
	color: #ffffff;
}
.contact-note {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin: 5px 0 10px;
}
.contact-label {
	font-weight: 500;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.15px;
	color: #ffffff;
	margin-bottom: 10px;
}
.contact-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	border-radius: 4px;
	box-shadow: 0 4px 8px #ddd;
	background-color: #fafafa;
	border-color: #fafafa;
	color: #25d366;
	font-weight: 600;
	width: 100%;
	border-width: 0px;
}
.contact-button:hover,
.contact-button:active,
.contact-button:focus {
	outline: none;
	opacity: 0.8;
	background-color: #fafafa;
	border-color: #fafafa;
	color: #25d366;
}
.contact-button > img {
	height: 35px;
	margin-right: 16px;
}
.footer-sosmed {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
.footer-sosmed > a,
.footer-sosmed > a > i {
	color: #ffffff;
	font-size: 24px;
}
.footer-bottom-container {
	background-color: #022647;
}
.footer-bottom {
	max-height: 70x;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 8px 15px;
	text-align: center;
}
.footer-bottom > p {
	color: #ffffff;
	margin: 0;
	font-size: 14px;
}

/* Homepage style */
.banner-wrapper {
	aspect-ratio: 3 / 1.05;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	display: block;
}
.banner-wrapper-mobile {
	aspect-ratio: 3 / 4;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	display: none;
}
.jalur-wrapper {
	width: 95%;
	margin-top: 40px;
	margin-inline: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jalur-menu {
	width: 25%;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 24px 16px;
}
.jalur-menu.zonasi {
	background-color: #0775d9;
	border-radius: 4px 0 0 4px;
}
.jalur-menu.afirmasi {
	background-color: #2194ff;
}
.jalur-menu.pindah {
	background-color: #0775d9;
}
.jalur-menu.prestasi {
	background-color: #02498c;
	border-radius: 0 4px 4px 0;
}
.jalur-icon {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jalur-text {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: flex-start;
}
.jalur-title {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 1.25;
	margin-bottom: 4px;
}
.jalur-link {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.25px;
}
.jalur-menu:hover,
.jalur-menu:focus {
	color: #f1f1f2;
	text-decoration: none;
}

.list-sekolah-wrapper {
	padding: 68px 0 24px;
	width: 95%;
	margin: 0 auto;
}

.home-title {
	width: 100%;
	margin-bottom: 32px;
}
.home-title h1 {
	font-size: 24px;
	letter-spacing: 0.18px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 400;
}
.home-title h5 {
	font-size: 16px;
	letter-spacing: 0.15px;
	color: #898989;
	font-weight: 400;
}
.list-sekolah-card {
	width: 100%;
	display: flex !important;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px;
}
.list-sekolah-logo {
	width: 60px;
	height: 60px;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-sekolah-image {
	width: 45px;
}
.list-sekolah-text {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	margin-bottom: 24px;
}
.nama-sekolah-text {
	font-size: 20px;
	letter-spacing: 0.15px;
	font-weight: 500;
	margin-bottom: 4px;
	line-height: 18px;
	line-height: 1.25;
	height: 50px;
	overflow: hidden;
	word-break: normal;
	display: flex;
	align-items: center;
}
.alamat-sekolah-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.15px;
	color: #898989;
	margin-bottom: 10px;
	line-height: 1.25;
	word-break: normal;
	overflow: hidden;
	height: 30px;
}
.detail-sekolah-link {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #898989;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
}
.detail-sekolah-link > i {
	margin: -2px 0 0 -4px;
	font-size: 16px;
	color: #898989;
}
.detail-sekolah-link:hover,
.detail-sekolah-link:focus {
	color: #898989;
	text-decoration: none;
}
.pagination-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.btn-page-slide {
	background-color: transparent;
	color: #c4c4c4 !important;
	border-radius: 50% !important;
	height: 24px;
	width: 24px;
	border: 2px solid #c4c4c4;
	font-size: 12px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0 8px !important;
}
.btn-page-slide > i {
	font-size: 18px;
	color: #c4c4c4;
	font-weight: 700;
}
.btn-page-slide:hover,
.btn-page-slide:focus {
	background-color: #00923f;
	border-color: #00923f;
}

.btn-page-slide:hover > i,
.btn-page-slide:focus > i {
	color: #ffffff;
	font-weight: 700;
}

.btn-dot {
	background-color: #c4c4c4;
	border-radius: 50% !important;
	height: 10px;
	width: 10px;
	font-size: 12px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 4px !important;
}
.btn-dot.active,
.btn-dot:hover,
.btn-dot:focus {
	background-color: #00923f;
}

/* Login Style */
.login-wrap {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	background-color: #f9f9f9;
}
.login-wrap-left {
	width: 50%;
	background-color: #f9f9f9;
	padding: 24px 0 24px 50px;
}
.login-wrap-right {
	width: 50%;
	background-color: #ffffff;
	padding: 24px 10% 24px 0;
	min-height: 100vh;
	overflow: auto;
}
.login-wrap-full {
	width: 100%;
	padding: 24px 10%;
	min-height: 100vh;
	overflow: auto;
}
.login-header {
	width: 100%;
}
.back-link {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100px;
	font-weight: 500;
	text-transform: uppercase;
}
.back-link.page-jalur {
	width: 250px;
}
.back-link > i {
	margin-right: 8px;
}
.back-link:hover,
.back-link:focus {
	text-decoration: none;
	color: #2d3748;
}
.form-login-wrap {
	padding: 16px 0px 16px 60px;
	width: 100%;
	max-width: 800px;
}
.logo-login {
	width: 60px;
	margin: 0 auto 16px;
}
.title-login {
	font-weight: 400;
	font-size: 34px;
	letter-spacing: 0.15px;
	margin: 0 auto 24px;
}
.form-login-group {
	max-width: 350px;
	margin: 0 auto;
}
.form-login-group .form-group {
	margin-bottom: 24px;
}
.form-login-group .form-group > label {
	font-size: 16px;
	color: #898989;
}

.form-control.border-bottom {
	border-radius: 0;
	border-bottom: 1px solid #c4c4c4 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding-left: 0 !important;
}
.form-control.border-bottom:focus {
	border-color: #00923f !important;
	box-shadow: none !important;
}
.error-text-input {
	color: #da251d !important;
	font-size: 12px !important;
	margin-top: 4px !important;
}
.btn-login {
	height: 40px;
	margin-top: 60px;
	text-transform: uppercase;
	letter-spacing: 0.15px;
	font-weight: 500;
}
.btn-success {
	background-color: #00923f !important;
	border-color: #00923f !important;
	font-weight: 500;
}
.btn-light {
	background-color: #fff !important;
	border-color: #00923f !important;
	color: #00923f !important;
	font-weight: 500;
}
.forgot-link,
.forgot-link:hover,
.forgot-link:focus {
	color: #00923f;
	font-size: 16px;
	font-weight: 500;
}
.login-footer {
	text-align: center;
	border-top: 1px solid #f1f1f2;
	margin-top: 36px;
	padding-top: 36px;
}
.login-note {
	color: #696969;
	font-size: 16px;
	font-weight: 500;
}
.login-note a {
	color: #00923f;
	font-size: 16px;
	font-weight: 500;
}
.login-caption {
	padding: 24px 60px 24px 0;
}
.login-caption h1 {
	font-size: 24px;
	font-weight: 400;
	color: #2d3748;
	letter-spacing: 0.18px;
	margin-bottom: 16px;
}
.login-caption p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1;
	margin-bottom: 24px;
	line-height: 1.5;
	max-width: 400px;
	text-align: justify;
}
.login-card-center {
	width: 400px;
	margin: 60px auto;
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
.login-card-center-head {
	padding: 16px 24px;
	width: 100%;
	border-bottom: 1px solid #f1f1f2;
}
.login-card-center-head > h3 {
	font-size: 16px;
	color: #2d3748;
	font-weight: 400;
}
.login-card-center-body {
	padding: 24px 0;
}
.form-group p {
	font-size: 12px;
	font-weight: 400;
	color: #c4c4c4;
	margin-bottom: 8px;
}
.info-jalur-menu {
	display: flex;
	flex-direction: row;
	margin: 24px 0 36px;
}
.info-jalur-tab {
	width: 16.667%;
	height: 60px;
	border-radius: 0;
	border: none;
	color: #0775d9;
	font-weight: 700;
	margin: 0 !important;
	display: flex;
	align-items: center;
}
.info-jalur-tab > span {
	color: #898989;
	font-weight: 700;
}
.info-jalur-tab.active,
.info-jalur-tab:hover,
.info-jalur-tab:focus {
	background-color: #0775d9 !important;
	color: #ffffff;
	border: none !important;
	font-weight: 700;
	margin: 0 !important;
}
.info-jalur-tab.active > span,
.info-jalur-tab:hover > span,
.info-jalur-tab:focus > span {
	color: #ffffff !important;
	font-weight: 700;
}
.info-jalur-tab:first-child {
	border-radius: 4px 0 0 4px;
}
.info-jalur-tab:last-child {
	border-radius: 0 4px 4px 0;
}
.info-jalur-tab-icon {
	margin-right: 8px;
	background-color: #c4c4c4;
	border-radius: 10px;
	padding: 4px;
}
.info-jalur-tab.active .info-jalur-tab-icon,
.info-jalur-tab:hover .info-jalur-tab-icon,
.info-jalur-tab:focus .info-jalur-tab-icon {
	background-color: rgba(7, 116, 217, 0.5);
}

.title-daftar {
	font-size: 24px;
	letter-spacing: 0.18px;
	padding-bottom: 24px;
	font-weight: 400;
}
.form-control.form-main {
	height: 40px !important;
	border-color: #eaeaea !important;
	border-radius: 6px !important;
	font-weight: 500;
	color: #898989;
}
.form-control.form-main:focus,
.form-main-textarea:focus,
.custom-file-label:focus {
	box-shadow: none;
	border: 1px solid rgba(7, 116, 217, 0.5) !important;
}
.form-main-select {
	padding-right: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
}
.icon-select {
	position: absolute;
	top: 7px;
	right: 25px;
	z-index: 0;
	pointer-events: none;
}
.form-main-textarea {
	resize: none;
	border-radius: 6px !important;
	font-weight: 500;
	color: #898989;
}
.input-group-prepend .file-upload {
	background-color: #fbfffd;
	border-color: #e5eaee;
	height: 40px;
}
.custom-file-input {
	height: 40px;
}
.custom-file-label {
	height: 40px !important;
	border-color: #eaeaea !important;
	border-radius: 0 6px 6px 0 !important;
	font-weight: 500;
	color: #898989;
	display: flex;
	align-items: center;
}
.custom-file-label::after {
	display: none;
}

input[type="radio"]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

input[type="radio"]:not(old) + label {
	display: flex;
	align-items: center;
	margin-left: -2em;
	line-height: 1.5em;
	color: #898989;
	font-weight: 500;
}

input[type="radio"]:not(old) + label > span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 4px;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	background: #ffffff;
	vertical-align: bottom;
}

input[type="radio"]:not(old):checked + label {
	color: #2d3748;
	font-weight: 500;
}

input[type="radio"]:not(old):checked + label > span {
	background-color: #fafafa;
	border-color: #00923f;
}

input[type="radio"]:not(old):checked + label > span > span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 3px;
	border: 1px solid #00923f;
	border-radius: 50%;
	background: #00923f;
}

.checkbox-address {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	height: 20px;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #898989;
	font-weight: 500;
}

.checkbox-address input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #eaeaea;
}

.checkbox-address input:checked {
	color: #2d3748;
}

.checkbox-address input:checked ~ .checkmark {
	background-color: #00923f;
	border-color: #00923f;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-address input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-address .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Info Sekolah Style */
.media-info-sekolah {
	padding-bottom: 24px;
	border-bottom: 1px solid #eaeaea;
}

.img-media-sekolah {
	height: 150px;
}
.info-sekolah-title {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 16px;
	letter-spacing: 0.18px;
}
.list-info {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.icon-info {
	margin-right: 6px;
}
.list-info > p {
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #898989;
	font-weight: 400;
}
.media-info-text {
	padding: 24px 0;
	border-bottom: 1px solid #eaeaea;
}
.media-info-text h1,
.media-info-text h2,
.media-info-text h3,
.media-info-text h4,
.media-info-text h5,
.media-info-text h6 {
	font-weight: 600;
	color: #2d3748;
	letter-spacing: 0.15px;
	margin-bottom: 12px;
	line-height: 28px;
	font-weight: 400;
}
.media-info-text p {
	color: rgba(45, 55, 72, 0.8);
	font-size: 16px;
	letter-spacing: 0.25;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 24px;
}
.media-info-text a {
	font-size: 16px;
	text-decoration: none;
	color: #0099d9;
	letter-spacing: 0.25;
	line-height: 24px;
}
.media-info-text ul,
.media-info-text ul > li,
.media-info-text ol,
.media-info-text ol > li {
	color: rgba(45, 55, 72, 0.8);
	font-size: 16px;
	letter-spacing: 0.25;
	margin-bottom: 8px;
	text-align: justify;
	line-height: 24px;
}
.media-info-text ul,
.media-info-text ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
.card-info-sekolah {
	border-radius: 0 !important;
	border: none !important;
	padding-left: 0;
	padding-top: 24px;
}
.card-info-sekolah > h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.card-info-sekolah > p {
	color: #696969;
	font-weight: 400;
	font-size: 16px;
}
.card-info-sekolah > p > strong {
	color: #0099d9;
	font-weight: 500;
	font-size: 16px;
}

/* Profile Style */
.card-profile h3 {
	font-weight: 400;
	color: #2d3748;
	letter-spacing: 0.15px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 16px;
}
.card-profile h5 {
	font-weight: 500;
	color: #2d3748;
	letter-spacing: 0.15px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 14px;
}
.card-profile p {
	color: #696969;
	font-size: 14px;
	letter-spacing: 0.25;
	text-align: justify;
	line-height: 1.25;
}
.content-jadwal {
	min-height: 100vh;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.content-pengumuman {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.card-profile > a > p,
.card-profile a {
	text-decoration: none;
	margin: 0;
}

/* Dialog Style */
.modal-header {
	border-bottom: none;
	padding: 24px 24px 0;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.modal-header .close > span {
	font-size: 18px;
}
.pendaftaran-sukses {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	padding: 0 24px 24px;
}
.pendaftaran-sukses h5,
.pendaftaran-close h5 {
	font-size: 20px;
	font-weight: 500;
	color: #2d3748;
	margin-bottom: 8px;
	margin-top: 16px;
}
.pendaftaran-sukses p {
	font-size: 16px;
	color: #696969;
	margin-bottom: 24px;
}
.pendaftaran-close p {
	font-size: 16px;
	color: #696969;
	margin-bottom: 24px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/* Datatable */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #aaa;
	border-radius: 6px;
	padding: 8px;
	background-color: #ffffff;
}
.dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_length select:hover,
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_filter input:hover {
	box-shadow: none;
	border-color: #00923f;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 8px;
	padding: 8px;
	border-color: #00923f !important;
	color: #00923f !important;
	background: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
	background-color: #00923f;
	color: #ffffff !important;
	background: #00923f !important;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background: #f0f2f3 !important;
	color: #898989 !important;
	border-color: #f0f2f3 !important;
}
table.dataTable.no-footer {
	border-radius: 8px;
	border-bottom-color: #dee2e6;
}
table.dataTable tbody tr:last-child,
table.dataTable tbody {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 1;
}
table.dataTable tbody tr:last-child > td:first-child {
	border-bottom-left-radius: 6px;
	border-bottom-color: #dee2e6;
}
table.dataTable tbody tr:last-child > td:last-child {
	border-bottom-right-radius: 6px;
	border-bottom-color: #dee2e6;
}
table.dataTable thead {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-color: #dee2e6;
}
table.dataTable thead tr:last-child > th:first-child {
	border-top-left-radius: 6px;
	border-top-color: #dee2e6;
}
table.dataTable thead tr:last-child > th:last-child {
	border-top-right-radius: 6px;
	border-top-color: #dee2e6;
}
table.dataTable thead tr > th {
	padding: 16px;
}
table.dataTable tbody tr > td {
	padding: 16px 12px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	background-image: url("./img/arrow-green.svg");
	right: 2px !important;
	width: 32px !important;
	background-repeat: no-repeat;
	top: 8px !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	display: none;
}
.select2-container .select2-selection--single {
	height: 40px !important;
	border-color: #eaeaea !important;
	border-radius: 6px !important;
	font-weight: 500 !important;
	color: #898989 !important;
}
.select2-container .select2-selection--single {
	outline: none !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 38px !important;
	color: #898989 !important;
}
.image-alur {
	max-width: 100%;
}
.fc .fc-button {
	background-color: #00923f !important;
	border-color: #00923f !important;
}
.fc .fc-button:hover,
.fc .fc-button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.fc .fc-button .fc-icon {
	color: #fff !important;
}

.text-white {
	color: #fff !important;
}
.btn-files,
.btn-files i,
.btn-files span {
	color: #fff !important;
	font-size: 14px !important;
}
.mr-4px {
	margin-right: 4px !important;
}

a.btn-files {
	display: flex;
	justify-content: center;
	align-items: center;
}
a.btn-files i {
	margin-right: 3px;
}
.content-jadwal
	.dataTables_wrapper
	.dataTables_paginate
	.paginate_button.current,
.content-jadwal
	.dataTables_wrapper
	.dataTables_paginate
	.paginate_button.current:hover {
	color: #fff !important;
}

.dialog-data-diri {
	min-width: 700px !important;
}

.slick-slider {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.slick-dots {
	display: flex !important;
	margin: 0 auto;
}

.slick-list {
	height: 100%;
	padding-bottom: 50px !important;
}

.slick-navigation {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #0775d9;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 20px;
}
.slick-navigation i {
	color: #fff;
	font-size: 24px;
}
.slick-navigation:hover,
.slick-navigation:active,
.slick-navigation:focus {
	border: unset;
	outline: unset;
	box-shadow: unset;
}
.slick-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.slick-next {
	position: absolute;
	bottom: 0;
	left: 50px;
}
.file-input {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.file-input .file-preview {
	width: 100%;
	margin-bottom: 10px;
}
.file-input .file-preview .fileinput-remove {
	display: none;
}
.file-input .file-preview-thumbnails {
	display: flex;
	justify-content: center;
}
.file-input > button,
.file-input > .btn-files {
	margin-right: 5px;
	height: 34px;
}
.nav-menu-right {
	width: 70%;
}

.menu-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.nav-menu-item {
	font-size: 14px;
	color: #2d3748;
	padding: 0 8px;
	font-weight: 500;
}

.nav-menu-item:hover {
	color: #0775d9;
}

.nav-mobile-trigger {
	display: none;
}

#nav-mobile-toogle {
	height: 30px;
	width: 30px;
	color: #2d3748;
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav-mobile-toogle > i {
	font-size: 18px;
	color: #2d3748;
}

.mobile-header {
	width: 100%;
	display: none;
	height: calc(100vh - 110.6px);
}

.link-table {
	color: #0775d9;
	font-weight: 500;
}

.tab-title {
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
}

@media (max-width: 870px) {
	.login-wrap {
		flex-direction: column;
	}
	.login-wrap-left,
	.login-wrap-right {
		width: 100%;
		background-color: #ffffff;
		padding: 25px;
	}
	.login-wrap-left > div > img {
		width: 350px;
		margin: 0 auto;
	}
	.form-login-wrap {
		width: 100%;
		padding: 0;
	}
	.login-caption {
		padding: 20px 0 0;
		text-align: center;
	}
	.login-caption p {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.material-icons {
		font-size: 18px;
	}
	html,
	body {
		font-size: 12px;
	}
	* {
		font-size: 12px;
	}
	.login-wrap {
		background-color: #ffffff;
	}
	.login-wrap-left > div > img {
		display: none;
	}
	.login-wrap-full {
		padding: 20px;
	}
	.login-card-center {
		box-shadow: unset;
		margin: 20px 0;
		width: 100%;
	}
	.login-card-center-head {
		padding: 16px 0;
	}
	.form-login-group {
		margin: 0;
		max-width: unset;
		width: 100%;
	}
	.bottom-header {
		max-width: 1140px;
		margin: 0 auto;
		padding: 16px 15px;
	}
	.half-wrap {
		width: fit-content;
		max-width: unset;
	}
	.logo {
		width: unset;
	}
	.logo-image {
		max-width: 40px;
		margin-right: 8px;
	}
	.logo-title {
		font-size: 12px;
	}
	.contact-wrap {
		display: none;
	}
	.top-header > p {
		font-size: 12px;
	}
	.footer-bottom {
		text-align: start;
	}
	.button-login {
		font-size: 12px;
	}
	.jalur-wrapper {
		margin-top: 28px;
		flex-wrap: wrap;
		width: 100%;
	}
	.jalur-menu {
		width: 50%;
		padding: 16px 8px;
	}
	.jalur-title {
		font-size: 12px;
		letter-spacing: 0.3px;
	}
	.jalur-icon {
		width: 16px;
		height: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 5px;
	}
	.jalur-link {
		font-size: 10px;
	}
	.home-title h1 {
		font-size: 18px;
	}
	.home-title h5 {
		font-size: 14px;
	}
	.home-title h5 {
		width: 100%;
		max-width: unset;
	}
	.address-icon {
		height: 80px;
	}
	.address-bold {
		font-size: 16px;
		line-height: 18px;
	}
	.address-thin {
		font-size: 12px;
		line-height: 20px;
	}
	.footer-contact {
		width: 100%;
	}
	.footer-bottom > p {
		font-size: 12px;
		line-height: 18px;
	}
	.list-sekolah-wrapper {
		padding: 32px 0 18px;
	}
	.dialog-data-diri {
		min-width: unset !important;
	}
	.img-media-sekolah {
		height: 80px;
	}
	.info-sekolah-title {
		font-size: 18px;
	}
	.list-info > p {
		font-size: 12px;
	}
	.icon-info {
		width: 18px;
		height: 18px;
	}
	.media-info-sekolah {
		flex-wrap: wrap;
	}
	.card-info-sekolah > h5 {
		font-size: 14px;
	}
	.card-info-sekolah > p {
		font-size: 12px;
	}
	.info-jalur-menu {
		flex-direction: column;
	}
	.info-jalur-tab {
		width: 100%;
	}
	.info-jalur-tab:first-child {
		border-radius: 4px 4px 0 0;
	}
	.info-jalur-tab:first-child {
		border-radius: 4px 4px 0 0;
	}
	.nama-sekolah-text {
		font-size: 16px;
		height: unset;
	}
	.alamat-sekolah-text {
		font-size: 12px;
		height: unset;
	}
	.banner-wrapper-mobile {
		display: block;
		width: 100%;
	}
	.banner-wrapper {
		display: none !important;
	}
	.nav-menu-right {
		display: none !important;
	}
	.mobile-header {
		padding: 16px 15px;
		border-top: 1px solid #e2e2e2;
		opacity: 0;
		transition: opacity 1s linear;
	}
	.mobile-header.open {
		display: block;
		opacity: 1;
		transition: opacity 1s linear;
	}
	.menu-wrap {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.nav-menu-item {
		width: 100%;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
	}
	.nav-menu-item > i {
		font-size: 12px;
	}
	.menu-wrap .button-login {
		width: 100%;
		margin-top: 10px;
	}
	.menu-wrap h5 {
		color: #032f59;
		font-size: 16px;
		margin-bottom: 8px;
	}
	.auth-mobile {
		display: flex;
		width: 100%;
		padding-bottom: 16px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e2e2e2;
	}
	.nav-mobile-trigger {
		display: block;
	}
	.nav-mobile-toogle > i {
		font-size: 18px;
	}
	.file-input {
		flex-direction: column;
	}
	.file-input .file-preview {
		width: 100%;
	}
	.file-input > button {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.content-pengumuman {
		overflow-y: scroll;
	}
}
