.learn-press-form .form-fields .form-field input[type=email], .learn-press-form .form-fields .form-field input[type=text], .learn-press-form .form-fields .form-field input[type=password], .learn-press-form .form-fields .form-field input[type=tel], .learn-press-form .form-fields .form-field input[type=url], .learn-press-form .form-fields .form-field input[type=number], .learn-press-form .form-fields .form-field textarea{
    border: 1px solid 00000026;
    border-radius: 24px;
    padding: 10px 16px;
}
.learn-press-form .form-fields{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.learn-press-form .form-fields .form-field{
    margin: 0;
}
.menu-logo{
    display: flex;
    justify-content: center;
    padding-top:20px;
    position: absolute;
    top: 20px;
}
.auth-container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-container a{
    color:#FF5F33;
}
.login-block {
    display: flex;
    gap: 120px;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
}
.login-block .learn-press-form{
    width: 60%;
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.login-block .learn-press-form h3{
    font-family: Manrope;
    font-size:32px;
    font-weight: 300;
    padding-bottom:24px;
    border-bottom:0.3px solid #0b0b0a32;
    margin-bottom: 40px;
}
.login-block .login-image{
    width: 40%;
}
.login-block .login-image img{
    width: 100%;
}
.login-block .lost_password{
    display: flex;
    justify-content: end;
    padding-top: 35px;
    padding-bottom: 30px;
}
.login-block .lost_password a{
    font-size: 16px;
    font-weight: 500;
}
.login-block .remember_me{
    display: flex;
    gap:10px;
    align-items: center;
    font-family: Manrope;
    font-size:16px;
    font-weight: 500;
}
.login-block .remember_me input{
    accent-color: #000000; 
    transform: scale(1.5);     
    cursor: pointer;
}
.login-block .button{
    padding-top:42px;
    padding-bottom:32px;
    border-bottom:0.3px solid #0b0b0a32;
}
.login-block .button button{
    border-radius: 400px;
    background: #FF5F33;
    color: white;
    font-size:16px;
    font-family: Manrope;
    box-shadow:00 4px 18px 2px #0707070D;
}
.login-block .no_account{
    display: flex;
    justify-content: center;
    padding: 30px 0;
    align-items: center;
    gap: 4px;
}


.register-block .double_input{
    display: flex;
    gap:20px;
    flex-direction: row;

}
.register-block .double_input .form-field label{
    display: none;
}

.recover-password-block h3{
    border: 0!important;
    padding-bottom: 0!important;
    margin:0!important;
}
.recover-password-block .desc{
    padding-bottom: 24px;
    padding-top:12px;
    border-bottom: 0.3px solid #0b0b0a32;
    margin-bottom: 40px;
    color: #696963;
}
.recover-password-block .button{
    display: flex;
    gap:20px;
}
.recover-password-block .button a{
    border-radius: 400px;
    color: black;
    font-size:16px;
    font-family: Manrope;
    border: 1.5px solid black;
    text-align: center;
    line-height: 24px;
}
.recover-password-block .button .lp-button{
    width: 50%;
}
article iframe{
    width: 100%;
    height:100%;
}
.lp-content-area{
    max-width: unset!important;
}
.lp-user-profile #profile-sidebar{
    height:100vh;
    margin-top:0;
    background:#F3F6F6;
    padding:0px 12px 24px 12px;
}
.lp-user-profile .profile_superhumans_logo{
    margin-top:30px;
    width:100%;
    margin-bottom:24px;
}
.lp-user-profile .lp-profile-nav-tabs>li{
    border:0;
}
.lp-user-profile .lp-profile-nav-tabs>li>a{
 padding:8px 12px;
 margin-bottom: 8px;   
}
.lp-user-profile .profile-sidebar_title{
    font-size:12px;
    margin:0;
    padding-top:32px;
    padding-bottom:16px;
    border-top:1px solid rgba(0, 0, 0, 0.297);
    text-transform: uppercase;
    font-weight: 700;
}
.lp-user-profile .lp-profile-content-area{
    padding: 24px;

}
.lp-user-profile .lp-profile-left{
    max-width: none;
    min-width: none;
}
.lp-user-profile .lp-profile-left .lp-dashboard-header{
    display: flex;
    gap:8px;
    align-items: center;
}
.lp-user-profile .lp-profile-left .lp-dashboard-header h3{
    font-family: 'Manrope',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.25px;
}
.wrapper-profile-header{
    z-index: -1;
}

.lp-user-profile .lp-profile-right{
    justify-content: right;
}
.lp-user-profile .lp-profile-right .lp-profile-nameavatar{
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 12px;
    border-left: 1px solid #0b0b0a1f;
}
.lp-user-profile .lp-profile-right .lp-profile-nameavatar .lp-profile-avatar{
    width: 44px;
}
.lp-user-profile .lp-profile-right .lp-profile-nameavatar .lp-profile-name{
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.15px;
}
.lp-user-profile .lp-profile-content{
    border-top: 1px solid rgba(0, 0, 0, 0.297);
    width: calc(100% - 324px);
    margin-right: 24px;
}
.lp-user-profile .lp-profile-nav-tabs>li>a{
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 11px 12px;
    line-height: normal;
}
.lp-user-profile .lp-profile-nav-tabs>li.active{
    border-radius: 8px;
    background: var(--Colors-Primary, #FF5F33);
    box-shadow: 0 2px 24px 2px rgba(126, 160, 160, 0.10);
}
.lp-user-profile .lp-profile-nav-tabs>li.has-child>a:after, .profile-tab-sections, article ul li::before, .orders, .courses{
    display: none!important;
}
.lp-content-area.learn-press-message{
    margin-bottom: 0;
}



/* general styles */
.sh-pill-btn, .filter-btn { 
    display: inline-block; padding: 8px 20px; border-radius: 50px; 
    border: 1px solid #E0E0E0; background: #fff; color: #333; 
    text-decoration: none; transition: all 0.2s ease; cursor: pointer;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.sh-pill-btn:hover { background: #f5f5f5; border-color: #ccc; }
.sh-pill-btn.active, .filter-btn.active { background: #000; color: #fff; border-color: #000; }


.course-wishlist:before{
    display: none;
}


.tab-title{
    color: var(--Labels-Primary, #0B0B0A);
    font-family: Manrope;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%; /* 48px */
    letter-spacing: -1px;
}
.tab-description{
    color: var(--Labels-Quaternary, #A6A6A0);
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin: 0;
    margin-bottom: 32px;
}
.profile-content-wrapper{
    padding: 24px;
    border-radius: 20px;
    border: 0.3px solid var(--Stroke-Non-opaque, rgba(0, 0, 0, 0.30));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%), #F3F6F6;
}

.sh-enroll-btn-wrapper .lp-btn-wishlist{
	display:none!important;
}


@media (max-width:767px){
	.sh-sidebar-area{
		position:unset;
		width:unset;
	}
}