.dashboard-main {
    max-width: 480px;
    margin: 0 auto;
    background: white;
    border-radius: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.dashboard-body{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 90px 1rem;
}

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 20px;
    position: fixed;
    top: 0;
    width: 480px;
    height: 68px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    max-width: 100%;
}

.dashboard-header .logo{
    width: 54px;
}

.back-button-container{
    height: 36px;
    width: 36px;
}

.back-button-container .back-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--text-color);
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-button .material-icons {
    font-size: 24px;
    color: #000;
}

/* Sidebar Styles */
.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 24px 0;
}

.sidebar.active {
    right: 0;
}

/* Sidebar Header */
.sidebar-header {
    padding: 0 24px 16px;
    position: relative;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.sidebar-header h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 5px 0;
}

.sidebar-header .customer-id {
    display: inline-block;
    background: #FFD700;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.sidebar-header .close-button {
    position: absolute;
    top: 0;
    right: 24px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-header .close-button .material-icons {
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
}

/* Sidebar Navigation */
.sidebar-nav {
    padding: 10px 20px;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 4px;
    position: relative;
    gap: 10px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active{
    background: #f9f9f9;
}

.nav-link .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link .material-icons {
    font-size: 20px;
    margin-right: 12px;
    color: rgba(0, 0, 0, 0.7);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-content {
    flex: 1;
}

.nav-link span:not(.material-icons):not(.badge) {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.nav-link small {
    display: block;
    font-size: 13px;
    color: var(--text-color);
}

/* Subscription Link */
.nav-link.subscription {
    background: #FFF9E6;
    margin-bottom: 12px;
    gap: 12px;
}

.nav-link.subscription .nav-content span{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.nav-link.subscription .material-icons {
    color: #FFD700;
}

/* Badge */
.badge {
    background: #FFD700;
    color: #000;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    white-space: nowrap;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 480px;
    max-width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    height: 68px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    position: relative;
    border-radius: 8px;
}

.nav-item.active .nav-item-text{
    color: #000;
    font-weight: 500;
}

.nav-item .material-icons {
    font-size: 24px;
    margin-bottom: 4px;
}

.soon-badge {
    position: absolute;
    top: -4px;
    right: -5px;
    background: var(--primary-color);
    color: #333;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 100px;
    font-weight: 500;
}

.nav-item-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
}   
/* Navbar */

.dashboard-body .title-text{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}

.dashboard-body .title-section .subtitle{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
}