@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Lookif.Component.DateTimePicker/Lookif.Component.DateTimePicker.8f18a5cur3.bundle.scp.css';
@import '_content/Lookif.Component.DropDown/Lookif.Component.DropDown.plpdtwvecy.bundle.scp.css';
@import '_content/Lookif.UI.Component/Lookif.UI.Component.xv207vxsdx.bundle.scp.css';

/* _content/Lookif.ToDoList.UI/Components/InputTime.razor.rz.scp.css */
/* InputTime component styling */
input[type="text"][b-97g30e0lyj] {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus[b-97g30e0lyj] {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:disabled[b-97g30e0lyj] {
    background-color: #e9ecef;
    opacity: 1;
}

/* Persian/Farsi specific styling */
.PF input[type="text"][b-97g30e0lyj] {
    direction: rtl;
    text-align: right;
}





/* _content/Lookif.ToDoList.UI/Pages/AboutUs.razor.rz.scp.css */
/* About Us Page Styles */
.about-us-container[b-hvs9m9rich] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Vazir', 'Tahoma', sans-serif;
    direction: rtl;
}

/* Main Content Styles */
.about-us-content[b-hvs9m9rich] {
    padding-top: 0;
}

/* Hero Section with AboutUs.png image */
.hero-section[b-hvs9m9rich] {
    padding: 0;
    margin-bottom: 3rem;
    background: transparent;
}

.hero-image-container[b-hvs9m9rich] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 0;
}

.hero-image[b-hvs9m9rich] {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Mission Section */
.mission-section[b-hvs9m9rich] {
    padding: 4rem 2rem;
    background: white;
    margin-bottom: 3rem;
}

.container[b-hvs9m9rich] {
    max-width: 1200px;
    margin: 0 auto;
}

.mission-content[b-hvs9m9rich] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.mission-text h2[b-hvs9m9rich] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.mission-text p[b-hvs9m9rich] {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.8;
}

.mission-stats[b-hvs9m9rich] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.stat-item[b-hvs9m9rich] {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 15px;
    border: 1px solid #e5e7eb;
}

.stat-number[b-hvs9m9rich] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4f46e5;
    margin-bottom: 0.5rem;
}

.stat-label[b-hvs9m9rich] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

/* AI Features Section */
.ai-features-section[b-hvs9m9rich] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin-bottom: 3rem;
    color: white;
}

.ai-features-section h2[b-hvs9m9rich] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ai-features-grid[b-hvs9m9rich] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.ai-feature-card[b-hvs9m9rich] {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.ai-feature-card:hover[b-hvs9m9rich] {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.ai-feature-icon[b-hvs9m9rich] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ai-feature-icon svg[b-hvs9m9rich] {
    width: 35px;
    height: 35px;
    color: white;
}

.ai-feature-card h3[b-hvs9m9rich] {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1rem;
}

.ai-feature-card p[b-hvs9m9rich] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 1.1rem;
}

/* IELTS Section */
.ielts-section[b-hvs9m9rich] {
    padding: 4rem 2rem;
    background: white;
    margin-bottom: 3rem;
}

.ielts-section h2[b-hvs9m9rich] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 3rem;
}

.ielts-grid[b-hvs9m9rich] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.ielts-card[b-hvs9m9rich] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ielts-card[b-hvs9m9rich]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5 0%, #f59e0b 100%);
}

.ielts-card:hover[b-hvs9m9rich] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ielts-icon[b-hvs9m9rich] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ielts-icon svg[b-hvs9m9rich] {
    width: 40px;
    height: 40px;
    color: white;
}

.ielts-card h3[b-hvs9m9rich] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1rem;
}

.ielts-card p[b-hvs9m9rich] {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.ielts-features[b-hvs9m9rich] {
    list-style: none;
    padding: 0;
}

.ielts-features li[b-hvs9m9rich] {
    color: #4b5563;
    margin-bottom: 0.8rem;
    padding-right: 1.5rem;
    position: relative;
    font-size: 1rem;
}

.ielts-features li[b-hvs9m9rich]::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 1.1rem;
}



/* Contact Section */
.contact-section[b-hvs9m9rich] {
    padding: 4rem 2rem;
    background: #f9fafb;
    margin-bottom: 3rem;
}

.contact-section h2[b-hvs9m9rich] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 3rem;
}

.contact-info[b-hvs9m9rich] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.contact-item[b-hvs9m9rich] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.contact-item:hover[b-hvs9m9rich] {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.contact-icon[b-hvs9m9rich] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg[b-hvs9m9rich] {
    width: 30px;
    height: 30px;
    color: white;
}

.contact-details h3[b-hvs9m9rich] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.contact-details p[b-hvs9m9rich] {
    color: #6b7280;
    font-size: 1rem;
}

/* Footer */
.footer[b-hvs9m9rich] {
    background: #1f2937;
    color: white;
    padding: 3rem 2rem 1rem;
}

.footer-content[b-hvs9m9rich] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-hvs9m9rich], .footer-section h4[b-hvs9m9rich] {
    margin-bottom: 1rem;
    color: #f9fafb;
}

.footer-section p[b-hvs9m9rich] {
    color: #d1d5db;
    line-height: 1.6;
}

.footer-section ul[b-hvs9m9rich] {
    list-style: none;
    padding: 0;
}

.footer-section ul li[b-hvs9m9rich] {
    margin-bottom: 0.5rem;
}

