.vps-status-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  max-width: 360px;
  padding: 12px 15px;
  border-radius: 11px;
  background: #102b3f;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
  font-size: 13px;
  font-weight: 700;
}
.vps-status-toast.good { background: #087052; }
.vps-status-toast.moderate { background: #9a6700; }
.vps-status-toast.busy { background: #b73535; }
