.elementor-122890 .elementor-element.elementor-element-3c8d18e2 > .elementor-element-populated{padding:165px 0px 0px 0px;}.elementor-122890 .elementor-element.elementor-element-ee64fe9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ee64fe9 */#customwidget * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        #customwidget body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: white;
            min-height: 100vh;
            padding: 20px;
        }
        
        #customwidget .container {
            max-width: 1000px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        #customwidget .header {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: white;
            padding: 30px;
            text-align: center;
            position: relative;
            border-radius: 20px 20px 0 0;
        }
        
        #customwidget .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="white" opacity="0.1"><polygon points="0,0 1000,0 1000,60 0,100"/></svg>');
            background-size: cover;
        }
        
        #customwidget .header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            position: relative;
            z-index: 2;
        }
        
        #customwidget .header p {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }
        
        #customwidget .controls {
            padding: 20px 30px;
            background: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
            display: flex;
            gap: 15px;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        #customwidget .control-group {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        #customwidget .control-group label {
            font-weight: 600;
            color: #495057;
        }
        
        #customwidget .control-group input, #customwidget .control-group select {
            padding: 8px 12px;
            border: 2px solid #dee2e6;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        #customwidget .control-group input:focus, #customwidget .control-group select:focus {
            outline: none;
            border-color: #28a745;
            box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
        }
        
        #customwidget .btn {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
        }
        
        #customwidget .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
        }
        
        #customwidget .btn-secondary {
            background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
            box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
        }
        
        #customwidget .btn-secondary:hover {
            box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
        }
        
        #customwidget .progress-bar {
            background: #e9ecef;
            border-radius: 20px;
            height: 8px;
            overflow: hidden;
            margin: 10px 0;
        }
        
        #customwidget .progress-fill {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            height: 100%;
            transition: width 0.3s ease;
            border-radius: 20px;
        }
        
        #customwidget .progress-text {
            font-size: 0.9rem;
            color: #6c757d;
            text-align: center;
            margin-top: 5px;
        }
        
        #customwidget .content {
            padding: 30px;
        }
        
        #customwidget .sticky-progress {
            position: -webkit-sticky;
            position: sticky;
            top: 150px;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(10px);
            z-index: 100;
            padding: 20px 0;
            border-bottom: 2px solid #e9ecef;
            margin: 0 -30px 30px -30px;
            padding-left: 30px;
            padding-right: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        #customwidget .checklist-phase {
            margin-bottom: 30px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
            overflow: hidden;
            border: 1px solid #e9ecef;
        }
        
        #customwidget .phase-header {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 20px;
            border-bottom: 1px solid #dee2e6;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        #customwidget .phase-header:hover {
            background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        }
        
        #customwidget .phase-header.collapsed .expand-icon {
            transform: rotate(-90deg);
        }
        
        #customwidget .phase-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #495057;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        #customwidget .phase-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
        }
        
        #customwidget .expand-icon {
            font-size: 1.2rem;
            color: #6c757d;
            transition: transform 0.3s ease;
        }
        
        #customwidget .phase-content {
            padding: 0;
            max-height: 1000px;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        #customwidget .phase-content.collapsed {
            max-height: 0;
        }
        
        #customwidget .phase-description {
            padding: 20px;
            background: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
            font-style: italic;
            color: #6c757d;
        }
        
        #customwidget .checklist-items {
            padding: 20px;
        }
        
        #customwidget .checklist-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 10px;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }
        
        #customwidget .checklist-item:hover {
            background: #f8f9fa;
            border-color: #dee2e6;
        }
        
        #customwidget .checklist-item.completed {
            background: #d4edda;
            border-color: #c3e6cb;
        }
        
        #customwidget .checklist-item.completed .item-text {
            text-decoration: line-through;
            color: #6c757d;
        }
        
        #customwidget .checkbox {
            width: 20px;
            height: 20px;
            border: 2px solid #dee2e6;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
            margin-top: 2px;
        }
        
        #customwidget .checkbox.checked {
            background: #28a745;
            border-color: #28a745;
            color: white;
        }
        
        #customwidget .checkbox:hover {
            border-color: #28a745;
        }
        
        #customwidget .item-content {
            flex: 1;
        }
        
        #customwidget .item-text {
            font-weight: 600;
            color: #495057;
            margin-bottom: 5px;
        }
        
        #customwidget .item-description {
            font-size: 0.9rem;
            color: #6c757d;
            line-height: 1.5;
        }
        
        #customwidget .item-due-date {
            font-size: 0.8rem;
            color: #dc3545;
            font-weight: 600;
            margin-top: 5px;
        }
        
        #customwidget .timeline-indicator {
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background: #28a745;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 0 0 2px #28a745;
        }
        
        #customwidget .summary-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        #customwidget .summary-card {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
            border-left: 4px solid #28a745;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        #customwidget .summary-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        }
        
        #customwidget .summary-card h3 {
            color: #495057;
            margin-bottom: 10px;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        #customwidget .summary-card .number {
            font-size: 2rem;
            font-weight: 700;
            color: #28a745;
        }
        
        #customwidget .tips-section {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 8px;
            padding: 20px;
            margin-top: 30px;
        }
        
        #customwidget .tips-section h4 {
            color: #856404;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        #customwidget .tip-item {
            color: #856404;
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }
        
        #customwidget .tip-item::before {
            content: "💡";
            position: absolute;
            left: 0;
            top: 0;
        }
        
        #customwidget .export-section {
            background: #e8f5e8;
            padding: 20px;
            border-radius: 8px;
            margin-top: 20px;
            text-align: center;
        }
        
        #customwidget .export-section h4 {
            color: #2e7d32;
            margin-bottom: 15px;
        }
        
        #customwidget .export-buttons {
            display: flex;
            gap: 10px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        #customwidget .footer {
            background: #f8f9fa;
            padding: 20px 30px;
            text-align: center;
            color: #666;
            font-size: 0.9em;
            border-top: 1px solid #e9ecef;
            border-radius: 0 0 20px 20px;
        }
        
        @media print {
            #customwidget body {
                background: white;
                padding: 0;
            }
            #customwidget .container {
                box-shadow: none;
                border-radius: 0;
            }
            #customwidget .controls, #customwidget .export-section, #customwidget .footer {
                display: none;
            }
            #customwidget .phase-content {
                max-height: none !important;
            }
            #customwidget .sticky-progress {
                position: static !important;
                top: auto !important;
                box-shadow: none;
                border-bottom: 1px solid #dee2e6;
                margin: 20px 0 !important;
            }
        }
        
        @media (max-width: 768px) {
            #customwidget .header h1 {
                font-size: 2rem;
            }
            #customwidget .controls {
                flex-direction: column;
                align-items: stretch;
            }
            #customwidget .control-group {
                justify-content: space-between;
            }
            #customwidget .summary-cards {
                grid-template-columns: repeat(2, 1fr);
            }
            #customwidget .checklist-item {
                flex-direction: column;
                gap: 10px;
            }
            #customwidget .checkbox {
                align-self: flex-start;
            }
            #customwidget .sticky-progress {
                top: 75px;
                margin: 0 -20px 20px -20px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 15px;
                padding-bottom: 15px;
            }
            #customwidget .summary-cards {
                gap: 10px;
                margin-bottom: 15px;
            }
        }/* End custom CSS */