.footer-section ul li a[b-hvs9m9rich] {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover[b-hvs9m9rich] {
    color: #4f46e5;
}

.footer-bottom[b-hvs9m9rich] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #9ca3af;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-image-container[b-hvs9m9rich] {
        padding: 1rem 0;
    }

    .hero-image[b-hvs9m9rich] {
        max-width: 90%;
    }

    .mission-content[b-hvs9m9rich] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mission-text h2[b-hvs9m9rich] {
        font-size: 2rem;
    }

    .ai-features-grid[b-hvs9m9rich] {
        grid-template-columns: 1fr;
    }

    .ielts-grid[b-hvs9m9rich] {
        grid-template-columns: 1fr;
    }

    .contact-info[b-hvs9m9rich] {
        grid-template-columns: 1fr;
    }

    .contact-item[b-hvs9m9rich] {
        flex-direction: column;
        text-align: center;
    }

    .footer-content[b-hvs9m9rich] {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-section[b-hvs9m9rich],
    .mission-section[b-hvs9m9rich],
    .features-section[b-hvs9m9rich],
    .team-section[b-hvs9m9rich],
    .contact-section[b-hvs9m9rich] {
        padding: 2rem 1rem;
    }

    .hero-image[b-hvs9m9rich] {
        max-width: 95%;
    }
}
/* _content/Lookif.ToDoList.UI/Pages/Calendars/Index.razor.rz.scp.css */
.calendar-container[b-iqqxchpapf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Tahoma', 'Arial', sans-serif;
    direction: rtl;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Validation and Setup Styles */
.validation-loading[b-iqqxchpapf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
    color: #6c757d;
}

.validation-loading .spinner[b-iqqxchpapf] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

.setup-required[b-iqqxchpapf] {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin: 20px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.setup-icon[b-iqqxchpapf] {
    font-size: 4rem;
    color: #ffc107;
    margin-bottom: 20px;
}

.setup-required h3[b-iqqxchpapf] {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.setup-required p[b-iqqxchpapf] {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.setup-checklist[b-iqqxchpapf] {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: right;
}

.setup-item[b-iqqxchpapf] {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f8f9fa;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.setup-item.missing[b-iqqxchpapf] {
    background: #fff3cd;
    border-color: #ffc107;
}

.setup-item i[b-iqqxchpapf] {
    margin-left: 15px;
    font-size: 1.2rem;
}

.setup-item.missing i[b-iqqxchpapf] {
    color: #dc3545;
}

.setup-item span[b-iqqxchpapf] {
    flex: 1;
    font-weight: 500;
    color: #495057;
}

.setup-link[b-iqqxchpapf] {
    background: #667eea;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.setup-link:hover[b-iqqxchpapf] {
    background: #5a6fd8;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.setup-actions[b-iqqxchpapf] {
    margin-top: 30px;
}

.btn[b-iqqxchpapf] {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary[b-iqqxchpapf] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover[b-iqqxchpapf] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* Setup Notification Styles */
.setup-notification[b-iqqxchpapf] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 1px solid #2196f3;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
    animation: slideDown-b-iqqxchpapf 0.3s ease-out;
}

@keyframes slideDown-b-iqqxchpapf {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification-content[b-iqqxchpapf] {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
}

.notification-icon[b-iqqxchpapf] {
    color: #2196f3;
    font-size: 1.5rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.notification-text[b-iqqxchpapf] {
    flex: 1;
}

.notification-text h4[b-iqqxchpapf] {
    color: #1976d2;
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.missing-items[b-iqqxchpapf] {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.missing-items li[b-iqqxchpapf] {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 10px;
    color: #424242;
}

.missing-items li i[b-iqqxchpapf] {
    color: #ff9800;
    width: 16px;
    text-align: center;
}

.missing-items li span[b-iqqxchpapf] {
    flex: 1;
    font-size: 0.95rem;
}

.action-link[b-iqqxchpapf] {
    background: #2196f3;
    color: white;
    padding: 4px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.action-link:hover[b-iqqxchpapf] {
    background: #1976d2;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.notification-actions[b-iqqxchpapf] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn[b-iqqxchpapf] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-sm[b-iqqxchpapf] {
    padding: 6px 12px;
    font-size: 0.85rem;
}

.btn-outline-primary[b-iqqxchpapf] {
    background: transparent;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.btn-outline-primary:hover[b-iqqxchpapf] {
    background: #2196f3;
    color: white;
    transform: translateY(-1px);
}

.btn-outline-secondary[b-iqqxchpapf] {
    background: transparent;
    color: #757575;
    border: 1px solid #bdbdbd;
}

.btn-outline-secondary:hover[b-iqqxchpapf] {
    background: #f5f5f5;
    color: #424242;
    transform: translateY(-1px);
}

.calendar-header[b-iqqxchpapf] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    color: white;
}

.calendar-navigation[b-iqqxchpapf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.nav-btn[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
}

.nav-btn:hover[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.current-month-year[b-iqqxchpapf] {
    text-align: center;
    flex: 1;
}

.persian-month[b-iqqxchpapf] {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.persian-year[b-iqqxchpapf] {
    font-size: 1.8rem;
    margin: 5px 0;
    opacity: 0.9;
}

.georgian-date[b-iqqxchpapf] {
    font-size: 1.1rem;
    opacity: 0.8;
    font-style: italic;
    font-family:Arial;
}

.month-year-selector[b-iqqxchpapf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.year-select[b-iqqxchpapf], .month-select[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 8px 12px;
    color: white;
    font-size: 14px;
    min-width: 100px;
}

.year-select option[b-iqqxchpapf], .month-select option[b-iqqxchpapf] {
    background: #667eea;
    color: white;
}

.today-btn[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.today-btn:hover[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.calendar-grid[b-iqqxchpapf] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.calendar-weekdays[b-iqqxchpapf] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.weekday[b-iqqxchpapf] {
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.weekday:last-child[b-iqqxchpapf] {
    border-right: none;
}

.calendar-days[b-iqqxchpapf] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e9ecef;
}

.calendar-day[b-iqqxchpapf] {
    background: white;
    min-height: 100px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calendar-day:hover[b-iqqxchpapf] {
    background: #f8f9fa;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.calendar-day.other-month[b-iqqxchpapf] {
    background: #f8f9fa;
    color: #adb5bd;
}

.calendar-day.other-month .persian-date[b-iqqxchpapf] {
    color: #adb5bd;
}

.calendar-day.other-month .georgian-date[b-iqqxchpapf] {
    color: #adb5bd;
}

.calendar-day.today[b-iqqxchpapf] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.calendar-day.today .persian-date[b-iqqxchpapf] {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.calendar-day.today .georgian-date[b-iqqxchpapf] {
    color: rgba(255, 255, 255, 0.8);
}

/* Working Days and Weekend Styles */
.calendar-day.working-day[b-iqqxchpapf] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    border-left: 4px solid #28a745;
}

.calendar-day.weekend[b-iqqxchpapf] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left: 4px solid #ffc107;
}

.calendar-day.working-day.today[b-iqqxchpapf] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.calendar-day.weekend.today[b-iqqxchpapf] {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    color: white;
}

.day-tag[b-iqqxchpapf] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
    white-space: nowrap;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.working-tag[b-iqqxchpapf] {
    background: rgba(40, 167, 69, 0.9);
    color: white;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.weekend-tag[b-iqqxchpapf] {
    background: rgba(255, 193, 7, 0.9);
    color: #212529;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

.calendar-day.today .working-tag[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.calendar-day.today .weekend-tag[b-iqqxchpapf] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.persian-date[b-iqqxchpapf] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #495057;
    text-align: center;
}

.georgian-date[b-iqqxchpapf] {
    font-size: 0.85rem;
    color: #6c757d;
    text-align: center;
    margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .calendar-container[b-iqqxchpapf] {
        padding: 10px;
    }
    
    .calendar-header[b-iqqxchpapf] {
        padding: 15px;
    }
    
    .persian-month[b-iqqxchpapf] {
        font-size: 2rem;
    }
    
    .persian-year[b-iqqxchpapf] {
        font-size: 1.4rem;
    }
    
    .month-year-selector[b-iqqxchpapf] {
        flex-direction: column;
        gap: 10px;
    }
    
    .calendar-day[b-iqqxchpapf] {
        min-height: 80px;
        padding: 8px;
    }
    
    .persian-date[b-iqqxchpapf] {
        font-size: 1rem;
    }
    
    .georgian-date[b-iqqxchpapf] {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .calendar-day[b-iqqxchpapf] {
        min-height: 60px;
        padding: 5px;
    }
    
    .persian-date[b-iqqxchpapf] {
        font-size: 0.9rem;
    }
    
    .georgian-date[b-iqqxchpapf] {
        font-size: 0.7rem;
    }
    
    .weekday[b-iqqxchpapf] {
        padding: 10px 5px;
        font-size: 12px;
    }
}

/* Animation for smooth transitions */
.calendar-day[b-iqqxchpapf] {
    animation: fadeIn-b-iqqxchpapf 0.3s ease-in-out;
}

@keyframes fadeIn-b-iqqxchpapf {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom scrollbar for select elements */
.year-select[b-iqqxchpapf]::-webkit-scrollbar,
.month-select[b-iqqxchpapf]::-webkit-scrollbar {
    width: 8px;
}

.year-select[b-iqqxchpapf]::-webkit-scrollbar-track,
.month-select[b-iqqxchpapf]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.year-select[b-iqqxchpapf]::-webkit-scrollbar-thumb,
.month-select[b-iqqxchpapf]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.year-select[b-iqqxchpapf]::-webkit-scrollbar-thumb:hover,
.month-select[b-iqqxchpapf]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}
/* _content/Lookif.ToDoList.UI/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Page Styles */

.card[b-hwg56ecm97] {
    transition: transform 0.2s ease-in-out;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card:hover[b-hwg56ecm97] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bg-primary[b-hwg56ecm97] {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
}

.bg-success[b-hwg56ecm97] {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
}

.bg-warning[b-hwg56ecm97] {
    background: linear-gradient(135deg, #ffc107, #e0a800) !important;
}

.bg-danger[b-hwg56ecm97] {
    background: linear-gradient(135deg, #dc3545, #c82333) !important;
}

.card-body[b-hwg56ecm97] {
    padding: 1.5rem;
}

.card-title[b-hwg56ecm97] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.card-text[b-hwg56ecm97] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.list-group-item[b-hwg56ecm97] {
    border: none;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 0;
}

.list-group-item:last-child[b-hwg56ecm97] {
    border-bottom: none;
}

.badge[b-hwg56ecm97] {
    font-size: 0.75em;
    padding: 0.5em 0.75em;
}

.btn[b-hwg56ecm97] {
    transition: all 0.15s ease-in-out;
}

.btn:hover[b-hwg56ecm97] {
    transform: translateY(-1px);
}

.d-grid .btn[b-hwg56ecm97] {
    text-align: left;
    padding: 0.75rem 1rem;
}

.d-grid .btn i[b-hwg56ecm97] {
    margin-right: 0.5rem;
    width: 1rem;
}

/* Quick Actions */
.d-grid[b-hwg56ecm97] {
    gap: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-title[b-hwg56ecm97] {
        font-size: 1.5rem;
    }
    
    .fa-2x[b-hwg56ecm97] {
        font-size: 1.5em !important;
    }
    
    .d-flex.justify-content-between[b-hwg56ecm97] {
        flex-direction: column;
        text-align: center;
    }
    
    .d-flex.justify-content-between > div:last-child[b-hwg56ecm97] {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .col-md-3[b-hwg56ecm97] {
        margin-bottom: 1rem;
    }
    
    .card-body[b-hwg56ecm97] {
        padding: 1rem;
    }
}

/* _content/Lookif.ToDoList.UI/Pages/DayStructure/Index.razor.rz.scp.css */
/* Modern DayType Card Design */
.daytype-card[b-3qka8if7i9] {
    transition: all 0.3s ease;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    overflow: hidden;
}

.daytype-card:hover[b-3qka8if7i9] {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.daytype-card .card-header[b-3qka8if7i9] {
    padding: 1.5rem;
    border: none;
    position: relative;
    overflow: hidden;
}

.daytype-card .card-header[b-3qka8if7i9]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}

.daytype-icon[b-3qka8if7i9] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.daytype-icon i[b-3qka8if7i9] {
    font-size: 1.5rem;
    color: white;
}

.daytype-title h5[b-3qka8if7i9] {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.daytype-color-preview[b-3qka8if7i9] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.daytype-card .card-body[b-3qka8if7i9] {
    padding: 1.5rem;
    background: #ffffff;
}

.daytype-card .card-footer[b-3qka8if7i9] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

/* Action Buttons Styling */
.daytype-card .card-footer .btn[b-3qka8if7i9] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-width: 2px;
}

.daytype-card .card-footer .btn-outline-info[b-3qka8if7i9] {
    color: #17a2b8;
    border-color: #17a2b8;
}

.daytype-card .card-footer .btn-outline-info:hover[b-3qka8if7i9] {
    background-color: #17a2b8;
    border-color: #17a2b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

.daytype-card .card-footer .btn-outline-warning[b-3qka8if7i9] {
    color: #ffc107;
    border-color: #ffc107;
}

.daytype-card .card-footer .btn-outline-warning:hover[b-3qka8if7i9] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.daytype-card .card-footer .btn-outline-danger[b-3qka8if7i9] {
    color: #dc3545;
    border-color: #dc3545;
}

.daytype-card .card-footer .btn-outline-danger:hover[b-3qka8if7i9] {
    background-color: #dc3545;
    border-color: #dc3545;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.shifts-section[b-3qka8if7i9] {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    margin-top: 1rem;
}

.shifts-list[b-3qka8if7i9] {
    max-height: 100px;
    overflow-y: auto;
}

.shifts-list .badge[b-3qka8if7i9] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.dropdown-toggle[b-3qka8if7i9]::after {
    display: none;
}

.dropdown-menu[b-3qka8if7i9] {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.dropdown-item[b-3qka8if7i9] {
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.dropdown-item:hover[b-3qka8if7i9] {
    background-color: #f8f9fa;
}

.dropdown-item.text-danger:hover[b-3qka8if7i9] {
    background-color: #f8d7da;
    color: #721c24 !important;
}

/* Empty state styling */
.text-center.py-5[b-3qka8if7i9] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    border: 2px dashed #dee2e6;
}

.text-center.py-5 i[b-3qka8if7i9] {
    opacity: 0.5;
}

/* Loading state */
.spinner-border[b-3qka8if7i9] {
    width: 3rem;
    height: 3rem;
}

/* Card color variations */
.daytype-card[style*="border-left: 4px solid #007bff"][b-3qka8if7i9] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
}

.daytype-card[style*="border-left: 4px solid #28a745"][b-3qka8if7i9] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f8f9fa 100%);
}

.daytype-card[style*="border-left: 4px solid #ffc107"][b-3qka8if7i9] {
    background: linear-gradient(135deg, #fff3cd 0%, #f8f9fa 100%);
}

.daytype-card[style*="border-left: 4px solid #dc3545"][b-3qka8if7i9] {
    background: linear-gradient(135deg, #f8d7da 0%, #f8f9fa 100%);
}

.daytype-card[style*="border-left: 4px solid #6f42c1"][b-3qka8if7i9] {
    background: linear-gradient(135deg, #e2d9f3 0%, #f8f9fa 100%);
}

/* Shift card styling */
.shift-card[b-3qka8if7i9] {
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #28a745;
}

.shift-card:hover[b-3qka8if7i9] {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.shift-card .card-body[b-3qka8if7i9] {
    padding: 1.5rem;
}

.shift-time[b-3qka8if7i9] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f8f9fa 100%);
    border-radius: 8px;
    padding: 0.75rem;
    border: 1px solid #d4edda;
}

.shift-time i[b-3qka8if7i9] {
    font-size: 1.1rem;
}

.shift-duration[b-3qka8if7i9] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 0.5rem;
    margin-top: 1rem;
    border: 1px solid #e9ecef;
}

.shift-effective-time[b-3qka8if7i9] {
    background: linear-gradient(135deg, #d4edda 0%, #f8f9fa 100%);
    border-radius: 6px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border-left: 3px solid #28a745;
}

/* Button styling for shifts */
.btn-success[b-3qka8if7i9] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.btn-success:hover[b-3qka8if7i9] {
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.4);
}

/* Section spacing */
.mt-5[b-3qka8if7i9] {
    margin-top: 3rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .daytype-card .card-body[b-3qka8if7i9],
    .shift-card .card-body[b-3qka8if7i9] {
        padding: 1rem;
    }
    
    .daytype-card .card-header[b-3qka8if7i9] {
        padding: 1rem;
    }
    
    .daytype-icon[b-3qka8if7i9] {
        width: 40px;
        height: 40px;
        margin-right: 0.75rem;
    }
    
    .daytype-icon i[b-3qka8if7i9] {
        font-size: 1.25rem;
    }
    
    .daytype-card .card-footer[b-3qka8if7i9] {
        padding: 0.75rem 1rem;
    }
    
    .daytype-card .card-footer .d-flex[b-3qka8if7i9] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .daytype-card .card-footer .btn[b-3qka8if7i9] {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    
    .shifts-list[b-3qka8if7i9] {
        max-height: 80px;
    }
    
    .d-flex.justify-content-between[b-3qka8if7i9] {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .d-flex.justify-content-between button[b-3qka8if7i9] {
        margin-top: 1rem;
        width: 100%;
    }
    
    .shift-time[b-3qka8if7i9] {
        padding: 0.5rem;
    }
    
    .shift-duration[b-3qka8if7i9] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .shift-effective-time[b-3qka8if7i9] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
}

/* Modern Shift Card Design */
.shift-card[b-3qka8if7i9] {
    transition: all 0.3s ease;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    overflow: hidden;
}

.shift-card:hover[b-3qka8if7i9] {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.shift-card .card-header[b-3qka8if7i9] {
    padding: 1rem 1.5rem;
    border: none;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.shift-card .card-body[b-3qka8if7i9] {
    padding: 1.5rem;
    background: #ffffff;
}

.shift-card .card-footer[b-3qka8if7i9] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.shift-time[b-3qka8if7i9] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 8px;
    padding: 0.75rem;
    border-left: 4px solid #28a745;
}

.shift-duration[b-3qka8if7i9] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 0.5rem;
    border-left: 3px solid #6c757d;
}

.shift-effective-time[b-3qka8if7i9] {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border-radius: 6px;
    padding: 0.5rem;
    border-left: 3px solid #17a2b8;
}

/* Action Buttons Styling for Shift Cards */
.shift-card .card-footer .btn[b-3qka8if7i9] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-width: 2px;
}

.shift-card .card-footer .btn-outline-info[b-3qka8if7i9] {
    color: #17a2b8;
    border-color: #17a2b8;
}

.shift-card .card-footer .btn-outline-info:hover[b-3qka8if7i9] {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
    transform: translateY(-2px);
}

.shift-card .card-footer .btn-outline-warning[b-3qka8if7i9] {
    color: #ffc107;
    border-color: #ffc107;
}

.shift-card .card-footer .btn-outline-warning:hover[b-3qka8if7i9] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
    transform: translateY(-2px);
}

.shift-card .card-footer .btn-outline-danger[b-3qka8if7i9] {
    color: #dc3545;
    border-color: #dc3545;
}

.shift-card .card-footer .btn-outline-danger:hover[b-3qka8if7i9] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    transform: translateY(-2px);
}

/* Filter Section Styling */
.filter-section[b-3qka8if7i9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-section .form-label[b-3qka8if7i9] {
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
}

.filter-section .form-select[b-3qka8if7i9] {
    min-width: 150px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}

.filter-section .form-select:focus[b-3qka8if7i9] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Shift Card Header with DayType Colors */
.shift-card .card-header[b-3qka8if7i9] {
    padding: 1rem 1.5rem;
    border: none;
    position: relative;
    overflow: hidden;
}

.shift-card .card-header[b-3qka8if7i9]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}

.shift-card .card-header .btn-outline-light[b-3qka8if7i9] {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.shift-card .card-header .btn-outline-light:hover[b-3qka8if7i9] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

/* Responsive adjustments for shift cards */
@media (max-width: 768px) {
    .shift-card .card-footer .d-flex[b-3qka8if7i9] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .shift-card .card-footer .btn[b-3qka8if7i9] {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    
    .filter-section[b-3qka8if7i9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .filter-section .form-select[b-3qka8if7i9] {
        width: 100%;
        min-width: auto;
    }
}

/* _content/Lookif.ToDoList.UI/Pages/DayStructure/ManageDayType.razor.rz.scp.css */
/* Clean and Simple Modal Design */
.modal-backdrop[b-qqtqqumtjr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-dialog[b-qqtqqumtjr] {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.modal-content[b-qqtqqumtjr] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.modal-header[b-qqtqqumtjr] {
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title[b-qqtqqumtjr] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

.btn-close[b-qqtqqumtjr] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-close:hover[b-qqtqqumtjr] {
    background-color: #f8f9fa;
    color: #495057;
}

.modal-body[b-qqtqqumtjr] {
    padding: 1.5rem;
}

.modal-footer[b-qqtqqumtjr] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Form Controls */
.form-control[b-qqtqqumtjr] {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-qqtqqumtjr] {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-color[b-qqtqqumtjr] {
    width: 50px;
    height: 38px;
    padding: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
}

.color-preview[b-qqtqqumtjr] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    display: inline-block;
}

/* Buttons */
.btn[b-qqtqqumtjr] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-secondary[b-qqtqqumtjr] {
    color: #6c757d;
    background-color: #fff;
    border-color: #6c757d;
}

.btn-secondary:hover[b-qqtqqumtjr] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-primary[b-qqtqqumtjr] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover:not(:disabled)[b-qqtqqumtjr] {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn:disabled[b-qqtqqumtjr] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Form Labels */
.form-label[b-qqtqqumtjr] {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

/* Validation */
.validation-message[b-qqtqqumtjr] {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-dialog[b-qqtqqumtjr] {
        margin: 0.5rem;
    }
    
    .modal-header[b-qqtqqumtjr],
    .modal-body[b-qqtqqumtjr],
    .modal-footer[b-qqtqqumtjr] {
        padding: 1rem;
    }
    
    .modal-footer[b-qqtqqumtjr] {
        flex-direction: column;
    }
    
    .btn[b-qqtqqumtjr] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* _content/Lookif.ToDoList.UI/Pages/DayStructure/ManageShift.razor.rz.scp.css */
.modal-lg[b-kyu40cdbia] {
    max-width: 800px;
}

.modal-body[b-kyu40cdbia] {
    padding: 2rem;
}

.form-label[b-kyu40cdbia] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control[b-kyu40cdbia] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.form-control:focus[b-kyu40cdbia] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.text-danger[b-kyu40cdbia] {
    color: #dc3545 !important;
}

.btn-primary[b-kyu40cdbia] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary:hover[b-kyu40cdbia] {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.btn-secondary[b-kyu40cdbia] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.spinner-border-sm[b-kyu40cdbia] {
    width: 1rem;
    height: 1rem;
}

/* Validation message styling */
.validation-message[b-kyu40cdbia] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-lg[b-kyu40cdbia] {
        max-width: 95%;
        margin: 0.5rem;
    }
    
    .modal-body[b-kyu40cdbia] {
        padding: 1rem;
    }
    
    .row[b-kyu40cdbia] {
        margin: 0;
    }
    
    .col-md-6[b-kyu40cdbia],
    .col-md-3[b-kyu40cdbia] {
        padding: 0.25rem;
    }
}





/* _content/Lookif.ToDoList.UI/Pages/DayStructure/ShiftSelectionModal.razor.rz.scp.css */
.shifts-available[b-7rylnqq57j],
.shifts-selected[b-7rylnqq57j] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    background: #f8f9fa;
}

.shift-item[b-7rylnqq57j] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shift-item:hover[b-7rylnqq57j] {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shift-item.selected[b-7rylnqq57j] {
    background: #e3f2fd;
    border-color: #2196f3;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2);
}

.shift-item:last-child[b-7rylnqq57j] {
    margin-bottom: 0;
}

.form-check[b-7rylnqq57j] {
    margin: 0;
}

.form-check-input[b-7rylnqq57j] {
    margin-top: 0.25rem;
}

.form-check-label[b-7rylnqq57j] {
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.create-new-shift[b-7rylnqq57j] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.create-new-shift h6[b-7rylnqq57j] {
    color: #495057;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

/* Empty state styling */
.text-center.py-4[b-7rylnqq57j] {
    background: white;
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

.text-center.py-4 i[b-7rylnqq57j] {
    opacity: 0.5;
}

/* Button styles */
.btn-success[b-7rylnqq57j] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.btn-success:hover[b-7rylnqq57j] {
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.4);
}

.btn-outline-danger[b-7rylnqq57j] {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-outline-danger:hover[b-7rylnqq57j] {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Modal specific styles */
.modal-xl[b-7rylnqq57j] {
    max-width: 1200px;
}

.modal-body[b-7rylnqq57j] {
    padding: 2rem;
}

/* Scrollbar styling */
.shifts-available[b-7rylnqq57j]::-webkit-scrollbar,
.shifts-selected[b-7rylnqq57j]::-webkit-scrollbar {
    width: 6px;
}

.shifts-available[b-7rylnqq57j]::-webkit-scrollbar-track,
.shifts-selected[b-7rylnqq57j]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.shifts-available[b-7rylnqq57j]::-webkit-scrollbar-thumb,
.shifts-selected[b-7rylnqq57j]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.shifts-available[b-7rylnqq57j]::-webkit-scrollbar-thumb:hover,
.shifts-selected[b-7rylnqq57j]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-xl[b-7rylnqq57j] {
        max-width: 95%;
        margin: 0.5rem;
    }
    
    .modal-body[b-7rylnqq57j] {
        padding: 1rem;
    }
    
    .shifts-available[b-7rylnqq57j],
    .shifts-selected[b-7rylnqq57j] {
        max-height: 300px;
    }
    
    .create-new-shift .row[b-7rylnqq57j] {
        margin: 0;
    }
    
    .create-new-shift .col-md-4[b-7rylnqq57j],
    .create-new-shift .col-md-3[b-7rylnqq57j],
    .create-new-shift .col-md-2[b-7rylnqq57j] {
        padding: 0.25rem;
    }
    
    .btn[b-7rylnqq57j] {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
}






/* _content/Lookif.ToDoList.UI/Pages/Index.razor.rz.scp.css */

/* Index Page Styles */
.landing-page[b-6w9s6fwre2] {
    background: var(--background, var(--bg-primary));
    color: var(--text-primary);
}

/* Navigation - Ultra Modern Clean Design */

.btn[b-6w9s6fwre2] {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-primary);
}

.btn[b-6w9s6fwre2]::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;
}

.btn:hover[b-6w9s6fwre2]::before {
    left: 100%;
}

.btn-primary[b-6w9s6fwre2] {
    background: var(--gradient-primary);
    color: #ffffff;
    font-weight: 600;
}

.btn-primary:hover[b-6w9s6fwre2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

.btn-primary-large[b-6w9s6fwre2] {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    border-radius: var(--radius-lg);
    font-weight: 700;
    background: var(--gradient-primary);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.btn-primary-large:hover[b-6w9s6fwre2] {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.5);
}

.btn-secondary[b-6w9s6fwre2] {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover[b-6w9s6fwre2] {
    background: rgba(59, 130, 246, 0.1);
    border-color: var(--accent-blue);
    transform: translateY(-2px);
}

.btn-outline[b-6w9s6fwre2] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--text-primary);
}

.btn-outline:hover[b-6w9s6fwre2] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}


/* Hero Section */
.hero-section[b-6w9s6fwre2] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}

.hero-background[b-6w9s6fwre2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.floating-shapes[b-6w9s6fwre2] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape[b-6w9s6fwre2] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.08));
    /* Removed backdrop-filter for performance */
    /* Removed animation for performance - static shapes only */
    box-shadow: 0 0 40px rgba(99, 102, 241, 0.2);
}

.shape-1[b-6w9s6fwre2] {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
    background: linear-gradient(45deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.15));
}

.shape-2[b-6w9s6fwre2] {
    width: 200px;
    height: 200px;
    top: 60%;
    left: 15%;
    animation-delay: -7s;
    background: linear-gradient(45deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.1));
}

.shape-3[b-6w9s6fwre2] {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 20%;
    animation-delay: -14s;
    background: linear-gradient(45deg, rgba(16, 185, 129, 0.2), rgba(99, 102, 241, 0.1));
}

.shape-4[b-6w9s6fwre2] {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 60%;
    animation-delay: -21s;
    background: linear-gradient(45deg, rgba(99, 102, 241, 0.2), rgba(16, 185, 129, 0.1));
}

/* Removed float animation for performance */

.hero-content[b-6w9s6fwre2] {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-text[b-6w9s6fwre2] {
    text-align: right;
}

.hero-title[b-6w9s6fwre2] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    /* Removed animation for faster initial load */
    color: var(--text-primary);
}

.title-main[b-6w9s6fwre2] {
    display: block;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.title-subtitle[b-6w9s6fwre2] {
    display: block;
    font-size: 1.5rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.hero-description[b-6w9s6fwre2] {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--text-secondary);
    /* Removed animation for faster initial load */
    max-width: 600px;
}

.hero-cta[b-6w9s6fwre2] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    /* Removed animation for faster initial load */
}

@keyframes fadeInUp-b-6w9s6fwre2 {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Interactive Dashboard */
.hero-visual[b-6w9s6fwre2] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Removed animation for faster initial load */
}

.hero-features-grid[b-6w9s6fwre2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 600px;
}

.feature-highlight[b-6w9s6fwre2] {
    background: var(--card-bg);
    border-radius: var(--radius-xl);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-highlight:hover[b-6w9s6fwre2] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-lg);
}

.feature-icon-large[b-6w9s6fwre2] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(168, 85, 247, 0.1));
    border-radius: var(--radius-lg);
    color: var(--accent-blue);
}

.feature-icon-large svg[b-6w9s6fwre2] {
    width: 36px;
    height: 36px;
}

.feature-highlight h3[b-6w9s6fwre2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.feature-highlight p[b-6w9s6fwre2] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Scroll Indicator */
.scroll-indicator[b-6w9s6fwre2] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    /* Simplified: removed infinite bounce animation */
    cursor: pointer;
    z-index: 10;
    background: rgba(99, 102, 241, 0.2);
    /* Reduced backdrop-filter for performance */
    backdrop-filter: blur(5px);
    border-radius: 50%;
    padding: 1rem;
    border: 1px solid rgba(99, 102, 241, 0.3);
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    opacity: 0.8;
}

.scroll-indicator:hover[b-6w9s6fwre2] {
    background: rgba(99, 102, 241, 0.3);
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
}

.scroll-indicator svg[b-6w9s6fwre2] {
    width: 24px;
    height: 24px;
    color: var(--text-primary);
}

/* Removed bounce animation for performance - using hover effect instead */

/* Section Styles */
.structure-section[b-6w9s6fwre2],
.shifts-section[b-6w9s6fwre2],
.ai-section[b-6w9s6fwre2] {
    padding: 8rem 2rem;
    background: rgba(10, 14, 39, 0.3);
    /* Reduced backdrop-filter for performance */
    backdrop-filter: blur(5px);
    position: relative;
}

.structure-section[b-6w9s6fwre2]::before,
.shifts-section[b-6w9s6fwre2]::before,
.ai-section[b-6w9s6fwre2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(132, 169, 140, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(168, 218, 220, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.container[b-6w9s6fwre2] {
    max-width: 1400px;
    margin: 0 auto;
}

.section-header[b-6w9s6fwre2] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title[b-6w9s6fwre2] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    line-height: 1.2;
}

.section-subtitle[b-6w9s6fwre2] {
    font-size: 1rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* Structure Grid */
.structure-grid[b-6w9s6fwre2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: stretch;
}

.structure-card[b-6w9s6fwre2] {
    background: var(--card-bg);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    min-width: 300px;
    max-width: 400px;
}

.structure-card[b-6w9s6fwre2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transition: opacity 0.3s ease;
    opacity: 0;
}

.structure-card:hover[b-6w9s6fwre2]::before {
    opacity: 1;
}

.structure-card:hover[b-6w9s6fwre2] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.1);
}

.structure-card .card-icon[b-6w9s6fwre2] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.1);
    border-radius: var(--radius-lg);
    padding: 1rem;
    color: var(--accent-blue);
    transition: all 0.3s ease;
}

.structure-card h3[b-6w9s6fwre2] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.structure-card p[b-6w9s6fwre2] {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.time-range[b-6w9s6fwre2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-tertiary);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Shift Features Grid */
.shift-features-grid[b-6w9s6fwre2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
}


/* AI Features */
.ai-features[b-6w9s6fwre2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: stretch;
}

.feature-card[b-6w9s6fwre2] {
    background: var(--card-bg);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    min-width: 300px;
    max-width: 400px;
}

.feature-card[b-6w9s6fwre2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover[b-6w9s6fwre2]::before {
    opacity: 1;
}

.feature-card:hover[b-6w9s6fwre2] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.1);
}

.feature-icon[b-6w9s6fwre2] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(168, 85, 247, 0.1);
    border-radius: var(--radius-lg);
    padding: 1rem;
    color: var(--accent-purple);
    transition: all 0.3s ease;
}

.feature-card h3[b-6w9s6fwre2] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.feature-card p[b-6w9s6fwre2] {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.feature-stats[b-6w9s6fwre2] {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.stat[b-6w9s6fwre2] {
    text-align: center;
}

.stat-value[b-6w9s6fwre2] {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--accent-blue);
    margin-bottom: 0.25rem;
}

.stat-label[b-6w9s6fwre2] {
    font-size: 0.875rem;
    color: var(--text-tertiary);
    font-weight: 600;
}

/* CTA Section */
.cta-section[b-6w9s6fwre2] {
    padding: 8rem 2rem;
    background: rgba(10, 14, 39, 0.4);
    /* Reduced backdrop-filter for performance */
    backdrop-filter: blur(5px);
    text-align: center;
    position: relative;
}

.cta-section[b-6w9s6fwre2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(244, 162, 97, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content[b-6w9s6fwre2] {
    position: relative;
    z-index: 1;
}

.cta-section h2[b-6w9s6fwre2] {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.cta-section p[b-6w9s6fwre2] {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons[b-6w9s6fwre2] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.cta-features[b-6w9s6fwre2] {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-item[b-6w9s6fwre2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.feature-item svg[b-6w9s6fwre2] {
    width: 20px;
    height: 20px;
    color: var(--mint-green);
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-content[b-6w9s6fwre2] {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
    }

    .hero-text[b-6w9s6fwre2] {
        text-align: center;
    }

    .title-main[b-6w9s6fwre2] {
        font-size: 4rem;
    }

    .title-subtitle[b-6w9s6fwre2] {
        font-size: 2rem;
    }

    .hero-description[b-6w9s6fwre2] {
        font-size: 1.1rem;
    }

    .interactive-dashboard[b-6w9s6fwre2] {
        max-width: 500px;
    }


}

@media (max-width: 768px) {

    .hero-section[b-6w9s6fwre2] {
        padding: 6rem 1rem 2rem;
    }

    .title-main[b-6w9s6fwre2] {
        font-size: 3rem;
    }

    .title-subtitle[b-6w9s6fwre2] {
        font-size: 1.5rem;
    }

    .hero-description[b-6w9s6fwre2] {
        font-size: 1rem;
    }

    .hero-cta[b-6w9s6fwre2] {
        justify-content: center;
    }

    .btn[b-6w9s6fwre2] {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .hero-features-grid[b-6w9s6fwre2] {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .feature-highlight[b-6w9s6fwre2] {
        padding: 1.5rem;
    }

    .section-title[b-6w9s6fwre2] {
        font-size: 2.5rem;
    }

    .section-subtitle[b-6w9s6fwre2] {
        font-size: 1.1rem;
    }

    .structure-grid[b-6w9s6fwre2],
    .shift-features-grid[b-6w9s6fwre2],
    .ai-features[b-6w9s6fwre2] {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .structure-card[b-6w9s6fwre2],
    .feature-card[b-6w9s6fwre2] {
        padding: 2rem 1.5rem;
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }

    .card-icon[b-6w9s6fwre2],
    .feature-icon[b-6w9s6fwre2] {
        width: 60px;
        height: 60px;
        padding: 1rem;
    }

    .structure-card h3[b-6w9s6fwre2],
    .feature-card h3[b-6w9s6fwre2] {
        font-size: 1.5rem;
    }

    .structure-card p[b-6w9s6fwre2],
    .feature-card p[b-6w9s6fwre2] {
        font-size: 1rem;
    }


    .cta-section h2[b-6w9s6fwre2] {
        font-size: 2.5rem;
    }

    .cta-section p[b-6w9s6fwre2] {
        font-size: 1.1rem;
    }

    .btn[b-6w9s6fwre2] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .cta-buttons[b-6w9s6fwre2] {
        gap: 1rem;
    }

    .cta-features[b-6w9s6fwre2] {
        gap: 2rem;
    }

    .feature-item[b-6w9s6fwre2] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .title-main[b-6w9s6fwre2] {
        font-size: 2.5rem;
    }

    .title-subtitle[b-6w9s6fwre2] {
        font-size: 1.25rem;
    }

    .hero-description[b-6w9s6fwre2] {
        font-size: 0.95rem;
    }

    .interactive-dashboard[b-6w9s6fwre2] {
        gap: 1rem;
    }

    .dashboard-card[b-6w9s6fwre2] {
        padding: 1rem;
    }

    .card-header[b-6w9s6fwre2] {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .card-icon[b-6w9s6fwre2] {
        width: 36px;
        height: 36px;
    }

    .card-header span[b-6w9s6fwre2] {
        font-size: 1rem;
    }

    .todo-item[b-6w9s6fwre2],
    .event-item[b-6w9s6fwre2] {
        padding: 0.5rem;
        gap: 0.75rem;
    }

    .todo-item span[b-6w9s6fwre2],
    .event-title[b-6w9s6fwre2] {
        font-size: 0.875rem;
    }

    .timer-circle[b-6w9s6fwre2] {
        width: 100px;
        height: 100px;
    }

    .timer-text[b-6w9s6fwre2] {
        font-size: 1.25rem;
    }

    .section-title[b-6w9s6fwre2] {
        font-size: 2rem;
    }

    .section-subtitle[b-6w9s6fwre2] {
        font-size: 1rem;
    }

    .structure-grid[b-6w9s6fwre2],
    .shift-features-grid[b-6w9s6fwre2],
    .ai-features[b-6w9s6fwre2] {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .structure-card[b-6w9s6fwre2],
    .feature-card[b-6w9s6fwre2] {
        padding: 1.5rem 1rem;
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }

    .card-icon[b-6w9s6fwre2],
    .feature-icon[b-6w9s6fwre2] {
        width: 50px;
        height: 50px;
        padding: 0.75rem;
    }

    .structure-card h3[b-6w9s6fwre2],
    .feature-card h3[b-6w9s6fwre2] {
        font-size: 1.25rem;
    }

    .structure-card p[b-6w9s6fwre2],
    .feature-card p[b-6w9s6fwre2] {
        font-size: 0.9rem;
    }


    .cta-section h2[b-6w9s6fwre2] {
        font-size: 2rem;
    }

    .cta-section p[b-6w9s6fwre2] {
        font-size: 1rem;
    }

    .btn[b-6w9s6fwre2] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .cta-buttons[b-6w9s6fwre2] {
        flex-direction: column;
        align-items: center;
    }

    .cta-features[b-6w9s6fwre2] {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .feature-item[b-6w9s6fwre2] {
        font-size: 0.85rem;
    }

    .feature-stats[b-6w9s6fwre2] {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    *[b-6w9s6fwre2] {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {
    .landing-page[b-6w9s6fwre2] {
        background: #000;
        color: #fff;
    }

    .btn-primary[b-6w9s6fwre2] {
        background: #fff;
        color: #000;
        border: 2px solid #fff;
    }

    .btn-secondary[b-6w9s6fwre2],
    .btn-outline[b-6w9s6fwre2] {
        border: 2px solid #fff;
        color: #fff;
    }
}

/* Focus styles for keyboard navigation */
.btn:focus[b-6w9s6fwre2] {
    outline: 2px solid var(--accent-pink);
    outline-offset: 2px;
}

/* Screen reader only text */
.sr-only[b-6w9s6fwre2] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Persian text enhancements */
[dir="rtl"][b-6w9s6fwre2] {
    text-align: right;
}

[dir="rtl"] .hero-text[b-6w9s6fwre2],
[dir="rtl"] .section-header[b-6w9s6fwre2],
[dir="rtl"] .cta-content[b-6w9s6fwre2] {
    text-align: center;
}

/* Custom scrollbar for webkit browsers */
[b-6w9s6fwre2]::-webkit-scrollbar {
    width: 8px;
}

[b-6w9s6fwre2]::-webkit-scrollbar-track {
    background: rgba(26, 34, 56, 0.5);
}

[b-6w9s6fwre2]::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 4px;
}

[b-6w9s6fwre2]::-webkit-scrollbar-thumb:hover {
    background: var(--accent-blue);
}

/* ========================================
   MESMERIZING LOADING SCREEN
   ======================================== */
.loading-screen[b-6w9s6fwre2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--hero-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading-screen.active[b-6w9s6fwre2] {
    opacity: 1;
    visibility: visible;
}

.loading-screen.hidden[b-6w9s6fwre2] {
    opacity: 0;
    visibility: hidden;
}

.loading-content[b-6w9s6fwre2] {
    text-align: center;
    position: relative;
    z-index: 2;
}

.loading-logo[b-6w9s6fwre2] {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
}

.logo-svg[b-6w9s6fwre2] {
    width: 100%;
    height: 100%;
}

.logo-circle[b-6w9s6fwre2] {
    /* Simplified: single animation instead of infinite loop */
    animation: drawCircle-b-6w9s6fwre2 1.5s ease-in-out;
}

.logo-check[b-6w9s6fwre2] {
    /* Simplified: single animation instead of infinite loop */
    animation: drawCheck-b-6w9s6fwre2 1s ease-in-out 0.5s;
}

@keyframes drawCircle-b-6w9s6fwre2 {
    0% {
        stroke-dashoffset: 251.2;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck-b-6w9s6fwre2 {
    0% {
        stroke-dashoffset: 60;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.loading-title[b-6w9s6fwre2] {
    font-size: 3rem;
    font-weight: 900;
    color: var(--text-primary);
    margin-bottom: 1rem;
    /* Removed pulse animation for performance */
}

.loading-subtitle[b-6w9s6fwre2] {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.loading-bar[b-6w9s6fwre2] {
    width: 250px;
    height: 4px;
    background: rgba(99, 102, 241, 0.3);
    border-radius: 2px;
    margin: 0 auto;
    overflow: hidden;
}

.loading-progress[b-6w9s6fwre2] {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 2px;
    /* Simplified: single animation instead of infinite loop */
    animation: loadingProgress-b-6w9s6fwre2 1.5s ease-in-out;
    width: 100%;
}

@keyframes loadingProgress-b-6w9s6fwre2 {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

/* Removed pulse animation for performance */

.persian-pattern-overlay[b-6w9s6fwre2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(244, 162, 97, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(168, 218, 220, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(132, 169, 140, 0.08) 0%, transparent 70%);
    /* Removed animation for performance */
}

/* Removed patternFloat animation for performance */

/* ========================================
   SIMPLE BACKGROUND PATTERN (No external JS)
   ======================================== */
.landing-page[b-6w9s6fwre2]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 32px, rgba(99, 102, 241, 0.06) 32px, rgba(99, 102, 241, 0.06) 64px),
        repeating-linear-gradient(-45deg, transparent, transparent 32px, rgba(139, 92, 246, 0.06) 32px, rgba(139, 92, 246, 0.06) 64px);
    opacity: 0.8;
}

/* Boost pattern visibility in light mode */
[data-theme="light"] .landing-page[b-6w9s6fwre2]::before {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 28px, rgba(99, 102, 241, 0.08) 28px, rgba(99, 102, 241, 0.08) 56px),
        repeating-linear-gradient(-45deg, transparent, transparent 28px, rgba(139, 92, 246, 0.08) 28px, rgba(139, 92, 246, 0.08) 56px);
    opacity: 0.9;
}

/* ========================================
   ANIMATED BUTTONS WITH MORPHING
   ======================================== */
.btn-animated[b-6w9s6fwre2] {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-bg-morph[b-6w9s6fwre2] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    pointer-events: none;
}

.btn-animated:hover .btn-bg-morph[b-6w9s6fwre2] {
    width: 300%;
    height: 300%;
}

/* Removed shimmer animation for performance */

.btn-icon[b-6w9s6fwre2] {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.btn-animated:hover .btn-icon[b-6w9s6fwre2] {
    transform: rotate(360deg) scale(1.2);
}

.btn-text[b-6w9s6fwre2] {
    position: relative;
    z-index: 1;
}

/* ========================================
   HERO STATISTICS SECTION
   ======================================== */
.hero-stats[b-6w9s6fwre2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    padding: 2rem;
    background: var(--card-bg);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-md);
}

.stat-item[b-6w9s6fwre2] {
    text-align: center;
    /* Removed animation for performance */
}

.stat-number[b-6w9s6fwre2] {
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label[b-6w9s6fwre2] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.stat-divider[b-6w9s6fwre2] {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
}

/* ========================================
   SIMPLE ICON ANIMATIONS
   ======================================== */
.card-icon[b-6w9s6fwre2] {
    transition: transform 0.3s ease;
}

.structure-card:hover .card-icon[b-6w9s6fwre2],
.feature-card:hover .card-icon[b-6w9s6fwre2] {
    transform: scale(1.05);
}


/* ========================================
   FOOTER SECTION
   ======================================== */
.footer-section[b-6w9s6fwre2] {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 4rem 0 2rem;
    position: relative;
    border-top: 1px solid var(--border-color);
    box-shadow: 0 -2px 10px var(--shadow-color);
    transition: all 0.3s ease;
}

.footer-content[b-6w9s6fwre2] {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-brand h3[b-6w9s6fwre2] {
    color: var(--text-primary);
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.footer-brand p[b-6w9s6fwre2] {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.social-links[b-6w9s6fwre2] {
    display: flex;
    gap: 1rem;
}

.social-link[b-6w9s6fwre2] {
    width: 48px;
    height: 48px;
    background: rgba(99, 102, 241, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    transition: all 0.3s ease;
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.social-link:hover[b-6w9s6fwre2] {
    background: var(--gradient-primary);
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
    border-color: var(--accent-blue);
}

.social-link svg[b-6w9s6fwre2] {
    width: 24px;
    height: 24px;
}

.footer-links[b-6w9s6fwre2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.footer-column h4[b-6w9s6fwre2] {
    color: var(--text-primary);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.footer-column a[b-6w9s6fwre2] {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.footer-column a:hover[b-6w9s6fwre2] {
    color: var(--accent-blue);
    transform: translateX(-5px);
}

.footer-bottom[b-6w9s6fwre2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.footer-legal[b-6w9s6fwre2] {
    display: flex;
    gap: 2rem;
}

.footer-legal a[b-6w9s6fwre2] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover[b-6w9s6fwre2] {
    color: var(--accent-blue);
}

/* ========================================
   ENHANCED RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1200px) {
    .hero-stats[b-6w9s6fwre2] {
        gap: 2rem;
        padding: 1.5rem;
    }

    .stat-number[b-6w9s6fwre2] {
        font-size: 2.5rem;
    }

    .footer-content[b-6w9s6fwre2] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .loading-logo[b-6w9s6fwre2] {
        width: 80px;
        height: 80px;
    }

    .loading-title[b-6w9s6fwre2] {
        font-size: 2rem;
    }

    .loading-subtitle[b-6w9s6fwre2] {
        font-size: 1rem;
    }

    .hero-stats[b-6w9s6fwre2] {
        flex-direction: column;
        gap: 2rem;
        padding: 1.5rem;
    }

    .stat-divider[b-6w9s6fwre2] {
        width: 60px;
        height: 2px;
    }

    .stat-number[b-6w9s6fwre2] {
        font-size: 2rem;
    }

    .footer-links[b-6w9s6fwre2] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom[b-6w9s6fwre2] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .social-link[b-6w9s6fwre2] {
        width: 40px;
        height: 40px;
    }

    .social-link svg[b-6w9s6fwre2] {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .btn-animated[b-6w9s6fwre2] {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .hero-stats[b-6w9s6fwre2] {
        padding: 1rem;
    }

    .stat-number[b-6w9s6fwre2] {
        font-size: 1.75rem;
    }

    .stat-label[b-6w9s6fwre2] {
        font-size: 0.85rem;
    }

    .footer-section[b-6w9s6fwre2] {
        padding: 3rem 1rem 1.5rem;
    }

    .footer-brand h3[b-6w9s6fwre2] {
        font-size: 2rem;
    }

    .footer-column h4[b-6w9s6fwre2] {
        font-size: 1.1rem;
    }
}

/* ========================================
   ADVANCED ANIMATIONS & EFFECTS
   ======================================== */
/* Removed gradientShift animation for performance */

/* Smooth transitions for all interactive elements */
*[b-6w9s6fwre2] {
    scroll-behavior: smooth;
}

/* Enhanced focus states for better accessibility */
button:focus-visible[b-6w9s6fwre2],
a:focus-visible[b-6w9s6fwre2],
input:focus-visible[b-6w9s6fwre2] {
    outline: 3px solid var(--accent-blue);
    outline-offset: 3px;
    border-radius: 4px;
}

/* Performance optimization - reduce animations on low-end devices */
@media (prefers-reduced-motion: reduce) {
    *[b-6w9s6fwre2],
    *[b-6w9s6fwre2]::before,
    *[b-6w9s6fwre2]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .landing-page[b-6w9s6fwre2]::before {
        display: none;
    }
}
/* _content/Lookif.ToDoList.UI/Pages/LoginRelated/ForgotPassword.razor.rz.scp.css */
.forgot-password-container[b-tj35vl73ec] {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #f5f6fa;
}

.forgot-password-left-column[b-tj35vl73ec] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c3e50;
    padding: 2rem;
}

.brand-content[b-tj35vl73ec] {
    text-align: center;
    color: white;
}

.brand-title[b-tj35vl73ec] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.brand-description[b-tj35vl73ec] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.forgot-password-right-column[b-tj35vl73ec] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.forgot-password-form-wrapper[b-tj35vl73ec] {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title[b-tj35vl73ec] {
    text-align: center;
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.form-subtitle[b-tj35vl73ec] {
    text-align: center;
    color: #7f8c8d;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.form-group[b-tj35vl73ec] {
    margin-bottom: 1.5rem;
}

.input-group[b-tj35vl73ec] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-tj35vl73ec] {
    position: absolute;
    right: 15px;
    color: #7f8c8d;
    width: 20px;
    height: 20px;
}

.form-control[b-tj35vl73ec] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus[b-tj35vl73ec] {
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
    outline: none;
}

.submit-button[b-tj35vl73ec] {
    width: 100%;
    padding: 12px;
    background-color: #2c3e50;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-button:hover[b-tj35vl73ec] {
    background-color: #34495e;
    transform: translateY(-1px);
}

.form-footer[b-tj35vl73ec] {
    margin-top: 2rem;
    text-align: center;
}

.login-link[b-tj35vl73ec] {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.login-link span[b-tj35vl73ec] {
    color: #2c3e50;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.login-link span:hover[b-tj35vl73ec] {
    color: #34495e;
}

.home-link[b-tj35vl73ec] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7f8c8d;
    cursor: pointer;
    transition: color 0.3s ease;
}

.home-link:hover[b-tj35vl73ec] {
    color: #2c3e50;
}

@media only screen and (max-width: 768px) {
    .forgot-password-container[b-tj35vl73ec] {
        flex-direction: column;
    }

    .forgot-password-left-column[b-tj35vl73ec] {
        display: none;
    }

    .forgot-password-right-column[b-tj35vl73ec] {
        padding: 1rem;
    }

    .forgot-password-form-wrapper[b-tj35vl73ec] {
        padding: 1.5rem;
    }
} 
/* _content/Lookif.ToDoList.UI/Pages/LoginRelated/Login.razor.rz.scp.css */
/* Login Page Styles */
.auth-container[b-hyd2stdmrc] {
    display: flex;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background: var(--bg-primary);
    direction: rtl;
    font-family: var(--font-family-regular);
    color: var(--text-primary);
}

.auth-panel[b-hyd2stdmrc] {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.auth-left-column[b-hyd2stdmrc] {
    position: relative;
    background: var(--gradient-primary);
    color: #fff;
}

.auth-left-column[b-hyd2stdmrc]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(50% 60% at 80% 20%, rgba(255,255,255,0.10) 0%, transparent 70%),
        radial-gradient(40% 50% at 20% 80%, rgba(255,255,255,0.06) 0%, transparent 70%);
    pointer-events: none;
}

[data-theme="dark"] .auth-left-column[b-hyd2stdmrc] {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, rgba(59,130,246,.25) 100%);
}

.auth-form-wrapper[b-hyd2stdmrc] {
    width: 100%;
    max-width: 420px;
    min-width: 300px;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    position: relative;
    border: 1px solid var(--border-color);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    transition: box-shadow 0.2s, transform 0.2s;
}

.auth-form-wrapper.loading[b-hyd2stdmrc] {
    pointer-events: none;
}

.auth-form-wrapper.loading .auth-form[b-hyd2stdmrc] {
    opacity: 0.6;
    filter: blur(1.5px);
    pointer-events: none;
}

.form-title[b-hyd2stdmrc] {
    text-align: center;
    color: var(--Button-Main-Color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-family-bold);
    font-weight: bolder;
}

.form-subtitle[b-hyd2stdmrc] {
    text-align: center;
    color: var(--text-primary);
    margin-bottom: 2rem;
    font-size: 1rem;
}
.brand-content[b-hyd2stdmrc] {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.brand-title[b-hyd2stdmrc] {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    font-family: var(--font-family-bold);
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.brand-description[b-hyd2stdmrc] {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
}
.form-group[b-hyd2stdmrc] {
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.2s;
}
.input-group[b-hyd2stdmrc] {
    position: relative;
    display: flex;
    align-items: center;
}
.input-icon[b-hyd2stdmrc] {
    position: absolute;
    right: 1rem;
    color: var(--text-secondary);
    width: 22px;
    height: 22px;
    z-index: 2;
}
.form-control[b-hyd2stdmrc] {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.8rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    font-size: 1rem;
    background: var(--bg-tertiary);
    color: var(--text-primary);
    font-family: var(--font-family-regular);
    transition: box-shadow 0.2s, border 0.2s;
}

.form-control:focus[b-hyd2stdmrc] {
    border-color: var(--Button-Main-Color);
    background: var(--bg-secondary);
    outline: none;
    box-shadow: 0 0 0 2px var(--Button-Main-Color-Light);
}

.form-control:disabled[b-hyd2stdmrc] {
    background: var(--bg-disabled, #e5e7eb);
    color: var(--text-secondary);
    cursor: not-allowed;
}
.PF .form-control[b-hyd2stdmrc] {
    font-family: var(--font-family-regular) !important;
}
.submit-button[b-hyd2stdmrc] {
    width: 100%;
    padding: 1rem;
    background: var(--Button-Main-Color);
    color: #fff;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 1rem;
    font-family: var(--font-family-bold);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    margin-top: 1rem;
    box-shadow: 0 4px 12px var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.submit-button:hover[b-hyd2stdmrc],
.submit-button:focus[b-hyd2stdmrc] {
    background: var(--Button-Main-Color-Light);
    outline: none;
    transform: translateY(-2px);
}

.submit-button:active[b-hyd2stdmrc] {
    transform: translateY(0);
}

.submit-button:disabled[b-hyd2stdmrc] {
    background: #b0b7c3;
    cursor: not-allowed;
    opacity: 0.7;
}
.form-footer[b-hyd2stdmrc] {
    text-align: center;
    margin-top: 1.8rem;
}
.auth-switch[b-hyd2stdmrc] {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.auth-switch span[b-hyd2stdmrc] {
    color: var(--Button-Main-Color);
    font-weight: 700;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
}

.auth-switch span:hover:not(.disabled)[b-hyd2stdmrc] {
    color: var(--Button-Main-Color-Light);
    background: rgba(79, 70, 229, 0.04);
}

.auth-switch span.disabled[b-hyd2stdmrc] {
    color: var(--text-secondary);
    background: none;
    pointer-events: none;
}

.home-link[b-hyd2stdmrc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    padding: 0.32rem 1rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    text-decoration: none;
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    box-shadow: 0 1px 2px 0 var(--shadow-sm);
    transition: color 0.2s, border 0.2s, background 0.2s;
}

.home-link:hover[b-hyd2stdmrc] {
    color: var(--Button-Main-Color);
    border-color: var(--Button-Main-Color);
    background: var(--bg-tertiary);
    transform: translateY(-1px);
}

.home-link.disabled[b-hyd2stdmrc] {
    color: var(--text-secondary);
    pointer-events: none;
    opacity: 0.6;
}

.loading-overlay[b-hyd2stdmrc] {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    z-index: 100;
    filter: none !important;
    backdrop-filter: blur(2px);
}

.loading-content[b-hyd2stdmrc] {
    text-align: center;
    color: var(--Button-Main-Color);
}

.loading-spinner[b-hyd2stdmrc] {
    width: 32px;
    height: 32px;
    border: 4px solid var(--bg-disabled, #e5e7eb);
    border-top: 4px solid var(--Button-Main-Color);
    border-radius: 50%;
    animation: spin-b-hyd2stdmrc 1s linear infinite;
    margin: 0 auto 12px;
}

@keyframes spin-b-hyd2stdmrc {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-hyd2stdmrc] {
    font-size: 1.08rem;
    color: var(--Button-Main-Color);
    margin-bottom: 0.4rem;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: none !important;
}

.loading-progress[b-hyd2stdmrc] {
    width: 160px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    margin: 0.5rem auto 0;
    position: relative;
    overflow: hidden;
}

.loading-progress[b-hyd2stdmrc]::after {
    content: '';
    position: absolute;
    top: 0; left: -80px;
    width: 80px; height: 100%;
    background: var(--Button-Main-Color);
    border-radius: 2px;
    animation: progress-bar-move-b-hyd2stdmrc 1.6s linear infinite;
}

@keyframes progress-bar-move-b-hyd2stdmrc {
    0% { left: -80px; }
    100% { left: 160px; }
}

/* Responsive Design */
@media only screen and (max-width: 900px) {
    .auth-panel[b-hyd2stdmrc] {
        padding: 2rem 1rem;
    }
    .auth-form-wrapper[b-hyd2stdmrc] {
        padding: 2rem 1.1rem;
    }
    .brand-title[b-hyd2stdmrc] { font-size: 2rem; }
}
@media only screen and (max-width: 700px) {
    .auth-container[b-hyd2stdmrc] {
        flex-direction: column;
        min-height: unset;
    }
    .auth-panel[b-hyd2stdmrc] {
        width: 100%;
        min-height: 260px;
        border-radius: 0 !important;
        padding: 1rem 0.5rem;
    }
    .auth-form-wrapper[b-hyd2stdmrc] {
        margin: 1rem auto;
        min-width: 94vw;
    }
}
[data-theme="dark"] .loading-overlay[b-hyd2stdmrc] {
    background: rgba(30,34,56,0.8);
}
/* _content/Lookif.ToDoList.UI/Pages/LoginRelated/Register.razor.rz.scp.css */
/* Register Page Styles */
.auth-container[b-tfz3jpynnx] {
    display: flex;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background: var(--bg-primary);
    direction: rtl;
    font-family: var(--font-family-regular);
    color: var(--text-primary);
}

.auth-panel[b-tfz3jpynnx] {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
    background: var(--bg-secondary);
    color: var(--text-primary);
}
.auth-left-column[b-tfz3jpynnx] {
    position: relative;
    background: var(--gradient-primary);
    color: #fff;
}

.auth-left-column[b-tfz3jpynnx]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(50% 60% at 80% 20%, rgba(255,255,255,0.10) 0%, transparent 70%),
        radial-gradient(40% 50% at 20% 80%, rgba(255,255,255,0.06) 0%, transparent 70%);
    pointer-events: none;
}

[data-theme="dark"] .auth-left-column[b-tfz3jpynnx] {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, rgba(59,130,246,.25) 100%);
}

.auth-form-wrapper[b-tfz3jpynnx] {
    width: 100%;
    max-width: 420px;
    min-width: 300px;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    position: relative;
    border: 1px solid var(--border-color);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    transition: box-shadow 0.2s, transform 0.2s;
}
.auth-form-wrapper.loading[b-tfz3jpynnx] {
    pointer-events: none;
}

.auth-form-wrapper.loading .auth-form[b-tfz3jpynnx] {
    opacity: 0.6;
    filter: blur(1.5px);
    pointer-events: none;
}
.form-title[b-tfz3jpynnx] {
    text-align: center;
    color: var(--Button-Main-Color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-family-bold);
    font-weight: bolder;
}
.form-subtitle[b-tfz3jpynnx] {
    text-align: center;
    color: var(--text-primary);
    margin-bottom: 2rem;
    font-size: 1rem;
}
.brand-content[b-tfz3jpynnx] {
    text-align: center;
    margin: 0 auto;
}
.brand-title[b-tfz3jpynnx] {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    font-family: var(--font-family-bold);
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.brand-description[b-tfz3jpynnx] {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
}
.form-group[b-tfz3jpynnx] {
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.2s;
}
.input-group[b-tfz3jpynnx] {
    position: relative;
    display: flex;
    align-items: center;
}
.input-icon[b-tfz3jpynnx] {
    position: absolute;
    right: 1rem;
    color: var(--text-secondary);
    width: 22px;
    height: 22px;
    z-index: 2;
}

.form-control[b-tfz3jpynnx] {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.8rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    font-size: 1rem;
    background: var(--bg-tertiary);
    color: var(--text-primary);
    font-family: var(--font-family-regular);
    transition: box-shadow 0.2s, border 0.2s;
}

.form-control:focus[b-tfz3jpynnx] {
    border-color: var(--Button-Main-Color);
    background: var(--bg-secondary);
    outline: none;
    box-shadow: 0 0 0 2px var(--Button-Main-Color-Light);
}

.form-control:disabled[b-tfz3jpynnx] {
    background: var(--bg-disabled, #e5e7eb);
    color: var(--text-secondary);
    cursor: not-allowed;
}
.PF .form-control[b-tfz3jpynnx] {
    font-family: var(--font-family-regular) !important;
}
.submit-button[b-tfz3jpynnx] {
    width: 100%;
    padding: 1rem;
    background: var(--Button-Main-Color);
    color: #fff;
    border: none;
    border-radius: var(--radius-lg);
    font-size: 1rem;
    font-family: var(--font-family-bold);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    margin-top: 1rem;
    box-shadow: 0 4px 12px var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.submit-button:hover[b-tfz3jpynnx],
.submit-button:focus[b-tfz3jpynnx] {
    background: var(--Button-Main-Color-Light);
    outline: none;
    transform: translateY(-2px);
}

.submit-button:active[b-tfz3jpynnx] {
    transform: translateY(0);
}

.submit-button:disabled[b-tfz3jpynnx] {
    background: #b0b7c3;
    cursor: not-allowed;
    opacity: 0.7;
}
.form-footer[b-tfz3jpynnx] {
    text-align: center;
    margin-top: 1.8rem;
}
.auth-switch[b-tfz3jpynnx] {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.auth-switch span[b-tfz3jpynnx] {
    color: var(--Button-Main-Color);
    font-weight: 700;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
}

.auth-switch span:hover:not(.disabled)[b-tfz3jpynnx] {
    color: var(--Button-Main-Color-Light);
    background: rgba(79, 70, 229, 0.04);
}

.auth-switch span.disabled[b-tfz3jpynnx] {
    color: var(--text-secondary);
    background: none;
    pointer-events: none;
}

.home-link[b-tfz3jpynnx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    padding: 0.32rem 1rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    text-decoration: none;
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    box-shadow: 0 1px 2px 0 var(--shadow-sm);
    transition: color 0.2s, border 0.2s, background 0.2s;
}

.home-link:hover[b-tfz3jpynnx] {
    color: var(--Button-Main-Color);
    border-color: var(--Button-Main-Color);
    background: var(--bg-tertiary);
    transform: translateY(-1px);
}

.home-link.disabled[b-tfz3jpynnx] {
    color: var(--text-secondary);
    pointer-events: none;
    opacity: 0.6;
}
.loading-overlay[b-tfz3jpynnx] {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    z-index: 100;
    filter: none !important;
    backdrop-filter: blur(2px);
}

.loading-content[b-tfz3jpynnx] {
    text-align: center;
    color: var(--Button-Main-Color);
}

.loading-spinner[b-tfz3jpynnx] {
    width: 32px;
    height: 32px;
    border: 4px solid var(--bg-disabled, #e5e7eb);
    border-top: 4px solid var(--Button-Main-Color);
    border-radius: 50%;
    animation: spin-b-tfz3jpynnx 1s linear infinite;
    margin: 0 auto 12px;
}

@keyframes spin-b-tfz3jpynnx {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-tfz3jpynnx] {
    font-size: 1.08rem;
    color: var(--Button-Main-Color);
    margin-bottom: 0.4rem;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: none !important;
}

.loading-dots[b-tfz3jpynnx]::after {
    content: '...';
    animation: dots-b-tfz3jpynnx 1.5s steps(4, end) infinite;
}

@keyframes dots-b-tfz3jpynnx {
    0%, 20% { content: '.'; }
    40% { content: '..'; }
    60%, 100% { content: '...'; }
}

.loading-progress[b-tfz3jpynnx] {
    width: 160px;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    margin: 0.5rem auto 0;
    position: relative;
    overflow: hidden;
}

.loading-progress[b-tfz3jpynnx]::after {
    content: '';
    position: absolute;
    top: 0; left: -80px;
    width: 80px; height: 100%;
    background: var(--Button-Main-Color);
    border-radius: 2px;
    animation: progress-bar-move-b-tfz3jpynnx 1.6s linear infinite;
}

@keyframes progress-bar-move-b-tfz3jpynnx {
    0% { left: -80px; }
    100% { left: 160px; }
}

.password-hint[b-tfz3jpynnx] {
    color: var(--text-secondary);
    font-size: 0.93rem;
    text-align: right;
    margin: 0.5rem 0 1rem;
    border-radius: 6px;
    background: rgba(79, 70, 229, 0.05);
    padding: 0.6rem 0.95rem;
}
@media only screen and (max-width: 900px) {
    .auth-panel[b-tfz3jpynnx] {
        padding: 2rem 1rem;
    }
    .auth-form-wrapper[b-tfz3jpynnx] {
        padding: 2rem 1.1rem;
    }
    .brand-title[b-tfz3jpynnx] {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 700px) {
    .auth-container[b-tfz3jpynnx] {
        flex-direction: column;
        min-height: unset;
    }
    .auth-panel[b-tfz3jpynnx] {
        width: 100%;
        min-height: 260px;
        border-radius: 0 !important;
        padding: 1rem 0.5rem;
    }
    .auth-form-wrapper[b-tfz3jpynnx] {
        margin: 1rem auto;
        min-width: 94vw;
    }
}
[data-theme="dark"] .loading-overlay[b-tfz3jpynnx] {
    background: rgba(30,34,56,0.8);
}
/* _content/Lookif.ToDoList.UI/Pages/Overview.razor.rz.scp.css */
.dashboard-container[b-ztcy1226gu] {
    direction: rtl;
    min-height: 100vh;
    padding: 1.5rem;
    background: #f6f7fb;
}

.loading-container[b-ztcy1226gu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 1rem;
}

.loading-spinner[b-ztcy1226gu] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    animation: spin-b-ztcy1226gu 1s linear infinite;
}

@keyframes spin-b-ztcy1226gu {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-container[b-ztcy1226gu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 1rem;
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin: 2rem;
}

.error-icon[b-ztcy1226gu] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-container h3[b-ztcy1226gu] {
    color: #dc3545;
    margin-bottom: 0.5rem;
}

.error-container p[b-ztcy1226gu] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.header-row[b-ztcy1226gu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.title-area[b-ztcy1226gu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.page-title[b-ztcy1226gu] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
}

.user-brief[b-ztcy1226gu] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.user-name[b-ztcy1226gu] {
    font-weight: 700;
    color: #1f2937;
}

.user-info[b-ztcy1226gu] {
    color: #475569;
    font-size: 0.9rem;
}

.actions-area[b-ztcy1226gu] { 
    display: flex; 
    gap: 0.5rem; 
}

.btn[b-ztcy1226gu] { 
    border: none; 
    border-radius: 10px; 
    padding: 0.6rem 1rem; 
    font-weight: 700; 
    cursor: pointer; 
    transition: all 0.3s ease;
}

.btn.primary[b-ztcy1226gu] { 
    background: #2563eb; 
    color: white; 
}

.btn.primary:hover[b-ztcy1226gu] {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.btn.success[b-ztcy1226gu] { 
    background: #059669; 
    color: white; 
}

.btn.success:hover[b-ztcy1226gu] {
    background: #047857;
    transform: translateY(-1px);
}

.btn.link[b-ztcy1226gu] { 
    background: transparent; 
    color: #2563eb; 
    padding: 0; 
    text-decoration: underline;
}

.btn.small[b-ztcy1226gu] { 
    padding: 0.4rem 0.75rem; 
    font-size: 0.9rem; 
    background: #e2e8f0; 
    color: #0f172a; 
}

.btn[disabled][b-ztcy1226gu] { 
    opacity: 0.5; 
    cursor: not-allowed; 
}

.btn[disabled]:hover[b-ztcy1226gu] {
    transform: none;
}

.cards-grid[b-ztcy1226gu] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.card[b-ztcy1226gu] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover[b-ztcy1226gu] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.card-header[b-ztcy1226gu] { 
    padding: 0.75rem 1rem; 
    border-bottom: 1px solid #e2e8f0; 
    background: #f8fafc; 
}

.card-title[b-ztcy1226gu] { 
    font-weight: 800; 
    color: #0f172a; 
}

.card-body[b-ztcy1226gu] { 
    padding: 1rem; 
}

.kpi .progress-line[b-ztcy1226gu] { 
    height: 12px; 
    background: #eef2ff; 
    border-radius: 999px; 
    overflow: hidden; 
}

.kpi .progress-fill[b-ztcy1226gu] { 
    height: 100%; 
    background: linear-gradient(90deg,#2563eb,#60a5fa); 
    border-radius: 999px; 
    transition: width 0.3s ease;
}

.progress-legend[b-ztcy1226gu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
}

.kpi-stats[b-ztcy1226gu] { 
    display: grid; 
    grid-template-columns: repeat(3,1fr); 
    gap: 0.75rem; 
}

.stat-item[b-ztcy1226gu] { 
    background: #f8fafc; 
    border: 1px solid #e2e8f0; 
    border-radius: 10px; 
    padding: 0.75rem; 
    text-align: center; 
    transition: all 0.3s ease;
}

.stat-item:hover[b-ztcy1226gu] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.stat-item .stat-value[b-ztcy1226gu] { 
    font-size: 1.4rem; 
    font-weight: 800; 
}

.stat-item .stat-label[b-ztcy1226gu] { 
    color: #475569; 
    font-size: 0.9rem; 
}

.stat-item.done[b-ztcy1226gu] { 
    border-color: #bbf7d0; 
    background: #f0fdf4; 
}

.stat-item.pending[b-ztcy1226gu] { 
    border-color: #fde68a; 
    background: #fffbeb; 
}

.stat-item.overdue[b-ztcy1226gu] { 
    border-color: #fecaca; 
    background: #fef2f2; 
}

.today[b-ztcy1226gu] { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
}

.today-number[b-ztcy1226gu] { 
    font-size: 2rem; 
    font-weight: 900; 
    color: #0f172a; 
}

.today-label[b-ztcy1226gu] { 
    color: #475569; 
}

.sprint-name[b-ztcy1226gu] {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.sprint-dates[b-ztcy1226gu] {
    color: #475569;
    font-size: 0.9rem;
}

.no-sprint[b-ztcy1226gu] {
    color: #94a3b8;
    font-style: italic;
}

.content-row[b-ztcy1226gu] { 
    display: grid; 
    grid-template-columns: 2fr 1fr; 
    gap: 1rem; 
}

.list .task-list[b-ztcy1226gu] { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: flex; 
    flex-direction: column; 
    gap: 0.75rem; 
}

.task-item[b-ztcy1226gu] { 
    border: 1px solid #e2e8f0; 
    border-radius: 10px; 
    padding: 0.75rem; 
    display: flex; 
    flex-direction: column; 
    gap: 0.25rem; 
    transition: all 0.3s ease;
}

.task-item:hover[b-ztcy1226gu] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.task-item.done[b-ztcy1226gu] { 
    opacity: 0.6; 
}

.task-item.overdue[b-ztcy1226gu] { 
    border-color: #fca5a5; 
    background: #fff1f2; 
}

.task-title[b-ztcy1226gu] { 
    font-weight: 700; 
    color: #0f172a; 
}

.task-meta[b-ztcy1226gu] { 
    color: #475569; 
    display: flex; 
    gap: 0.5rem; 
    align-items: center; 
    font-size: 0.9rem; 
}

.task-meta .dot[b-ztcy1226gu] { 
    color: #94a3b8; 
}

.project-desc[b-ztcy1226gu] { 
    color: #334155; 
    line-height: 1.9; 
}

.empty[b-ztcy1226gu] { 
    color: #94a3b8; 
    text-align: center;
    padding: 2rem;
    font-style: italic;
}

@media (max-width: 1200px) {
    .cards-grid[b-ztcy1226gu] { 
        grid-template-columns: repeat(2, minmax(0,1fr)); 
    }
    .content-row[b-ztcy1226gu] { 
        grid-template-columns: 1fr; 
    }
}

@media (max-width: 640px) {
    .header-row[b-ztcy1226gu] { 
        flex-direction: column; 
        align-items: stretch; 
    }
    .actions-area[b-ztcy1226gu] { 
        justify-content: flex-end; 
    }
    
    .cards-grid[b-ztcy1226gu] {
        grid-template-columns: 1fr;
    }
    
    .kpi-stats[b-ztcy1226gu] {
        grid-template-columns: 1fr;
    }
}



/* _content/Lookif.ToDoList.UI/Pages/Pomodoro/Timer.razor.rz.scp.css */
/* Pomodoro Timer Page - Persian RTL Design */

.pomodoro-container[b-izl9dlcso4] {
    direction: rtl;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    color: white;
}

.header-section[b-izl9dlcso4] {
    text-align: center;
    margin-bottom: 3rem;
}

.page-title[b-izl9dlcso4] {
    margin: 0 0 1rem 0;
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.page-subtitle[b-izl9dlcso4] {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    font-weight: 400;
}

.timer-content[b-izl9dlcso4] {
    max-width: 900px;
    margin: 0 auto;
}

/* Task Selection Styles */
.task-selection[b-izl9dlcso4] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
}

.section-title[b-izl9dlcso4] {
    margin: 0 0 2rem 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
}

.tasks-grid[b-izl9dlcso4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.task-item[b-izl9dlcso4] {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}

.task-item:hover[b-izl9dlcso4] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.task-content[b-izl9dlcso4] {
    flex: 1;
}

.task-title[b-izl9dlcso4] {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.task-description[b-izl9dlcso4] {
    margin: 0 0 1rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 1.4;
}

.task-meta[b-izl9dlcso4] {
    display: flex;
    justify-content: flex-end;
}

.importance-badge[b-izl9dlcso4] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.importance-1[b-izl9dlcso4], .importance-2[b-izl9dlcso4] {
    background: rgba(107, 114, 128, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

.importance-3[b-izl9dlcso4] {
    background: rgba(59, 130, 246, 0.3);
    color: rgba(147, 197, 253, 1);
}

.importance-4[b-izl9dlcso4], .importance-5[b-izl9dlcso4] {
    background: rgba(239, 68, 68, 0.3);
    color: rgba(252, 165, 165, 1);
}

.task-action[b-izl9dlcso4] {
    margin-right: 1rem;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.more-tasks[b-izl9dlcso4] {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin: 0;
}

.empty-state[b-izl9dlcso4] {
    padding: 3rem 2rem;
}

.empty-icon[b-izl9dlcso4] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
}

.empty-state h3[b-izl9dlcso4] {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.empty-state p[b-izl9dlcso4] {
    margin: 0 0 2rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

/* Timer Session Styles */
.timer-session[b-izl9dlcso4] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
}

.current-task[b-izl9dlcso4] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.task-header[b-izl9dlcso4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.task-header .task-title[b-izl9dlcso4] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    flex: 1;
    text-align: right;
}

.change-task-btn[b-izl9dlcso4] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.change-task-btn:hover[b-izl9dlcso4] {
    background: rgba(255, 255, 255, 0.3);
}

.current-task .task-description[b-izl9dlcso4] {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
}

/* Timer Display */
.timer-display[b-izl9dlcso4] {
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer-circle[b-izl9dlcso4] {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-inner[b-izl9dlcso4] {
    text-align: center;
    z-index: 2;
}

.time-text[b-izl9dlcso4] {
    font-size: 3rem;
    font-weight: 800;
    font-family: 'Courier New', monospace;
    color: white;
    margin-bottom: 0.5rem;
}

.session-info[b-izl9dlcso4] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
}

.session-type[b-izl9dlcso4] {
    font-size: 0.875rem;
    font-weight: 600;
}

.focus-label[b-izl9dlcso4] {
    color: #10b981;
}

.break-label[b-izl9dlcso4] {
    color: #3b82f6;
}

.progress-ring[b-izl9dlcso4] {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.progress-ring-circle[b-izl9dlcso4] {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 8;
    transition: stroke-dashoffset 1s ease-in-out;
}

.timer-circle.focus .progress-ring-circle[b-izl9dlcso4] {
    stroke: #10b981;
}

.timer-circle.break .progress-ring-circle[b-izl9dlcso4] {
    stroke: #3b82f6;
}

.timer-circle.running .progress-ring-circle[b-izl9dlcso4] {
    animation: pulse-b-izl9dlcso4 2s ease-in-out infinite alternate;
}

@keyframes pulse-b-izl9dlcso4 {
    0% {
        stroke-width: 8;
        stroke-opacity: 1;
    }
    100% {
        stroke-width: 12;
        stroke-opacity: 0.8;
    }
}

/* Control Buttons */
.timer-controls[b-izl9dlcso4] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.control-btn[b-izl9dlcso4] {
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.875rem;
    min-width: 120px;
    justify-content: center;
}

.control-btn.start[b-izl9dlcso4] {
    background: #10b981;
    color: white;
}

.control-btn.pause[b-izl9dlcso4] {
    background: #f59e0b;
    color: white;
}

.control-btn.reset[b-izl9dlcso4] {
    background: #ef4444;
    color: white;
}

.control-btn.skip[b-izl9dlcso4] {
    background: #3b82f6;
    color: white;
}

.control-btn:hover[b-izl9dlcso4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Session Stats */
.session-stats[b-izl9dlcso4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-item[b-izl9dlcso4] {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.stat-value[b-izl9dlcso4] {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
}

.stat-label[b-izl9dlcso4] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Common Button Styles */
.btn[b-izl9dlcso4] {
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.875rem;
}

.btn.primary[b-izl9dlcso4] {
    background: white;
    color: #667eea;
}

.btn:hover[b-izl9dlcso4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Modal Styles */
.modal-overlay[b-izl9dlcso4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-izl9dlcso4] {
    background: white;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-izl9dlcso4 0.3s ease-out;
}

@keyframes modalSlideIn-b-izl9dlcso4 {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header[b-izl9dlcso4] {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.modal-title[b-izl9dlcso4] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.modal-close[b-izl9dlcso4] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-close:hover[b-izl9dlcso4] {
    background: #f3f4f6;
    color: #374151;
}

.modal-body[b-izl9dlcso4] {
    padding: 0 1.5rem 1rem;
    color: #374151;
}

.modal-body.text-center[b-izl9dlcso4] {
    text-align: center;
}

.success-icon[b-izl9dlcso4] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
}

.modal-body h4[b-izl9dlcso4] {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.modal-body p[b-izl9dlcso4] {
    margin: 0 0 1rem 0;
    color: #6b7280;
    line-height: 1.5;
}

.modal-footer[b-izl9dlcso4] {
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pomodoro-container[b-izl9dlcso4] {
        padding: 1rem;
    }
    
    .page-title[b-izl9dlcso4] {
        font-size: 2rem;
    }
    
    .tasks-grid[b-izl9dlcso4] {
        grid-template-columns: 1fr;
    }
    
    .task-item[b-izl9dlcso4] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .task-header[b-izl9dlcso4] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .timer-circle[b-izl9dlcso4] {
        width: 250px;
        height: 250px;
    }
    
    .time-text[b-izl9dlcso4] {
        font-size: 2.5rem;
    }
    
    .timer-controls[b-izl9dlcso4] {
        flex-direction: column;
        align-items: center;
    }
    
    .control-btn[b-izl9dlcso4] {
        width: 100%;
        max-width: 200px;
    }
    
    .session-stats[b-izl9dlcso4] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-izl9dlcso4] {
        font-size: 1.5rem;
        gap: 0.5rem;
    }
    
    .timer-session[b-izl9dlcso4],
    .task-selection[b-izl9dlcso4] {
        padding: 1rem;
    }
    
    .timer-circle[b-izl9dlcso4] {
        width: 200px;
        height: 200px;
    }
    
    .time-text[b-izl9dlcso4] {
        font-size: 2rem;
    }
    
    .current-task[b-izl9dlcso4] {
        padding: 1rem;
    }
}
/* _content/Lookif.ToDoList.UI/Pages/Profile.razor.rz.scp.css */
.profile-container[b-ol45g4yi0l] {
    direction: rtl;
    min-height: 100vh;
    padding: 1.5rem;
    background: #f6f7fb;
    max-width: 1200px;
    margin: 0 auto;
}

.profile-header[b-ol45g4yi0l] {
    margin-bottom: 2rem;
}

.page-title[b-ol45g4yi0l] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
}

.page-subtitle[b-ol45g4yi0l] {
    margin: 0;
    color: #64748b;
    font-size: 1.1rem;
}

.profile-content[b-ol45g4yi0l] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.profile-section[b-ol45g4yi0l] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-title[b-ol45g4yi0l] {
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.form-grid[b-ol45g4yi0l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.form-group[b-ol45g4yi0l] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-ol45g4yi0l] {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
}

.form-control[b-ol45g4yi0l] {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-ol45g4yi0l] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-control[readonly][b-ol45g4yi0l] {
    background-color: #f9fafb;
    color: #6b7280;
}

.working-days-container[b-ol45g4yi0l] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.working-days-section[b-ol45g4yi0l],
.weekend-days-section[b-ol45g4yi0l] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
}

.working-days-section h3[b-ol45g4yi0l],
.weekend-days-section h3[b-ol45g4yi0l] {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
}

.days-checkbox-grid[b-ol45g4yi0l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.day-checkbox-item[b-ol45g4yi0l] {
    display: flex;
    align-items: center;
}

.day-checkbox[b-ol45g4yi0l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
    width: 100%;
    justify-content: center;
}

.day-checkbox:hover:not(.disabled)[b-ol45g4yi0l] {
    border-color: #3b82f6;
    background: #f0f9ff;
}

.day-checkbox.selected[b-ol45g4yi0l] {
    border-color: #3b82f6;
    background: #dbeafe;
    color: #1e40af;
}

.day-checkbox.disabled[b-ol45g4yi0l] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f3f4f6;
}

.day-checkbox input[type="checkbox"][b-ol45g4yi0l] {
    margin: 0;
    width: 16px;
    height: 16px;
    accent-color: #3b82f6;
}

.day-name[b-ol45g4yi0l] {
    font-weight: 500;
    font-size: 0.9rem;
}

.profile-actions[b-ol45g4yi0l] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.btn[b-ol45g4yi0l] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn:disabled[b-ol45g4yi0l] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-ol45g4yi0l] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-ol45g4yi0l] {
    background: #2563eb;
    transform: translateY(-1px);
}

.btn-secondary[b-ol45g4yi0l] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-ol45g4yi0l] {
    background: #4b5563;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .profile-container[b-ol45g4yi0l] {
        padding: 1rem;
    }
    
    .form-grid[b-ol45g4yi0l] {
        grid-template-columns: 1fr;
    }
    
    .days-checkbox-grid[b-ol45g4yi0l] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .profile-actions[b-ol45g4yi0l] {
        flex-direction: column;
    }
    
    .btn[b-ol45g4yi0l] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/Lookif.ToDoList.UI/Pages/Projects/Detail.razor.rz.scp.css */
/* Compact, Professional Project Detail Design */

.project-detail[b-xdjvvbmcph] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #ffffff;
}

/* Compact Header */
.header[b-xdjvvbmcph] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.title-row[b-xdjvvbmcph] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.title-row h1[b-xdjvvbmcph] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.badges[b-xdjvvbmcph] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.status[b-xdjvvbmcph] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status.active[b-xdjvvbmcph] {
    background: #dcfce7;
    color: #166534;
}

.status.overdue[b-xdjvvbmcph] {
    background: #fef2f2;
    color: #dc2626;
}

.status.upcoming[b-xdjvvbmcph] {
    background: #eff6ff;
    color: #2563eb;
}

.priority[b-xdjvvbmcph] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
}

.priority-1[b-xdjvvbmcph] {
    background: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

.priority-2[b-xdjvvbmcph] {
    background: #fffbeb;
    color: #d97706;
    border-color: #fed7aa;
}

.priority-3[b-xdjvvbmcph] {
    background: #fef3c7;
    color: #b45309;
    border-color: #fde68a;
}

.priority-4[b-xdjvvbmcph] {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.priority-5[b-xdjvvbmcph] {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fca5a5;
}

/* Content */
.content[b-xdjvvbmcph] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section[b-xdjvvbmcph] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
}

.section h3[b-xdjvvbmcph] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.section p[b-xdjvvbmcph] {
    color: #475569;
    line-height: 1.5;
    margin: 0;
    font-size: 0.9rem;
}

/* Info Grid */
.info-grid[b-xdjvvbmcph] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.info[b-xdjvvbmcph] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info label[b-xdjvvbmcph] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info span[b-xdjvvbmcph] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.4;
}

.info span.overdue[b-xdjvvbmcph] {
    color: #dc2626;
}

.info small[b-xdjvvbmcph] {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
}

/* Progress */
.progress-info[b-xdjvvbmcph] {
    grid-column: 1 / -1;
}

.progress[b-xdjvvbmcph] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.progress-bar[b-xdjvvbmcph] {
    flex: 1;
    height: 6px;
    background: #f1f5f9;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill[b-xdjvvbmcph] {
    height: 100%;
    background: #10b981;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress span[b-xdjvvbmcph] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #059669;
    min-width: 2.5rem;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .project-detail[b-xdjvvbmcph] {
        padding: 0.75rem;
    }
    
    .header[b-xdjvvbmcph] {
        padding: 1rem;
    }
    
    .title-row[b-xdjvvbmcph] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .title-row h1[b-xdjvvbmcph] {
        font-size: 1.25rem;
    }
    
    .info-grid[b-xdjvvbmcph] {
        grid-template-columns: 1fr;
    }
    
    .section[b-xdjvvbmcph] {
        padding: 1rem;
    }
    
    .info[b-xdjvvbmcph] {
        padding: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .info-grid[b-xdjvvbmcph] {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .progress-info[b-xdjvvbmcph] {
        grid-column: 1 / -1;
    }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .project-detail[b-xdjvvbmcph] {
        background: #0f172a;
        color: #f1f5f9;
    }
    
    .header[b-xdjvvbmcph] {
        background: #1e293b;
        border-color: #334155;
    }
    
    .title-row h1[b-xdjvvbmcph] {
        color: #f1f5f9;
    }
    
    .section[b-xdjvvbmcph],
    .info[b-xdjvvbmcph] {
        background: #1e293b;
        border-color: #334155;
    }
    
    .section h3[b-xdjvvbmcph] {
        color: #f1f5f9;
        border-bottom-color: #334155;
    }
    
    .section p[b-xdjvvbmcph] {
        color: #cbd5e1;
    }
    
    .info label[b-xdjvvbmcph] {
        color: #94a3b8;
    }
    
    .info span[b-xdjvvbmcph] {
        color: #f1f5f9;
    }
    
    .info small[b-xdjvvbmcph] {
        color: #94a3b8;
    }
    
    .progress-bar[b-xdjvvbmcph] {
        background: #334155;
    }
}
/* _content/Lookif.ToDoList.UI/Pages/Projects/Index.razor.rz.scp.css */
/* Projects Index Page Styles */

.project-card[b-13v8fx1dag] {
    transition: transform 0.2s ease-in-out;
}

.project-card:hover[b-13v8fx1dag] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.progress[b-13v8fx1dag] {
    border-radius: 10px;
}

.progress-bar[b-13v8fx1dag] {
    border-radius: 10px;
}

.btn-group .btn[b-13v8fx1dag] {
    border-radius: 0;
}

.btn-group .btn:first-child[b-13v8fx1dag] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.btn-group .btn:last-child[b-13v8fx1dag] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.badge[b-13v8fx1dag] {
    font-size: 0.75em;
}

.card-header h5[b-13v8fx1dag] {
    font-weight: 600;
}

.text-muted[b-13v8fx1dag] {
    color: #6c757d !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-group[b-13v8fx1dag] {
        flex-direction: column;
    }
    
    .btn-group .btn[b-13v8fx1dag] {
        border-radius: 0.375rem !important;
        margin-bottom: 0.25rem;
    }
    
    .btn-group .btn:last-child[b-13v8fx1dag] {
        margin-bottom: 0;
    }
}

/* Modal Styles */
.modal-overlay[b-13v8fx1dag] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-13v8fx1dag 0.3s ease-out;
}

@keyframes fadeIn-b-13v8fx1dag {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-13v8fx1dag] {
    background: white;
    border-radius: 16px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-13v8fx1dag 0.3s ease-out;
    margin: 1rem;
}

@keyframes modalSlideIn-b-13v8fx1dag {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-lg[b-13v8fx1dag] {
    width: 100%;
    max-width: 800px;
}

.modal-md[b-13v8fx1dag] {
    width: 100%;
    max-width: 600px;
}

.modal-sm[b-13v8fx1dag] {
    width: 100%;
    max-width: 400px;
}

.modal-header[b-13v8fx1dag] {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.modal-title[b-13v8fx1dag] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.modal-close[b-13v8fx1dag] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover[b-13v8fx1dag] {
    background: #f3f4f6;
    color: #374151;
}

.modal-body[b-13v8fx1dag] {
    padding: 0 1.5rem 1rem;
    color: #374151;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.modal-footer[b-13v8fx1dag] {
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    border-top: 1px solid #e5e7eb;
}

.spinner[b-13v8fx1dag] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin-b-13v8fx1dag 1s linear infinite;
    margin-left: 0.5rem;
}

@keyframes spin-b-13v8fx1dag {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* _content/Lookif.ToDoList.UI/Pages/Projects/Manage.razor.rz.scp.css */
/* Toggle Switch Styles */
.toggle-container[b-dyrgl0yews] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.toggle-switch[b-dyrgl0yews] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input[b-dyrgl0yews] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-dyrgl0yews] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.toggle-slider[b-dyrgl0yews]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider[b-dyrgl0yews] {
    background-color: #2196F3;
}

input:checked + .toggle-slider[b-dyrgl0yews]:before {
    transform: translateX(26px);
}

.toggle-label[b-dyrgl0yews] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.end-date-container[b-dyrgl0yews] {
    width: 100%;
}

.end-date-header[b-dyrgl0yews] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.end-date-header label[b-dyrgl0yews] {
    margin-bottom: 0;
}

/* Form styling improvements */
.form-group[b-dyrgl0yews] {
    margin-bottom: 1rem;
}

.form-row[b-dyrgl0yews] {
    display: flex;
    gap: 1rem;
}

.form-row .form-group[b-dyrgl0yews] {
    flex: 1;
}

@media (max-width: 768px) {
    .form-row[b-dyrgl0yews] {
        flex-direction: column;
        gap: 0;
    }
}
/* _content/Lookif.ToDoList.UI/Pages/Tags/Index.razor.rz.scp.css */
/* Tags Index Page Styles */

.tag-card[b-w6rn61en3b] {
    transition: transform 0.2s ease-in-out;
    border: 1px solid #dee2e6;
}

.tag-card:hover[b-w6rn61en3b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.badge[b-w6rn61en3b] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
}

.badge.bg-primary[b-w6rn61en3b] {
    background-color: #0d6efd !important;
}

.btn-group .btn[b-w6rn61en3b] {
    border-radius: 0;
}

.btn-group .btn:first-child[b-w6rn61en3b] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.btn-group .btn:last-child[b-w6rn61en3b] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.btn-outline-secondary[b-w6rn61en3b] {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover[b-w6rn61en3b] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-danger[b-w6rn61en3b] {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover[b-w6rn61en3b] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Modal Styles */
.modal-overlay[b-w6rn61en3b] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-w6rn61en3b 0.3s ease-out;
}

@keyframes fadeIn-b-w6rn61en3b {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-w6rn61en3b] {
    background: white;
    border-radius: 16px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-w6rn61en3b 0.3s ease-out;
    margin: 1rem;
}

@keyframes modalSlideIn-b-w6rn61en3b {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-lg[b-w6rn61en3b] {
    width: 100%;
    max-width: 800px;
}

.modal-md[b-w6rn61en3b] {
    width: 100%;
    max-width: 600px;
}

.modal-sm[b-w6rn61en3b] {
    width: 100%;
    max-width: 400px;
}

.modal-header[b-w6rn61en3b] {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.modal-title[b-w6rn61en3b] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.modal-close[b-w6rn61en3b] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover[b-w6rn61en3b] {
    background: #f3f4f6;
    color: #374151;
}

.modal-body[b-w6rn61en3b] {
    padding: 0 1.5rem 1rem;
    color: #374151;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.modal-footer[b-w6rn61en3b] {
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    border-top: 1px solid #e5e7eb;
}

.spinner[b-w6rn61en3b] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin-b-w6rn61en3b 1s linear infinite;
    margin-left: 0.5rem;
}

@keyframes spin-b-w6rn61en3b {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form styling */
.form-control:focus[b-w6rn61en3b] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.validation-message[b-w6rn61en3b] {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

/* Spinner styling */
.spinner-border-sm[b-w6rn61en3b] {
    width: 1rem;
    height: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-group[b-w6rn61en3b] {
        flex-direction: column;
    }
    
    .btn-group .btn[b-w6rn61en3b] {
        border-radius: 0.375rem !important;
        margin-bottom: 0.25rem;
    }
    
    .btn-group .btn:last-child[b-w6rn61en3b] {
        margin-bottom: 0;
    }
    
    .d-flex.justify-content-between[b-w6rn61en3b] {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .col-lg-3[b-w6rn61en3b] {
        margin-bottom: 1rem;
    }
    
    .card-body[b-w6rn61en3b] {
        padding: 1rem;
    }
    
    .badge[b-w6rn61en3b] {
        font-size: 0.75rem;
        padding: 0.375rem 0.5rem;
    }
}

/* _content/Lookif.ToDoList.UI/Pages/Today/Today.razor.rz.scp.css */
/* Today Page - Clean Modern Design */
.today-page[b-2s9tgkmy9s] {
    min-height: 100vh;
    background: var(--main-bg-color, #f5f7fa);
    padding: 0;
    direction: rtl;
    font-family: var(--font-family-regular, 'IRAN_Sans_Regular'), 'Tahoma', sans-serif;
    position: relative;
}

/* Navigation Buttons */
.nav-buttons[b-2s9tgkmy9s] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between; 
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-btn[b-2s9tgkmy9s] {
    width: 90px;
    height: 90px;
    background: var(--Button-Main-Color, #481aa0);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    box-shadow: 0 4px 12px rgba(72, 26, 160, 0.3);
    pointer-events: auto;
    font-size: 0.75rem;
    font-weight: 600;
}

    .nav-btn:hover[b-2s9tgkmy9s] {
        background: var(--Button-Main-Color-Light, #8040ED);
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(72, 26, 160, 0.4);
    }

    .nav-btn:active[b-2s9tgkmy9s] {
        transform: scale(0.95);
    }

    .nav-btn:disabled[b-2s9tgkmy9s] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }

    .nav-btn svg[b-2s9tgkmy9s] {
        width: 20px;
        height: 20px;
    }

.nav-prev[b-2s9tgkmy9s] {
    order: 1;
}

.nav-next[b-2s9tgkmy9s] {
    order: 2;
}

/* Main Container */
.main-container[b-2s9tgkmy9s] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: white;
    min-height: calc(100vh - 4rem);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

/* Date Header */
.date-header[b-2s9tgkmy9s] {
    background: var(--main-bg-color, #f5f7fa);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.date-title[b-2s9tgkmy9s] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--main-Color, #04161f);
    margin: 0;
    font-family: var(--font-family-bold, 'IranSansBold');
}

.date-subtitle[b-2s9tgkmy9s] {
    font-size: 0.85rem;
    color: var(--link-color, #344767);
    margin: 0;
    font-weight: 500;
}

.btn-show-older-tasks[b-2s9tgkmy9s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: auto;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.3);
}

    .btn-show-older-tasks:hover[b-2s9tgkmy9s] {
        background: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(220, 38, 38, 0.4);
    }

    .btn-show-older-tasks:active[b-2s9tgkmy9s] {
        transform: translateY(0);
    }

    .btn-show-older-tasks svg[b-2s9tgkmy9s] {
        transition: transform 0.3s ease;
    }

/* Content */
.content[b-2s9tgkmy9s] {
    padding: 0 1rem;
}

/* Loading State */
.loading-state[b-2s9tgkmy9s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: var(--link-color, #344767);
}

    .loading-state p[b-2s9tgkmy9s] {
        color: var(--link-color, #344767);
        font-size: 1.1rem;
        margin: 0;
        margin-top: 1rem;
    }

.spinner[b-2s9tgkmy9s] {
    width: 50px;
    height: 50px;
    border: 4px solid var(--main-bg-color, #f5f7fa);
    border-top: 4px solid var(--Button-Main-Color, #481aa0);
    border-radius: 50%;
    animation: spin-b-2s9tgkmy9s 0.8s linear infinite;
}

@keyframes spin-b-2s9tgkmy9s {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-small[b-2s9tgkmy9s] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-2s9tgkmy9s 0.6s linear infinite;
    flex-shrink: 0;
}

/* Shifts Container */
.shifts-container[b-2s9tgkmy9s] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Shift Card */
.shift-card[b-2s9tgkmy9s] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .shift-card:hover[b-2s9tgkmy9s] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

.shift-header[b-2s9tgkmy9s] {
    background: white;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid var(--Button-Main-Color, #481aa0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.shift-info[b-2s9tgkmy9s] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.shift-name[b-2s9tgkmy9s] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--main-Color, #04161f);
    margin: 0;
    font-family: var(--font-family-bold, 'IranSansBold');
}

.shift-time[b-2s9tgkmy9s],
.shift-duration[b-2s9tgkmy9s] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--link-color, #344767);
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
}

    .shift-time svg[b-2s9tgkmy9s],
    .shift-duration svg[b-2s9tgkmy9s] {
        color: var(--link-color, #344767);
        flex-shrink: 0;
    }

.shift-status[b-2s9tgkmy9s] {
    display: flex;
    align-items: center;
}

.tasks-count[b-2s9tgkmy9s] {
    background: var(--Button-Main-Color, #481aa0);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Tasks Container */
.tasks-container[b-2s9tgkmy9s] {
    padding: 1.5rem;
}

/* Task Item */
.task-item[b-2s9tgkmy9s] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

    .task-item:last-child[b-2s9tgkmy9s] {
        margin-bottom: 0;
    }

    .task-item:hover[b-2s9tgkmy9s] {
        border-color: var(--Button-Main-Color, #481aa0);
        background: white;
        transform: translateX(-4px);
        box-shadow: 0 2px 8px rgba(72, 26, 160, 0.1);
    }

    .task-item.completed[b-2s9tgkmy9s] {
        opacity: 0.6;
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

        .task-item.completed:hover[b-2s9tgkmy9s] {
            transform: none;
            box-shadow: none;
        }

        .task-item.completed .task-title[b-2s9tgkmy9s] {
            text-decoration: line-through;
            color: #94a3b8;
        }

.task-actions[b-2s9tgkmy9s] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
}

.task-action-btn[b-2s9tgkmy9s] {
    padding: 0.4rem 0.8rem;
    border: none;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 80px;
    justify-content: center;
}

    .task-action-btn.finish[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #10b981, #059669);
        color: white;
        box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    }

        .task-action-btn.finish:hover[b-2s9tgkmy9s] {
            background: linear-gradient(135deg, #059669, #047857);
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(16, 185, 129, 0.4);
        }

    .task-action-btn.postpone[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: white;
        box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
    }

        .task-action-btn.postpone:hover[b-2s9tgkmy9s] {
            background: linear-gradient(135deg, #d97706, #b45309);
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(245, 158, 11, 0.4);
        }

    .task-action-btn.pomodoro[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #ef4444, #dc2626);
        color: white;
        box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
    }

        .task-action-btn.pomodoro:hover[b-2s9tgkmy9s] {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(239, 68, 68, 0.4);
        }

    .task-action-btn.delete[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #dc2626, #b91c1c);
        color: white;
        box-shadow: 0 2px 4px rgba(220, 38, 38, 0.3);
    }

        .task-action-btn.delete:hover[b-2s9tgkmy9s] {
            background: linear-gradient(135deg, #b91c1c, #991b1b);
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(220, 38, 38, 0.4);
        }

    .task-action-btn:active[b-2s9tgkmy9s] {
        transform: translateY(0);
    }

    .task-action-btn:disabled[b-2s9tgkmy9s] {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
    }

/* Older Tasks Section */
.older-tasks-section[b-2s9tgkmy9s] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e2e8f0;
}

.older-tasks-header[b-2s9tgkmy9s] {
    margin-bottom: 1.5rem;
}

.older-tasks-title[b-2s9tgkmy9s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #dc2626;
    margin: 0;
}

    .older-tasks-title svg[b-2s9tgkmy9s] {
        color: #dc2626;
    }

.older-tasks-container[b-2s9tgkmy9s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.task-item.older-task[b-2s9tgkmy9s] {
    border-left: 4px solid #dc2626;
    background: #fef2f2;
}

    .task-item.older-task:hover[b-2s9tgkmy9s] {
        border-left-color: #b91c1c;
        background: #fee2e2;
    }

.task-header-row[b-2s9tgkmy9s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 1rem;
}

.task-date-badge[b-2s9tgkmy9s] {
    background: #dc2626;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Older Tasks Button in Bottom Actions */
.btn.btn-older-tasks[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

    .btn.btn-older-tasks:hover[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #b91c1c, #991b1b);
    }

    .btn.btn-older-tasks:disabled[b-2s9tgkmy9s] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-older-tasks-badge[b-2s9tgkmy9s] {
    background: white;
    color: #dc2626;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
}

/* Older Tasks Modal */
.older-tasks-modal-overlay[b-2s9tgkmy9s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.older-tasks-modal[b-2s9tgkmy9s] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.older-tasks-modal-header[b-2s9tgkmy9s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #e2e8f0;
    background: #f8fafc;
}

.older-tasks-modal-title[b-2s9tgkmy9s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc2626;
    margin: 0;
}

    .older-tasks-modal-title svg[b-2s9tgkmy9s] {
        color: #dc2626;
    }

.older-tasks-count-badge[b-2s9tgkmy9s] {
    background: #dc2626;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 700;
}

.close-btn[b-2s9tgkmy9s] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    color: #64748b;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-btn:hover[b-2s9tgkmy9s] {
        background: #e2e8f0;
        color: #1e293b;
    }

.older-tasks-modal-body[b-2s9tgkmy9s] {
    padding: 1.5rem 2rem;
    overflow-y: auto;
    flex: 1;
}

.older-tasks-list[b-2s9tgkmy9s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.empty-state[b-2s9tgkmy9s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    color: #64748b;
}

    .empty-state svg[b-2s9tgkmy9s] {
        color: #cbd5e1;
        margin-bottom: 1rem;
    }

    .empty-state h4[b-2s9tgkmy9s] {
        font-size: 1.25rem;
        font-weight: 600;
        color: #475569;
        margin: 0 0 0.5rem 0;
    }

    .empty-state p[b-2s9tgkmy9s] {
        font-size: 1rem;
        color: #94a3b8;
        margin: 0;
    }

/* Pomodoro Timer Styles */
.pomodoro-timer[b-2s9tgkmy9s] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    z-index: 1000;
    text-align: center;
    min-width: 350px;
    border: 2px solid var(--Button-Main-Color, #481aa0);
    transition: all 0.3s ease;
}

.pomodoro-timer-overlay[b-2s9tgkmy9s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.pomodoro-timer h3[b-2s9tgkmy9s] {
    color: var(--main-Color, #04161f);
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.pomodoro-timer-display[b-2s9tgkmy9s] {
    font-size: 3rem;
    font-weight: 800;
    color: var(--Button-Main-Color, #481aa0);
    margin: 1rem 0;
    font-family: 'Courier New', monospace;
    text-shadow: 0 2px 4px rgba(72, 26, 160, 0.2);
}

.pomodoro-timer-phase[b-2s9tgkmy9s] {
    color: var(--link-color, #344767);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.pomodoro-timer-actions[b-2s9tgkmy9s] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.pomodoro-btn[b-2s9tgkmy9s] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .pomodoro-btn.stop[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #ef4444, #dc2626);
        color: white;
        box-shadow: 0 4px 8px rgba(239, 68, 68, 0.3);
    }

        .pomodoro-btn.stop:hover[b-2s9tgkmy9s] {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            transform: translateY(-1px);
            box-shadow: 0 6px 12px rgba(239, 68, 68, 0.4);
        }

    .pomodoro-btn.end[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #10b981, #059669);
        color: white;
        box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
    }

        .pomodoro-btn.end:hover[b-2s9tgkmy9s] {
            background: linear-gradient(135deg, #059669, #047857);
            transform: translateY(-1px);
            box-shadow: 0 6px 12px rgba(16, 185, 129, 0.4);
        }

.pomodoro-progress[b-2s9tgkmy9s] {
    width: 100%;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    margin: 1rem 0;
}

.pomodoro-progress-bar[b-2s9tgkmy9s] {
    height: 100%;
    background: linear-gradient(135deg, var(--Button-Main-Color, #481aa0), var(--Button-Main-Color-Light, #8040ED));
    border-radius: 4px;
    transition: width 1s ease;
}

/* Pomodoro Animation */
@keyframes pomodoro-pulse-b-2s9tgkmy9s {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.pomodoro-timer.active .pomodoro-timer-display[b-2s9tgkmy9s] {
    animation: pomodoro-pulse-b-2s9tgkmy9s 2s infinite;
}

/* Circular Progress Ring */
.pomodoro-progress-circular[b-2s9tgkmy9s] {
    position: relative;
    display: inline-block;
    margin: 1.5rem 0;
}

.progress-ring[b-2s9tgkmy9s] {
    transform: rotate(-90deg);
    transition: stroke-dashoffset 1s ease;
}

.progress-ring-circle[b-2s9tgkmy9s] {
    transition: stroke-dashoffset 1s ease;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
}

.progress-text[b-2s9tgkmy9s] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--main-Color, #04161f);
}

.pomodoro-stats[b-2s9tgkmy9s] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: var(--link-color, #344767);
    font-weight: 600;
}

/* Pomodoro Timer Animations */
@keyframes pomodoro-glow-b-2s9tgkmy9s {
    0%, 100% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    50% {
        box-shadow: 0 25px 50px rgba(72, 26, 160, 0.2);
    }
}

.pomodoro-timer.active[b-2s9tgkmy9s] {
    animation: pomodoro-glow-b-2s9tgkmy9s 3s ease-in-out infinite;
}

/* Break Time Styling */
.pomodoro-timer.break-time[b-2s9tgkmy9s] {
    border-color: #10b981;
}

    .pomodoro-timer.break-time .pomodoro-timer-display[b-2s9tgkmy9s] {
        color: #10b981;
    }

.task-content[b-2s9tgkmy9s] {
    flex: 1;
    min-width: 0;
}

.task-title[b-2s9tgkmy9s] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--main-Color, #04161f);
    margin: 0 0 0.5rem 0;
    word-wrap: break-word;
    line-height: 1.4;
}

.task-description[b-2s9tgkmy9s] {
    font-size: 0.9rem;
    color: var(--link-color, #344767);
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.task-meta[b-2s9tgkmy9s] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

    .task-meta span[b-2s9tgkmy9s] {
        font-size: 0.8rem;
        padding: 0.35rem 0.75rem;
        border-radius: 6px;
        font-weight: 600;
    }

.task-status[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.task-complexity[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: 1px solid #fcd34d;
}

.task-importance[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    color: #5b21b6;
    border: 1px solid #c4b5fd;
}

.task-pomodoro-stats[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #991b1b;
    border: 1px solid #fecaca;
    font-weight: 700;
}

/* Empty States */
.empty-shift[b-2s9tgkmy9s] {
    text-align: center;
    padding: 3rem 2rem;
    color: #94a3b8;
    font-size: 1rem;
}

    .empty-shift svg[b-2s9tgkmy9s] {
        color: #cbd5e1;
        margin-bottom: 1rem;
    }

    .empty-shift p[b-2s9tgkmy9s] {
        margin: 0;
        color: var(--link-color, #344767);
    }

.empty-day[b-2s9tgkmy9s] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.empty-icon[b-2s9tgkmy9s] {
    margin-bottom: 1.5rem;
}

    .empty-icon svg[b-2s9tgkmy9s] {
        color: #cbd5e1;
    }

.empty-day h3[b-2s9tgkmy9s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--main-Color, #04161f);
    margin: 0 0 0.75rem 0;
    font-family: var(--font-family-bold, 'IranSansBold');
}

.empty-day p[b-2s9tgkmy9s] {
    font-size: 1rem;
    color: var(--link-color, #344767);
    margin: 0 0 2rem 0;
}

/* Bottom Action Buttons */
.bottom-actions[b-2s9tgkmy9s] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
}

.btn[b-2s9tgkmy9s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    min-height: 44px;
    font-family: inherit;
}

    .btn:focus[b-2s9tgkmy9s] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(72, 26, 160, 0.3);
    }

    .btn:disabled[b-2s9tgkmy9s] {
        opacity: 0.6;
        cursor: not-allowed;
        pointer-events: none;
    }

.btn-primary[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, var(--Button-Main-Color, #481aa0), var(--Button-Main-Color-Light, #8040ED));
    color: white;
    border-color: var(--Button-Main-Color, #481aa0);
    box-shadow: 0 4px 12px rgba(72, 26, 160, 0.3);
}

    .btn-primary:hover:not(:disabled)[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, var(--Button-Main-Color-Light, #8040ED), var(--Button-Main-Color, #481aa0));
        border-color: var(--Button-Main-Color-Light, #8040ED);
        box-shadow: 0 6px 16px rgba(72, 26, 160, 0.4);
        transform: translateY(-1px);
    }

.btn-secondary[b-2s9tgkmy9s] {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: white;
    border-color: #6b7280;
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
}

    .btn-secondary:hover:not(:disabled)[b-2s9tgkmy9s] {
        background: linear-gradient(135deg, #4b5563, #374151);
        border-color: #4b5563;
        box-shadow: 0 6px 16px rgba(107, 114, 128, 0.4);
        transform: translateY(-1px);
    }

.btn:active:not(:disabled)[b-2s9tgkmy9s] {
    transform: translateY(0);
}

/* Postpone Modal Styles - Must appear above older tasks modal */
.postpone-modal-overlay[b-2s9tgkmy9s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    backdrop-filter: blur(4px);
}

.postpone-modal[b-2s9tgkmy9s] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 0;
    z-index: 2001;
    min-width: 400px;
    max-width: 500px;
    border: 2px solid var(--Button-Main-Color, #481aa0);
}

.postpone-modal-header[b-2s9tgkmy9s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 14px 14px 0 0;
}

.postpone-modal-header h3[b-2s9tgkmy9s] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--main-Color, #04161f);
    font-family: var(--font-family-bold, 'IranSansBold');
}

.close-btn[b-2s9tgkmy9s] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    color: #64748b;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-2s9tgkmy9s] {
    background: #f1f5f9;
    color: #334155;
    transform: scale(1.1);
}

.postpone-modal-body[b-2s9tgkmy9s] {
    padding: 1.5rem;
}

.task-title[b-2s9tgkmy9s] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--main-Color, #04161f);
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.input-group[b-2s9tgkmy9s] {
    margin-bottom: 1.5rem;
}

.input-group label[b-2s9tgkmy9s] {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--main-Color, #04161f);
    margin-bottom: 0.5rem;
}

.input-group input[b-2s9tgkmy9s] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.2s ease;
    text-align: center;
}

.input-group input:focus[b-2s9tgkmy9s] {
    outline: none;
    border-color: var(--Button-Main-Color, #481aa0);
    box-shadow: 0 0 0 3px rgba(72, 26, 160, 0.1);
}

.input-group input.error[b-2s9tgkmy9s] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.error-message[b-2s9tgkmy9s] {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    font-weight: 600;
    text-align: center;
}

.postpone-modal-actions[b-2s9tgkmy9s] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 0 0 14px 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-buttons[b-2s9tgkmy9s] {
        padding: 0 1rem;
    }

    .nav-btn[b-2s9tgkmy9s] {
        width: 50px;
        height: 50px;
        font-size: 0.7rem;
    }

        .nav-btn svg[b-2s9tgkmy9s] {
            width: 18px;
            height: 18px;
        }

    .main-container[b-2s9tgkmy9s] {
        padding: 1rem 0.5rem;
        margin: 0;
        border-radius: 0;
    }

    .date-header[b-2s9tgkmy9s] {
        padding: 0.5rem 0.75rem;
        gap: 0.25rem;
    }

    .date-title[b-2s9tgkmy9s] {
        font-size: 0.9rem;
    }

    .date-subtitle[b-2s9tgkmy9s] {
        font-size: 0.8rem;
    }

    .shift-name[b-2s9tgkmy9s] {
        font-size: 0.85rem;
    }

    .shift-time[b-2s9tgkmy9s],
    .shift-duration[b-2s9tgkmy9s] {
        font-size: 0.85rem;
    }

    .task-item[b-2s9tgkmy9s] {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .task-actions[b-2s9tgkmy9s] {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .task-action-btn[b-2s9tgkmy9s] {
        min-width: 70px;
        font-size: 0.7rem;
        padding: 0.35rem 0.6rem;
    }

    .task-title[b-2s9tgkmy9s] {
        font-size: 0.95rem;
    }

    .task-description[b-2s9tgkmy9s] {
        font-size: 0.85rem;
    }

    .task-meta span[b-2s9tgkmy9s] {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }

    .empty-day[b-2s9tgkmy9s] {
        padding: 3rem 1.5rem;
    }

        .empty-day h3[b-2s9tgkmy9s] {
            font-size: 1.25rem;
        }

        .empty-day p[b-2s9tgkmy9s] {
            font-size: 0.9rem;
        }

    .bottom-actions[b-2s9tgkmy9s] {
        flex-direction: column;
        width: calc(100% - 2rem);
        left: 1rem;
        right: 1rem;
        transform: none;
    }

    .btn[b-2s9tgkmy9s] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .nav-buttons[b-2s9tgkmy9s] {
        padding: 0 0.5rem;
    }

    .nav-btn[b-2s9tgkmy9s] {
        width: 45px;
        height: 45px;
        font-size: 0.65rem;
    }

        .nav-btn svg[b-2s9tgkmy9s] {
            width: 16px;
            height: 16px;
        }

    .main-container[b-2s9tgkmy9s] {
        padding: 0.5rem 0.25rem;
    }

    .date-header[b-2s9tgkmy9s] {
        padding: 0.4rem 0.5rem;
        gap: 0.25rem;
    }

    .date-title[b-2s9tgkmy9s] {
        font-size: 0.85rem;
    }

    .date-subtitle[b-2s9tgkmy9s] {
        font-size: 0.75rem;
    }

    .shift-header[b-2s9tgkmy9s] {
        padding: 0.5rem 0.75rem;
    }

    .shift-name[b-2s9tgkmy9s] {
        font-size: 0.8rem;
    }

    .tasks-container[b-2s9tgkmy9s] {
        padding: 1rem;
    }

    .task-item[b-2s9tgkmy9s] {
        padding: 0.85rem;
        gap: 0.75rem;
        flex-direction: column;
    }

    .task-actions[b-2s9tgkmy9s] {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .task-action-btn[b-2s9tgkmy9s] {
        min-width: 60px;
        font-size: 0.65rem;
        padding: 0.3rem 0.5rem;
    }

    .empty-day[b-2s9tgkmy9s] {
        padding: 2.5rem 1rem;
        border-radius: 8px;
    }

        .empty-day h3[b-2s9tgkmy9s] {
            font-size: 1.1rem;
        }

        .empty-day p[b-2s9tgkmy9s] {
            font-size: 0.85rem;
        }

    .empty-icon svg[b-2s9tgkmy9s] {
        width: 40px;
        height: 40px;
    }

    .bottom-actions[b-2s9tgkmy9s] {
        bottom: 1rem;
        left: 0.5rem;
        right: 0.5rem;
        width: auto;
        padding: 0.75rem;
    }

    .btn[b-2s9tgkmy9s] {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

        .btn svg[b-2s9tgkmy9s] {
            width: 14px;
            height: 14px;
        }

    /* Pomodoro Timer Mobile */
    .pomodoro-timer[b-2s9tgkmy9s] {
        min-width: 280px;
        padding: 1.5rem;
    }

    .pomodoro-timer-display[b-2s9tgkmy9s] {
        font-size: 2.5rem;
    }

    .pomodoro-progress-circular[b-2s9tgkmy9s] {
        margin: 1rem 0;
    }

    .progress-ring[b-2s9tgkmy9s] {
        width: 100px;
        height: 100px;
    }

    .progress-text[b-2s9tgkmy9s] {
        font-size: 1rem;
    }

    .pomodoro-timer-actions[b-2s9tgkmy9s] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .pomodoro-btn[b-2s9tgkmy9s] {
        width: 100%;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
}

/* Schedule Option Modal Z-Index Fix - Ensure modal appears above nav buttons (z-index: 100) */
.schedule-option-modal-overlay-custom[b-2s9tgkmy9s],
.blazored-modal-overlay[b-2s9tgkmy9s] {
    z-index: 10000 !important;
    position: fixed !important;
}

.schedule-option-modal-wrapper[b-2s9tgkmy9s],
.blazored-modal-container[b-2s9tgkmy9s] {
    z-index: 10001 !important;
}

.blazored-modal.schedule-option-modal-wrapper[b-2s9tgkmy9s] {
    z-index: 10002 !important;
}
.confirmation-modal-above[b-2s9tgkmy9s] {
    z-index: 3000 !important;
}
/* Confirmation Modal (Delete) - Must appear above older tasks modal (999) and postpone modal (2000) */
/* Target Blazored modal when custom overlay class is used */
.confirmation-modal-overlay-above[b-2s9tgkmy9s],
.confirmation-modal-overlay-above.blazored-modal-overlay[b-2s9tgkmy9s] {
    z-index: 3000 !important;
    position: fixed !important;
}

/* Modal container when confirmation modal is shown */
.blazored-modal-container:has(.confirmation-modal-above)[b-2s9tgkmy9s],
body:has(.confirmation-modal-overlay-above) .blazored-modal-container[b-2s9tgkmy9s] {
    z-index: 3001 !important;
}

/* Modal content */
.confirmation-modal-above[b-2s9tgkmy9s],
body:has(.confirmation-modal-overlay-above) .blazored-modal[b-2s9tgkmy9s] {
    z-index: 3002 !important;
}

/* Fallback: Ensure any Blazored modal shown after older tasks modal appears above it */
.older-tasks-modal-overlay ~ .blazored-modal-overlay[b-2s9tgkmy9s],
.postpone-modal-overlay ~ .blazored-modal-overlay[b-2s9tgkmy9s] {
    z-index: 3000 !important;
}

.older-tasks-modal-overlay ~ .blazored-modal-container[b-2s9tgkmy9s],
.postpone-modal-overlay ~ .blazored-modal-container[b-2s9tgkmy9s] {
    z-index: 3001 !important;
}
/* _content/Lookif.ToDoList.UI/Pages/ToDoItems/Detail.razor.rz.scp.css */
/* ToDoItem Detail Component Styles */
.todo-detail[b-pt3s5mmli9] {
    padding: 1.5rem;
    max-width: 100%;
}

.header[b-pt3s5mmli9] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.title-row[b-pt3s5mmli9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.title-row h1[b-pt3s5mmli9] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    flex: 1;
    min-width: 200px;
}

.badges[b-pt3s5mmli9] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.badges span[b-pt3s5mmli9] {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
}

.status.completed[b-pt3s5mmli9] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status.pending[b-pt3s5mmli9] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.priority[b-pt3s5mmli9] {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.priority-1[b-pt3s5mmli9] { background-color: #6c757d; color: white; }
.priority-2[b-pt3s5mmli9] { background-color: #17a2b8; color: white; }
.priority-3[b-pt3s5mmli9] { background-color: #007bff; color: white; }
.priority-4[b-pt3s5mmli9] { background-color: #ffc107; color: #212529; }
.priority-5[b-pt3s5mmli9] { background-color: #dc3545; color: white; }

.complexity[b-pt3s5mmli9] {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.complexity-short[b-pt3s5mmli9] { background-color: #28a745; color: white; }
.complexity-medium[b-pt3s5mmli9] { background-color: #ffc107; color: #212529; }
.complexity-heavy[b-pt3s5mmli9] { background-color: #dc3545; color: white; }

.type[b-pt3s5mmli9] {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.type-task[b-pt3s5mmli9] { background-color: #6f42c1; color: white; }
.type-epic[b-pt3s5mmli9] { background-color: #fd7e14; color: white; }

.content[b-pt3s5mmli9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section[b-pt3s5mmli9] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
}

.section h3[b-pt3s5mmli9] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
}

.section p[b-pt3s5mmli9] {
    margin: 0;
    line-height: 1.5;
    color: #6c757d;
}

/* Tags Section */
.tags-container[b-pt3s5mmli9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-badge[b-pt3s5mmli9] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #007bff;
    color: white;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid #0056b3;
}

/* Shifts Section */
.shifts-container[b-pt3s5mmli9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.shift-item[b-pt3s5mmli9] {
    background-color: white;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shift-header[b-pt3s5mmli9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.shift-name[b-pt3s5mmli9] {
    font-weight: 600;
    color: #212529;
}

.day-type-badge[b-pt3s5mmli9] {
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    font-weight: 500;
}

.shift-time[b-pt3s5mmli9] {
    color: #6c757d;
    font-size: 0.8rem;
}

/* Info Grid */
.info-grid[b-pt3s5mmli9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.info[b-pt3s5mmli9] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info label[b-pt3s5mmli9] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info span[b-pt3s5mmli9] {
    font-size: 0.9rem;
    color: #212529;
    font-weight: 500;
}

.info span.overdue[b-pt3s5mmli9] {
    color: #dc3545;
    font-weight: 600;
}

.info small[b-pt3s5mmli9] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .todo-detail[b-pt3s5mmli9] {
        padding: 1rem;
    }
    
    .title-row[b-pt3s5mmli9] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .title-row h1[b-pt3s5mmli9] {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    
    .badges[b-pt3s5mmli9] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .info-grid[b-pt3s5mmli9] {
        grid-template-columns: 1fr;
    }
    
    .shifts-container[b-pt3s5mmli9] {
        gap: 0.5rem;
    }
    
    .shift-item[b-pt3s5mmli9] {
        padding: 0.5rem;
    }
    
    .action-buttons[b-pt3s5mmli9] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn-action[b-pt3s5mmli9] {
        width: 100%;
        justify-content: center;
    }
}

/* Action Buttons */
.action-buttons[b-pt3s5mmli9] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e9ecef;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btn-action[b-pt3s5mmli9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-action:hover:not(:disabled)[b-pt3s5mmli9] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-action:active:not(:disabled)[b-pt3s5mmli9] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-action:disabled[b-pt3s5mmli9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-action svg[b-pt3s5mmli9] {
    flex-shrink: 0;
}

.btn-complete[b-pt3s5mmli9] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.btn-complete:hover:not(:disabled)[b-pt3s5mmli9] {
    background: linear-gradient(135deg, #218838 0%, #1ba87d 100%);
}

.btn-complete.completed[b-pt3s5mmli9] {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}

.btn-complete.completed:hover:not(:disabled)[b-pt3s5mmli9] {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
}

.btn-delete[b-pt3s5mmli9] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

.btn-delete:hover:not(:disabled)[b-pt3s5mmli9] {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
}
/* _content/Lookif.ToDoList.UI/Pages/ToDoItems/Index.razor.rz.scp.css */
/* ToDoItems Index Page Styles */

.task-table[b-hw81a60ip6] {
    transition: all 0.2s ease-in-out;
}

.task-table tbody tr:hover[b-hw81a60ip6] {
    background-color: rgba(0, 0, 0, 0.05);
}

.task-table .form-check-input[b-hw81a60ip6] {
    cursor: pointer;
}

.task-table .form-check-input:checked[b-hw81a60ip6] {
    background-color: #198754;
    border-color: #198754;
}

.badge[b-hw81a60ip6] {
    font-size: 0.75em;
    padding: 0.5em 0.75em;
}

.btn-group .btn[b-hw81a60ip6] {
    border-radius: 0;
}

.btn-group .btn:first-child[b-hw81a60ip6] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.btn-group .btn:last-child[b-hw81a60ip6] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.text-decoration-line-through[b-hw81a60ip6] {
    text-decoration: line-through !important;
}

/* Meta information styling */
.meta-row[b-hw81a60ip6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
}


.complexity-badge[b-hw81a60ip6] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
}

.complexity-badge.short[b-hw81a60ip6] {
    background-color: #28a745;
    color: white;
}

.complexity-badge.medium[b-hw81a60ip6] {
    background-color: #ffc107;
    color: #212529;
}

.complexity-badge.heavy[b-hw81a60ip6] {
    background-color: #dc3545;
    color: white;
}

.tags-container[b-hw81a60ip6], .shifts-container[b-hw81a60ip6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.tag-badge[b-hw81a60ip6], .shift-badge[b-hw81a60ip6] {
    display: inline-block;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
}

.tag-badge.more[b-hw81a60ip6], .shift-badge.more[b-hw81a60ip6] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.filters-panel[b-hw81a60ip6] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.filters-grid[b-hw81a60ip6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: end;
}

.filter-group[b-hw81a60ip6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-group label[b-hw81a60ip6] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.filter-actions[b-hw81a60ip6] {
    display: flex;
    align-items: end;
    gap: 0.5rem;
}

.form-select:focus[b-hw81a60ip6] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Status badges */
.bg-success[b-hw81a60ip6] {
    background-color: #198754 !important;
}

.bg-warning[b-hw81a60ip6] {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.bg-danger[b-hw81a60ip6] {
    background-color: #dc3545 !important;
}

.bg-info[b-hw81a60ip6] {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}

.bg-secondary[b-hw81a60ip6] {
    background-color: #6c757d !important;
}

.bg-primary[b-hw81a60ip6] {
    background-color: #0d6efd !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-group[b-hw81a60ip6] {
        flex-direction: column;
    }
    
    .btn-group .btn[b-hw81a60ip6] {
        border-radius: 0.375rem !important;
        margin-bottom: 0.25rem;
    }
    
    .btn-group .btn:last-child[b-hw81a60ip6] {
        margin-bottom: 0;
    }
    
    .table-responsive[b-hw81a60ip6] {
        font-size: 0.875rem;
    }
    
    .d-flex.justify-content-between[b-hw81a60ip6] {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .col-md-3[b-hw81a60ip6] {
        margin-bottom: 1rem;
    }
    
    .filters-panel .row[b-hw81a60ip6] {
        margin: 0;
    }
    
    .filters-panel .col-md-3[b-hw81a60ip6] {
        padding: 0.5rem;
    }
}

/* Modal Styles */
.modal-overlay[b-hw81a60ip6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-hw81a60ip6 0.3s ease-out;
}

@keyframes fadeIn-b-hw81a60ip6 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-hw81a60ip6] {
    background: white;
    border-radius: 16px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-hw81a60ip6 0.3s ease-out;
    margin: 1rem;
}

@keyframes modalSlideIn-b-hw81a60ip6 {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-lg[b-hw81a60ip6] {
    width: 100%;
    max-width: 800px;
}

.modal-md[b-hw81a60ip6] {
    width: 100%;
    max-width: 600px;
}

.modal-header[b-hw81a60ip6] {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.modal-title[b-hw81a60ip6] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.modal-close[b-hw81a60ip6] {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover[b-hw81a60ip6] {
    background: #f3f4f6;
    color: #374151;
}

.modal-body[b-hw81a60ip6] {
    padding: 0 1.5rem 1rem;
    color: #374151;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.modal-footer[b-hw81a60ip6] {
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    border-top: 1px solid #e5e7eb;
}

.spinner[b-hw81a60ip6] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin-b-hw81a60ip6 1s linear infinite;
    margin-left: 0.5rem;
}

@keyframes spin-b-hw81a60ip6 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Task Type Badges */
.task-type-badge[b-hw81a60ip6] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.task-type-badge.epic[b-hw81a60ip6] {
    background-color: #8b5cf6;
    color: white;
}

.task-type-badge.child[b-hw81a60ip6] {
    background-color: #06b6d4;
    color: white;
}

.task-type-badge.standalone[b-hw81a60ip6] {
    background-color: #10b981;
    color: white;
}

/* Repetitive Task Indicator */
.repetitive-indicator[b-hw81a60ip6] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #f59e0b;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.repetitive-indicator svg[b-hw81a60ip6] {
    flex-shrink: 0;
}

/* Repetitive Task Details */
.repetitive-details[b-hw81a60ip6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.repetitive-count[b-hw81a60ip6] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #3b82f6;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.exact-dates-info[b-hw81a60ip6] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #22c55e;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.repetitive-count svg[b-hw81a60ip6],
.exact-dates-info svg[b-hw81a60ip6] {
    flex-shrink: 0;
}

/* Item Title Section */
.item-title-section[b-hw81a60ip6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.item-title[b-hw81a60ip6] {
    margin: 0;
    flex: 1;
    min-width: 0;
}

/* Page Layout */
.page-container[b-hw81a60ip6] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.page-header[b-hw81a60ip6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

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

.title-area[b-hw81a60ip6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.page-title[b-hw81a60ip6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1f2937;
}

.stats-row[b-hw81a60ip6] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.stat-badge[b-hw81a60ip6] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.stat-badge.total[b-hw81a60ip6] {
    background-color: #e5e7eb;
    color: #374151;
}

.stat-badge.completed[b-hw81a60ip6] {
    background-color: #d1fae5;
    color: #065f46;
}

.stat-badge.pending[b-hw81a60ip6] {
    background-color: #fef3c7;
    color: #92400e;
}

.actions-area[b-hw81a60ip6] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* Items Grid */
.items-grid[b-hw81a60ip6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.item-card[b-hw81a60ip6] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.item-card:hover[b-hw81a60ip6] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.item-card.completed[b-hw81a60ip6] {
    opacity: 0.7;
    background-color: #f9fafb;
}

.item-header[b-hw81a60ip6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.item-actions[b-hw81a60ip6] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.action-btn[b-hw81a60ip6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
}

.action-btn:hover[b-hw81a60ip6] {
    background: #f3f4f6;
    color: #374151;
    border-color: #9ca3af;
}

.action-btn.danger:hover[b-hw81a60ip6] {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fca5a5;
}

.item-body[b-hw81a60ip6] {
    margin-bottom: 1rem;
}

.item-description[b-hw81a60ip6] {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.item-meta[b-hw81a60ip6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.priority-badge[b-hw81a60ip6] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.priority-1[b-hw81a60ip6] { background-color: #e5e7eb; color: #374151; }
.priority-2[b-hw81a60ip6] { background-color: #dbeafe; color: #1e40af; }
.priority-3[b-hw81a60ip6] { background-color: #fef3c7; color: #92400e; }
.priority-4[b-hw81a60ip6] { background-color: #fed7aa; color: #9a3412; }
.priority-5[b-hw81a60ip6] { background-color: #fecaca; color: #991b1b; }

.due-date[b-hw81a60ip6] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.due-date.overdue[b-hw81a60ip6] {
    color: #dc2626;
    font-weight: 600;
}

.item-footer[b-hw81a60ip6] {
    border-top: 1px solid #f3f4f6;
    padding-top: 1rem;
}

.checkbox-container[b-hw81a60ip6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #374151;
}

.checkbox-container input[type="checkbox"][b-hw81a60ip6] {
    margin: 0;
}

.checkmark[b-hw81a60ip6] {
    width: 16px;
    height: 16px;
    border: 2px solid #d1d5db;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark[b-hw81a60ip6] {
    background-color: #10b981;
    border-color: #10b981;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark[b-hw81a60ip6]::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Loading and Empty States */
.loading-state[b-hw81a60ip6], .empty-state[b-hw81a60ip6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.loading-spinner[b-hw81a60ip6] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f4f6;
    border-top: 4px solid #3b82f6;
    border-radius: 50%;
    animation: spin-b-hw81a60ip6 1s linear infinite;
    margin-bottom: 1rem;
}

.empty-icon[b-hw81a60ip6] {
    margin-bottom: 1rem;
    color: #9ca3af;
}

.empty-state h3[b-hw81a60ip6] {
    margin: 0 0 0.5rem 0;
    color: #374151;
    font-size: 1.25rem;
}

.empty-state p[b-hw81a60ip6] {
    margin: 0 0 1.5rem 0;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-hw81a60ip6] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .header-content[b-hw81a60ip6] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .actions-area[b-hw81a60ip6] {
        justify-content: center;
    }
    
    .items-grid[b-hw81a60ip6] {
        grid-template-columns: 1fr;
    }
    
    .filters-grid[b-hw81a60ip6] {
        grid-template-columns: 1fr;
    }
    
    .item-title-section[b-hw81a60ip6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/* _content/Lookif.ToDoList.UI/Pages/ToDoItems/Manage.razor.rz.scp.css */
/* Form Wrapper with Loading Support */
.form-wrapper[b-gx7cp4ascn] {
    position: relative;
    width: 100%;
}

.form-wrapper.loading[b-gx7cp4ascn] {
    pointer-events: none;
}

/* Modern Form Container */
.form-container[b-gx7cp4ascn] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Shifts Section Styling */
.shifts-section[b-gx7cp4ascn] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.shifts-header[b-gx7cp4ascn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #dee2e6;
}

.shifts-header label[b-gx7cp4ascn] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #495057;
    margin: 0;
}

.shifts-controls[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.select-all-container[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modern-checkbox[b-gx7cp4ascn] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    user-select: none;
}

.modern-checkbox:hover[b-gx7cp4ascn] {
    border-color: #007bff;
    background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.15);
}

.modern-checkbox input[type="checkbox"][b-gx7cp4ascn] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[b-gx7cp4ascn] {
    position: relative;
    height: 20px;
    width: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-checkbox:hover .checkmark[b-gx7cp4ascn] {
    border-color: #007bff;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
}

.modern-checkbox input:checked ~ .checkmark[b-gx7cp4ascn] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.checkmark[b-gx7cp4ascn]:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modern-checkbox input:checked ~ .checkmark[b-gx7cp4ascn]:after {
    display: block;
}

.checkbox-label[b-gx7cp4ascn] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
    transition: color 0.3s ease;
}

.modern-checkbox:hover .checkbox-label[b-gx7cp4ascn] {
    color: #007bff;
}

.shifts-filter[b-gx7cp4ascn] {
    margin-bottom: 1.5rem;
}

.shifts-filter label[b-gx7cp4ascn] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
}

.shifts-filter .form-control[b-gx7cp4ascn] {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.shifts-filter .form-control:focus[b-gx7cp4ascn] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.shifts-container[b-gx7cp4ascn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.shift-card[b-gx7cp4ascn] {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.shift-card[b-gx7cp4ascn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.shift-card:hover[b-gx7cp4ascn]::before {
    left: 100%;
}

.shift-card:hover[b-gx7cp4ascn] {
    transform: translateY(-4px) scale(1.02);
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
}

.shift-card.selected[b-gx7cp4ascn] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-color: #2196f3;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.2);
}

.shift-card input[type="checkbox"][b-gx7cp4ascn] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shift-content[b-gx7cp4ascn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.shift-header[b-gx7cp4ascn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.shift-name[b-gx7cp4ascn] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.day-type-badge[b-gx7cp4ascn] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shift-time[b-gx7cp4ascn], .shift-duration[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.shift-time svg[b-gx7cp4ascn], .shift-duration svg[b-gx7cp4ascn] {
    color: #007bff;
    flex-shrink: 0;
}

.shift-time span[b-gx7cp4ascn], .shift-duration span[b-gx7cp4ascn] {
    margin: 0;
}

/* Animation for shift cards */
@keyframes shiftCardAppear-b-gx7cp4ascn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.shift-card[b-gx7cp4ascn] {
    animation: shiftCardAppear-b-gx7cp4ascn 0.4s ease-out;
}

/* Responsive design */
@media (max-width: 768px) {
    .shifts-container[b-gx7cp4ascn] {
        grid-template-columns: 1fr;
    }
    
    .shifts-header[b-gx7cp4ascn] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    
    .select-all-shifts[b-gx7cp4ascn] {
        justify-content: center;
    }
}

.form-header[b-gx7cp4ascn] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.form-header h2[b-gx7cp4ascn] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-header p[b-gx7cp4ascn] {
    font-size: 1rem;
    color: #7f8c8d;
    margin: 0;
}

.form-grid[b-gx7cp4ascn] {
    display: grid;
    gap: 1.5rem;
}

.form-row[b-gx7cp4ascn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.form-group[b-gx7cp4ascn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-gx7cp4ascn] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.form-group .required[b-gx7cp4ascn] {
    color: #e74c3c;
    margin-right: 0.25rem;
}

.form-control[b-gx7cp4ascn] {
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus[b-gx7cp4ascn] {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-control:disabled[b-gx7cp4ascn] {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Due Date Container */
.due-date-container[b-gx7cp4ascn] {
    border: 2px solid #f39c12;
    border-radius: 12px;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fef9f3 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.1);
}

.due-date-header[b-gx7cp4ascn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #fdebd0;
}

.due-date-header label[b-gx7cp4ascn] {
    font-weight: 700;
    color: #d68910;
    font-size: 1.1rem;
    margin: 0;
}

/* Exact Execution Dates Styles */
.exact-dates-container[b-gx7cp4ascn] {
    border: 2px solid #3498db;
    border-radius: 12px;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ebf5fb 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.1);
}

.exact-dates-header[b-gx7cp4ascn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #d6eaf8;
}

.exact-dates-header label[b-gx7cp4ascn] {
    font-weight: 700;
    color: #21618c;
    font-size: 1.1rem;
    margin: 0;
}

.exact-dates-list[b-gx7cp4ascn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.exact-date-item[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.exact-date-item .btn[b-gx7cp4ascn] {
    white-space: nowrap;
}

.exact-date-item .btn-danger[b-gx7cp4ascn] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
}

.exact-date-item .btn-primary[b-gx7cp4ascn] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
}

/* Toggle switch styles */
.toggle-container[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toggle-switch[b-gx7cp4ascn] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input[b-gx7cp4ascn] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-gx7cp4ascn] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.toggle-slider[b-gx7cp4ascn]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider[b-gx7cp4ascn] {
    background-color: #2196F3;
}

input:checked + .toggle-slider[b-gx7cp4ascn]:before {
    transform: translateX(26px);
}

.toggle-label[b-gx7cp4ascn] {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Repetitive Task Styles */
.repetitive-task-container[b-gx7cp4ascn] {
    border: 2px solid #9b59b6;
    border-radius: 12px;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f4fb 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.1);
}

.repetitive-task-header[b-gx7cp4ascn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e8daef;
}

.repetitive-task-header label[b-gx7cp4ascn] {
    font-weight: 700;
    color: #6c3483;
    font-size: 1.1rem;
    margin: 0;
}

.repetitive-task-settings[b-gx7cp4ascn] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    background-color: white;
    border: 2px solid #e8daef;
    border-radius: 8px;
}

.repetitive-task-settings .form-group[b-gx7cp4ascn] {
    margin-bottom: 0;
}

.repetitive-task-settings label[b-gx7cp4ascn] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.repetitive-task-settings .form-control[b-gx7cp4ascn] {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.repetitive-task-settings .form-control:focus[b-gx7cp4ascn] {
    border-color: #9b59b6;
    box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
}

/* Step Progress Styles */
.step-progress-container[b-gx7cp4ascn] {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.step-progress[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.step[b-gx7cp4ascn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.step-number[b-gx7cp4ascn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.step.active .step-number[b-gx7cp4ascn] {
    background-color: #007bff;
    color: white;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}

.step.completed .step-number[b-gx7cp4ascn] {
    background-color: #28a745;
    color: white;
}

.step-title[b-gx7cp4ascn] {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    text-align: center;
    transition: color 0.3s ease;
}

.step.active .step-title[b-gx7cp4ascn] {
    color: #007bff;
    font-weight: 600;
}

.step.completed .step-title[b-gx7cp4ascn] {
    color: #28a745;
}

.step-line[b-gx7cp4ascn] {
    flex: 1;
    height: 2px;
    background-color: #e9ecef;
    margin: 0 1rem;
    margin-top: -20px;
    transition: background-color 0.3s ease;
}

.step.completed + .step-line[b-gx7cp4ascn] {
    background-color: #28a745;
}

/* Step Content Styles */
.step-content[b-gx7cp4ascn] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.step-header[b-gx7cp4ascn] {
    text-align: center;
    margin-bottom: 2rem;
}

.step-header h2[b-gx7cp4ascn] {
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.step-header p[b-gx7cp4ascn] {
    color: #6c757d;
    margin: 0;
}

/* Task Type Selection Styles */
.task-type-selection[b-gx7cp4ascn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.task-type-card[b-gx7cp4ascn] {
    padding: 2rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
}

.task-type-card:hover[b-gx7cp4ascn] {
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.task-type-card.selected[b-gx7cp4ascn] {
    border-color: #007bff;
    background-color: #f8f9ff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.task-type-icon[b-gx7cp4ascn] {
    margin-bottom: 1rem;
    color: #6c757d;
    transition: color 0.3s ease;
}

.task-type-card.selected .task-type-icon[b-gx7cp4ascn] {
    color: #007bff;
}

.task-type-card h3[b-gx7cp4ascn] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.25rem;
}

.task-type-card p[b-gx7cp4ascn] {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Step Actions */
.step-actions[b-gx7cp4ascn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.step-actions .btn[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.step-actions .btn:disabled[b-gx7cp4ascn] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Repetition Options Styles */
.repetition-options[b-gx7cp4ascn] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.radio-group[b-gx7cp4ascn] {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.radio-option[b-gx7cp4ascn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.radio-option:hover[b-gx7cp4ascn] {
    background-color: #e9ecef;
}

.radio-option input[type="radio"][b-gx7cp4ascn] {
    margin: 0;
}

.radio-label[b-gx7cp4ascn] {
    font-weight: 500;
    color: #333;
}

.form-text[b-gx7cp4ascn] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Form Actions */
.form-actions[b-gx7cp4ascn] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.form-actions .btn[b-gx7cp4ascn] {
    min-width: 200px;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-actions .btn-primary[b-gx7cp4ascn] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
}

.form-actions .btn-primary:hover[b-gx7cp4ascn] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.form-actions .btn-primary:active[b-gx7cp4ascn] {
    transform: translateY(0);
}

.form-actions .btn-primary:disabled[b-gx7cp4ascn] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.form-actions .btn-primary:disabled:hover[b-gx7cp4ascn] {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Loading Overlay */
.loading-overlay[b-gx7cp4ascn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(3px);
}

.loading-content[b-gx7cp4ascn] {
    text-align: center;
    color: #667eea;
}

.loading-spinner[b-gx7cp4ascn] {
    width: 48px;
    height: 48px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-gx7cp4ascn 1s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin-b-gx7cp4ascn {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-gx7cp4ascn] {
    font-size: 1.1rem;
    color: #667eea;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.loading-dots[b-gx7cp4ascn]::after {
    content: '...';
    animation: dots-b-gx7cp4ascn 1.5s steps(4, end) infinite;
}

@keyframes dots-b-gx7cp4ascn {
    0%, 20% { content: '.'; }
    40% { content: '..'; }
    60%, 100% { content: '...'; }
}

.loading-progress[b-gx7cp4ascn] {
    width: 180px;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin: 0.5rem auto 0;
    position: relative;
    overflow: hidden;
}

.loading-progress[b-gx7cp4ascn]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -90px;
    width: 90px;
    height: 100%;
    background: #667eea;
    border-radius: 2px;
    animation: progress-bar-move-b-gx7cp4ascn 1.6s linear infinite;
}

@keyframes progress-bar-move-b-gx7cp4ascn {
    0% { left: -90px; }
    100% { left: 180px; }
}

/* Dark mode support for loading overlay */
[data-theme="dark"] .loading-overlay[b-gx7cp4ascn] {
    background: rgba(30, 34, 56, 0.95);
}

[data-theme="dark"] .loading-spinner[b-gx7cp4ascn] {
    border-color: #374151;
    border-top-color: #667eea;
}

[data-theme="dark"] .loading-text[b-gx7cp4ascn] {
    color: #818cf8;
}

[data-theme="dark"] .loading-progress[b-gx7cp4ascn] {
    background: #374151;
}

[data-theme="dark"] .loading-progress[b-gx7cp4ascn]::after {
    background: #818cf8;
}

/* Responsive design */
@media (max-width: 768px) {
    .exact-date-item[b-gx7cp4ascn] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .exact-date-item .btn[b-gx7cp4ascn] {
        margin-top: 8px;
    }
    
    .repetitive-task-settings[b-gx7cp4ascn] {
        padding: 12px;
    }
    
    .step-content[b-gx7cp4ascn] {
        padding: 1rem;
    }
    
    .task-type-selection[b-gx7cp4ascn] {
        grid-template-columns: 1fr;
    }
    
    .step-actions[b-gx7cp4ascn] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .step-actions .btn[b-gx7cp4ascn] {
        width: 100%;
        justify-content: center;
    }
    
    .radio-group[b-gx7cp4ascn] {
        flex-direction: column;
    }
}
/* _content/Lookif.ToDoList.UI/Shared/BasePageComponent.razor.rz.scp.css */
.loading-container[b-yigzhk9rm1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 1rem;
    padding: 2rem;
}

.loading-spinner[b-yigzhk9rm1] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    animation: spin-b-yigzhk9rm1 1s linear infinite;
}

@keyframes spin-b-yigzhk9rm1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-container p[b-yigzhk9rm1] {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
}

.error-container[b-yigzhk9rm1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    gap: 1rem;
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin: 2rem;
}

.error-icon[b-yigzhk9rm1] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.error-container h3[b-yigzhk9rm1] {
    color: #dc3545;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.error-container p[b-yigzhk9rm1] {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.btn[b-yigzhk9rm1] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-yigzhk9rm1] {
    background: #2563eb;
    color: white;
}

.btn-primary:hover[b-yigzhk9rm1] {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.btn-primary:active[b-yigzhk9rm1] {
    transform: translateY(0);
}



/* _content/Lookif.ToDoList.UI/Shared/EmptyLayout.razor.rz.scp.css */
/* Empty Layout Styles */
.empty-layout-container[b-7tdo60p20z] {
    min-height: 100vh;
    font-family: 'Vazir', 'Tahoma', sans-serif;
    direction: rtl;
}

/* Main Content */
.main-content[b-7tdo60p20z] {
    width: 100%;
}
/* _content/Lookif.ToDoList.UI/Shared/ErrorFallbackComponent.razor.rz.scp.css */
.error-fallback-container[b-48jsgkfum7] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.error-content[b-48jsgkfum7] {
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.error-icon[b-48jsgkfum7] {
    margin-bottom: 1.5rem;
    animation: pulse-b-48jsgkfum7 2s infinite;
}

@keyframes pulse-b-48jsgkfum7 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.error-title[b-48jsgkfum7] {
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'IranSans', sans-serif;
}

.error-message[b-48jsgkfum7] {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-family: 'IranSans', sans-serif;
}

.error-actions[b-48jsgkfum7] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.retry-btn[b-48jsgkfum7], .home-btn[b-48jsgkfum7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'IranSans', sans-serif;
}

.retry-btn[b-48jsgkfum7] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.retry-btn:hover:not(:disabled)[b-48jsgkfum7] {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
}

.home-btn[b-48jsgkfum7] {
    background: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.home-btn:hover[b-48jsgkfum7] {
    background: #6c757d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.retry-btn:disabled[b-48jsgkfum7] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.retry-loading[b-48jsgkfum7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #007bff;
    font-weight: 500;
    font-family: 'IranSans', sans-serif;
}

.spinner[b-48jsgkfum7] {
    width: 20px;
    height: 20px;
    border: 2px solid #e3f2fd;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin-b-48jsgkfum7 1s linear infinite;
}

@keyframes spin-b-48jsgkfum7 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-help[b-48jsgkfum7] {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    text-align: right;
    font-family: 'IranSans', sans-serif;
}

.error-help p[b-48jsgkfum7] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.error-help ul[b-48jsgkfum7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-help li[b-48jsgkfum7] {
    color: #6c757d;
    padding: 0.25rem 0;
    position: relative;
    padding-right: 1.5rem;
    font-size: 0.9rem;
}

.error-help li[b-48jsgkfum7]::before {
    content: "•";
    color: #007bff;
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .error-fallback-container[b-48jsgkfum7] {
        padding: 1rem;
        min-height: 300px;
    }
    
    .error-title[b-48jsgkfum7] {
        font-size: 1.25rem;
    }
    
    .error-actions[b-48jsgkfum7] {
        flex-direction: column;
        align-items: center;
    }
    
    .retry-btn[b-48jsgkfum7], .home-btn[b-48jsgkfum7] {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
    
    .error-help[b-48jsgkfum7] {
        padding: 1rem;
        text-align: center;
    }
    
    .error-help li[b-48jsgkfum7] {
        padding-right: 0;
        text-align: center;
    }
    
    .error-help li[b-48jsgkfum7]::before {
        display: none;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .error-fallback-container[b-48jsgkfum7] {
        background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    }
    
    .error-title[b-48jsgkfum7] {
        color: #fc8181;
    }
    
    .error-message[b-48jsgkfum7] {
        color: #a0aec0;
    }
    
    .error-help[b-48jsgkfum7] {
        background: rgba(45, 55, 72, 0.8);
        border-left-color: #63b3ed;
    }
    
    .error-help p[b-48jsgkfum7] {
        color: #e2e8f0;
    }
    
    .error-help li[b-48jsgkfum7] {
        color: #a0aec0;
    }
    
    .error-help li[b-48jsgkfum7]::before {
        color: #63b3ed;
    }
}

/* _content/Lookif.ToDoList.UI/Shared/MainLayout.razor.rz.scp.css */


.hamburger-menu[b-2lfckewvcg] {
    display: none;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1001;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
}

    .hamburger-menu:hover[b-2lfckewvcg] {
        background-color: #f8f9fa;
    }

/* Today's Tasks Quick Access */
.today-quick-access[b-2lfckewvcg] {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 1000;
}

.today-btn[b-2lfckewvcg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.9rem;
}

.today-btn:hover[b-2lfckewvcg] {
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.today-btn svg[b-2lfckewvcg] {
    width: 1.1rem;
    height: 1.1rem;
}

@media (max-width: 768px) {
    .today-quick-access[b-2lfckewvcg] {
        bottom: 1rem;
        left: 1rem;
    }
    
    .today-btn[b-2lfckewvcg] {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .today-btn span[b-2lfckewvcg] {
        display: none;
    }
}

    .hamburger-menu svg[b-2lfckewvcg] {
        display: block;
        color: #333;
    }

.SideBarContainer[b-2lfckewvcg] {
    transition: transform 0.3s ease-in-out; 
}

.main-body[b-2lfckewvcg] {
    flex: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.MainContent[b-2lfckewvcg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.breadcrumb-wrapper[b-2lfckewvcg] {
    position: static; /* part of the page flow; not sticky */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.5rem 0;
    /* Ensure spacing from the content below while keeping horizontal gutters */
    margin: 0 15px 1rem;
}

.content-with-breadcrumb-offset[b-2lfckewvcg] {
    /* No special offset needed since breadcrumb is not sticky */
}

.overlay[b-2lfckewvcg] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999;
}

@media (max-width: 991px) {
    .hamburger-menu[b-2lfckewvcg] {
        display: block;
    }

    .overlay[b-2lfckewvcg] {
        display: block;
    }

    .SideBarContainer[b-2lfckewvcg] {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transform: translateX(100%);
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }

    .SideBarContainer.sidebar-collapsed[b-2lfckewvcg] {
        transform: translateX(0);
    }

    .main-body[b-2lfckewvcg] {
        width: 100%;
        margin-right: 0 !important;
    }

    .MainContent[b-2lfckewvcg] {
        width: 100%;
        margin-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .SideBarContainer[b-2lfckewvcg] {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .SideBarContainer[b-2lfckewvcg] {
        width: 280px;
        position: relative !important;
        transform: translateX(0) !important;
    }
    
    .hamburger-menu[b-2lfckewvcg] {
        display: none !important;
    }
    
    .overlay[b-2lfckewvcg] {
        display: none !important;
    }
}
/* _content/Lookif.ToDoList.UI/Shared/MainNavbar.razor.rz.scp.css */
/* Main Navbar Styles */
.main-navbar[b-haq63064cw] {
    position: sticky;
    top: 0;
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
}

.nav-container[b-haq63064cw] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nav-brand h2[b-haq63064cw] {
    color: var(--Button-Main-Color);
    background: none;
    font-weight: 900;
    cursor: pointer;
    margin: 0;
    transition: transform 0.2s ease;
}

.nav-brand h2:hover[b-haq63064cw] {
    transform: scale(1.05);
}

@media (prefers-color-scheme: dark) {
    .nav-brand h2[b-haq63064cw] {
        color: var(--accent-blue);
        background: none;
    }
}

/* Desktop navigation */
.nav-menu[b-haq63064cw] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-actions[b-haq63064cw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link[b-haq63064cw] {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm, 6px);
}

.nav-link:hover[b-haq63064cw] {
    color: var(--primary, var(--accent-blue));
    background: var(--hover, rgba(59, 130, 246, 0.1));
}

.nav-link:focus[b-haq63064cw] {
    outline: 2px solid var(--accent-pink, #ec4899);
    outline-offset: 2px;
}

/* Mobile Hamburger Toggle */
.mobile-menu-toggle[b-haq63064cw] {
    display: none;
    width: 32px;
    height: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle span[b-haq63064cw] {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Full Page Mobile Menu Overlay */
.mobile-menu-overlay[b-haq63064cw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-overlay.open[b-haq63064cw] {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content[b-haq63064cw] {
    position: relative;
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    padding: 4rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-start;
}

/* Close Button (X) at top left */
.mobile-menu-close[b-haq63064cw] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-secondary);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 10000;
}

.mobile-menu-close:hover[b-haq63064cw] {
    background: var(--accent-pink, #ec4899);
    border-color: var(--accent-pink, #ec4899);
    transform: rotate(90deg);
}

.mobile-menu-close svg[b-haq63064cw] {
    width: 24px;
    height: 24px;
    color: var(--text-primary);
}

.mobile-menu-close:hover svg[b-haq63064cw] {
    color: #ffffff;
}

/* Mobile Menu Title */
.mobile-menu-title[b-haq63064cw] {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1 0;
    width: 100%;
}

.mobile-brand-title[b-haq63064cw] {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0;
    color: var(--Button-Main-Color);
    background: linear-gradient(135deg, var(--Button-Main-Color), var(--accent-blue, #3b82f6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
}

@media (prefers-color-scheme: dark) {
    .mobile-brand-title[b-haq63064cw] {
        color: var(--accent-blue);
        background: linear-gradient(135deg, var(--accent-blue, #3b82f6), var(--accent-pink, #ec4899));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

.mobile-brand-subtitle[b-haq63064cw] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0.5rem 0 0 0;
    font-weight: 400;
    opacity: 0.8;
}

/* Mobile Menu Links */
.mobile-menu-links[b-haq63064cw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    align-items: center;
}

.mobile-nav-link[b-haq63064cw] {
    color: var(--text-primary);
    text-decoration: none;
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border-radius: var(--radius-md, 8px);
    text-align: center;
    width: 100%;
    max-width: 320px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
}

.mobile-nav-link:hover[b-haq63064cw] {
    color: var(--accent-blue, #3b82f6);
    background: var(--bg-secondary);
    border-color: var(--accent-blue, #3b82f6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.mobile-nav-link:focus[b-haq63064cw] {
    outline: 2px solid var(--accent-pink, #ec4899);
    outline-offset: 2px;
}


/* Button Styles */
.btn[b-haq63064cw] {
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md, 8px);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    width: 100%;
}

.btn-primary[b-haq63064cw] {
    background: var(--gradient-primary, var(--Button-Main-Color));
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.btn-primary:hover[b-haq63064cw] {
    background: var(--Button-Main-Color-Light, var(--accent-blue));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary:active[b-haq63064cw] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.2);
}

.btn-outline[b-haq63064cw] {
    background: transparent;
    color: var(--Button-Main-Color);
    border: 2px solid var(--Button-Main-Color);
}

.btn-outline:hover[b-haq63064cw] {
    background: var(--Button-Main-Color);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-mobile[b-haq63064cw] {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

/* Mobile Actions Buttons */
.mobile-nav-actions .btn[b-haq63064cw] {
    width: 100%;
    max-width: 320px;
}

/* Desktop Actions Buttons */
.nav-actions .btn[b-haq63064cw] {
    width: auto;
    padding: 0.5rem 1rem;
}

/* Theme Toggle Styles - Desktop */
.theme-toggle[b-haq63064cw] {
    position: relative;
    width: 70px;
    height: 36px;
    background: var(--bg-primary);
    border: 2px solid var(--border-color);
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.theme-toggle:hover[b-haq63064cw] {
    border-color: var(--accent-blue, #3b82f6);
}

.theme-toggle-track[b-haq63064cw] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.theme-toggle-thumb[b-haq63064cw] {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--accent-blue, #3b82f6);
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
    z-index: 3;
}

.theme-toggle[data-theme="dark"][b-haq63064cw] {
    background: linear-gradient(135deg, #1e293b, #334155);
}

.theme-toggle[data-theme="dark"] .theme-toggle-thumb[b-haq63064cw] {
    transform: translateY(-50%) translateX(38px);
    background: #fbbf24;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.4);
}

.theme-toggle-icons[b-haq63064cw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.theme-toggle-icon[b-haq63064cw] {
    width: 18px;
    height: 18px;
    color: var(--text-secondary);
    transition: opacity 0.3s ease;
    opacity: 0.7;
    flex-shrink: 0;
}

/* Hide/fade icon when thumb covers it */
.theme-toggle:not([data-theme="dark"]) .theme-toggle-icons svg:first-child[b-haq63064cw],
.theme-toggle[data-theme="dark"] .theme-toggle-icons svg:last-child[b-haq63064cw] {
    opacity: 0.15;
}

/* Mobile Theme Toggle - Link Style */
.mobile-theme-toggle[b-haq63064cw] {
    cursor: pointer;
    text-align: right !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-theme-toggle:hover[b-haq63064cw] {
    background: var(--bg-secondary) !important;
    border-color: var(--accent-blue, #3b82f6) !important;
}

.theme-toggle-inline[b-haq63064cw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.theme-toggle-text[b-haq63064cw] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
}

.theme-toggle-switch[b-haq63064cw] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.theme-toggle-switch-track[b-haq63064cw] {
    position: relative;
    width: 50px;
    height: 26px;
    background: var(--bg-primary);
    border: 2px solid var(--border-color);
    border-radius: 13px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.mobile-theme-toggle[data-theme="dark"] .theme-toggle-switch-track[b-haq63064cw] {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-color: var(--accent-blue, #3b82f6);
}

.theme-toggle-switch-thumb[b-haq63064cw] {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--accent-blue, #3b82f6);
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mobile-theme-toggle[data-theme="dark"] .theme-toggle-switch-thumb[b-haq63064cw] {
    transform: translateY(-50%) translateX(26px);
    background: #fbbf24;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    /* Hide desktop nav sections on small screens */
    .nav-menu[b-haq63064cw],
    .nav-actions[b-haq63064cw] {
        display: none;
    }

    /* Show hamburger */
    .mobile-menu-toggle[b-haq63064cw] {
        display: flex;
    }
}

@media (max-width: 480px) {
    .nav-container[b-haq63064cw] {
        padding: 0.5rem 0.75rem;
    }

    .mobile-menu-content[b-haq63064cw] {
        padding: 2rem 1rem 2rem;
        max-width: 100%;
    }

    .mobile-nav-link[b-haq63064cw] {
        font-size: 1.125rem;
        padding: 0.875rem 1rem;
        max-width: 100%;
    }

    .mobile-nav-actions[b-haq63064cw] {
        max-width: 100%;
    }
}

/* Ensure mobile menu is hidden on desktop */
@media (min-width: 993px) {
    .mobile-menu-overlay[b-haq63064cw] {
        display: none !important;
    }
}

/* _content/Lookif.ToDoList.UI/Shared/NavMenu.razor.rz.scp.css */
/* Modern Sidebar Styles */
.modern-sidebar[b-geiltbbicb] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-left: 1px solid #e2e8f0;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 1000;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.05);
    direction: rtl;
    font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}

.sidebar-header[b-geiltbbicb] {
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: white;
}

.logo[b-geiltbbicb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
}

.logo svg[b-geiltbbicb] {
    color: #2563eb;
    flex-shrink: 0;
}

.logo-text[b-geiltbbicb] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
}

.user-section[b-geiltbbicb] {
    padding: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.user-info[b-geiltbbicb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-geiltbbicb] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.user-details[b-geiltbbicb] {
    flex: 1;
    min-width: 0;
}

.user-name[b-geiltbbicb] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.125rem;
}

.user-role[b-geiltbbicb] {
    font-size: 0.8rem;
    color: #64748b;
}

.sidebar-nav[b-geiltbbicb] {
    padding: 1rem 0;
    flex: 1;
}

.nav-list[b-geiltbbicb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item[b-geiltbbicb] {
    margin-bottom: 0.25rem;
}

.nav-link[b-geiltbbicb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 0;
    position: relative;
}

.nav-link:hover[b-geiltbbicb] {
    background: #f1f5f9;
    color: #1e293b;
}

.nav-link-parent[b-geiltbbicb] {
    justify-content: space-between;
}

.nav-icon[b-geiltbbicb] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #64748b;
}

.nav-text[b-geiltbbicb] {
    font-size: 0.9rem;
    font-weight: 500;
    flex: 1;
}

.nav-arrow[b-geiltbbicb] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    color: #94a3b8;
}

.nav-arrow.expanded[b-geiltbbicb] {
    transform: rotate(180deg);
}

.sub-nav-list[b-geiltbbicb] {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8fafc;
    border-right: 3px solid #e2e8f0;
}

.sub-nav-item[b-geiltbbicb] {
    margin-bottom: 0.125rem;
}

.sub-nav-link[b-geiltbbicb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem 0.5rem 2.5rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 0.85rem;
}

.sub-nav-link:hover[b-geiltbbicb] {
    background: #e2e8f0;
    color: #1e293b;
}

.sub-nav-icon[b-geiltbbicb] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #94a3b8;
}

.sub-nav-text[b-geiltbbicb] {
    font-weight: 400;
}

/* Active state */
.nav-link.active[b-geiltbbicb],
.sub-nav-link.active[b-geiltbbicb] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
}

.nav-link.active .nav-icon[b-geiltbbicb],
.sub-nav-link.active .sub-nav-icon[b-geiltbbicb] {
    color: white;
}

.nav-link.active .nav-arrow[b-geiltbbicb] {
    color: white;
}

/* Scrollbar styling */
.modern-sidebar[b-geiltbbicb]::-webkit-scrollbar {
    width: 4px;
}

.modern-sidebar[b-geiltbbicb]::-webkit-scrollbar-track {
    background: transparent;
}

.modern-sidebar[b-geiltbbicb]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

.modern-sidebar[b-geiltbbicb]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .modern-sidebar[b-geiltbbicb] {
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    
    .modern-sidebar.open[b-geiltbbicb] {
        transform: translateX(0);
    }
}
/* _content/Lookif.ToDoList.UI/Shared/NotFound.razor.rz.scp.css */
*[b-66dua5c5fb] {
    font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
/* Error Page */
.error .clip .shadow[b-66dua5c5fb] {
    height: 180px; /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow[b-66dua5c5fb] {
    width: 130px; /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow[b-66dua5c5fb], .error .clip:nth-of-type(3) .shadow[b-66dua5c5fb] {
    width: 250px; /*Contrall*/
}

.error .digit[b-66dua5c5fb] {
    width: 150px; /*Contrall*/
    height: 150px; /*Contrall*/
    line-height: 150px; /*Contrall*/
    font-size: 120px;
    font-weight: bold;
}

.error h2[b-66dua5c5fb] /*Contrall*/ {
    font-size: 32px;
}

.error .msg[b-66dua5c5fb] /*Contrall*/ {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error span.triangle[b-66dua5c5fb] /*Contrall*/ {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404[b-66dua5c5fb] {
    margin-top: 10%;
    position: relative;
    height: 250px;
    padding-top: 40px;
}

    .error .container-error-404 .clip[b-66dua5c5fb] {
        display: inline-block;
        transform: skew(-45deg);
    }

.error .clip .shadow[b-66dua5c5fb] {
    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow[b-66dua5c5fb] {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
}

.error .clip:nth-of-type(3) .shadow[b-66dua5c5fb]:after, .error .clip:nth-of-type(1) .shadow[b-66dua5c5fb]:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow[b-66dua5c5fb]:after {
    left: -8px;
}

.error .digit[b-66dua5c5fb] {
    position: relative;
    top: 8%;
    color: white;
    background: #07B3F9;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit[b-66dua5c5fb] {
    left: -10%;
}

.error .clip:nth-of-type(1) .digit[b-66dua5c5fb] {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit[b-66dua5c5fb] {
    left: -20%;
}

.error h2[b-66dua5c5fb] {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg[b-66dua5c5fb] {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle[b-66dua5c5fb] {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/* Error Page */
@media(max-width: 767px) {
    /* Error Page */
    .error .clip .shadow[b-66dua5c5fb] {
        height: 100px; /*Contrall*/
    }

    .error .clip:nth-of-type(2) .shadow[b-66dua5c5fb] {
        width: 80px; /*Contrall play with javascript*/
    }

    .error .clip:nth-of-type(1) .shadow[b-66dua5c5fb], .error .clip:nth-of-type(3) .shadow[b-66dua5c5fb] {
        width: 100px; /*Contrall*/
    }

    .error .digit[b-66dua5c5fb] {
        width: 80px; /*Contrall*/
        height: 80px; /*Contrall*/
        line-height: 80px; /*Contrall*/
        font-size: 52px;
    }

    .error h2[b-66dua5c5fb] /*Contrall*/ {
        font-size: 24px;
    }

    .error .msg[b-66dua5c5fb] /*Contrall*/ {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle[b-66dua5c5fb] /*Contrall*/ {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404[b-66dua5c5fb] {
        height: 150px;
    }
    /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay[b-66dua5c5fb] {
    position: relative;
    z-index: 20;
}
/*done*/
.ground-color[b-66dua5c5fb] {
    background: white;
}
/*done*/
.item-bg-color[b-66dua5c5fb] {
    background: #EAEAEA
}
/*done*/

/* Padding Section*/
.padding-top[b-66dua5c5fb] {
    padding-top: 10px;
}
/*done*/
.padding-bottom[b-66dua5c5fb] {
    padding-bottom: 10px;
}
/*done*/
.padding-vertical[b-66dua5c5fb] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal[b-66dua5c5fb] {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all[b-66dua5c5fb] {
    padding: 10px;
}
/*done*/

.no-padding-left[b-66dua5c5fb] {
    padding-left: 0px;
}
/*done*/
.no-padding-right[b-66dua5c5fb] {
    padding-right: 0px;
}
/*done*/
.no-vertical-padding[b-66dua5c5fb] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding[b-66dua5c5fb] {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding[b-66dua5c5fb] {
    padding: 0px;
}
/*done*/
/* Padding Section*/

/* Margin section */
.margin-top[b-66dua5c5fb] {
    margin-top: 10px;
}
/*done*/
.margin-bottom[b-66dua5c5fb] {
    margin-bottom: 10px;
}
/*done*/
.margin-right[b-66dua5c5fb] {
    margin-right: 10px;
}
/*done*/
.margin-left[b-66dua5c5fb] {
    margin-left: 10px;
}
/*done*/
.margin-horizontal[b-66dua5c5fb] {
    margin-left: 10px;
    margin-right: 10px;
}
/*done*/
.margin-vertical[b-66dua5c5fb] {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*done*/
.margin-all[b-66dua5c5fb] {
    margin: 10px;
}
/*done*/
.no-margin[b-66dua5c5fb] {
    margin: 0px;
}
/*done*/

.no-vertical-margin[b-66dua5c5fb] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin[b-66dua5c5fb] {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink[b-66dua5c5fb] {
    margin: 0px 20px;
}
/*done - For the inside sections that has also Title section*/
/* Margin section */

hr[b-66dua5c5fb] {
    margin: 0px;
    padding: 0px;
    border-top: 1px dashed #999;
}
/*--------------------------------------------FrameWork------------------------*/
/* _content/Lookif.ToDoList.UI/Shared/PomodoroIndicator.razor.rz.scp.css */
.pomodoro-indicator[b-er2zsqbk7y] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    background: linear-gradient(135deg, #481aa0 0%, #8e44ad 100%);
    color: white;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 4px 15px rgba(72, 26, 160, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 300px;
    min-width: 200px;
}

.pomodoro-indicator:hover[b-er2zsqbk7y] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 26, 160, 0.4);
}

.pomodoro-indicator.break-time[b-er2zsqbk7y] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.pomodoro-indicator.break-time:hover[b-er2zsqbk7y] {
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.pomodoro-indicator-content[b-er2zsqbk7y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pomodoro-timer-mini[b-er2zsqbk7y] {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: monospace;
}

.pomodoro-task-title[b-er2zsqbk7y] {
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.pomodoro-phase[b-er2zsqbk7y] {
    font-size: 0.75rem;
    opacity: 0.9;
}

.pomodoro-progress-mini[b-er2zsqbk7y] {
    margin-left: auto;
}

@media (max-width: 768px) {
    .pomodoro-indicator[b-er2zsqbk7y] {
        bottom: 1rem;
        right: 1rem;
        padding: 0.6rem 1rem;
        min-width: auto;
    }
    
    .pomodoro-task-title[b-er2zsqbk7y] {
        max-width: 100px;
    }
}
/* _content/Lookif.ToDoList.UI/Shared/PomodoroModal.razor.rz.scp.css */
/* Pomodoro Timer Styles */
.pomodoro-timer[b-wkgnv2plri] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    z-index: 1000;
    text-align: center;
    min-width: 350px;
    border: 2px solid var(--Button-Main-Color, #481aa0);
    transition: all 0.3s ease;
}

.pomodoro-timer-overlay[b-wkgnv2plri] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(4px);
}

.pomodoro-timer h3[b-wkgnv2plri] {
    color: var(--main-Color, #04161f);
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.pomodoro-timer-display[b-wkgnv2plri] {
    font-size: 3rem;
    font-weight: 800;
    color: var(--Button-Main-Color, #481aa0);
    margin: 1rem 0;
    font-family: 'Courier New', monospace;
    text-shadow: 0 2px 4px rgba(72, 26, 160, 0.2);
}

.pomodoro-timer-phase[b-wkgnv2plri] {
    color: var(--link-color, #344767);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.pomodoro-timer-actions[b-wkgnv2plri] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.pomodoro-btn[b-wkgnv2plri] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .pomodoro-btn.stop[b-wkgnv2plri] {
        background: linear-gradient(135deg, #ef4444, #dc2626);
        color: white;
        box-shadow: 0 4px 8px rgba(239, 68, 68, 0.3);
    }

        .pomodoro-btn.stop:hover[b-wkgnv2plri] {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            transform: translateY(-1px);
            box-shadow: 0 6px 12px rgba(239, 68, 68, 0.4);
        }

    .pomodoro-btn.end[b-wkgnv2plri] {
        background: linear-gradient(135deg, #10b981, #059669);
        color: white;
        box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
    }

        .pomodoro-btn.end:hover[b-wkgnv2plri] {
            background: linear-gradient(135deg, #059669, #047857);
            transform: translateY(-1px);
            box-shadow: 0 6px 12px rgba(16, 185, 129, 0.4);
        }

/* Circular Progress Ring */
.pomodoro-progress-circular[b-wkgnv2plri] {
    position: relative;
    display: inline-block;
    margin: 1.5rem 0;
}

.progress-ring[b-wkgnv2plri] {
    transform: rotate(-90deg);
    transition: stroke-dashoffset 1s ease;
}

.progress-ring-circle[b-wkgnv2plri] {
    transition: stroke-dashoffset 1s ease;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
}

.progress-text[b-wkgnv2plri] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--main-Color, #04161f);
}

.pomodoro-stats[b-wkgnv2plri] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: var(--link-color, #344767);
    font-weight: 600;
}

/* Pomodoro Animation */
@keyframes pomodoro-pulse-b-wkgnv2plri {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.pomodoro-timer.active .pomodoro-timer-display[b-wkgnv2plri] {
    animation: pomodoro-pulse-b-wkgnv2plri 2s infinite;
}

/* Pomodoro Timer Animations */
@keyframes pomodoro-glow-b-wkgnv2plri {
    0%, 100% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    50% {
        box-shadow: 0 25px 50px rgba(72, 26, 160, 0.2);
    }
}

.pomodoro-timer.active[b-wkgnv2plri] {
    animation: pomodoro-glow-b-wkgnv2plri 3s ease-in-out infinite;
}

/* Break Time Styling */
.pomodoro-timer.break-time[b-wkgnv2plri] {
    border-color: #10b981;
}

    .pomodoro-timer.break-time .pomodoro-timer-display[b-wkgnv2plri] {
        color: #10b981;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .pomodoro-timer[b-wkgnv2plri] {
        min-width: 90%;
        max-width: 350px;
        padding: 1.5rem;
    }

    .pomodoro-timer-display[b-wkgnv2plri] {
        font-size: 2.5rem;
    }

    .pomodoro-progress-circular[b-wkgnv2plri] {
        margin: 1rem 0;
    }

    .pomodoro-timer-actions[b-wkgnv2plri] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .pomodoro-btn[b-wkgnv2plri] {
        width: 100%;
        justify-content: center;
    }
}


