*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Nunito',sans-serif;
}
.pointer-hover{
	cursor: pointer;
}
body{
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: #e5e5e5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img{
	height: 50px;
	margin-bottom: 25px;
	margin-right: 10px;
}

.loading-otp {
    /* background-color: #efe6e688; */
    background-color: rgba(244,244,245,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    border-radius: calc(0.3rem - 1px);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: 0.4em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.best{
	margin-left: 5px;
	color: var(--primary);
}
#alertOtp {
    font-size: 10px;
}
.alert-btn{
	color: red;
}
.container{
	max-width: 700px;
	width: 100%;
	background: #fff;
	padding: 25px 30px;
	border-radius: 15px;
}
@media(min-width: 540px){
	.otp.container{
		width: 70%;
	}
}
.Verifikasi-otp{
	display: none;
}
.form-control.otp-number{
    height: 50px;
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 26px;
}
.form-control:focus{
	box-shadow: none;
}
.disabled {
    pointer-events: none;
    opacity: .45;
}
.input-label-wa{
	width: 90%;
}
.confirm{
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    background-color: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
    transition: 0.3s;
}
.confirm:hover {
	cursor: pointer;
    background-color: #ee9c0a;
    color: #fff;
}
.header{
	display: flex;
	justify-content: space-between;
}
.title{
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
.container form .user-details{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
form .user-details .inputbox{
	width: calc(100% / 2 - 20px);
	position: relative;
	margin-bottom: 20px;
}
.select2-container{
	width: 100% !important;
}
.select2-container .select2-selection--single{
	height: auto !important;
	width: 100%;
	color: #000;
	padding: 10px;
	background: transparent;
	border: 1px solid #ccc !important;
	border-bottom-width: 2px !important;
	border-radius: 5px !important;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: inherit;
	color: #726e7c;
	padding-left: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    position: absolute!important;
    top: 0 !important;
    right: 1px !important;
    width: 20px !important;
}
.user-details .inputbox input{
	width: 100%;
	color: #000;
	padding: 10px;
	background: transparent;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	border-radius: 5px;
	outline: none;
}
.user-details .inputbox input:focus {
	border-color: var(--primary)
}
.user-details .inputbox label{
	background: #fff;
	position: absolute;
	left: 15px;
	top: 0;
	color: #726e7c;
	padding: 4px 0;
	font-size: 16px;
	transition: 0.3s;
	margin-top: 0.5rem;
}
#signUp{
	border: none;
	background: var(--primary);
	padding: 7px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	transition: 0.3s;
	border-radius: 30px;
	width: 50%;
	outline: none;
}
#signUp:hover{ 
	background: #ee9c0a;
	cursor: pointer;
	text-decoration: none;
}
.username:focus + .input-label,
.pass:focus + .input-label,
.pass1:focus + .input-label,
.email:focus + .input-label,
.no-wa:focus + .input-label{
	top: -21px;
	left: 12px;
	color: var(--primary);
	font-size: 12px;
	font-weight: bold;
}
.username:not(:placeholder-shown).username:not(:focus) + .input-label,
.pass:not(:placeholder-shown).pass:not(:focus) + .input-label,
.pass1:not(:placeholder-shown).pass1:not(:focus) + .input-label,
.email:not(:placeholder-shown).email:not(:focus) + .input-label,
.no-wa:not(:placeholder-shown).no-wa:not(:focus) + .input-label{
	top: -21px;
	left: 12px;
	font-size: 12px;
	font-weight: bold;
	z-index: 10;
}
/*.inputbox input:focus ~ label,
.inputbox input:valid ~ label{
	top: -21px;
	left: 12px;
	color: var(--primary);
	font-size: 12px;
	font-weight: bold;
}*/
.submit{
	display: flex;
	align-items: center;
	justify-content: center;
}
#eye,#eye1{
	position: absolute;
	top: 23px;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #bcb8b1;
}
.gender-wrap{
	display: flex;
	align-items: center;
}
.gender-wrap .gender{
	font-weight: 500;
}
.gender-details .gender-title{
	font-size: 16px;
	font-weight: 600;
}
.gender-details .category{
	display: flex;
	width: 100%;
	margin: 14px 0;
	justify-content: space-evenly;
}
.gender-details label{
	display: flex;
}
.gender-details .dot{
	height: 18px;
	width: 18px;
	border-radius: 50%;
	margin-right: 10px;
	background: #d9d9d9;
	border: 5px solid transparent;
	transition: all 0.3 ease;
}
#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two{
	border-color: #d9d9d9;
	background: var(--primary);
}
input[type='radio']{
	display: none;
}
.sign-up{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.back-to-login{
	margin-top: 10px;
}
.back-to-login a{
	color: #0095f6;
	font-size: 15px;
}
@media(min-width: :500px){
	.category-mobile{
		display: none;
	}
}
@media(max-width: 500px){
	.header{
		margin-bottom: 15px;
	}
	.container{
		max-width: 100%;
	}
	form .user-details .inputbox{
		width: 100%;
		margin-top: 6px;
	}
	form .gender-details .category{
		width: 100%;
		display: inline-block;
	}
	.container form .user-details{
		max-height: 450px;
		overflow-y: scroll;
	}
	/*.user-details::-webkit-scrollbar{
		width: 0;
	}*/
	.title{
		font-size: 22px;
	}
	img {
	    height: 45px;
	    margin-bottom: 10px;
	    margin-right: 10px;
	}
	.inputbox:nth-of-type(5){
		margin-bottom: 20px!important;
		max-width: ;width: 100%;
	}
}


.grats-title{
	text-align: center;
	font-weight: 500;
}
.grats{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.check-label{
	height: 100px;
	width: 100px;
	display: inline-block;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	border-left-color: #5cb85c;
	animation: rotate 1.2s linear infinite;
	margin-bottom: 20px;
}
@keyframes rotate{
	50%{
		border-left-color: #00FF00;
	}
	75%{
		border-left-color: #00FF00;
	}
	100%{
		transform: rotate(360deg);
	}
}
.check-label .checklist{
	display: none;
}
.check-label .checklist:after{
	position: absolute;
	content: "";
	top: 51%;
	left: 19%;
	transform: scaleX(-1) rotate(135deg);
	height: 56px;
	width: 28px;
	border-right: 4px solid #5cb85c;
	border-top: 4px solid #5cb85c;
	transform-origin: left top;
	animation: check-icon 0.8s ease;
}
@keyframes check-icon{
	0%{
		height: 0;
		width: 0;
		opacity: 1;
	}
	20%{
		height: 0;
		width: 28px;
		opacity: 1;
	}
	40%{
		height: 56px;
		width: 28px;
		opacity: 1;
	}
	100%{
		height: 56px;
		width: 28px;
		opacity: 1;
	}
}
.check{
	display: none;
}
.check:checked ~ label .checklist{
	display: block;
}
.check:checked ~ label{
	position: relative;
	animation: none;
	border-color: #00FF00;
	transition: border 0.5s ease-out;
}


