/* Threat Subscribe page overrides (dark theme) */
/* This file is loaded after main dist css to override Element Plus default alert colors. */

.subscribe-page .tip.el-alert {
  background-color: rgba(18, 18, 18, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
}

.subscribe-page .tip.el-alert--info.is-light,
.subscribe-page .tip.el-alert--success.is-light,
.subscribe-page .tip.el-alert--warning.is-light,
.subscribe-page .tip.el-alert--error.is-light {
  background-color: rgba(18, 18, 18, 0.9) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.subscribe-page .tip.el-alert .el-alert__title {
  color: rgba(255, 255, 255, 0.92) !important;
}

.subscribe-page .tip.el-alert .el-alert__description {
  color: rgba(255, 255, 255, 0.78) !important;
}

.subscribe-page .tip.el-alert .el-alert__icon {
  color: rgba(255, 255, 255, 0.6) !important;
}

.subscribe-page .tip.el-alert--info .el-alert__icon {
  color: rgba(103, 126, 234, 0.85) !important;
}

.subscribe-page .tip.el-alert--success .el-alert__icon {
  color: rgba(103, 194, 58, 0.85) !important;
}
