*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,a{
	margin: 0px !important;
}
body{
	font-family: Inter !important;
}
.page-template-page-dashboard header.wheelin-site-header{
	display: none;
}
.container{
	max-width: 1440px !important;
	width: 100% !important;
	padding: 0px 60px !important;
	margin: auto !important;
}

.footer_mian {
    background-color: #000;
    padding: 10px 0px;
}


ul#menu-header-menu li#menu-item-659,
ul#menu-header-menu li#menu-item-656{
	display:none;
}

.logged-in ul#menu-header-menu li#menu-item-659,
.logged-in ul#menu-header-menu li#menu-item-656 {
    display: block;
}

.footer_inner p,
.footer_inner span{
	color: #949494;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.footer_inner a{
	color: #949494 !important;
	font-weight: 600;
	font-size: 14px;
}


#menu-header-menu .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 999;
  border-radius: 10px;
}

#menu-header-menu{
  position: relative;
}

#menu-header-menu li:hover > .sub-menu {
  display: block;
}

#menu-header-menu .sub-menu li a {
  display: block;
  padding: 8px 15px;
  border: 0px;
  color: #333 !important;
  text-decoration: none;
  background-color: transparent !important;
}

#menu-header-menu .sub-menu li a:hover {
  background: #f5f5f5 !important;
  color: #000 !important;
}



header.wheelin-site-header {
    padding: 30px 0px 30px 0px !important;
}
/*header.wheelin-site-header{
	display: none;
}
.page-id-8 header.wheelin-site-header{
	display: block;
}*/
.wheelin-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav.main-navigation ul{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0px;
	list-style-type: none;
}

.page-template-page-contact-us .my-account-btn,
.page-template-page-terms-of-service .my-account-btn,
.page-template-page-privacy-policy .my-account-btn,
.page-template-page-membership-levels .my-account-btn,
.page-template-page-home .my-account-btn,
.page-template-page-contact-us nav.main-navigation ul li a,
.page-template-page-terms-of-service nav.main-navigation ul li a,
.page-template-page-privacy-policy nav.main-navigation ul li a,
.page-template-page-membership-levels nav.main-navigation ul li a,
.page-template-page-home nav.main-navigation ul li a{
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 12px !important;
	border: 1px solid #FFFFFF;
	display: block;
	color: #fff;
	border-radius: 8px;
	transition: .5s;
}
.my-account-btn,
nav.main-navigation ul li a{
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 12px !important;
	border: 1px solid #0D5B19;
	display: block;
	color: #0D5B19;
	border-radius: 8px;
	transition: .5s;
}

.page-template-page-contact-us .my-account-btn:hover,
.page-template-page-terms-of-service .my-account-btn:hover,
.page-template-page-privacy-policy .my-account-btn:hover,
.page-template-page-membership-levels .my-account-btn:hover,
.page-template-page-home .my-account-btn:hover,
.page-template-page-privacy-policy nav.main-navigation ul li a:hover,
.page-template-page-terms-of-service nav.main-navigation ul li a:hover,
.page-template-page-membership-levels nav.main-navigation ul li a:hover,
.page-template-page-contact-us nav.main-navigation ul li a:hover,
.page-template-page-home nav.main-navigation ul li a:hover{
	background-color: #FFFFFF;
	color: #0D0D0D;
}
nav.main-navigation ul li a:hover{
	background-color: #0D5B19;
	color: #fff;
}
.page-template-page-terms-of-service .my-account-btn,
.page-template-page-privacy-policy .my-account-btn,
.page-template-page-membership-levels .my-account-btn,
.page-template-page-contact-us .my-account-btn,
.page-template-page-home .my-account-btn,
.page-template-page-privacy-policy nav.main-navigation ul li:last-child a,
.page-template-page-terms-of-service nav.main-navigation ul li:last-child a,
.page-template-page-membership-levels nav.main-navigation ul li:last-child a,
.page-template-page-contact-us nav.main-navigation ul li:last-child a,
.page-template-page-home nav.main-navigation ul li:last-child a{
    background-color: #FFFFFF;
    color: #0D0D0D;
}
.page-template-page-terms-of-service .my-account-btn:hover,
.page-template-page-privacy-policy .my-account-btn:hover,
.page-template-page-membership-levels .my-account-btn:hover,
.page-template-page-contact-us .my-account-btn:hover,
.page-template-page-home .my-account-btn:hover,
.page-template-page-terms-of-service nav.main-navigation ul li:last-child a:hover,
.page-template-page-privacy-policy nav.main-navigation ul li:last-child a:hover,
.page-template-page-membership-levels nav.main-navigation ul li:last-child a:hover,
.page-template-page-contact-us nav.main-navigation ul li:last-child a:hover,
.page-template-page-home nav.main-navigation ul li:last-child a:hover{
	background-color: transparent;
	color: #fff;
}
.my-account-btn,
nav.main-navigation ul li:last-child a{
    background-color: #0D5B19;
    color: #fff;
}
.my-account-btn:hover,
nav.main-navigation ul li:last-child a:hover{
	background-color: transparent;
	color: #0D5B19;
}
.page-template-page-contact-us h1.wheein-branding,
.page-template-page-terms-of-service h1.wheein-branding,
.page-template-page-privacy-policy h1.wheein-branding,
.page-template-page-membership-levels h1.wheein-branding,
.page-template-page-home h1.wheein-branding{
	color: #fff !important;
}
.wheein-branding{
	font-family: Impact !important;
	font-weight: 400;
	font-size: 37px;
	line-height: 45px;
	color: #0D5B19;
}

