@media(max-width:850px) {
    .dashboard-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .logo span.logo-lg {
        display: none;
    }

    .logo span.logo-sm {
        display: inline-block;
    }

    .sidebar {
        width: 90vw;
        z-index: 10000;
        height: 99%;
    }

    .sidebar.collapsed {
        display: none;
        z-index: 0;
    }

    .contentColumn.collapsed {
        margin-left: 0;
    }

    .sidebar .logo {
        padding: 0;
        margin-top: 20px;
    }

    .sidebar .logo img {
        width: 100px;
    }

    .sidebar .nav-item {
        margin: 0;
    }

    .label {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        color: #9b7d4a;
        /* Gold */
    }

    .price {
        font-size: 13px;
        font-weight: bold;
        color: white;
    }

    .action {
        padding: 5px 10px;
        font-size: 13px;
        font-weight: 400;
        min-width: 100px;
    }

    .dashboard-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .quick-links-card {
        /* background-color: rgba(44, 44, 44, 0.85); */
        padding: 20px;
        border-radius: 10px;
        align-items: center;
        display: flex;
        /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    }

    .quick-links-wrapper {
        /* flex-wrap: wrap; */
        /* justify-content: center; */
        margin: 40px 0;
    }

    /* .quick-link {
        display: block;
        text-decoration: none;
        transition: transform 0.3s, box-shadow 0.3s;
        padding: 20px;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        color: #ffffff;
        border: 2px solid #D4AF37;
        width: 150px;
    } */

    .stats-cards {
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .stat-card {
        width: 50%;
    }

    .stat-card.center {
        width: 100%;
    }

    .stat-card.center h4 {
        font-size: 18px;
    }

    .profile-section {
        border-right: none;
        width: 100%;
    }

    .profile-pic {
        width: 100px;
        height: 100px;
    }

    .greeting-card {
        padding: 0;
    }

    .greeting-card h2 {
        font-size: 20px;
    }

    .bg-overlay {
        display: none;
    }

    .profile.nav-tabs .nav-link {
        padding: 5px 7px;
    }

    .tab-profile-content .tab-pane {
        padding: 10px;
    }

    .toggleSideBar.usr-not-login {
        background: transparent;
    }

    .toggleSideBar.usr-not-login .top-login {
        display: none;
    }

    .ecommerce-about {
        padding: 20px 0;
    }

    .home-static-sidebar {
        left: -250px;
        width: 250px;
        position: fixed;
        z-index: 1050;
    }

    .home-static-sidebar.active {
        left: 0;
    }

    .home-static-main-content {
        margin-left: 0;
        width: 100%;
    }

    .home-static-topbar {
        left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1049;
    }

    .overlay.active {
        display: block;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .info-section {
        padding: 0 20px;
    }
}
