:root {
  --merah-tua : #BA2025;
  --merah-agak-putih: #ffe6e6;
  --navi : #042133;
  --navi-muda : #084062;
  --kuning : #FAA225;
  --putih : #ffffff;
  --hitam : #000000;
  --hijau-whatsapp: #57ce63;
}

.ppdb__title-with-subtitle {
	display: flex;
	gap: 10px;
	align-items: center;
}

.text-green-600 {
	color: #16a34a !important;
}

.text-red-400 {
	color: #f87171 !important;
}

.alur-pendaftaran {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.alur-pendaftaran__item {
	border: 1px solid #cbd5e1;
	background: #f1f5f9;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem;
}

.alur-pendaftaran__item.success {
	background: #22c55e;
	order: 1px solid #15803d;
	color: white !important;
}

.alur-pendaftaran__item.success .alur-pendaftaran__icon-close {
	color: white;
}

.alur-pendaftaran__item.success .alur-pendaftaran__judul {
	color: white;
}

.alur-pendaftaran__content {
	text-align: right;
}

.alur-pendaftaran__icon-close {
	font-size: 40px;
	color: #000;
}

.alur-pendaftaran__judul {
	font-size: 16px;
	font-weight: bold;
	word-spacing: normal;
}

.alur-pendaftaran__subjudul {
	font-size: 12px;
}

.unggah-foto {
	display: flex;
	gap: 20px;
}

.unggah-foto__container-foto {
	flex: 1;
	padding: 1.2rem;
	border: 1px solid #cbd5e1;
	border-radius: 5px;
}

.unggah-foto__upload {
	flex: 2;
	height: 250px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	flex-direction: column;
	gap: 5px;
	border: 2px dashed #cbd5e1;
}

@media only screen and (max-width: 480px) {
	.unggah-foto {
		flex-direction: column;
	}
}

.unggah-foto__upload h5 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #a1a1aa;
	text-transform: uppercase;
}

.unggah-foto__upload p {
	font-size: 14px;
	color: #a1a1aa;
}

.text-left {
	text-align: left !important;
}

.text-red-500 {
	color: var(--merah-tua);
}

.text-[14px] {
	font-size: 14px;
}

.h-80 {
	height: 20rem;
}

.flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.items-center {
	align-items: center;
}

.logo-smk-login {
	width: 40%;
}

.logo-smk {
	width: 100px;
}

.btn-bordred.btn-custom {
	background-color: var(--navi);
	border-bottom: none !important;
}

.btn-bordred.btn-custom:hover {
	background-color: var(--navi-muda) !important;
}

.text-primary {
	color: var(--navi) !important;
}

.wrapper-page {
	margin-top: 2%;
}

#topnav .topbar-main {
	background-color: var(--navi);
}

.header-title {
	color: var(--navi);
}

th {
	color: var(--navi);
}

.page-title {
	color: var(--navi);
}

.footer {
	text-align: center !important;
	font-size: 12px;
}

.navigation-menu li a {
	color: var(--navi);
}

.control-label {
	color: var(--navi);
}

.input-group-addon i {
	color: var(--navi);
}

.font-bold {
	color: var(--navi);
}

.mr-4 {
	margin-right: 1.5rem;
}

.btn-primary {
	background-color: var(--navi) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: var(--navi-muda) !important;
  border: 1px solid var(--navi-muda) !important;
}

#topnav .navigation-menu > li > a {
	color: var(--navi);
}

#topnav .navigation-menu > li > a:hover {
  color: var(--merah-tua);
}
#topnav .navigation-menu > li > a:hover i {
  color: var(--merah-tua);
}
#topnav .navigation-menu > li > a:focus {
  color: var(--merah-tua);
}
#topnav .navigation-menu > li > a:focus i {
  color: var(--merah-tua);
}
#topnav .navigation-menu > li > a:active {
  color: var(--merah-tua);
}
#topnav .navigation-menu > li > a:active i {
  color: var(--merah-tua);
}

#topnav .active .submenu li.active a {
  color: var(--merah-tua) !important;
}

#topnav .active .submenu li.active a span {
  color: var(--merah-tua) !important;
}

.h-[600px] {
	height: 600px;
}

.w-full {
	width: 100%;
}

.header-nama-siswa {
	display: inline-block;
}

@media only screen and (max-width: 820px) {
  .alur-pendaftaran {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 480px) {
	.header-nama-siswa {
		display: none;
	}

	.alur-pendaftaran {
		grid-template-columns: repeat(1, 1fr);
	}
}
