@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body:not(i), body p, body span:not(#wp-toolbar span), body h1, body h2, body h4, body h3, body h5, body h6, body li, body a{
    font-family: "Outfit", Sans-serif !important;
/* 	font-family: "Poppins", sans-serif !important; */
}
.logged-in .hide-loggedin{
	display: none;
}
.register_form{
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 50px auto;
    border-radius: 20px;
}
.register_form label{
    margin-top: 20px;
    margin-bottom: 10px;
}
#otp_form{
    height: 60vh;
    place-content: center;
    margin: 60px auto;
}
.nac_login_wrapper form label{
    margin-bottom: 10px;
}
.nac_login_wrapper .login a:nth-child(2){
    display: none !important;
}
#loginform input[type='submit']{
	background-color: #fff;
}
.nac_login_wrapper input[type='submit']{
    border: 2px solid #5986F1;
    color: #5986F1;
}
.nac_login_wrapper a{
    color: #5986F1;
}
.asp-order-details-wrap{
    margin: 150px 0;
}
.current-page-ancestor a{
	color : #4F80FF !important;
}
.current-page-ancestor a::after{
    height: 2px !important;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background-color: #4F80FF !important;
    opacity: 1 !IMPORTANT;
}
.payment-completed .hide_payment {
    display: none !important;
}
.page-id-233 nav.wpr-nav-menu-container{
	display: none;
}