#popup-course {
  top: 100px !important;
}

/* Profile */

@media only screen and (max-width: 1024px) {
  .lp-profile-wrapper {
    width: 100% !important;
  }
}

.lp-profile-wrapper {
  font-family: Poppins;
  width: 800px;
}

.learn-press-profile-course__statistic {
  display: none;
}

.course-site-nav .site-nav {
  z-index: 99999;
}

.learn-press-filters li:nth-child(4) {
  display: none;
}
.learn-press-filters li:nth-child(5) {
  display: none;
}
.lp-profile-nav-tabs li:nth-child(2) {
  display: none;
}
.lp-profile-nav-tabs li:nth-child(3) {
  display: none;
}
.lp-profile-nav-tabs li:nth-child(4) {
  display: none;
}

.wp-block-template-part {
  display: none;
}

.learn-press-breadcrumb {
  display: none;
}

.lp-user-profile.guest .lp-content-area {
  gap: 40px;
}

/* FORM styling */
.learn-press-form h3 {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.5px;
}

.learn-press-form .form-fields .form-field label {
  display: none !important;
}

.learn-press-form .form-fields .form-field input {
  display: flex;
  height: 54px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--200-Neutral, #dedede);
  background: #fff;
}

.learn-press-form button {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: #fa455c !important;
  border: none;
}

.override-training {
  display: none;
  margin-left: 15px;
  margin-bottom: 40px;
}
