#body {
  position: relative;
}

#wpwrap {
  background-image: linear-gradient(
    to left bottom,
    #070707,
    #0d0d0d,
    #121213,
    #161617,
    #1d1e23,
    #21282f,
    #23323b,
    #244552,
    #205a68,
    #16707c,
    #03868c
  );
}

#wpcontent {
  padding: 0;
}

#wpbody-content {
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

#wpfooter {
  visibility: hidden !important;
}

.wrap {
  margin: 0;
  padding: 2rem;
  box-sizing: border-box;
  color: white;
}

.register_page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 85vh;
}

.register_form_box {
  background-color: var(--form-bg);
  padding: 40px 30px;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  color: var(--text-dark);
  backdrop-filter: blur(10px);
}

.register_form_box h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: white;
}

.register_form_box p {
  color: white;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.separator_line {
  border-top: 1px solid #3a3c41;
  margin: 25px 0;
}

.register_condition {
  color: grey !important;
}

.register_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.register_form input::placeholder {
  color: white;
}

.submit_update_token {
  background-color: #4c8bf5;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  width: 100%;
}

.admin-settings-controls {
  display: grid;
  align-items: center;
}

.choose-theme-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.terms_text,
.login_redirect {
  margin-top: 15px;
  font-size: 0.85rem;
  color: white !important;
}

.terms_text {
  color: white;
}

.terms_text a,
.login_redirect a {
  color: var(--btn-blue);
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

.register_form input:focus {
  border-color: #5cf6fc;
}

.terms_text a {
  color: #5cf6fc;
}

.login_redirect a {
  color: #5cf6fc;
}

.input_wrapper {
  position: relative;
  margin-top: 10px;
}

.input_wrapper input {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(141, 157, 213);
  border-radius: 8px;
  background-color: var(--input-bg);
  color: white;
  font-size: 1rem;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.input_wrapper input {
  height: 50px;
  padding: 10px 12px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid rgb(54, 88, 111);
  border-radius: 7px;
  width: 100%;
}

.input_wrapper label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
  background-color: var(--input-bg);
  padding: 0 4px;
  color: var(--clr-input-wrapper);
}

.input_wrapper input:focus + label,
.input_wrapper input:valid + label {
  top: -10px;
  font-size: 0.75rem;
  color: #5cf6fc;
}

.input_wrapper input:focus {
  border-color: #5cf6fc;
}
.verification_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  animation: fadeIn 0.3s ease-in-out;
}

.info_text {
  font-size: 16px;
  color: black !important;
  background-color: #f4f6fa;
  border-left: 4px solid #4c8bf5;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.submit_btn_reg {
  background-color: #4c8bf5;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit_btn_reg:hover:not(:disabled) {
  background-color: #3a6fd8;
}

.submit_btn_reg:disabled {
  background-color: #a0bdfc;
  cursor: not-allowed;
}

.login_error_message {
  color: red;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.error_alert {
  background-color: #ffecec;
  border: 1px solid #ff4d4d;
  color: #cc0000;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 10px 0;
  line-height: 1.4;
  animation: fadeIn 0.2s ease-in-out;
}

.verification_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.resend_btn_cool {
  background: linear-gradient(135deg, #6f42c1, #9f7aea);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.95rem;
  color: white;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.resend_btn_cool:hover {
  background: linear-gradient(135deg, #5a32a3, #805ad5);
}

.resend_btn_cool:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.password_rules {
  background-color: #f5f7fa;
  border-left: 4px solid #007bff30;
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 12px;
  font-size: 0.95rem;
  color: #333;
  animation: fadeIn 0.3s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  text-align: left;
}

.password_rules p {
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #444;
}

.password_rules ul {
  padding: 0;
  margin: 0;
}

.password_rules li {
  margin-bottom: 6px;
  font-weight: 500;
  color: #555;
  list-style: none;
}

.select_input {
  width: 100%;
  height: 50px;
  padding: 10px 12px;
  font-size: 1rem;
  border: 1px solid rgb(54, 88, 111);
  border-radius: 8px;
  background-color: var(--input-bg);
  color: white;
  appearance: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: inherit;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.select_input:focus {
  border-color: #5cf6fc;
}

.select_input option {
  color: #111;
  background-color: #f0f0f0;
}

.settings-wrap {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  margin: 40px auto;
  border-radius: 8px;
}

.settings-page-title {
  color: white;
  font-weight: bold;
}

.settings-th {
  color: white !important;
  font-weight: bold !important;
}

.wp-token {
  color: white;
}

.input_wrapper select + label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
  background-color: var(--input-bg);
  padding: 0 4px;
  color: var(--clr-input-wrapper);
}

.input_wrapper select:focus + label,
.input_wrapper select:valid + label {
  top: -10px;
  font-size: 0.75rem;
  color: #5cf6fc;
}

.table_label {
  color: white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
