.wc-myaccount-wrapper {
    display: flex;
    gap: 30px;
    margin:30px auto;
}
.wc-myaccount-sidebar {
    width: 335px;
    background: #1C1C1C;
    border-radius: 16px;
    padding: 30px;
	height: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 100%;
}
.wc-myaccount-sidebar .account-title {
    color: #fff;
    margin-bottom: 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
	width: 100%;
    min-width: max-content;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px;
}
.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 15px;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-align:center;
	border: 1px solid #FFFFFF;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: #D71517;
	border: none;
}
.wc-myaccount-content {
    flex: 1;
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}
.wc-myaccount-content h2,
.wc-myaccount-content h3 {
    margin-bottom: 15px;
}
.woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 22px;
}
.purchase-btn {
    display: inline-block;
    margin-top: 15px;
    background: #D71517;
    color: #fff !important;
    padding: 14px 53px;
    border-radius: 30px;
    text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	border: 1px solid #D71517;
}

.purchase-btn:hover {
    background: #FFF;
	color: #D71517 !important;
}
.plan-box.active{
	border: 1px solid #D9D9D9;
    padding: 24px 30px;
	border-radius: 14px;
}
.status.active {
    background: #29A71A;
    color: #fff;
    padding: 6px 18px;
    font-size: 14px;
	font-weight:700;
	line-height:100%;
	border-radius:50px;
}
/* account details */
.wc-myaccount-content .woocommerce-Button{
    border-radius: 50px !important;
    border: 1px solid #D71517 !important;
    background-color: #D71517 !important;
    color: #FFF !important;
    padding: 14px 52px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 100% !important;
}
.wc-myaccount-content .woocommerce-Button:hover{
   	background-color:#FFF !important;
	color: #D71517 !important;
}
.wc-myaccount-content fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#account_display_name_description em{
	font-style : normal !important;
	padding-top: 5px;
	
}
.wc-myaccount-content form .form-row {
    padding: 3px;
    margin: 0 0 22px;
}
.wc-myaccount-content form .form-row label {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #1C1C1C;
}
.wc-myaccount-content fieldset legend{
	padding-bottom: 20px;
    color: #1C1C1C;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
	font-style: bold;
}
@media (max-width: 768px) {
    .wc-myaccount-wrapper {
        flex-direction: column;
    }
    .wc-myaccount-sidebar {
        width: 100%;
    }
}