.support-fab{
  border:none;
}
.support-panel{
  border:1px solid rgba(16,43,70,.10);
}
.support-close{
  position:absolute;
  top:10px;
  right:12px;
  width:30px;
  height:30px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.support-head{
  position:relative;
  padding-right:54px;
}
.support-form input,
.support-form textarea{
  min-height:40px;
  font-size:14px;
}
.support-form textarea{
  resize:vertical;
}
.support-submit{
  width:100%;
  justify-content:center;
  border:0;
}
.support-notice{
  background:#eaf8ee;
  border:1px solid #ccefd7;
  color:#237641;
  border-radius:14px;
  padding:10px 12px;
  font-weight:800;
  font-size:13px;
  margin-bottom:12px;
}
.wa-btn{
  text-decoration:none;
}
