.account-container {
            margin-top: 30px;
            margin-bottom: 50px;
        }
.account-container.admin {
    height: 100vh;
}

        .profile-sidebar {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            margin-bottom: 30px;
        }

        .profile-avatar-wrapper {
            text-align: center;
            margin-bottom: 25px;
        }

        .profile-avatar {
            width: 120px;
            height: 120px;
            background: #2c5aa0;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            color: white;
            font-weight: bold;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .profile-avatar::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg,transparent,rgba(255, 255, 255, 0.4),transparent);
            animation: shine 3s ease-in-out infinite;
        }

        @keyframes shine {
            0% {
                left: -100%;
            }
            50%, 100% {
                left: 100%;
            }
        }

        .profile-name {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .profile-email {
            color: #999;
            font-size: 14px;
        }

        .menu-list {
            list-style: none;
            padding: 0;
            margin-top: 30px;
        }

        .menu-list li {
            margin-bottom: 5px;
        }

        .menu-list a {
            display: block;
            padding: 12px 15px;
            color: #555;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s;
        }

        .menu-list a:hover, .menu-list a.active {
            background: #f0f0f0;
            color: #667eea;
            padding-left: 20px;
        }

        .menu-list i {
            width: 25px;
            margin-right: 10px;
        }

        .content-panel {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        .panel-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }

        .info-card {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
        }

        .info-row {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .info-row:last-child {
            border-bottom: none;
        }

        .info-label {
            color: #777;
            font-weight: 500;
        }

        .info-value {
            color: #333;
            font-weight: 600;
        }

        .order-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.order-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.order-card:hover {
    box-shadow: 0 8px 20px rgba(44, 90, 160, 0.15);
    transform: translateY(-4px);
    border-color: rgba(44, 90, 160, 0.3);
}

.order-card:hover::before {
    border-color: rgba(44, 90, 160, 0.2);
}

        .order-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #f0f0f0;
        }

        .order-number {
            font-weight: 600;
            color: #333;
        }

        .order-date {
            color: #999;
            font-size: 14px;
        }

        .order-status {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
        }

        .status-delivered {
            background: #d4edda;
            color: #155724;
        }

        .status-pending {
            background: #fff3cd;
            color: #856404;
        }

        .status-processing {
            background: #d1ecf1;
            color: #0c5460;
        }

        .btn-primary-custom {
    background-color: #2c5aa0;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.5);
    color: white;
    background-color: #3d6bb8;
}

.btn-primary-custom:hover::before {
    left: 100%;
}

.btn-primary-custom:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(102, 126, 234, 0.4);
}

        .btn-outline-custom {
    border: 2px solid #667eea;
    color: #667eea;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    background: white;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-outline-custom:hover {
    background: #2c5aa0;
    color: white;
    border-color: #2c5aa0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-box {
    background-color: #2c5aa0;
    color: white !important;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
    z-index: 1;
}

.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(44, 90, 160, 0.4);
}

.stat-box:hover::before {
    left: 100%;
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.stat-box:hover .stat-number {
    transform: scale(1.15);
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .profile-sidebar {
        margin-bottom: 20px;
    }
}