.wsc-main .btn-type2:hover {
  background: #414142;
}
.wsc-main .btn-type2:active {
  background: #19191a;
}
.wsc-main .btn-type2:disabled {
  background: #1e1e1f;
  color:#454545;
}
.foot-btn :hover {
  background: rgba(255, 255, 255, 0.8)!important;
}
.foot-btn :active {
  background: rgba(255, 255, 255, 1)!important;
}
.foot-btn :disabled {
  background: #7f7f7f!important;
  color: #565656;
}
