.show-hide {
    top: 67%;
    z-index:10;
}

.show-hide {
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.show-hide span {
	display: inline-block !important;
	cursor: pointer;
 	font-weight: 900;
	font-size: 19px;
	color:#888888;
}

.show-hide span.show:before {
    content: "\f070"; 

}

.show-hide span:before {
    content: "\f06e";

}



.show-icon {
  display: inline-block;
  font-family: "Font Awesome 5 Free"; /* Adjust depending on your Font Awesome version */
}


.text-3{

  font-size: 16px !important;
  font-size: 1rem !important;

}


.rederror{ border: 2px solid red; }

