.accessRestrictedPage {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  color: var(--text-main);
  padding: 32px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  color: white;
}

.accessRestrictedEyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.accessRestrictedCard h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
}

.accessRestrictedText {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
}

.accessRestrictedSubText {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.56);
  margin-top: 8px;
  margin-bottom: 24px;
  word-break: break-word;
}

.accessRestrictedAppealBox {
  margin-top: 24px;
  text-align: left;
}

.appealAdminNoteBox {
  padding: 20px;
}

.accessRestrictedLabel {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.accessRestrictedTextarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.12);
  outline: none;
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.accessRestrictedTextarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.accessRestrictedTextarea:focus {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.accessRestrictedHelpText {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 10px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.accessRestrictedSubmitBtn,
.accessRestrictedBtn {
  width: 100%;
  border: none;
  outline: none;
  padding: 13px 18px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 600;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    box-shadow 0.18s ease;
}

.accessRestrictedSubmitBtn {
  background: white;
  color: #111;
  margin-bottom: 14px;
}

.accessRestrictedBtn {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.accessRestrictedSubmitBtn:hover,
.accessRestrictedBtn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.accessRestrictedSubmitBtn:active,
.accessRestrictedBtn:active {
  transform: translateY(0);
}

.accessRestrictedSuccessText {
  margin-top: 10px;
  font-size: 14px;
  color: #7cffb2;
}

.accessRestrictedErrorText {
  margin-top: 10px;
  font-size: 14px;
  color: #ff8f8f;
}

.accessRestrictedSubmitBtn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/*===========after submitting appeal ================*/
.accessRestrictedLoadingText {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
  margin-bottom: 10px;
}

.accessRestrictedAppealSuccessBox {
  margin-top: 8px;
  padding: 28px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(124, 255, 178, 0.2);
  text-align: center;
}

.accessRestrictedSuccessIcon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 255, 178, 0.14);
  border: 1px solid rgba(124, 255, 178, 0.28);
  color: #7cffb2;
  font-size: 28px;
  font-weight: 700;
}

.accessRestrictedAppealSuccessBox h3 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.accessRestrictedSuccessDesc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}