div#pmpro_account_loggedin a{
	color: #0D5B19;
}

.wheel-member-bg,
.wheelin-banner{	
	margin-top: -114px !important;
}
.wheelin-banner-height{
	height: 100vh;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.wheelin-banner-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 90px !important;
}
h1.banner-heading
{
	font-family: Bangers;
	font-weight: 400;
	font-size: 91px;
	line-height: 97px;
	letter-spacing: -2%;
	color: #fff;
}
ul.user-profile-images{
	padding: 0px;
	display: flex;
	align-items: center;
	list-style-type: none;
}
ul.user-profile-images li img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	display: flex;
}
ul.user-profile-images li{
	border: 3px solid #101820;
	border-radius: 50%;
}

ul.user-profile-images li:not(:first-child) {
    margin-left: -10px !important;
}

/*register*/
.auth-main{
	display: flex;
/*	justify-content: space-between;*/
/*	height: 100vh;*/
	justify-content: center;
	gap: 50px;
	padding: 50px 0px !important;
}
.auth-left {
    max-width: 700px;
    width: 100%;
    padding: 50px !important;
    border-radius: 14px;
    background-image: url(../img/shade.png), linear-gradient(180deg, #0D5B19 0%, #AAE17D 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.auth-left img{
	position: absolute;
	left: 0;	
	bottom: 0;
}
.auth-right{
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.auth-left-heading{
	font-family: Impact;
	font-weight: 400;
	font-size: 37px;
	line-height: 45px;
	line-height: 100%;
	margin-bottom: 10px !important;
	color: #fff;
}
.auth-left ul{
	padding: 0px;
	list-style-type: none;
}
.auth-content-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.auth-content{
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #fff;
}
.auth-below-content{
	color: #fff;
}
.contact-page-content h2.form-heading{
	margin-bottom: 30px !important;
}

h2.form-heading{
	font-family: Inter;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #000;
}
.form-description{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px !important;
	margin-bottom: 40px !important;
}
#custom-register-form{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

input#pmpro_btn-submit {
    margin-top: 0px !important;
}

.page-id-17 input#pmpro_btn-submit {
    margin-top: 0px !important;
}

form#pmpro_form label,
form#lostpasswordform label,
form#loginform label,
#custom-register-form label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 6px !important;
}
form#pmpro_form input:focus,
form#lostpasswordform input:focus, 
form#loginform input:focus,
#custom-register-form input:focus{
	box-shadow: none !important;
}

form#pmpro_form select,
form#pmpro_form input,
form#lostpasswordform input, 
form#loginform input,
#custom-register-form input,
#custom-register-form textarea {
    font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #1E1E1E;
	padding: 12px !important;
	outline: none;
	border: 1px solid #1E1E1E80;
	border-radius: 6px;
}
.error-message{
	font-size: 14px;
	line-height: 19px;
	font-family: Inter;
	color: red;
}

a.back_url{
	color:#0D5B19;
}

a.plan-btn{
	width: max-content;
	padding: 15px 20px !important;
}
.pmpro_btn-submit-checkout{
	margin-top: 20px !important;
}

.expired-msg a,
a.go-back,
.pmpro_btn-submit-checkout,
input.pmpro_btn.pmpro_btn-submit,
input#wp-submit,
a.plan-btn,
button.form-submit-btn,
.pmpro_btn.pmpro_btn-submit-update-profile{
	background-color: #1E1E1E !important;
	border: 1px solid #1E1E1E !important;
	color: #F5F5F5 !important;
	padding: 12px !important;
	font-size: 14px !important;
	font-family: Inter !important;
	line-height: 19px !important;
	border-radius: 8px !important;
	transition: .5s !important;
}
.expired-msg a{
	width: fit-content;
}
.expired-msg a:hover,
a.go-back:hover,
.pmpro_btn-submit-checkout:hover,
input.pmpro_btn.pmpro_btn-submit:hover,
input#wp-submit:hover,
a.plan-btn:hover,
button.form-submit-btn:hover,
.pmpro_btn.pmpro_btn-submit-update-profile:hover{
	background-color: transparent !important;
	border: 1px solid #1E1E1E !important;
	color: #1E1E1E !important;
}
a.go-back{
	width: fit-content !important;
	margin:auto !important;
}
.pmpro_card_title a{
	color: #0D5B19;
}
/* Membership Levels */
.wheel-member-bg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wheel-member-page{
	padding: 80px 0px !important;
}
h1.member-main-heading {
    font-family: 'Impact';
    font-size: 56px;
    line-height: 63px;
    color: #fff;
    text-align: center;
}
.wheel-membership-levels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.membership-level-item{
	padding: 20px !important;
	border-radius: 10px;
	background-image: url(../img/shade.png), linear-gradient(180deg, #0D5B19 0%, #AAE17D 100%);
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
h2.member-price {
    font-family: Bangers;
    font-size: 48px;
    color: #fff;
    line-height: 58px;
}
h3.member-name {
    font-family: Impact;
    font-size: 37px;
    line-height: 45px;
    color: #fff;
}
.member-description ul{
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px !important;
}
/* login */
h2.pmpro_card_title.pmpro_font-large{
	display: none;
}
.pmpro_card.pmpro_lost_password_wrap,
.pmpro_card.pmpro_login_wrap {
    box-shadow: unset !important;
    background-color: transparent !important;
    border-radius: unset !important;
    border: 0px !important;
    padding: 0px !important;
    margin-top: 0px !important;
}
form#loginform p {
    margin-bottom: 15px !important;
}
.pmpro_card_actions{
	background-color: transparent !important;
	border: 0px !important;
	padding: 0px !important;
}
.pmpro_card_content{
	padding: 0px !important;
}

.pmpro_card_actions a,
span.pmpro_icon.pmpro_icon-eye svg,
span.pmpro_form_field-password-toggle-state{
	color: #0D5B19 !important;
    stroke: #0D5B19 !important;
    font-family: Inter !important;
    font-weight: 600;
    font-size: 16px;
}
.pmpro_actions_nav,
.pmpro_actions_nav a{
	color: #0D5B19 !important;
}
form#lostpasswordform .pmpro_form_submit{
	margin: 10px 0px !important;
}
div#pmpro_message_bottom{
	margin-top: 20px !important;
}
div#pmpro_message_bottom,
div#pmpro_message,
.pmpro_message.pmpro_error{
	padding: 5px 10px !important;
	margin-bottom: 20px !important;
}
/* Checkout */
.pmpro-confirmation main#content,
.pmpro-checkout main#content {
    max-width: 1440px;
    width: 100%;
    margin: auto !important;
    padding: 60px !important;
}
h1.entry-title {
    font-family: Impact;
    color: #1E1E1E;
    margin-bottom: 30px !important;
    font-weight: 500 !important;
}
div#pmpro_pricing_fields {
    padding: 20px !important;
}
.pmpro_level_description_text {
    padding-left: 20px !important;
}
.pmpro_card {
    padding: 30px !important;
    margin-top: 20px !important;
}

