/* User Dashboard */

.info-form p {
  margin: 20px 0;
}

.info-form label,
.wpum-login-form label,
.post-183 label,
.post-185 label,
.wpum-password-recovery-form label,
.wpum-registration-form label {
  display: block;
  margin-bottom: 10px !important;
  color: #fff;
  font-size: 14px;
}

.info-form input[type="text"],
.wpum-login-form input[type="text"],
.wpum-registration-form input[type="text"],
.wpum-login-form input[type="password"],
.wpum-registration-form input[type="password"],
.wpum-registration-form input[type="email"],
.wpum-password-recovery-form input[type="text"] ,
.post-183 input,
.post-185 input {
  width: 100%;
  padding: 8px !important;
  background-color: #ffffff00;
  border-color: #a7a7a7;
  border-radius: 8px 8px 8px 8px !important;
  color: #cfcfcf;
}
.info-form input[type="submit"] {
  background-color: #028cba;
  color: white;
  padding: 8px 14px;
  border: none;
  cursor: pointer;
}
h2,
h3 {
  margin-top: 20px;
}
.manergy-login-button {
  padding: 8px 12px;
  border-radius: 3px;
  cursor: pointer;
}
.manergy-login-button:hover {
  opacity: 0.8;
}
.manergy-avatar {
  display: inline-block;
  text-decoration: none;
}
.manergy-avatar img {
  border-radius: 999px !important;
  vertical-align: middle;
}
.manergy-avatar i {
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: #028cba;
  color: white;
}

.post-188 .page-header {
  display: none;
}

.post-188 {
  max-width: 1400px !important;
  padding: 0 10px;
}

.dashboard-container {
  display: flex !important;
  justify-content: space-between;
  display: flex;
  gap: 48px;
}

.dashboard-nav {
  width: 30%;
  background-color: #112333;
  border-radius: 16px;
  padding: 24px;
  height: fit-content;
}

.tab-link:hover {
  color: #028cba !important;
}

.dashboard-content {
  background-color: #112333;
  border-radius: 16px;
  padding: 24px;
  height: fit-content;
}

.nav-title {
  color: #fff;
  margin-bottom: 22px;
  margin-top: 0;
}

.dashboard-content {
  width: 70%;
}

.dashboard-nav ul {
  list-style: none;
  padding: 0;
}

.dashboard-nav li {
  margin-bottom: 18px;
}

.dashboard-nav a {
  text-decoration: none !important;
  color: #e0e0e0;
  cursor: pointer;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.content-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 768px) {
  .manergy-login-button {
    font-size: 14px !important;
    padding: 0 !important;
    background-color: transparent !important;
  }

  .post-188 {
    padding: 0 20px !important;
  }

  .dashboard-container {
    flex-direction: column;
  }

  .dashboard-content,
  .dashboard-nav {
    width: 100%;
  }

  .dashboard-nav ul {
    display: flex;
    overflow-x: scroll;
    gap: 1rem;
  }

  .tab-link {
    display: block;
    width: max-content;
  }

  .dashboard-nav a {
    font-size: 14px;
    background-color: #193045;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
  }

  .nav-title,
  .content-title,
  .post-191 .entry-title,
  .post-192 .entry-title,
  .post-193 .entry-title {
    font-size: 18px;
  }
}

/* Login page , Register*/
.post-191,
.post-192,
.post-193,
.post-183,
.post-185 {
  background-color: #112333;
  padding: 32px;
  border-radius: 16px;
  max-width: 40% !important;
  margin: 10% auto;
}

.post-191 .entry-title,
.post-192 .entry-title,
.post-193 .entry-title {
  font-size: 22px;
  color: #fff;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  margin: 0 0 24px !important;
}

.post-183 .entry-title,
.post-185 .entry-title {
  display: none;
}

.wpum-registration-form input[type="submit"],
.wpum-login-form input[type="submit"],
.wpum-password-recovery-form input[type="submit"],
.post-183 input[type="submit"],
.post-185 input[type="submit"] {
  background-color: #028cba;
  color: white;
  padding: 8px 14px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.wpum-password-recovery-form p {
  color: #e0e0e0;
}

/* .wpum-registration-form .fieldset-privacy,
.wpum-login-form .fieldset-privacy {
  display: none;
} */

.post-191 li,
.post-192 li,
.post-193 li {
  font-size: 0 !important;
}

/* Restore the font size for the <a> tag */
.post-191 li a,
.post-192 li a,
.post-193 li a {
  font-size: 16px !important;
  display: inline-block !important;
}

.post-191 .wpum-action-links > li:first-child a,
.post-192 .wpum-action-links > li:first-child a,
.post-192 .wpum-action-links > li:nth-child(2) a,
.post-193 .wpum-action-links > li:first-child a {
  background-color: #01010100;
  border: 1px solid #e0e0e0;
  color: #fff !important;
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  padding: 8px 14px;
  text-align: center;
}

.post-192 .wpum-action-links > li:nth-child(2) a {
  margin-top: 1em 
}

.post-191 .wpum-action-links > li:nth-child(2) a {
  margin-top: 24px;
  color: #e0e0e0;
}

.post-193 .wpum-action-links > li:nth-child(2) {
  display: none;
}

@media (max-width: 1024px) {
  .post-191,
  .post-192,
  .post-193,
  .post-183,
  .post-185 {
    max-width: 90% !important;
    padding-inline-start: 24px !important;
    padding-inline-end: 24px !important;
  }
}
