.wizard{

}
.wizard-title{
	text-align: center;
	font-family: Vazir;
}
.wizard-title h4{
	font-family: Titr;
}
#prosses-bar{
	height:24px;width:2%;
	text-align: center;
	font-size: 6px;
	padding: 2px;
	border-radius: 5px;
}

#now{
	font-size: 10px;
}
.wizards{
	display: none;
	padding: 8px;
}
/* From Uiverse.io by vinodjangid07 */ 

.input-wrapper {
  width: fit-content;
  height: 45px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  background-color: #292524;
}

.w-customer-icon {
  
  fill: rgb(255, 255, 255);
  margin:auto 8px;
  transition: all 0.3s;
  font-size: 14px;
  color: #CCC;
}
.w-customer {
  max-width: 170px;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  background-color: #292524;
  color: white;
  font-size: 1em;
}
.w-customer:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #292524 inset;
  -webkit-text-fill-color: #ffffff;
}
.w-customer-search {
  height: 100%;
  width: 95px;
  border: none;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.arrow {
  /* display: none; */
  position: absolute;
  margin-right: 150px;
  transition: all 0.3s;
}
.input-wrapper:active .icon {
  transform: scale(1.3);
}
.w-customer-search:hover {
  color: white;
}
.w-customer-search:hover .arrow {
  margin-right: 0;
  animation: jello-vertical 0.9s both;
  transform-origin: right;
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.w-customer-search:active {
  transform: scale(0.9);
}



@media only screen and (max-width: 600px) {


}