* {
	font-family: "Nunito", sans-serif;
	box-sizing: border-box;
}

/* ===== TopBar ===== */
#topbar {
	background: #4b49ac;
	height: 35px;
	font-size: 12px;
	transition: all 0.5s;
	color: #ffffff;
	padding: 0;
}

#topbar .contact-info a {
	font-style: normal;
	color: #ffffff;
}

#topbar .contact-info i {
	margin-right: 10px;
}

#topbar .contact-info a,
#topbar .contact-info span {
	padding-left: 5px;
	color: #ffffff;
	text-decoration: none;
}

#topbar .contact-info a {
	line-height: 0;
	transition: 0.3s;
	transition: 0.3s;
}

#topbar .contact-info a:hover {
	color: #939393;
	text-decoration: underline;
}

#topbar .social-links a {
	color: #ffffff;
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}

#topbar .social-links a:hover {
	color: #939393;
}

/*===== NAVBAR ===== */
.navbar-brand {
	font-size: 22px;
	font-weight: bolder;
	transition: 0.3s;
}

.navbar img {
	width: 25px;
	transition: 0.3s;
}

.navbar-nav .nav-item .nav-link {
	font-weight: bold;
	transition: 0.3s;
}

.navbar-nav .nav-item .nav-link,
.navbar-brand span {
	color: #4b49ac;
}

/* ===== SECTION HOME ===== */
.sec-home {
	padding-top: 40px;
	min-height: 85vh;
}

.sec {
	min-height: 85vh;
	align-items: center;
	display: flex;
	justify-content: center;
}

.bgHome {
	width: 565px;
	height: 350px;
	position: relative;
	z-index: -1;
	margin: -30px 0 -150px 0;
	transition: all 0.5s ease;
}

.sec h2 {
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 40px;
	margin-top: -40px;
	transition: all 0.5s ease;
}

.sec .input-group {
	padding: 0 20px;
	transition: all 0.5s ease;
}

.sec .input-group select {
	border: 2px solid #4b49ac;
}

.sec .input-group button {
	background-color: #4b49ac;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	align-items: center;
	border: 1px solid #4b49ac;
}

.sec .input-group button:hover {
	background-color: #939393;
	color: #ffffff;
	border: 1px solid #939393;
}

/* newhome */
.newhome {
	padding-top: 9%;
	padding-left: 10%;
	padding-right: 10%;
}
.newhome h1 {
	margin-bottom: 60px;
	font-weight: bold;
}
/* .newhome select { //tanpa select2
	border-radius: 30px;
	height: 45px;
	width: 100%;
	border: 2px solid #4b49ac;
} */
.select2-container .select2-selection--single {
	border-radius: 30px !important;
	height: 45px !important ;
	width: 100% !important ;
	border: 2px solid #4b49ac !important;
	padding: 0.4rem 0 5% 5% !important;
}
.select2-selection__arrow {
	right: 1rem !important;
	top: 0.4rem !important;
}

.newhome .newstylebtn .newbtnhome {
	width: 100%;
	border-radius: 50px;
	height: 45px;
	border: 2px solid #4b49ac;
	background-color: #4b49ac;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
/* ===== BUTTON CONTINUE ===== */
.continue {
	margin-top: 2rem;
	width: 22rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.continue-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	color: #4b49ac;
	background-color: #939393;
	margin-bottom: 0.7rem;
}
.continue-icon::after {
	content: attr(data-title);
	position: absolute;
	top: calc(100% + 0.65rem);
	font-size: 0.95rem;
	font-weight: bold;
}
.continue-icon:hover {
	background-color: #4b49ac;
	color: #ffffff;
}
.continue-icon:hover::after {
	content: attr(data-title);
	color: #4b49ac;
}
.continue-card {
	text-decoration: none;
}
/* ===== BUTTON CONTINUE2 ===== */
.continue2 {
	margin-top: 2rem;
	width: 22rem;
	position: relative;
	display: flex;
	justify-content: center;
}
.continue2-btn {
	background-color: #196f3d;
	color: #ffffff;
	padding: 0.6rem 5rem 0.6rem 5rem;
	border-radius: 5rem;
	font-weight: bold;
}
.continue2-btn:hover {
	background: rgba(20, 90, 50);
}

/* ===== SECTION BANTUAN ===== */
.sec-bantuan a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	color: #4b49ac;
	transition: 0.3s;
}

