.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%;
}

.dh-member-avatar-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -.02em;
  user-select: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  text-transform: uppercase;
}

.dh-member-avatar-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1;
}

.dh-member-avatar--sm {
  width: 34px;
  height: 34px;
}

.dh-member-avatar--sm .dh-member-avatar-text {
  font-size: 14px;
}

.dh-member-avatar--md {
  width: 42px;
  height: 42px;
}

.dh-member-avatar--md .dh-member-avatar-text {
  font-size: 18px;
}

.dh-member-avatar--lg {
  width: 52px;
  height: 52px;
}

.dh-member-avatar--lg .dh-member-avatar-text {
  font-size: 22px;
}

.pf_img .dh-member-avatar-wrap,
.profile_img .dh-member-avatar-wrap,
.crt_profile .dh-member-avatar-wrap,
.memo_profile .dh-member-avatar-wrap,
.my_profile_img .dh-member-avatar-wrap,
.profile_big_img .dh-member-avatar-wrap {
  width: 100%;
  height: 100%;
}

.dh-member-avatar-palette-1 {
  background: #0f9d58;
  color: #ffffff;
}

.dh-member-avatar-palette-2 {
  background: #4285f4;
  color: #ffffff;
}

.dh-member-avatar-palette-3 {
  background: #db4437;
  color: #ffffff;
}

.dh-member-avatar-palette-4 {
  background: #ab47bc;
  color: #ffffff;
}

.dh-member-avatar-palette-5 {
  background: #00acc1;
  color: #ffffff;
}

.dh-member-avatar-palette-6 {
  background: #f4b400;
  color: #3c2e00;
}

.dh-member-avatar-palette-7 {
  background: #ff7043;
  color: #ffffff;
}

.dh-member-avatar-palette-8 {
  background: #5c6bc0;
  color: #ffffff;
}

.dh-member-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
