/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.animate__animated.animate__fadeIn { 
	--animate-duration: 3s;
}

.customFieldLabel {
	font-size: 14px;
	text-decoration: solid;
	font-weight: bold
}


.rowPadding {
	padding-top: 10px
}

.wizard-container {
	/*background-color: #F0F0F0;*/
	/*box-shadow: 10px 10px 38px -8px rgba(0,0,0,0.47);*/
	padding: 30px 40px 20px 40px;
}

ul.step-wizard-container {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	position: relative;
	bottom: 25px;
	padding: 0 5%;
	opacity: 1;
}

.step-wizard {
	background-color: #f1f1f1;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: transparent;
}

	.step-wizard.active .step-circle {
		border-color: #0054a6;
		color: #0054a6;
	}

	.step-wizard.active .step-title {
		color: #0054a6;
		font-weight: bold;
	}

.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid;
	border-color: #707070;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	;
}

.step-title {
	top: 40px;
	color: #707070;
}

.progress-step {
	height: 10px;
	background-color: #707070;
	margin: 0 0%;
	opacity: 1;
	padding-left: 0px;
}

.progress-bar-step {
	background-color: #0054a6;
	opacity: 0.4;
	width: 0%;
	border-radius: 0.25rem;
}

.step-wizard-content {
	position: absolute;
	left: -100%;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

	.step-wizard-content.active {
		position: static;
		width: auto;
		height: auto;
		min-height: 0px;
		overflow: visible;
		clip: rect(0, 0, 0, 0);
		white-space: wrap;
		clip-path: none;
	}

.sk-fading-circle {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	position: relative;
}

	.sk-fading-circle .sk-circle {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

		.sk-fading-circle .sk-circle:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			background-color: #333;
			border-radius: 100%;
			-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
			animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
		}

	.sk-fading-circle .sk-circle2 {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.sk-fading-circle .sk-circle3 {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	.sk-fading-circle .sk-circle4 {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sk-fading-circle .sk-circle5 {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	.sk-fading-circle .sk-circle6 {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	.sk-fading-circle .sk-circle7 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sk-fading-circle .sk-circle8 {
		-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	.sk-fading-circle .sk-circle9 {
		-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.sk-fading-circle .sk-circle10 {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.sk-fading-circle .sk-circle11 {
		-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	.sk-fading-circle .sk-circle12 {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.sk-fading-circle .sk-circle2:before {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.sk-fading-circle .sk-circle3:before {
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}

	.sk-fading-circle .sk-circle4:before {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.sk-fading-circle .sk-circle5:before {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.sk-fading-circle .sk-circle6:before {
		-webkit-animation-delay: -0.7s;
		animation-delay: -0.7s;
	}

	.sk-fading-circle .sk-circle7:before {
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}

	.sk-fading-circle .sk-circle8:before {
		-webkit-animation-delay: -0.5s;
		animation-delay: -0.5s;
	}

	.sk-fading-circle .sk-circle9:before {
		-webkit-animation-delay: -0.4s;
		animation-delay: -0.4s;
	}

	.sk-fading-circle .sk-circle10:before {
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}

	.sk-fading-circle .sk-circle11:before {
		-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
	}

	.sk-fading-circle .sk-circle12:before {
		-webkit-animation-delay: -0.1s;
		animation-delay: -0.1s;
	}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.str-box {
	position: relative;
	width: 56px;
	height: 12px;
	float: left;
}

	.str-box div {
		position: absolute;
		width: 0%;
		height: 100%;
		-moz-transition: 1s;
		-o-transition: 1s;
		-webkit-transition: 1s;
		transition: 1s;
	}

.short {
	color: #FF0000;
}

	.short .str-box.box1 div {
		background: #f6dfc9;
		width: 100%;
	}

.weak {
	color: #E66C2C;
}

	.weak .str-box.box1 div {
		background: #f4c9a0;
		width: 100%;
	}

	.weak .str-box.box2 div {
		background: #f4c9a0;
		width: 100%;
	}

.good {
	color: #2D98F3;
}

	.good .str-box.box1 div {
		background: #f6b578;
		width: 100%;
	}

	.good .str-box.box2 div {
		background: #f6b578;
		width: 100%;
	}

	.good .str-box.box3 div {
		background: #f6b578;
		width: 100%;
	}

.strong {
	color: #006400;
}

	.strong .str-box.box1 div {
		background: #f29d4b;
		width: 100%;
	}

	.strong .str-box.box2 div {
		background: #f29d4b;
		width: 100%;
	}

	.strong .str-box.box3 div {
		background: #f29d4b;
		width: 100%;
	}

	.strong .str-box.box4 div {
		background: #f29d4b;
		width: 100%;
	}

.result {
	font-size: 14px;
	font-family: arial;
	width: auto;
	display: block;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-variant: small-caps;
}
