.dh-popup-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11172a;
  color: #e3eaf8;
  font-family: "Segoe UI", sans-serif;
}

.dh-popup-card {
  width: min(94vw, 460px);
  background: #202a41;
  border: 1px solid #34405f;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
}

.dh-popup-head {
  padding: 16px 18px;
  border-bottom: 1px solid #2f3a57;
  font-size: 22px;
  font-weight: 800;
}

.dh-popup-body {
  padding: 16px 18px 18px;
}

.dh-popup-body label {
  display: block;
  margin: 10px 0 6px;
  color: #c8d2e6;
  font-weight: 700;
}

.dh-popup-body .form-control {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #3b4868;
  background: #111a2f;
  color: #f3f7ff;
}

.dh-popup-body .form-control:focus {
  background: #111a2f;
  color: #f3f7ff;
  border-color: #6e7ecf;
  box-shadow: 0 0 0 .2rem rgba(110, 126, 207, .24);
}

.dh-popup-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.dh-alert-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dh-alert-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.alert-danger .dh-alert-icon {
  background: #dc3545;
  color: #fff;
}

.alert-primary .dh-alert-icon {
  background: #0d6efd;
  color: #fff;
}

.dh-alert-text {
  flex: 1;
}

.dh-toast-container {
  z-index: 1080;
}

.dh-hidden {
  display: none !important;
}

.latest_wr .lt_wr.dh-lt-offset {
  margin-left: 2%;
}
