.elementor-606 .elementor-element.elementor-element-40af4fc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:16px;--padding-right:16px;}.elementor-606 .elementor-element.elementor-element-40af4fc:not(.elementor-motion-effects-element-type-background), .elementor-606 .elementor-element.elementor-element-40af4fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ebf6c25 );}.elementor-606 .elementor-element.elementor-element-f7e8942{--display:flex;--min-height:500px;--border-radius:8px 8px 8px 8px;box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.05);}.elementor-606 .elementor-element.elementor-element-f7e8942:not(.elementor-motion-effects-element-type-background), .elementor-606 .elementor-element.elementor-element-f7e8942 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-606 .elementor-element.elementor-element-62a4c81{text-align:center;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-1e22851 */.elementor-606 .elementor-element.elementor-element-1e22851 button:focus {
    outline: none;
}

.qr-tool-container {
    max-width: 520px;
    margin: 0 auto;
}

.qr-tool-container .row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.qr-tool-container label {
    font-size: 14px;
    font-weight: 600;
    color: #3F3B47;
}

.qr-tool-container label .optional-tag {
    font-weight: 400;
    font-size: 12px;
    color: #9691A0;
    margin-right: 4px;
}

.qr-tool-container input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1.5px solid #E4E1EC;
    font-size: 15px;
    font-family: inherit;
    color: #24202B;
    background: #FBFAFE;
    transition: border-color .15s ease, box-shadow .15s ease;
    outline: none;
}

.qr-tool-container input:focus {
    border-color: #6D28D9;
    box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.12);
    background: #fff;
}

.swatch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2px;
}

.swatch {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .12s ease, box-shadow .12s ease;
    flex-shrink: 0;
}

.swatch:hover {
    transform: translateY(-2px);
}

.swatch.active {
    border-color: #6D28D9;
    box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.18);
}

.swatch.active::after {
    content: "";
    position: absolute;
    inset: -2px;
}

.swatch .check-icon {
    display: none;
    width: 16px;
    height: 16px;
}

.swatch.active .check-icon {
    display: block;
}

.swatch.swatch-white {
    border: 1.5px solid #E4E1EC;
}

.swatch.swatch-white.active {
    border-color: #6D28D9;
}

.swatch-none {
    background: #F3F1F8;
    color: #9691A0;
}

.swatch-none svg {
    width: 20px;
    height: 20px;
}

#qr-generate, #qr-download-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, #6D28D9, #8B5CF6);
    box-shadow: 0 8px 20px -6px rgba(109, 40, 217, 0.55);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

#qr-generate:hover, #qr-download-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -6px rgba(109, 40, 217, 0.6);
}

#qr-generate:active, #qr-download-btn:active {
    transform: translateY(0);
}

.qr-tool-container .error-msg {
    color: #DC2626;
    background: #FEF2F2;
    border: 1px solid #FCA5A5;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13.5px;
    margin-top: -8px;
    margin-bottom: 16px;
    display: none;
}

#qr-result-container {
    max-width: 520px;
    margin: 20px auto 0;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qr-result-card {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-radius: 22px;
    background: transparent;
    animation: qrFadeIn .3s ease;
    margin-bottom: 16px;
}

@keyframes qrFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.qr-result-card.has-theme {
    box-shadow: 0 16px 36px -14px rgba(109, 40, 217, 0.4);
}

.qr-canvas-wrap {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.12);
}

.qr-canvas-wrap canvas,
.qr-canvas-wrap img {
    display: block;
    border-radius: 4px;
}

.qr-result-title {
    margin-top: 16px;
    text-align: center;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 700;
    max-width: 260px;
}

.qr-result-card.has-theme .qr-result-title {
    color: #fff;
}

.qr-result-card:not(.has-theme) .qr-result-title {
    color: #24202B;
}/* End custom CSS */