.subscriptionDashboard {
    width: 100%;
    margin: 0 !important;
    max-width: 100% !important;
    display:flex;
}

.dashboardSidebar {
    width: 200px;
    background-color: #f4f4f4;
    padding: 20px;
}
.dashboardSidebar ul {
    padding: 0;
    margin: 0;
}

.dashboardSidebar ul li a {
    text-decoration: none;
}

.dashboardSidebar ul li {
    list-style: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
}

.dashboardSidebar ul li a i {
    padding-right: 5px;
}

.tabInner h2 {
    margin-top: 0px;
}

.dashboardContent {
    flex: 1;
    padding: 0px 20px 20px;
}

.tabContent {
    display: none;
}

.tabContent:first-child {
    display: block;
}

.subTabs {
    margin-bottom: 20px;
}

.subTabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.subTabs ul li {
    display: inline-block;
    margin-right: 10px;
}

.subTabs ul li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ddd;
    transition: background-color 0.3s ease;
}

.subTabs ul li a:hover {
    background-color: #bbb;
}

.subTabsContent {
    display: none;
}

.subTabsContent:first-child {
    display: block;
}

/* Additional styling for user details and form */
.userDetails {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.userDetails img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.userInfo h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.userInfo p {
    margin: 5px 0;
    color: #666;
}

.subscription-notice {
    background: #DD3930;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
}
.subscription-notice a {
    font-weight: bold;
    color: #fff;
}
.formBottomLink {
    margin-right: 10px;
}
.userInfo img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.tabInner h3{
    margin-bottom:20px;
}
.userInfo {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 999;
    text-align: right;
    cursor: pointer;
}
.userInfo img {
    display: inline;
    width: 30px;
    height: 30px !important;
    border-radius: 100% !important;
    margin-right: 0;
    float: right;
    margin-left: 10px;
}
.userInfo ul {
    position: absolute;
    width: 100%;
    top: 31px;
    visibility: hidden;
    transition: 0s all;
    background: #2c666d;
    text-align: left;
    margin: 0;
    padding: 0;
}
.userInfo ul li {
    list-style: none;
}
.userInfo ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #1d5258;
    padding-left: 20px;
}
.userInfo:hover ul {
    visibility: visible;
}
.userDetailsInfo p {
    margin-top: 0px;
}
.helpNotice {
    max-width: 100% !important;
    margin: 0 0px 50px !important;
    background: #eee;
    padding: 50px;
}
div#wpadminbar {
    background: #094038;
}