/** @format */

.rounded-5 {
	border-radius: 5px;
}

.rounded-10 {
	border-radius: 10px;
}

.rounded-15 {
	border-radius: 15px;
}

.bg-yellow {
	background-color: rgba(255, 177, 40, 0.3);
}

.bg-yellow2 {
	background-color: rgba(235, 183, 0, 0.1);
}

.text-yellow {
	color: #ffb128;
}

.text-yellow2 {
	color: #e17918;
}

.slider .btn-indicator {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: none;
	margin: 10px 3px;
	transition: all 0.7s ease-in-out;
}

.slider .btn-indicator.active {
	width: 20px;
	height: 10px;
	background-color: #ffb128;
	border-radius: 20px;
	border: none;
}

.icon-carousel-control {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 100%;
}

.bg-purple {
	background-color: #1c2c4c;
}

.bg-purple2 {
	background-color: #1b2b49;
}

.text-purple2 {
	color: #1b2b49;
}

.text-purple {
	color: #1a0063;
}

hr.dash {
	border-top: 2px dashed #ddd;
}

.link-selengkapnya {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.layer-card {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0);
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(243, 243, 243, 1));
}

.btn.close-popup-event {
	position: absolute;
	right: 15px;
	top: 15px;
}

.btn.close-popup-event i {
	font-size: 25px;
}

.card-gallery {
	transition: all 0.5s ease-in-out;
}

.card-gallery:hover {
	transform: scale(1.1);
}

#form-register-qris label {
	font-weight: 600;
	color: #333;
}

#form-register-qris label::after {
	content: " *";
	color: #ee1313;
}

#form-register-qris .custom-control.custom-radio label::after {
   content: "";
}

#form-register-qris input.form-control,
#form-register-qris select.form-control {
	border-radius: 5px;
	height: 40px;
}

.rule-jenis-usaha ul li {
	color: #555;
}

.modal-qris {
	width: 400px;
}

.img-res-register-qris {
	height: 138.09px;
}

.bg-qris {
	background-image: url("/assets/v2/images/qris/background.svg");
	background-size: cover;
	width: 100%;
	height: fit-content;
}

.img-banner-qris {
	height: 170px;
}

/* tablets */
@media screen and (min-width: 768px) {
	.v-line {
		position: absolute;
		border-left: 4px solid #ddd;
		border-radius: 50px;
		height: 940px;
		top: 50%;
		left: 50%;
		transform: translate(50%, -50%);
	}

	.v-line .circle-1 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 0;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-2 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 32%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-3 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 65%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-4 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 100%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}
}

/* desktops */
@media screen and (min-width: 992px) {
	.v-line {
		position: absolute;
		border-left: 4px solid #ddd;
		border-radius: 50px;
		height: 1000px;
		top: 50%;
		left: 50%;
		transform: translate(50%, -50%);
	}

	.v-line .circle-1 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 0;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-2 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 32%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-3 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 65%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-4 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		top: 100%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}
}

/* large desktops */
@media screen and (min-width: 1200px) {
	.v-line {
		position: absolute;
		border-left: 4px solid #ddd;
		border-radius: 50px;
		height: 1100px;
		top: 50%;
		left: 48.5%;
		transform: translate(50%, -50%);
	}

	.v-line .circle-1 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		top: 0;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-2 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		top: 32%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-3 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		top: 65%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}

	.v-line .circle-4 {
		position: absolute;
		background-color: #ffb128;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		top: 100%;
		left: 47%;
		transform: translate(-60%);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}
}
