.elementor-4485 .elementor-element.elementor-element-1b00fd0{--display:flex;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-105efe6 */:root {
            --primary: #0066cc;
            --primary-light: #e6f2ff;
            --dark: #333;
            --light: #f8f9fa;
            --gray: #6c757d;
        }
        
        body {
        
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            margin: 0;

            min-height: 100vh;
            padding-bottom: 30px;
        }
        .app-header {
            text-align: center;
            padding: 30px 0 20px;
        }
        .app-header h1 {
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 2.5rem;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .app-header p {
            color: #666;
            font-size: 1.1rem;
            margin: 0 auto;
            max-width: 600px;
        }
        .qrgen-container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.15);
            padding: 30px;
            border: 1px solid #e0e0e0;
            margin-bottom: 30px;
        }
        .input-area {
            border: 2px dashed #d1d1d1;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s;
            background-color: white;
            margin-bottom: 25px;
            background: #f8faff;
        }
        .input-area:hover {
            border-color: var(--primary);
            background-color: #f0f8ff;
            box-shadow: 0 8px 20px rgba(0,102,204,0.1);
        }
        #qrCodeCanvas {
            max-width: 100%;
            max-height: 500px;
            display: block;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            background-color: white;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        }
        .customization-section {
            background-color: #f8f9fa;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            border: 1px solid #e9ecef;
        }
        .customization-section h5 {
            color: var(--primary);
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 1.3rem;
        }
        .color-picker {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 18px;
        }
        .color-label {
            min-width: 120px;
            font-weight: 500;
            color: #555;
            font-size: 1.05rem;
        }
        .btn-generate {
            background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
            border: none;
            color: white !important;
            font-weight: 600;
            border-radius: 10px;
            padding: 14px 24px;
            font-size: 1.1rem;
            box-shadow: 0 6px 12px rgba(0, 102, 204, 0.25);
            transition: all 0.3s;
            margin-top: 10px;
        }
        .btn-generate:hover {
            background: linear-gradient(135deg, #0052a3 0%, #003d7a 100%);
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(0, 102, 204, 0.3);
        }
        .action-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 15px;
        }
        .action-buttons .btn {
            flex: 1 1 auto;
            min-width: 90px;
            border-radius: 8px;
            font-weight: 500;
            padding: 8px 12px;
        }
        .card-header {
            background: linear-gradient(to right, #f0f8ff, #e6f2ff);
            border-bottom: 1px solid #e0e0e0;
            padding: 1rem 1.5rem;
            border-radius: 12px 12px 0 0 !important;
        }
        .card-header h5 {
            margin-bottom: 0;
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--primary);
        }
        .stats-container {
            display: flex;
            justify-content: space-between;
            background-color: #f8f9fa;
            padding: 15px 20px;
            border-radius: 10px;
            margin-top: 20px;
            border: 1px solid #dee2e6;
            gap: 15px;
        }
        .stat-item {
            text-align: center;
            flex: 1;
            padding: 10px;
            border-radius: 8px;
            background: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .stat-value {
            font-weight: bold;
            color: var(--primary);
            font-size: 1.2rem;
        }
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        .mobile-spacer {
            height: 15px;
            display: none;
        }
        .icon-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
            margin-bottom: 30px;
        }
        .icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px 10px;
            border-radius: 10px;
            background: white;
            border: 1px solid #dee2e6;
            transition: all 0.3s;
            cursor: pointer;
            text-align: center;
            box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        }
        .icon-item:hover, .icon-item.active {
            background: var(--primary-light);
            border-color: var(--primary);
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0, 102, 204, 0.2);
        }
        .icon-item i {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 10px;
        }
        .icon-item span {
            font-weight: 500;
            color: #555;
        }
        .form-group {
            margin-bottom: 20px;
        }
        .content-form {
            display: none;
        }
        .content-form.active {
            display: block;
        }
        .qr-result-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 350px;
            padding: 25px;
        }
        .qr-preview-wrapper {
            position: relative;
            display: inline-block;
            max-width: 100%;
            max-height: 500px;
            overflow: auto;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 25px;
            background: white;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        .size-options {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
            margin-top: 15px;
        }
        .size-option {
            flex: 1;
            min-width: 80px;
            padding: 12px 8px;
            text-align: center;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 500;
            background: white;
        }
        .size-option:hover, .size-option.active {
            background: var(--primary);
            color: white;
            border-color: var(--primary);
            transform: scale(1.05);
        }
        .qr-placeholder {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #aaa;
            text-align: center;
            padding: 40px 20px;
        }
        .qr-placeholder i {
            font-size: 4rem;
            margin-bottom: 20px;
            color: #d0d0d0;
        }
        .qr-placeholder h4 {
            color: #777;
            font-weight: 500;
            margin-bottom: 10px;
        }
        .print-container {
            display: none;
            text-align: center;
            padding: 40px;
        }
        .print-title {
            font-size: 32px;
            color: var(--primary);
            margin-bottom: 20px;
            font-weight: 700;
        }
        .print-qr {
            max-width: 100%;
            max-height: 500px;
            margin: 30px auto;
        }
        
        /* Print container with only QR code */
        .print-container-simple {
            display: none;
            text-align: center;
            padding: 20px;
        }
        .print-qr-simple {
            max-width: 100%;
            max-height: 400px;
            margin: 0 auto;
        }
        
        .download-dropdown .dropdown-menu {
            min-width: 140px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }
        
        .input-header {
            margin-bottom: 25px;
        }
        .input-header h3 {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 10px;
        }
        .input-header p {
            color: #666;
            font-size: 1.05rem;
        }
        
        /* Updated form controls with no radius, white background and black text */
        .form-control, .form-select {
            padding: 12px 15px;
            border-radius: 0 !important; /* Removed border radius */
            border: 1px solid #d1d1d1;
            font-size: 1.05rem;
            background-color: white !important; /* White background */
            color: black !important; /* Black text */
            box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Added subtle shadow */
            transition: all 0.2s ease;
        }
        
        /* Hover state */
        .form-control:hover, .form-select:hover {
            border-color: #999;
            box-shadow: 0 3px 6px rgba(0,0,0,0.08);
        }
        
        /* Focus state */
        .form-control:focus, .form-select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
            outline: none;
        }
        
        /* Placeholder color */
        .form-control::placeholder {
            color: #888;
        }
        
        /* Disabled state */
        .form-control:disabled, .form-select:disabled {
            background-color: #f5f5f5 !important;
            color: #999 !important;
        }
        
        /* Textarea specific styles */
        textarea.form-control {
            min-height: 100px;
            resize: vertical;
        }
        
        /* Form labels */
        .form-label {
            font-weight: 500;
            color: #555;
            margin-bottom: 8px;
        }
        
        .card {
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        .btn-outline-secondary {
            transition: all 0.2s;
        }
        .btn-outline-secondary:hover {
            background: var(--primary);
            color: white !important;
        }
        .btn-outline-danger:hover {
            background: #dc3545;
            color: white !important;
        }
        
        /* Custom square color picker styles */
        #fgColorPicker, #bgColorPicker {
            width: 30px;
            height: 30px;
            border-radius: 0 !important;
            padding: 0;
            border: 1px solid #ddd;
            cursor: pointer;
            overflow: hidden;
            -webkit-appearance: none;
        }
        
        #fgColorPicker::-webkit-color-swatch-wrapper,
        #bgColorPicker::-webkit-color-swatch-wrapper {
            padding: 0;
        }
        
        #fgColorPicker::-webkit-color-swatch,
        #bgColorPicker::-webkit-color-swatch {
            border: none;
            border-radius: 0;
        }
        
        #fgColorPicker::-moz-color-swatch,
        #bgColorPicker::-moz-color-swatch {
            border: none;
            border-radius: 0;
        }
        
        @media print {
            body * {
                visibility: hidden;
            }
            .print-container-simple, .print-container-simple * {
                visibility: visible;
            }
            .print-container-simple {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                display: block !important;
                padding: 20px;
            }
        }

        @media (max-width: 992px) {
            .icon-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .qrgen-container {
                padding: 20px;
            }
            .input-area {
                padding: 1.5rem;
            }
            .app-header {
                padding: 20px 0 10px;
            }
            .app-header h1 {
                font-size: 2rem;
            }
            .stats-container {
                flex-direction: column;
                gap: 12px;
            }
            .mobile-spacer {
                display: block;
            }
            .icon-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .input-header h3 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 576px) {
            .qrgen-container {
                padding: 15px;
                border-radius: 14px;
            }
            .input-area {
                padding: 1.2rem;
            }
            .app-header h1 {
                font-size: 1.8rem;
            }
            .app-header p {
                font-size: 1rem;
            }
            .btn-generate {
                font-size: 1rem;
                padding: 12px;
            }
            .card-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .card-header h5 {
                margin-bottom: 12px;
            }
            .action-buttons {
                width: 100%;
            }
            .color-picker {
                flex-direction: column;
                align-items: flex-start;
            }
            .icon-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .input-header h3 {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 400px) {
            .action-buttons .btn {
                font-size: 0.9rem;
                padding: 0.4rem 0.7rem;
            }
        }/* End custom CSS */