/************************************/
/** admin css					*/
/************************************/

#regForm {
  background-color: #ffffff;
  margin: 90px auto;
  padding: 40px;
  width: 80%;
  min-width: 300px;
}

.tab {
  overflow: hidden;
  background-color: #1d2327;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  font-size: 14px;
  color: white;
  border-bottom: 5px solid #1d2327;
  border-top: 5px solid #1d2327;
}

.tab button:hover {
  border-bottom: 5px solid #2271b1;
}

.tab button.active {
  background-color: #2271b1;
    border-bottom: 5px solid #2271b1;
  border-top: 5px solid #2271b1;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.ow-help-content{
	margin-top: 35px;
}
.ow-help-content-step-content{
display: flex; flex-direction: row;  align-items: center;
}


.ow-help-content-step{
	border: 1px solid #2271b1; 
	border-radius: 55px;
	padding: 10px;
	width: 20px; 
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 25px;
	height: 20px;
	background-color: #2271b1;
	color:white;
}

.ow-help-content-step-title{
	margin-left: 5px;
	font-size: 15px;
}
