@import url("metropolis-fonts.css");
@import url("figtree-fonts.css");
*{
	font-family: Figtree !important;
}
.stepwizard-step.done a{
	color: #fff;
    background-color: #099dad;
    border-color: #fff;
}

.stepwizard-step.done p{
	font-size: 12px;
  	font-weight: 500;
  	color: #099dad;
}

.stepwizard-step.active a, .stepwizard-step a:focus,
.stepwizard-step.inProgress a{
	color: #099dad;
    background-color: #fff;
    border-color: #099dad;
}

.stepwizard-step.active p{
  	font-weight: 600;
  	color: #099dad;
}

.stepwizard-step a{
	color: #b5bbc6;
    background-color: #e1e4e8;
    border-color: #e1e4e8;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    padding-top: 9px;
	z-index: 2;
	position: relative;
}
.stepwizard-step p{
  	font-size: 12px;
    color: #182c4f99;
    margin-top: 10px;
    font-weight: 500;
    margin-top: 10px;
}
.stepwizard-row {
   /*  display: table-row; */
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  
}
.stepwizard-row>.stepwizard-step:not(:last-child ):after {
	border-bottom: 2px dashed #dedede;
	background-color: transparent;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	top:0;
	left: 50%;
	margin: 0 1.5rem;
	margin-left: -3px;
	margin-top: 21px;
	z-index: 1;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.setup-content > div{
	margin: 0 auto;
}
.changeBusinessName:hover, .cancelBusinessName:hover {
    outline: none;
    color: #46079E;
    text-decoration: none;
	transform: scale(1.05);
}
.after-input {
	position: absolute;
	width: 2rem;
	font-size: 1.5rem;
	-webkit-transition: color .2s;
	transition: color .2s;
	top: .5rem;
	right: 0;
	color: #98a1b1;
}

.password-strength {
	font-family: Figtree;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0a1f44;
}
span.invalid {
	color: #F44336;
	font-size: 0.8rem;
}
button.blue.button {
    margin-top: 3em !important;
}