.page-id-17 fieldset#pmpro_payment_information_fields .pmpro_card {
    padding: 0px !important;
    margin-top: 0px !important;
}
.page-id-17 .pmpro_card_content a {
    color: #0D5B19;
}

h2.pmpro_form_heading.pmpro_font-large{
	font-family: Inter !important;
    font-size: 37px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 30px !important;
}
.pmpro_card_title{
	font-family: Inter !important;
	font-size: 24px !important;
	line-height: 32px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}
/* 404 page */
.page-404{
	padding: 80px 0px !important;
}
.not-found-content h1{
    font-size: 80px;
    line-height: 90px;
    color: #0D5B19;
}
.not-found-content {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
/* Dashboard */

td.wh-action button img{
	max-width: fit-content;
}
.wheel-sidebar {
    width: 250px;
    background-color: #F5F5F5;
    display:flex;
    flex-direction:column;
    gap: 108px;
    position:fixed;
    top:0; bottom:0;
    transition: transform 0.3s ease;
    z-index:2000;
}
.wheelin-logo{
	padding: 20px 14px !important;
	background-color: #EAEAEA;
	border-radius: 0px 0px 15px 15px;
}
.wheelin-logo h1{
	font-family: Inter;
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	color: #0D5B19;
	letter-spacing: -1px;
}
.wheel-sidebar-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0px 14px 20px 14px !important;
}
ul#menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
ul#menu li.active{
	background-color: #0D5B19;
	border-radius: 6px;
	color: #FFFFFF;
}
ul#menu li.active img{
	filter: invert(1);
}
ul#menu li {
	list-style-type: none;
}
ul#menu li.active a{
	color: #fff;
}
ul#menu li a{
	display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px !important;
    font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	cursor: pointer;
}

ul#menu li a img{
	width: 18px;
	height: 18px;
}

