.tips-popover {
  position: fixed;
  right: 26px;
  top: 82px;
  width: 310px;
  z-index: 70;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 16px;
  box-shadow: 0 22px 55px rgba(13,43,77,.18);
}

.tips-popover>strong {
  font-size: 13px;
}

.tips-popover>.icon-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.tips-popover ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 120;
  background: #0b2a4d;
  color: #fff;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(4,30,60,.22);
  font-size: 12px;
}

.toast.success {
  background: #117448;
}

.toast.error {
  background: #a32231;
}
