/**************************************************************
* SkarNet (Skar Network) UX Form Step - Thems CSS Only *
***************************************************************/

/*	============ Halaman Form Step ============ */

/* Form */
.wpaket-radio{
	display: none;
	visibility: hidden;
}

@-webkit-keyframes LogoA{
	0%{
		opacity: 0;
	} 100% {
		opacity: 0.9;
	}	
}
.wfooter-form{
	background: #F2F8F4;
	display: block;
	position: relative;
	padding: 4rem 0rem 2rem;
	width: 100%;
	max-width: 100%;
}
.wfooter-form .wfooter-form-logo{
	display: table;
	position: relative;
	padding: 0.800rem 0.800rem 0.880rem;
	width: 100%;
	max-width: 100%;
}
.wfooter-form .wfooter-form-logo .wimg{
	height: 60px;
	width: auto;
	animation-name: LogoA;
	animation-duration: 1.6s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.wfooter-form .wfooter-form-logo .wimg::selection{
	background: none;
}
.wfooter-form .wfooter-form-list{
	display: table;
	position: relative;
	padding: 0.800rem 0.800rem 0.880rem;
	width: 100%;
	max-width: 100%;
}

/* Form */
#wform-berlangganan_d{
	background: #FFFFFF;
	border-radius: 4px;
	display: block;
	position: relative;
	padding: 1rem 2rem 1.800rem;
	width: 100%;
	min-width: 100%;
}
#wform-berlangganan_d .wform-head{
	padding-left: 0.400rem;
}
#wform-berlangganan_d .winput{
	border-color: #E0E0E0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#wform-berlangganan_d .winput:focus{
	border-color: #4492FF;

}
.wform-step{
	align-items: center;
	align-content: center;
	display: flex;
	padding: 0.200rem 0rem 0.200rem;
	width: 100%;
	max-width: 100%;
}
.wform-step .wform-step-thems{
	display: table;
	margin: auto;
	padding: 0rem 1.800rem 0rem;
	max-width: 100%;
}
.wform-step .wform-step-thems .step{
	background: #DEDEDE;
	border-radius: 36px;
	display: table;
	margin-right: 16px;
	margin-bottom: 12px;
	float: left;
	padding: 0.800rem 1.200rem 0.800rem;
	padding-right: 1.400rem;
}
.wform-step .wform-step-thems .step .step-number{
	background: rgba(0,0,0,0.2);
	border-radius: 20px;
	text-align: center;
	font-family: 'Roboto','Helvetica',sans-serif;
	font-size: 0.960rem;
	font-weight: 400;
	float: left;
	margin-left: -6px;
	margin-right: 12px;
	height: 24px;
	width: 24px;
}
.wform-step .wform-step-thems .step .step-text{
	float: left;
	font-family: 'Roboto','Helvetica',sans-serif;
	font-size: 0.980rem;
	font-weight: 500;
}

.wform-step .wform-step-thems span.step-active{
	background: #4492FF;
	color: #FFFFFF;
}
.wform-step .wform-step-thems span.step-active .step-number{
	color: #FFFFFF;
}

.wform-nonfikasi{
	background: #F2F4F8;
	border-radius: 6px;
	display: block;
	position: relative;
	margin-bottom: 1.400rem;
	padding: 1rem 1.880rem 0.200rem;
}
.wform-nonfikasi .wform-nonfikasi-text{
	color: rgba(0,0,0,0.3);
	font-family: 'Roboto','Helvetica',sans-serif;
	font-size: 0.960rem;
	font-weight: 400;
}
.wform-nonfikasi-success{background: #D4EDDA;}
.wform-nonfikasi-success .wform-nonfikasi-text{color: #155724;}
.wform-nonfikasi-info{background: #D1ECF1;}
.wform-nonfikasi-info .wform-nonfikasi-text{color: #0C5460;;}
.wform-nonfikasi-warning{background: #FFF3CD;}
.wform-nonfikasi-warning .wform-nonfikasi-text{color: #856404;}
.wform-nonfikasi-danger{background: #F8D7DA;}
.wform-nonfikasi-danger .wform-nonfikasi-text{color: #721C24;}