.logout-btn{
	background-color: #E3E3E3;
	color: #000000;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 12px !important;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 8px;
}
.wheel-topbar{
	padding: 10px 20px !important;
/*	height:70px;*/
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:end;
/*    box-shadow:0 2px 4px rgba(0,0,0,0.1);*/
    position:fixed;
    border-bottom:1px solid #25252552 ;
    top:0;
    left:250px;
    right:0;
    transition:left 0.3s ease;
    z-index:1000;
}
.wheel-topbar .menu-toggle{
	display:none; 
	font-size:1.5rem; 
	cursor:pointer; 
	margin-right:20px;
}
.wheel-profile{
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	cursor: pointer;
	transition: .5s;
}
.wheel-profile img.member-profile-image{
	width: 46px;
	height: 46px;
	object-fit: cover;
	display: flex;
	border-radius: 50%;
	border: 2px solid #0D5B1980
}
.profile-info{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#profile-name{
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.Profes{
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.dash-main-content {
    margin-left:250px !important;
    padding:66px 20px 20px 20px !important;
    width: -webkit-fill-available !important;
    transition: margin-left 0.3s ease !important;
}
/* Content divs */
/*.content-section{
	display:none;
}
.content-section.active{
	display:block;
}*/
/* Dashboard Content */
.content-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0px;
}
.mem-dash-heading{
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	padding: 20px 0px !important;
}
.for-flex{
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.graph-card{
	max-width: 70%;
	width: 100%;
	border: 1px solid #0000004D;
	border-radius: 12px;
	padding: 18px !important;
	height: -webkit-fill-available;
}
.graph-card h3{
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2C2C2C;
}
.member-info-card{
	max-width: 30%;
	width: 100%;
	/* background-color: ; */
	border: 1px solid #0000004D;
	border-radius: 12px;
	padding: 18px 0px 0px 18px !important;
	background-image: url('../img/member-shade.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 98% 100%;
	overflow: hidden;
	display: flex;
	gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
}
.mem-pro-img{
	display: flex;
	justify-content: end;
/*	margin-top: -40px !important;*/
}
.chart_top_bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.year-filter{
	width: 150px;
}
select#year-filter{
	padding: 3px;
}
/*canvas#userEarningsChart{
	height: 380px !important;
}*/
.card-mem-image{
	max-width: 200px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.info-top{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.info-top h4{
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2C2C2C;
}
.mem-name{
	font-family: Inter;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #2C2C2C;
}
.main-card-info{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.info-below{
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.info-below p{
	font-family: Inter;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
.join-date{
	color: #0D5B19;
	font-family: Inter !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	color: #0D5B19 !important;
}
.trade-card{
    border: 1px solid #0000004D;
    border-radius: 12px;
    overflow-x: scroll;
}
.trade-tabel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px !important;
}
.trade-tabel-heading{
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2C2C2C;
}
.active_trade_top {
    display: flex;
    align-items: center;
    gap: 20px;
}
select#trade-month-filter {
    width: 150px;
    padding: 3px;
}
button#load-more-trades{
	margin: auto !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
button#load-more-trades,
.view-profile-btn,
#apply_filter,
.add-trade-btn{
	display: flex;
	gap: 4px;
	align-items: center;
	color: #FFFFFF;
	border-radius: 23px;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	background-color: #0D5B19;
	padding: 6px 20px !important;
	border:1px solid #0D5B19 !important;
	transition: .5s;
}
.add-trade-btn:focus{
	background-color: #0D5B19 !important;
}

#apply_filter:hover{
	background-color: transparent !important;
	color: #0D5B19;
	border:1px solid #0D5B19 !important;
}

button#load-more-trades:hover,
.view-profile-btn:hover,
.add-trade-btn:hover{
	color: #fff;
	background-color: #0D5B19 !important;
/*	border:1px solid #0D5B19 !important;*/
}
.view-profile-btn{
	width: max-content;
	margin: auto !important;
}
.add-trade-btn img{
	width: 10px;
	height: 10px;
	display: flex;
}

.trade-table tr,
.trade-table th,
.trade-table td{
	border:0px !important;
}
.trade-table thead tr th{
	font-family: Inter;
	font-weight: 600;
	font-size: 12px;
	color: #000000;
	padding: 15px !important;
}
.trade-table tbody tr td{
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 15px !important;
	background-color: transparent !important;
}
.trade-table thead{
	background-color: #F5F5F5;
	border: 0px;
}
.premium-close{
	color: #0D5B19 !important;
}
.total-earned{
	color: #FF9900 !important;
}
.wh-action{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: end;
}
.trade-table tbody tr:not(:last-child) {
  	border-bottom: 1px solid #0000004D !important;
}
.multi-cards{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	justify-content: center;
}
.multi-card-3,
.multi-card-2,
.multi-card-1{
	width: 32%;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	justify-content: space-between;
}
.multi-card-1{
	background-color: #0D5B19;
	padding: 18px 18px 0px 18px !important;
}
.progress-chart{
	margin: auto !important;
	margin-bottom: 0px !important;
}
.multi-card-2{
	padding: 18px !important;
	background-color: #1873B8;
}
.mlti-crd-3-con,
.mlti-crd-2-con,
.mlti-crd-1-con{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.free-member-upgrade{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

a.upgrade-btn{
	color: #fff;
	background-color: #000;
    padding: 10px;
    display: inline-block;
    border: 1px solid #000;
    width: fit-content;
    border-radius: 5px;
    transition: .5s;
}

a.upgrade-btn:hover{
	color: #000;
	background-color: transparent;
}

.trade-idea,
.mlti-crd-2-con p,
.mlti-crd-1-con p{
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}
.trade-idea{
	color: #000000 !important;
}
.mlti-crd-2-con h2,
.mlti-crd-1-con h2{
	font-family: Inter;
	font-weight: 700;
	font-size: 30px;
	color: #FFFFFF;
}
.email-field{
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.email-field label{
	color: #fff;
}
.email-field input#email::placeholder{
	color:#ffffff80 !important;
}
.email-field input#email{
	padding: 12px !important;
	color: #FFFFFF;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	background-color: transparent !important;
	outline: none;
	border-radius: 6px;
	border: 1px solid #FFFFFFB2;
}
.multi-card-3{
	background-color: #e771886e;
	padding: 18px !important;
}
.trade-des{
	font-family: Inter;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
}	
.trade-data{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.data-item p{
	color: #000000;
	font-family: Inter;
	font-weight: 400;
	font-size: 12px;
}
.data-item h3{
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}
.dashboard-chart{
  background: #fff;
  border-radius: 12px;
  max-width: 100%;
  height: 90%;
}
/* Profile */
.member-view-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.wheel-member-item{
	background-color: #0D5B1914;
    border-radius: 12px;
    padding: 25px 16px !important;
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
.acc-size,
.yer-gain{
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.acc-size p,
.yer-gain p{
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.acc-size h4,
.yer-gain h4{
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.wheel-member-item img{
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin:auto !important;
	background-color: #fff;
	object-fit: cover;
}
.wheel-member-item h2{
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	color: #000000;
}
.wheel-divder {
    border: 1px solid #000000;
    border-radius: 12px;
}
.bt-con{
	display: flex;
	justify-content: space-between;
}
/* Overlay */
.trade-popup{
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; /* by default hidden */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* Popup Box */
.trade-popup-inner{
    padding: 30px !important;
    background-color: #fff;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    animation: fadeInUp 0.3s ease-out;
}
.payment_debit_credit_inner h3{
	text-align: center;
}

.payment_debit_credit_inner h3,
.trade-popup-inner h3{
	font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2C2C2C;
    margin-bottom: 20px !important;
}
.trade-popup-close{
    position: absolute;
    top: 10px; 
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}
.field-row{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}
.field-row label{
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #1E1E1E;
}
.wheel-form-row{
	display: flex;
	align-items: center;
	gap: 10px;
}
.field-row select, 
.field-row textarea, 
.field-row input{
	padding: 12px !important;
	font-family: Inter;
	font-size: 16px;
	line-height: 22px;
	border-radius: 10px !important;
	outline: none;
}
.field-row textarea::placeholder,
.field-row input::placeholder{
	color:#1E1E1E;
}
.payment_debit_credit{
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	padding: 30px;
	border-radius: 30px;
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.payment_debit_credit_form,
form#trade-form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
button.share-trade-btn,
.save-trade-btn{
	background-color: #1E1E1E !important;
	color: #F5F5F5 !important;
	font-family: Inter !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	padding: 12px 20px !important;
	border-radius: 8px !important;
	border:1px solid #1E1E1E !important;
	transition: .5s;
	width: 100%;
}
button.share-trade-btn:hover,
.save-trade-btn:hover{
	background-color: transparent !important;
	color: #1E1E1E !important;	
}
/*@keyframes fadeInUp {
  from {opacity:0; transform: translateY(30px);}
  to {opacity:1; transform: translateY(0);}
}*/
ul.trades-pagination{
	list-style-type: none;
	padding: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 20px 0px !important;
}
ul.trades-pagination .page-item{
	padding: 10px !important;
	color: #fff;
	background-color: transparent;
	color: #0D5B19;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	cursor: pointer;
}
a.page-numbers{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0D5B19;
}
a.prev.page-numbers,
a.next.page-numbers {
    width: max-content;
    color: #0D5B19;
}

.page-template-page-trade-ideas .pagination{
	width: fit-content !important;
}

.trade-idea-archive{
	padding: 50px 0px;
}

.trade-ideas-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pagination span.page-numbers.current{
	background-color: #0D5B19;
    color: #fff;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
}
ul.trades-pagination .page-item.active{
	background-color: #0D5B19;
	color: #fff;
}
li.page-item.prev,
li.page-item.next{
	width: max-content !important;
	background-color: transparent !important;
	padding: 10px !important;
}
li.page-item.prev.disabled,
li.page-item.next.disabled{
    color: #a8a8a8;
}
.for-none{
	display: none;
}
form#share-trade-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.page-template-page-dash-membership-cancel section#pmpro_account-profile {
    display: none;
}

.page-template-page-dash-membership-cancel h3.pmpro_card_title.pmpro_font-large {
    padding: 0px;
}

td.wh-action button {
    padding: 0px;
    border: 0px;
    outline: 0px;
    display: flex;
}
td.wh-action button:focus,
td.wh-action button:hover{
	background-color:transparent;
}

.hide-trade-btn,
.open-trade-status-btn,
.close-trade-status-btn{
	padding: 4px 10px !important;
	border-radius: 20px !important;
	font-family: Inter !important;
	border: 0px !important;
	outline: 0px !important;
	font-size: 14px !important;
	color: #fff;
}
.hide-trade-btn{
	background-color: #2C2C2C;
	cursor: pointer;
}

.open-trade-status-btn{
	background-color: #0D5B19;
}
.close-trade-status-btn{
	background-color: red;
}

/* hidden by default */
.cst_profile_menu {
    position: absolute;
    top: 100%;
    left: -45px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-width: fit-content;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    z-index: 999;

    max-height: 0;       /* collapse */
    opacity: 0;          /* hide */
    overflow: hidden;    /* content hidden until expanded */
    transition: max-height 0.5s ease, opacity 0.4s ease;
    padding: 0;          /* start without padding */
}

/* show on hover */
.wheel-profile:hover .cst_profile_menu {
    max-height: 300px;   /* adjust to your content height */
    opacity: 1;
    padding: 10px 0;     /* add padding back smoothly */
}

ul.profile_menu_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    width: max-content;
}

ul.profile_menu_list li.active a{
	background-color: #0D5B19;
	color: #fff;
}

ul.profile_menu_list li:not(:last-child){
    border-bottom: 1px solid #25252552;
}

ul.profile_menu_list li a{
    color:#000;
    font-size: 16px;
    font-family: Inter, sans-serif;
    display: block;
    padding: 10px;
    transition: background-color .3s, color .3s;
}

ul.profile_menu_list li a:hover{
    background-color: #0D5B19;
    color: #fff;
}

/* Edit Profile  */
.profile-tabs {
    margin-top: 20px;
}

.tab-buttons {
    display: flex;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: 2px solid #eee;
}

.tab-buttons li {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 5px;
    background: #f9f9f9;
    transition: background 0.3s ease;
}

.tab-buttons li.active {
    background: #0D5B19;
    color: #fff;
    font-weight: 600;
}

.tab-panel {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.tab-panel.active {
    display: block;
}

th.pmpro_table_order-date a{
	color: #0D5B19;
}


/* Upload Profile Image  */

.cst-profile-image-update {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

div#profile-image-preview img{
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #0D5B19;
}

#profile-image-form {
    max-width: 400px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    font-family: Inter;
}

/* Label styling */
#profile-image-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
div#profile-image-message{
	margin-bottom: 10px;
}
/* File input styling */
#profile-image-form input[type="file"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
}

/* Submit button styling */
#profile-image-form button[type="submit"] {
    background-color: #1E1E1E;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    border: 1px solid #1E1E1E;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

#profile-image-form button[type="submit"]:hover {
    background-color: transparent;
    color: #1E1E1E;
}

/* Preview image styling */
#profile-image-preview img {
    margin-top: 15px;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.expired-msg h2,
h2.pmpro_section_title {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: Inter !important;
}
.expired-msg h2{
	color: red;
}

.expired-msg {
    padding: 40px;
    border-radius: 20px;
    margin: 50px auto;
    width: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}


.pmpro_card_title{
	padding: 0px !important;
}


.cst_main_bio{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.bio_content{
	color: #2c2C2C;
}
.cst_bio{
	font-weight: 600;
}
table#payments_table thead tr th{
	color: #000;
	font-size: 16px;
	font-family: Inter;
	font-weight: 700;
}
table#payments_table tbody tr td {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
}
td.debit-row {
    color: #0D5B19 !important;
    font-weight: 700 !important;
}
td.credit-row{
	color: red !important;
	font-weight: 700 !important;
}
div#payments_pagination{
	text-align: center;
	padding-top: 20px;
}
div#payments_pagination a.pagination-link {
    color: #0D5B19;
    font-size: 16px;
    font-family: Inter;
}
.payment-filters {
    display: flex;
    gap: 10px;
    align-items: end;
}
.jq_date_filt{
	display: flex;
	gap: 15px;
	flex-direction: column;
}

input#filter_month {
    border-radius: 30px;
    padding: 2px 10px;
    border: 1px solid #000;
    outline: none;
}
.db_cr_form_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-template-page-payment-debit-credit .content-inner{
	gap: 70px;
}
.user-balance-box {
    width: fit-content;
    padding: 20px;
    background-color: #0D5B19;
    border-radius: 15px;
/*    margin-top: 30px;*/
}
.user-balance-box .mem-dash-heading{
	color: #fff !important;
}

.cst_boxes {
    display: flex;
    gap: 20px;
}

span#user-balance {
    line-height: 34px;
}

.ui-datepicker-calendar {
    display: none !important; /* Calendar days hide */
}

.ui-datepicker-title {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
}





.trade-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.trade-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.trade-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 26px;
}

.trade-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px; width: 20px;
  left: 3px; bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.trade-switch input:checked + .slider {
  background-color: #4CAF50; /* Green when ON */
}

.trade-switch input:checked + .slider:before {
  transform: translateX(24px);
}

.trade-switch .slider.round {
  border-radius: 26px;
}



.contact-page-content {
    width: 100%;
    max-width: 800px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 30px;
    border-radius: 30px;
    margin: auto;
}

.page-template-page-terms-of-service a,
.page-template-page-privacy-policy a{
	color: #0D5B19;
}

.contact-page-section,
.terms-of-services-content-section,
.privacy-content-section{
	padding: 80px 0px;
}

.terms-of-services-content,
.privacy-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.terms-of-services-content p,
.privacy-content p{
	color: #000;
/*	margin-bottom: 15px !important;*/
}
.privacy-content h1, .terms-of-services-content h1,
.privacy-content h2, .terms-of-services-content h2,
.privacy-content h3, .terms-of-services-content h3,
.privacy-content h4, .terms-of-services-content h4,
.privacy-content h5, .terms-of-services-content h5,
.privacy-content h6, .terms-of-services-content h6 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
/*    margin: 20px 0px 10px 0px !important;*/
}

