.elementor-2369 .elementor-element.elementor-element-0194d78{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}.elementor-2369 .elementor-element.elementor-element-c3b9ed0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 25px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2369 .elementor-element.elementor-element-0194d78{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-2369 .elementor-element.elementor-element-c3b9ed0{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-c3b9ed0 *//* Custom Dashboard Styles */
.custom-account-dashboard {
    padding: 0;
}

.dashboard-welcome {
    position: relative;
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url("https://bdn-shop.com/wp-content/uploads/2026/01/513831777_696451193550829_5801629001273333703_n-1.jpg") no-repeat center/cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.welcome-avatar img {
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.welcome-text h2 {
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.welcome-text .user-email {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 0.95rem;
}

.welcome-text .member-since {
    color: rgba(255, 255, 255, 0.65);
    margin: 0.5rem 0 0 0;
    font-size: 0.875rem;
}

/* Stats Cards */
.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #9ca3af;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4b5563 0%, #6b7280 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    color: #ffffff;
    font-size: 1.25rem;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Quick Actions */
.dashboard-quick-actions {
    margin-bottom: 2rem;
}

.dashboard-quick-actions h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.quick-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.quick-action-card {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 2px solid #e5e5e5 !important;
}

.quick-action-card:hover {
    border-color: #6b7280;
    border-bottom-color: #6b7280 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.quick-action-card i {
    font-size: 1.75rem;
    color: #4b5563;
}

.quick-action-card span {
    color: #374151;
    font-weight: 500;
    font-size: 0.95rem;
}

.quick-action-card:hover span {
    color: #1f2937;
}

/* Recent Orders */
.dashboard-recent-orders {
    margin-top: 2rem;
}

.dashboard-recent-orders h3 {
    font-size: 1.25rem;
    color: #1f2937;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.recent-orders-list {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.order-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.order-item:last-child {
    border-bottom: none;
}

.order-number strong {
    display: block;
    color: #1f2937;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.order-date {
    color: #6b7280;
    font-size: 0.875rem;
}

.status-badge {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-completed {
    background: #e5e7eb;
    color: #374151;
}

.status-processing {
    background: #f3f4f6;
    color: #4b5563;
}

.status-pending {
    background: #f9fafb;
    color: #6b7280;
}

.status-on-hold {
    background: #fef2f2;
    color: #9ca3af;
}

.order-total strong {
    color: #1f2937;
    font-size: 1rem;
}

.view-order-btn {
    padding: 0.5rem 1.25rem;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.view-order-btn:hover {
    background: #374151;
    color: #fff;
    border-color: #374151;
}

.view-all-orders {
    display: inline-block;
    margin-top: 1rem;
    color: #374151;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.view-all-orders:hover {
    color: #1f2937;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-welcome {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    
    .dashboard-stats {
        grid-template-columns: 1fr;
    }
    
    .quick-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .order-item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .order-action {
        text-align: left;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0194d78 */.woocommerce-MyAccount-navigation{
    display: none !important;
}

/* Make My Account content full width */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

/* Hide default WooCommerce dashboard content */
.woocommerce-MyAccount-content > p {
    display: none !important;
}

/* Make sure custom dashboard is visible */
.custom-account-dashboard {
    display: block !important;
}

/* Content area styling */
.woocommerce-MyAccount-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-content p {
    color: #4b5563;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.woocommerce-MyAccount-content p:first-of-type {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #f3f4f6;
    margin-bottom: 1.5rem;
}

.woocommerce-MyAccount-content strong {
    color: #15803C;
    font-weight: 600;
}

.woocommerce-MyAccount-content a {
    color: #15803C;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.woocommerce-MyAccount-content a:hover {
    color: #16a34a;
    border-bottom-color: #16a34a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 1.25rem;
    }
}/* End custom CSS */