/* Start custom CSS for section, class: .elementor-element-fe899e0 */.portal-page-bg {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 16px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  flex-direction: column;
  gap: 18px;
}

.portal-card {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 16px 18px 22px;
  margin: 0 auto;
}

.portal-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1.15;
}

.portal-logo {
  width: 200px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}

.portal-text {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.login-wrap {
  display: none;
  margin: 0 auto 8px;
  max-width: 360px;
  text-align: left;
  background: #fff;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.login-wrap.is-visible {
  display: block;
}

.login-wrap-inner h2 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

.login-wrap p {
  margin: 0 0 6px;
}

.login-wrap label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

.login-wrap input[type="text"],
.login-wrap input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #444;
  border-radius: 6px;
  background: #fff;
  padding: 7px 10px;
  line-height: 1.1;
  height: 38px;
  box-shadow: none;
  outline: none;
  font-size: 13px;
}

.login-wrap input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 6px;
}

.login-wrap input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 135px;
  margin: 8px auto 0;
  background: linear-gradient(to bottom, #1b73d1 0%, #155fb1 55%, #114f96 100%);
  color: #ffffff;
  border: 1px solid #0f4f96;
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.32),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 4px 0 #0d437f,
    0 7px 10px rgba(0,0,0,0.22);
  transition: transform 0.08s ease, box-shadow 0.08s ease, background-color 0.08s ease;
}

.login-wrap input[type="submit"]:hover {
  background: linear-gradient(to bottom, #1e7be0 0%, #1866bf 55%, #14579f 100%);
}

.login-wrap input[type="submit"]:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 2px 0 #0d437f,
    0 4px 6px rgba(0,0,0,0.18);
}

.portal-divider {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background-color: #000;
  margin: 0 auto 12px;
}

.portal-buttons {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.portal-button {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.15;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 4px 0 rgba(0,0,0,0.22),
    0 7px 10px rgba(0,0,0,0.15);
  transition: transform 0.08s ease, box-shadow 0.08s ease, filter 0.08s ease, background-color 0.08s ease, border-color 0.08s ease;
}

.portal-button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  filter: none !important;
}

.portal-button:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 2px 0 rgba(0,0,0,0.18),
    0 4px 6px rgba(0,0,0,0.12);
}

.btn-solo {
  background-color: #1565c0;
  color: #ffffff;
  border-color: #0f4f96;
}

.btn-marketing {
  background-color: #2e7d32;
  color: #ffffff;
  border-color: #215b24;
}

.btn-edpna {
  background-color: #d4a017;
  color: #ffffff;
  border-color: #a87f12;
}

.btn-prompt {
  background-color: #6a1b9a;
  color: #ffffff;
  border-color: #511677;
}

.btn-olivia {
  background-color: #0d47a1;
  color: #ffffff;
  border-color: #083373;
}

.btn-primer {
  background-color: #c62828;
  color: #ffffff;
  border-color: #941d1d;
}

.btn-buy {
  background-color: #b3b3b3;
  color: #111111;
  border-color: #8f8f8f;
}

.btn-live {
  position: relative;
  border: 2px solid #000000 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 4px 0 rgba(0,0,0,0.22),
    0 7px 10px rgba(0,0,0,0.15) !important;
}

.btn-live:hover {
  border-color: #000000 !important;
}

.btn-direct {
  border: 2px solid #000000 !important;
}

.btn-disabled {
  filter: grayscale(0.15) brightness(0.96);
}

.portal-button.course-btn-disabled,
a.portal-button.course-btn-disabled,
button.portal-button.course-btn-disabled {
  background-color: #1565c0 !important;
  color: #ffffff !important;
  border-color: #0f4f96 !important;
  opacity: 1 !important;
  filter: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  visibility: visible !important;
  display: block !important;
  text-decoration: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 4px 0 rgba(0,0,0,0.22),
    0 7px 10px rgba(0,0,0,0.15) !important;
}

.portal-button.course-btn-disabled:hover,
a.portal-button.course-btn-disabled:hover,
button.portal-button.course-btn-disabled:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  filter: none !important;
}

.portal-button.course-btn-disabled:active,
a.portal-button.course-btn-disabled:active,
button.portal-button.course-btn-disabled:active {
  transform: translateY(2px) !important;
}

#public-login-btn,
a#public-login-btn,
a#public-login-btn.portal-button.btn-buy.btn-direct {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.no-access-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.no-access-modal.is-open {
  display: block;
}

.no-access-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.no-access-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  margin: 18vh auto 0;
  background: #fff;
  border-radius: 12px;
  padding: 20px 18px 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  text-align: center;
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.no-access-modal__dialog h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.no-access-modal__dialog p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}

.no-access-close {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  padding: 8px 16px;
  background: #1565c0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 4px 0 #0d437f,
    0 7px 10px rgba(0,0,0,0.18);
}

@media (max-width: 767px) {
  .portal-logo {
    width: 160px;
    height: auto;
  }

  .login-wrap input[type="submit"] {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .portal-page-bg {
    align-items: center;
    padding: 40px 24px;
  }

  .portal-card {
    max-width: 520px;
    padding: 20px 26px 24px;
  }

  .portal-title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .portal-logo {
    margin: 0 auto 10px;
  }

  .portal-buttons {
    max-width: 380px;
    margin-bottom: 16px;
  }

  .login-wrap {
    max-width: 380px;
  }

  .portal-divider {
    margin-bottom: 14px;
  }
  }/* End custom CSS */