/*font-awesome start*/
.fa-9knots {
  color: #493087;
}
.main-color {
  --fa-primary-color: #003d8e;/*from logo*/
}
.secondary-color{
  --fa-secondary-color: #009ddf;/*from logo*/
}
/*font-awesome end*/

.rotate-center {
	animation: rotate-center 0.6s ease-in-out both;
}


@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}



.zxList td{
	padding:2px 0px 2px 4px;
}


.input-clear-button{
 display: none;
}

textarea{
  border:1px solid lightgray;
  border-radius: var(--f7-input-outline-border-radius);
}

.hide{
  display:none;
}


.wrapper {
  position: relative;
  width: 300px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;  
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:300px;
  height:200px;
  background-color: white;
}

#resetPasswordRequestButton{
	display:none;
}
