* {
    box-sizing: border-box;
}

#hairForm {
    background-color: #fffbf2;
    font-family: "ShabnamFN", Sans-serif;
    padding:15px 40px;
    width: 100%;
    min-width: 300px;
    border-radius: 10px;
}

h1 {
    text-align: center;
}

/* Mark input boxes that gets an error on validation: */


/* Hide all steps by default: */
.tab {
    display: none;
}
#hairForm button{
  display: inline-block;
  line-height: 1;
  background-color: #00a9a4;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#hairForm #prevBtn{
background:#bbbbbb;
}
button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4A9E9A;
}
.arow{
    display: flex;
}
.acol-md-6{
    width: 50%;
}
.radio-buttons-style{
    display: flex;
    align-items: center;
    gap: 5px;
}
.radio-buttons-style label{
    margin: 0;
}
fieldset{
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size: 15px;
}
.hairForm strong{
    margin-bottom: 10px;
    display: block;
}
.sexbox{
    display: flex;
}
.sexmanbox , .sexwomanbox{
    width: 50%;
    position: relative;
    margin: 0 50px;
    padding: 0 12px;
    cursor: pointer;
}
.sexmanbox svg, .sexwomanbox svg{
    width: 100%;
    height: 150px;
}
.sexmanbox input, .sexwomanbox input{
    position: absolute;
    right: 0;
    top: 0;
}
.activecheckbox svg path{
    fill: #4A9E9A;
}
.activecheckbox{
    border: 2px solid #4A9E9A;
    border-radius: 10px;
}
.hairareaboxes{
    display: flex;
    flex-wrap: wrap;
}

.hairareabox{
    width: 32%;
    display: flex;
    justify-content: center;
}
.hairareabox img{
    width: 100px;
}
.hairareabox>div{
    width: max-content;
    border-radius: 5px;
	display:flex;
	justify-content:center;
}
.hairareabox.activeradiobox>div{
    border: 3px solid #1abe9dc2!important;
	border-radius:15px;
}
#hairForm img{
    border-radius:10px;
    width: 90%;
	border-radius: 10px;
    width: 90%;
    box-shadow: 0px 1px 13px #e0e0e0;
    margin: 8px auto;
}
#hairForm label{
    display:block;
}
#hairForm input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.result-box{
    background: #d2ffd2;
    color: green;
    border: 1px solid green;
    border-radius: 5px;
    padding: 7px;
}
.hairareaboxwoman , .hairareaboxman{
    display: none;
}
.disabletabbtn , .disabletabbtn:hover{
    cursor: no-drop !important;
    opacity: 0.4 !important;
}
@media only screen and (max-width: 768px) {
	.fifthyrow{
		width:100% !important;
	}
	.awprow{
		flex-direction:column;
	}
    .copyalert {
    flex-direction: column;
        gap: 15px;
    }
    .imagecol{
        display:none;
    }
    .acol-md-6{
        width:100%;
    }
    .sexmanbox, .sexwomanbox{
        margin:0
    }
    #hairForm .dots{
        width:100% !important;
    }
    .arow{
        margin-bottom:15px;
    }
	fieldset
	{
		border: none!important;
		box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px!important;
		border-radius: 20px!important;
		display: flex!important;
		flex-direction: column!important;
		justify-content: space-between!important;
		line-height: 0!important;
		padding: 22px 15px!important;
	}
	.sexbox .sexmanbox
	{
		 margin: 0px 0px 0px 10px!important;
	}
}

.hairForm .arow
{
	align-items: center!important;
}
.sexbox .sexmanbox , .sexbox  .sexwomanbox
{
	padding: 20px 15px!important;
	margin:auto 10px;
}

fieldset
{
    border: none;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 8px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 0;
    padding: 22px 15px;
    background: #fff;
}

