/* Smt common */

.smt-wa-last-block
{
  margin-bottom:0px !important;
}





/* form v2 */

.wafx-form-input-file
{
  outline: none;
  pointer-events: none;
  opacity:0;
  position:absolute;
}

.wafx-input-field-label-wrap
{
  background-color:white;
}

/*  read mode */
.wafx-readmore-bt-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.wafx-readmore-bt-close:hover {
  opacity: 1;
}
.wafx-readmore-bt-close:before, .wafx-readmore-bt-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.wafx-readmore-bt-close:before {
  transform: rotate(45deg);
}
.wafx-readmore-bt-close:after {
  transform: rotate(-45deg);
}

.wafx-readmore-arrow-down {
  border: 1px solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