.sec-bantuan a:hover {
	color: #939393;
}
.sec-bantuan .act {
	color: #939393;
}

.con-bantuan {
	min-height: 85vh;
}

/* ===== STATUS DATA ===== */
.sad {
	display: flex;
	justify-content: center;
}
.searchStatus {
	width: 100%;
}
.searchStatus input {
	border-radius: 30px;
	height: 2.5rem;
	border: 2px solid #4b49ac;
}
.searchStatus button {
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 30px;
	border: 2px solid #4b49ac;
	color: #4b49ac;
}
.searchStatus button:hover {
	background-color: #4b49ac;
	color: #ffffff;
}

.btn-detail {
	font-size: 14px;
	border-radius: 25px;
	border: 1px solid #4b49ac;
	color: #4b49ac;
	width: 100%;
	padding: 2px 10px;
	text-decoration: none;
}

.btn-detail:hover {
	border: 1px solid #939393;
	color: #939393;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	padding: 5px 1rem;
}
/* ===== PROGRESS STATUS DATA ===== */
.progressbar {
	z-index: 1;
	padding: 0rem 1rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	counter-reset: step;
	margin-bottom: 3rem;
}
.progressbar::before,
.progress {
	z-index: -1;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 0.2rem;
	width: 90%;
	background-color: #939393;
}
.progress {
	background-color: #4b49ac;
	width: 0%;
	transition: 0.3s;
}
.progress-step {
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 50%;
	background-color: #939393;
	display: flex;
	justify-content: center;
	align-items: center;
}
.progress-step::before {
	z-index: 1;
	counter-increment: step;
	content: counter(step);
}
.progress-step::after {
	content: attr(data-titleprogress);
	position: absolute;
	top: calc(100% + 0.5rem);
	font-size: 0.85rem;
	color: #000000;
}
.progress-step-active {
	background-color: #4b49ac;
	color: #ffffff;
}

/* ===== SECTION LOGIN ===== */
.login {
	height: 100vh;
	background-position: center;
	background-size: cover;
	position: relative;
}

.login::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
}

.login h2 {
	font-weight: bold;
	color: #ffffff;
	font-size: 32px;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	padding-bottom: 20px;
	padding-top: 30px;
	transition: 0.3s;
}

.card {
	width: 17rem;
	border: 2px solid #4b49ac;
	position: absolute;
	z-index: 1;
	border-radius: 20px;
}

.card-body {
	padding: 0 30px;
}

.card h5 {
	font-weight: bold;
	font-size: 22px;
	padding-top: 30px;
	transition: 0.3s;
}

.card .btn {
	background-color: #4b49ac;
	color: #ffffff;
	width: 100%;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
}

.card .btn:hover {
	background: #939393;
	color: #000;
	/* border: 2px solid #4b49ac; */
	/* margin-bottom: 58px; */
	font-weight: bold;
}

.card .card-user {
	margin-top: 30px;
}

.card .card-pass {
	margin-bottom: 50px;
}

.card .card-user input,
.card-pass input {
	border-radius: 30px;
}

/* ===== FOOTER ===== */
footer {
	background-color: #4b49ac;
	color: #ffffff;
	padding-bottom: 5px;
	font-size: 12px;
	transition: 0.3s;
}

.fot-item a span {
	font-size: 15px;
	font-weight: bolder;
}

.fot-item a img {
	margin-top: -5px;
	width: 20px;
}