.radio-buttons-style
{
/* 	background: linear-gradient(45deg, #59ffe3, #55ff9deb); */
    padding: 11px 5px;
    border-radius: 8px!important;
    color: #313131;
    text-shadow: 0 0 3px #b6b6b647;
}
.sexbox  .sexmanbox
{
	box-shadow: #09d8bd4d 0px 2px 8px 0px;
    border-radius: 10px;
    background: linear-gradient(40deg, #d4fffa3b, transparent);
}
.sexbox  .sexwomanbox , .sexbox  .sexmanbox
{
    box-shadow: #ccc7bc 0px 2px 8px 0px;
    border-radius: 10px;
    background: linear-gradient(40deg, #ffffff, white);
}
/* .label11
{
	width: fit-content;
    background: #09d8bd;
    border-radius: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #41414166;
	margin: 10px 0;
    padding: 5px 8px 3px 13px;
}
 */




input[type="radio"] {
  display:none;
}

input[type="radio"] + label {
  color:black;
  cursor:pointer;
  font-size: 15px;
}

input[type="radio"] + label span {
  display:inline-block;
  width:27px;
  height:27px;
  margin:-2px 5px 0 0;
  vertical-align:middle;
  border:1px solid #cecece;
  border-radius: 50%;
  cursor:pointer;
  transition: background .2s,
      transform .2s;
}

input[type="radio"] + label span:hover,
input[type="radio"] + label:hover span{
  transform: scale(1.2);
}

input[type="radio"]:checked + label span {
  background:  #1D976C;
  background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);
  background: linear-gradient(to right, #93F9B9, #1D976C);
  box-shadow: 0px 0px 0px 5px white inset;
}

input[type="radio"]:checked + label{
  color: #38aa7c;
}






.tab__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tab__btn {
    position: relative;
    flex-grow: 1;
    padding: 20px;
    margin: 0;
    border: none;
    font-size: 18px;
    color: #00a9a4;
    text-transform: uppercase;
    font-weight: bold;
    background: #f0f0f0;
    cursor: pointer;
	border-radius:3px;
}

.tab__btn--active{
    opacity: 1;
    background: #00a9a4;
    color: #FFFFFF;
}
.tab__btn:hover{
    opacity: 1;
}

.tab__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center top;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    opacity: 1;
}

.tab__btn:hover::before {
    transform: scaleY(1);
}

.tab__btn span {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    transition: color 0.5s ease;
}


.tab__btn--active::before {
    content: "";
    height: 5px;
    transform: scaleY(1);
}

.tab__items , .doctorcommentslist{
    position: relative;
}

.tab__item {
	direction:ltr;
    display: none;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4em;
    background: #f9f9f9;
    animation: fadeEffect 0.6s ease;
	font-family:"IRANYekanFN", Vazir;
}

.tab__item--active {
    display: block;
}
.awprow{
    width: 100%;
    display: flex;
gap: 2%;
	
}

button[name="submitque"],button[name="submitracking"],button[name="answercomm"],button[name="sendanwertwice"],#showCode{
    background: #00a9a4;
    color: #FFFFFF;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 7px;
    margin-top: 10px;
	cursor:pointer;
}
button[name="answercomm"] ,#showCode{
    padding: 9px 15px 9px 15px;
    width: auto;
}
.copyalert{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fitrow{
    width: 100%;
	
}
.fifthyrow{
    width: 49%;
		
}
.awprow input,.awprow select,.awprow textarea,.awprow input[type="file"]{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    background: #FFFFFF;
	font-family:"IRANYekanFN", Vazir;
}
.awprow label{
    margin-top: 10px;
	display:block;
}
@keyframes Rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid lightgray;
    border-top-color: gray;
    animation: Rotate 1.2s linear 0s infinite forwards;
	border-radius:100%;
}
#item-2{
    position: relative;
}
.loader{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
background: rgba(255, 255, 255, 0.81);
    display: flex;
    align-items: center;
    justify-content: center;
}
.awpcommentpanel{
    box-shadow: 0 0 10px 7px rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 8px;
	font-family: "IRANYekanFN", Vazir;
}
.awpcommentpanel img{
border-radius: 100% !important;
box-shadow: 0 0 10px 7px rgba(0,0,0,0.05) !important;
padding: 3px;
object-fit: cover;
width: 50px;
    background: #ffffff;
    margin-left: 10px;
}
.awpcomment:not(:first-child) {
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.05) inset;
    padding: 10px;
    background: #00a9a421;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 10px;
}
.awpcommentcontent p{
    padding: 15px;
    margin: 0 !important;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
	
	font-family: "IRANYekanFN", Vazir;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}
#addimage {
  margin-top: 6px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  width: 100%;
  padding: 8px 0 8px 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  color: #1fbdbc;
}
.disablebtne,.disablebtne:hover{
    opacity: 0.3;
}
.awpcommenthead , .awpcommentcontent p{
	
}
.awpcommenthead{
	display:flex;
	align-items:center;

}