.app-withdraw-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 86px;
  height: 30px;
  margin-top: 5px;
  padding: 0 9px;
  border: 1px solid #14a3a8;
  border-radius: 7px;
  background: #ffffff;
  color: #07878d;
  line-height: 1;
  white-space: nowrap;
  flex-wrap: nowrap;
  font-size: 13px;
  font-weight: 600;
}

.app-withdraw-cancel:hover:not(:disabled) {
  background: #eefafa;
}

.app-withdraw-cancel:disabled {
  border-color: #d6e4e7;
  color: #93a6aa;
  cursor: wait;
}