.fot-item {
	border-bottom: 2px solid #ffffff;
	padding: 20px 0 0 0;
}

.fot-item h5 {
	font-weight: 600;
	font-size: 15px;
}

.fot-item h6 {
	padding-bottom: 15px;
	padding-left: 33px;
	font-size: 13px;
}

.fot-item .kontak,
.phone {
	padding-left: 33px;
}

.fot-item .kontak,
.bantuan {
	text-decoration: none;
	color: #ffffff;
}

.fot-item .kontak,
.bantuan:hover {
	color: #939393;
	text-decoration: underline;
}

.fot-link {
	display: flex;
	justify-content: start;
}

/* ===== DEKSTOP VERSION ===== */
@media (min-width: 992px) {
	/* TOPBAR */
	#topbar {
		font-size: 14px;
	}

	/* NAVBAR */
	.navbar-brand {
		font-size: 32px;
	}

	.navbar img {
		width: 35px;
	}

	.navbar-nav .nav-item .nav-link {
		margin-right: 30px;
		font-size: 18px;
	}

	.navbar-nav .nav-item .nav-masuk {
		margin-right: -9px;
	}

	.navbar-nav .nav-item .nav-link:hover {
		color: #939393;
		border-bottom: 3px solid #4b49ac;
		/* margin-bottom: -33px; */
	}
	.navbar-nav .nav-item .act {
		color: #939393;
		border-bottom: 3px solid #4b49ac;
	}

	/* SECTION HOME */
	.sec-home {
		min-height: 100vh;
	}

	.sec {
		min-height: 100vh;
	}

	.bgHome {
		width: 765px;
		height: 515px;
		margin: -50px 0 -100px 0;
		transition: all 0.5s ease;
	}

	.sec h2 {
		font-size: 35px;
		padding: 40px 0 40px 0;
		margin-top: 0;
		transition: all 0.5s ease;
	}

	.sec .input-group {
		transition: all 0.5s ease;
	}

	/* SECTION BANTUAN */
	.sec-bantuan a {
		font-size: 17px;
		transition: all 0.5s ease;
	}

	.con-bantuan {
		min-height: 100vh;
	}
	.searchStatus {
		width: 50%;
	}

	/* SECTION LOGIN */
	.login {
		min-height: 110vh;
	}

	.login h2 {
		font-size: 45px;
		padding-bottom: 30px;
		padding-top: 60px;
		transition: 0.3s;
	}

	.card {
		width: 21rem;
	}

	.card h5 {
		font-size: 35px;
		padding-top: 40px;
		transition: 0.3s;
	}

	.card .btn {
		width: 100%;
		font-size: 18px;
	}

	.card .card-pass {
		margin-bottom: 60px;
	}

	/* FOOTER */
	footer {
		font-size: 14px;
		transition: 0.3s;
		padding-bottom: 20px;
	}

	.fot-item {
		padding: 50px 0 25px 0;
	}

	.fot-link {
		display: flex;
		justify-content: end;
	}

	.fot-item a span {
		font-size: 20px;
		font-weight: bolder;
	}

	.fot-item a img {
		margin-top: -10px;
		width: 30px;
	}

	.fot-item h5 {
		padding-bottom: 10px;
		font-size: 20px;
	}

	.fot-item h6 {
		padding-bottom: 15px;
		padding-left: 38px;
		font-size: 16px;
	}

	.fot-item .kontak,
	.phone {
		padding-left: 38px;
	}
}

/* fitur bantuan ka ilo*/
.con-bantuan .accordion {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}

.con-bantuan .accordion .read {
	text-decoration: none;
	margin-bottom: 15px;
	color: #000;
}

/* akhir fitur bantuan ka ilo */
/* fitur masukan ka ilo */
.con-bantuan a {
	font-size: 20px;
}

.con-bantuan a {
	text-decoration: none;
	color: black;
}

.con-bantuan a:hover {
	color: #4b49ac;
}