.terms-of-services-content ul,
.terms-of-services-content ol,
.privacy-content ul,
.privacy-content ol {
    padding-left: 20px;
/*    margin-bottom: 20px;*/
/*    margin-top: 10px;*/
    color: #000;
}
.terms-of-services-content ul li,
.terms-of-services-content ol li,
.privacy-content ul li,
.privacy-content ol li{
	line-height: 22px;
	padding-bottom: 5px;
}





#custom-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
}

.modal-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
}

.modal-box {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
    max-width: 400px;
    width: 80%;
}

.modal-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modal-buttons button {
    padding: 5px 15px !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-ok {
    background: #0D5B19;
    color: #fff;
    border:1px solid #0D5B19 !important;
    transition: .5s;
}

.modal-ok:focus,
.modal-ok:hover {
    background: transparent;
    color: #0D5B19 !important;
}

.modal-cancel {
    background: #aaa;
    color: #fff;
    border: 1px solid #aaa !important;
}
.modal-cancel:focus,
.modal-cancel:hover{
	background: #aaa !important;
    color: #fff !important;
}








/* Contact Form Wrapper */
.cst-contact-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cst-contact-form br{
	display: none;
}

/* Two Column Row for Name & Email */
.cst-for-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Label Styles */
.cst-contact-form label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

/* Input & Textarea */
.cst-contact-form input[type="text"],
.cst-contact-form input[type="email"],
.cst-contact-form input[type="tel"],
.cst-contact-form input[type="number"],
.cst-contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  background-color: #fafafa;
  transition: all 0.3s ease;
  margin-top: 10px;
}

