.alert-notification-enable {
  width: 100%;
  min-height: 40px;
  margin-top: 7px;
  border: 1px solid #4f451b;
  border-radius: 9px;
  background: #121108;
  color: var(--market-gold);
  font-size: 8px;
  font-weight: 850;
}

.alert-notification-enable.is-hidden {
  display: none;
}

.top-action.is-active {
  border-color: #665515;
  background: #17140a;
  color: var(--market-gold);
}