/* Focus effect */
.cst-contact-form input:focus,
.cst-contact-form textarea:focus {
  border-color: #0073aa;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
}

/* Textarea */
.cst-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Submit Button */
.cst-contact-form input[type="submit"] {
  background-color: #0D5B19;
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #0D5B19;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cst-contact-form input[type="submit"]:hover {
  background-color: transparent;
  color: #0D5B19;
}


.cst-ham,
.mobile-main-navigation{
	display: none;
}
.cst-ham img{
	width: 40px;
	height: 40px;
}








.discord_connect div a {
    width: fit-content;
}

.discord_connect div {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.reg-showpass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.show_pass_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px;
    border: 0px;
    color: #0D5B19;
    font-size: 14px;
}
button.show_pass_btn:hover,
button.show_pass_btn:focus{
	background-color: transparent !important;
	color: #0D5B19 !important;
}

button.show_pass_btn .show_eye_icon{
	display: flex	
}

button.show_pass_btn .show_eye_icon svg{
	stroke: #0D5B19 !important;
}


@media (min-width:1240px){
	/*section.authentication-section {
	    height: 85vh;
	}*/
}

@media (max-width:1240px){
	.trade-tbl-main{
		overflow-x: scroll;
	}
}
@media (max-width:1180px){

	.page-template-page-contact-us .my-account-btn,
	.page-template-page-terms-of-service .my-account-btn,
	.page-template-page-privacy-policy .my-account-btn,
	.page-template-page-membership-levels .my-account-btn,
	.page-template-page-home .my-account-btn,
	.page-template-page-contact-us nav.main-navigation ul li a,
	.page-template-page-terms-of-service nav.main-navigation ul li a,
	.page-template-page-privacy-policy nav.main-navigation ul li a,
	.page-template-page-membership-levels nav.main-navigation ul li a,
	.page-template-page-home nav.main-navigation ul li a{
		font-size: 14px;
		padding: 8px 12px !important;
	}
	.my-account-btn,
	nav.main-navigation ul li a{
		font-size: 14px;
		padding: 8px 12px !important;
	}


	/*.dashboard-chart{
		height: 345px !important;
	}*/
	.multi-card-3,
	.multi-card-2,
	.multi-card-1{
		width: 48%;
	}

	.multi-cards {
	    grid-template-columns: repeat(2, 1fr);
	}
	.mem-name{
		font-size: 24px;
		line-height: 32px;
	}
	.mem-pro-img{
		margin-top: 10px !important;
	}
}
/* Mobile responsive */
@media (max-width:1024px){



	.cst-ham{
		display: inline-flex;
	}
	.mobile-main-navigation{
		display: block;
	}
	nav.main-navigation{
		display: none;
	}



	/* Show hamburger by default */
	.cst-ham .ham-icon {
	    display: block;
	}

	/* Hide cross by default */
	.cst-ham .cross-icon {
	    display: none;
	}

	/* When menu is open: switch icons */
	.cst-ham.active .ham-icon {
	    display: none;
	}

	.cst-ham.active .cross-icon {
	    display: block;
	}


	/* Mobile Menu */
	.mobile-main-navigation {
	    position: absolute;
	    top: 60px; /* distance from top */
	    left: 0;
	    width: 100%;
	    max-height: 0;
	    overflow: hidden;
	    background: #0D5B19;
	    transition: max-height 0.4s ease, opacity 0.4s ease;
	    opacity: 0;
	    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	    z-index: 1000;
	}

	/* Opened menu */
	.mobile-main-navigation.open {
	    max-height: 500px; /* adjust according to menu length */
	    opacity: 1;
	}

	/* Menu items */
	.mobile-main-navigation .nav-menu,
	.mobile-main-navigation a {
	    display: block;
	    padding: 15px 20px;
	    border-bottom: 1px solid #eee;
	    text-decoration: none;
	    color: #333;
	    transition: background 0.3s;
	}

	.mobile-main-navigation .nav-menu li {
	    list-style: none;
	}

	.mobile-main-navigation .nav-menu li a {
	    padding: 10px 0;
	    color: #fff;
	    display: block;
	    transition: .5s all ease;
	}

	.mobile-main-navigation a:hover {
	    background: #fff;
	    color: #0D5B19 !important;
	    padding: 10px !important;
	}

	.page-template-page-contact-us .cst-ham img, 
	.page-template-page-terms-of-service .cst-ham img,
	.page-template-page-privacy-policy .cst-ham img,
	.page-template-page-membership-levels .cst-ham img, 
	.page-template-page-home .cst-ham img {
	    filter: invert(1);
	}

	.wheelin-header-main{
		position: relative;
	}


	.trade-ideas-grid{
		grid-template-columns: repeat(2, 1fr);
	}

    .wheel-sidebar{
    	transform:translateX(-100%) !important; 
    	width:250px !important; 
    	position:fixed !important;
    }
    
    .wheel-sidebar.active{
    	transform:translateX(0) !important;
    }
    .wheel-topbar{
    	left:0 !important;
    	justify-content: space-between;
    }
    
    .wheel-topbar .menu-toggle{
    	display:block !important;
    }
    
    .dash-main-content{
    	margin-left:0 !important;  
    	padding-top:60px !important;
    }

    .member-view-grid{
    	grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {


	.cst-for-row {
		grid-template-columns: 1fr;
	}

	.contact-page-section,
	.terms-of-services-content-section,
	.privacy-content-section{
		padding: 60px 0px;
	}

	.multi-card-3,
	.multi-card-2,
	.multi-card-1{
		width: 100%;
	}
	.cst_boxes {
		flex-direction: column;
	}

	canvas#userEarningsChart{
		height: 350px !important;
	}	

	.trade-tabel-header{
		align-items: end;
	    gap: 20px;
	    flex-direction: column-reverse;
	}
	.active_trade_top {
	    justify-content: space-between;
	    width: 100%;
	}


	.trade-ideas-grid{
		grid-template-columns: 1fr;
	}
	.container{
		padding: 0px 20px !important;
	}
	.wheein-branding{
		font-size: 24px;
		line-height: 32px;
	}
	.my-account-btn, 
	nav.main-navigation ul li a,
	.page-template-page-membership-levels .my-account-btn, 
	.page-template-page-home .my-account-btn, 
	.page-template-page-membership-levels nav.main-navigation ul li a, 
	.page-template-page-home nav.main-navigation ul li a{
		padding: 5px 10px !important;
	}
	nav.main-navigation ul{
		gap:10px !important;
	}
	h1.banner-heading{
		font-size: 56px;
		line-height: 66px;
	}
	.auth-main{
		flex-direction:column-reverse !important;
		padding: 50px 0px !important;
		gap: 20px;
	}
	.auth-left{
		padding: 30px !important;
	}
	.auth-left,
	.auth-right{
		max-width:100% !important;
		width: 100% !important;
	}
	.form-description{
		margin-bottom: 20px !important;
	}
	.pmpro_card{
		margin-top: 0px !important;
	}
	.wheel-membership-levels{
		grid-template-columns: 1fr;
	}
	section.wheel-member-page{
		padding: 50px 0px !important;
	}
	h1.member-main-heading{
		font-size: 48px !important;
		line-height: 56px !important;
	}
	.pmpro-confirmation main#content, .pmpro-checkout main#content{
		padding: 50px 20px !important;
	}
	form#pmpro_form {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	}
	h2.pmpro_form_heading.pmpro_font-large,
	h1.entry-title{
		font-size: 32px;
		line-height: 38px;
	}
	.pmpro_btn-submit-checkout,
	div#pmpro_message_bottom, div#pmpro_message, .pmpro_message.pmpro_error{
		margin: 0px !important;
	}
	.wh-action{
		gap: 5px;
	}
	.trade-tbl-main{
		overflow-x: scroll;
	}
	.for-flex {
	    flex-direction: column-reverse;
	}
	.graph-card,
	.member-info-card{
		max-width: 100%;
		width: 100%;
	}
	.multi-cards{
		grid-template-columns: 1fr;
	}
	canvas#earnedGauge {
	    width: 100% !important;
	}
	.member-view-grid{
    	grid-template-columns: 1fr;
    }
    /*.dashboard-chart{
    	height: 280px !important;
    }*/
    .trade-popup-inner,
    .trade-popup{
    	padding: 20px !important;
    }
    .field-row label,
    .field-row select, .field-row textarea, .field-row input{
    	font-size: 14px;
    	line-height: 19px;
    }
    .member-info-card{
    	flex-direction: column-reverse;
    	padding: 18px !important;
    	align-items: center;
    	gap: 20px;
    	justify-content: flex-end;
    }
    .mem-pro-img{
    	margin-top: 0px !important;
    }
    .mem-pro-img img{
    	border-radius: 50%;
    }
}
@media (max-width:490px){



	.contact-page-content h2.form-heading{
		font-size: 24px;
		line-height: 30px;
	}

	.contact-page-content{
		padding: 20px;
		border-radius: 20px;
	}

	h1.member-main-heading{
		font-size: 42px !important;
	}

	.contact-page-section,
	.terms-of-services-content-section,
	.privacy-content-section{
		padding: 50px 0px;
	}
	.privacy-content h1, .terms-of-services-content-section h1,
	.privacy-content h2, .terms-of-services-content-section h2,
	.privacy-content h3, .terms-of-services-content-section h3,
	.privacy-content h4, .terms-of-services-content-section h4,
	.privacy-content h5, .terms-of-services-content-section h5,
	.privacy-content h6, .terms-of-services-content-section h6{
		font-size: 24px;
		line-height: 30px;
	}

	input#filter_month{
		padding: 5px 15px;
	}
	.user-balance-box{
		width: 100%;
	}
	.over-scrol {
	    overflow-x: scroll;
	}
	.payment-filters{
		flex-direction: column;
		align-items: start;
	}
	.wheein-branding{
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.mem-pro-img img{
		width: 160px;
		height: 160px;
		object-fit: cover;
	}
	.member-info-card{
	    flex-direction: column-reverse !important;
	    gap: 20px !important;
	    width: 100%;
	}
	.main-card-info{
		text-align: center;
	}
}
@media(max-width:390px){
	.wheel-member-bg, .wheelin-banner{
		margin-top: -120px !important;
	}
	h1.banner-heading{
		font-size: 48px;
		line-height: 58px;
	}
}