﻿/* ============================================
   GreentechTools — Global Theme
   ============================================ */

:root {
    /* Brand Colors */
    --gt-primary: #2d6b2e;
    --gt-primary-light: #4caf50;
    --gt-primary-hover: #66bb6a;
    --gt-primary-bg: rgba(76, 175, 80, 0.08);
    /* Neutrals */
    --gt-bg: #ffffff;
    --gt-surface: #f8faf8;
    --gt-border: #e0e8e0;
    --gt-text: #1a1a1a;
    --gt-text-secondary: #444444;
    --gt-text-muted: #8a9a8a;
    /* Layout */
    --gt-navbar-height: 80px;
    --gt-content-max-width: 1200px;
    --gt-spacing-xs: 0.25rem;
    --gt-spacing-sm: 0.5rem;
    --gt-spacing-md: 1rem;
    --gt-spacing-lg: 1.5rem;
    --gt-spacing-xl: 2rem;
    --gt-spacing-2xl: 3rem;
    /* Typography */
    --gt-font: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    --gt-font-sm: 0.875rem;
    --gt-font-base: 1rem;
    --gt-font-lg: 1.25rem;
    --gt-font-xl: 1.5rem;
    --gt-font-2xl: 2rem;
    /* Borders & Shadows */
    --gt-radius-sm: 4px;
    --gt-radius-md: 8px;
    --gt-radius-lg: 12px;
    --gt-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --gt-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --gt-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
    /* Transitions */
    --gt-transition-fast: 150ms ease;
    --gt-transition-base: 250ms ease;
}

[data-theme="dark"] {
    --gt-bg: #1a1a1a;
    --gt-surface: #212121;
    --gt-border: #333333;
    --gt-text: #e8e8e8;
    --gt-text-secondary: #a0a0a0;
    --gt-text-muted: #707070;
}

    [data-theme="dark"] html,
    [data-theme="dark"] body {
        background: #000000 !important;
        color: #e8e8e8 !important;
    }

    [data-theme="dark"] .gt-sidebar {
        background: #252525 !important;
        border-right: none !important;
    }

    [data-theme="dark"] .gt-sidebar-brand a {
        color: #6EB33D !important;
    }

    [data-theme="dark"] .gt-sidebar-link {
        color: #a0a0a0 !important;
    }

        [data-theme="dark"] .gt-sidebar-link:hover {
            background: #22c55e !important;
            color: #ffffff !important;
        }

        [data-theme="dark"] .gt-sidebar-link.active {
            background: #337438 !important;
            color: #ffffff !important;
        }

    [data-theme="dark"] .gt-main {
        background: #000000 !important;
    }

    [data-theme="dark"] .page-title {
        color: #e8e8e8 !important;
    }

        [data-theme="dark"] .page-title::after {
            background: var(--gt-primary) !important;
        }

    [data-theme="dark"] .page-subtitle {
        color: #707070 !important;
    }

    [data-theme="dark"] .page-placeholder {
        background: #252525 !important;
        border-color: #333333 !important;
        color: #707070 !important;
    }

    [data-theme="dark"] .gt-tool-card {
        background: #252525 !important;
        border-color: #333333 !important;
    }

    [data-theme="dark"] .gt-tool-card-title {
        color: #e8e8e8 !important;
    }

    [data-theme="dark"] .gt-tool-card-desc {
        color: #a0a0a0 !important;
    }

    [data-theme="dark"] .gt-tool-card-actions .gt-btn-primary {
        background: #337438 !important;
        border-color: #337438 !important;
    }

    [data-theme="dark"] .gt-tool-card-actions .gt-btn-secondary {
        color: #a0a0a0 !important;
        border-color: #333333 !important;
    }

    [data-theme="dark"] .gt-tool-card-actions .gt-btn-disabled {
        color: #555555 !important;
        border-color: #333333 !important;
        background: #2a2a2a !important;
    }

    [data-theme="dark"] .gt-tool-card--dimmed {
        opacity: 0.5 !important;
    }

    [data-theme="dark"] .home-tools-title {
        color: #e8e8e8 !important;
    }

    [data-theme="dark"] .home-tools-subtitle {
        color: #707070 !important;
    }

    [data-theme="dark"] .gt-footer {
        background: #000000 !important;
        color: #555555 !important;
        border-top-color: #333333 !important;
    }

/* Footer legal links (Terms / Privacy / Refund / Contact / Disclaimer) */
.gt-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

    .gt-footer-links a {
        color: #2d6b2e;
        text-decoration: none;
        font-size: 12.5px;
    }

        .gt-footer-links a:hover {
            text-decoration: underline;
        }

.gt-footer-sep {
    color: #b8b8b8;
}

.gt-footer-operator {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

[data-theme="dark"] .gt-footer-links a {
    color: #6EB33D;
}

[data-theme="dark"] .gt-footer-sep {
    color: #444444;
}

/* ===== Legal / content pages (Terms, Privacy, Refund, Contact) =====
   Global so pages without their own scoped CSS are styled. Existing pages
   (Home, EasyDEM, Databank, Disclaimer) keep their scoped styles, which win. */
.home-tools {
    padding: var(--gt-spacing-sm) 0;
}

.home-tools-header {
    margin-bottom: var(--gt-spacing-lg);
    padding-left: 0.25rem;
}

.home-tools-title {
    font-size: var(--gt-font-xl);
    font-weight: 600;
    color: var(--gt-primary);
    margin: 0;
    padding-bottom: 0.4rem;
    position: relative;
    display: inline-block;
}

    .home-tools-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
        height: 2px;
        background: var(--gt-primary);
    }

.home-tools-subtitle {
    font-size: var(--gt-font-sm);
    color: var(--gt-text-muted);
    margin: 0.3rem 0 0;
}

.disclaimer-card {
    background: #ffffff;
    border: 1px solid #e3eae3;
    border-radius: 16px;
    padding: 2rem;
    max-width: 900px;
}

[data-theme="dark"] .disclaimer-card {
    background: #252525;
    border-color: #333333;
}

.disclaimer-body {
    line-height: 1.65;
    font-size: 0.9rem;
    color: var(--gt-text-secondary, #333);
    text-align: left;
}

    .disclaimer-body p {
        margin: 0 0 1rem 0;
    }

    .disclaimer-body h2 {
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--gt-text, #1a1a1a);
        margin: 1.5rem 0 0.5rem;
    }

    .disclaimer-body a {
        color: #2d6b2e;
    }

.legal-operator {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e3eae3;
    font-size: 0.8rem;
    color: var(--gt-text-muted, #888);
}

[data-theme="dark"] .disclaimer-body h2 {
    color: #e8e8e8;
}

[data-theme="dark"] .disclaimer-body a {
    color: #6EB33D;
}

[data-theme="dark"] .legal-operator {
    border-top-color: #333333;
}

    [data-theme="dark"] .gt-user-badge {
        background: #337438 !important;
    }

    [data-theme="dark"] .settings-card {
        background: #252525 !important;
        border-color: #333333 !important;
    }

    [data-theme="dark"] .settings-card-title {
        color: #e8e8e8 !important;
    }

    [data-theme="dark"] .settings-field label {
        color: #a0a0a0 !important;
    }

    [data-theme="dark"] .settings-field input {
        background: #2a2a2a !important;
        border-color: #333333 !important;
        color: #e8e8e8 !important;
    }

    [data-theme="dark"] .settings-plan-banner {
        background: rgba(51, 116, 56, 0.2) !important;
    }

    [data-theme="dark"] .settings-plan-name {
        color: #6EB33D !important;
    }

    [data-theme="dark"] .settings-plan-name--pro {
        color: #22c55e !important;
    }

    [data-theme="dark"] .settings-plan-detail {
        color: #a0a0a0 !important;
    }

    [data-theme="dark"] .settings-toggle-row {
        border-bottom-color: #333333 !important;
    }

    [data-theme="dark"] .settings-toggle-title {
        color: #e8e8e8 !important;
    }

    [data-theme="dark"] .settings-toggle-desc {
        color: #707070 !important;
    }

/*    [data-theme="dark"] .gt-sidebar-logo {
        content: url('/images/Logo-Dark.png');
    }*/

    [data-theme="dark"] .btn-outline-secondary {
        color: #a0a0a0 !important;
        border-color: #444444 !important;
    }

        [data-theme="dark"] .btn-outline-secondary:hover {
            background: #333333 !important;
            color: #e8e8e8 !important;
        }

/* ============================================
   Base Overrides
   ============================================ */

html, body {
    font-family: var(--gt-font);
    font-size: var(--gt-font-base);
    color: var(--gt-text);
    background: var(--gt-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

#app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ============================================
   Bootstrap Overrides — GreentechTools Branding
   ============================================ */

a, .btn-link {
    color: var(--gt-primary-light);
}

    a:hover, .btn-link:hover {
        color: var(--gt-primary-hover);
    }

.btn-primary {
    color: #fff;
    background-color: var(--gt-primary);
    border-color: var(--gt-primary);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: var(--gt-primary-light);
        border-color: var(--gt-primary-light);
    }

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--gt-primary-light);
}

/* ============================================
   Blazor Framework Styles (keep these)
   ============================================ */

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid var(--gt-primary-light);
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* ============================================
   Utility — Container
   ============================================ */

.gt-container {
    width: 100%;
    max-width: var(--gt-content-max-width);
    margin: 0;
    padding: 0 var(--gt-spacing-lg) 0 5px;
}

.gt-layout {
    display: flex;
    flex: 1;
}

.gt-sidebar {
    width: 240px;
    min-width: 240px;
    min-height: 100vh;
    background: #F3F5F4;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}
    .gt-sidebar-link i {
        font-size: 18px;
    }

.gt-sidebar-brand {
    padding: 0.5rem 1.25rem;
    border-bottom: none;
    margin-bottom: 0.5rem;
    text-align: center;
}

    .gt-sidebar-brand a {
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        color: #337438;
        letter-spacing: -0.5px;
    }

.gt-sidebar-logo {
    height: 80px !important;
    width: auto !important;
    object-fit: contain;
}

.gt-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 1.5rem;
    font-size: 14px;
    color: #4B5563;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    border-left: 3px solid transparent;
}

    .gt-sidebar-link.active {
        font-weight: 700;
        color: #ffffff;
        background: #337438;
        border-left: 4px solid #337438;
    }

    .gt-sidebar-link:hover {
        background: #22c55e;
        color: #ffffff;
        border-left: 4px solid #22c55e;
        text-decoration: none;
    }

.gt-sidebar-spacer {
    flex: 1;
}


.gt-main {
    flex: 1;
    padding: var(--gt-spacing-lg) 0;
    background: var(--gt-surface);
}


.page-content {
    padding: 0;
}

.page-header {
    margin-bottom: var(--gt-spacing-lg);
    padding-left: 0.25rem;
}

.page-title {
    font-size: var(--gt-font-xl);
    font-weight: 600;
    color: var(--gt-primary);
    margin: 0;
    padding-bottom: 0.4rem;
    position: relative;
    display: inline-block;
}

    .page-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 55%;
        height: 2px;
        background: var(--gt-primary);
    }

.page-subtitle {
    font-size: var(--gt-font-sm);
    color: var(--gt-text-muted);
    margin: 0.3rem 0 0;
}

.page-placeholder {
    background: #ffffff;
    border: 1px dashed #c0d4c0;
    border-radius: var(--gt-radius-lg);
    padding: 3rem;
    text-align: center;
    color: var(--gt-text-muted);
    font-size: var(--gt-font-base);
}

/*[data-theme="dark"] .auth-logo {
    content: url('/images/Logo-Dark.png');
}
*/

.gt-sidebar-link--locked {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 1.5rem;
    font-size: 14px;
    color: #555555;
    opacity: 0.45;
    cursor: not-allowed;
    border-left: 3px solid transparent;
}

    /* disabled tabs don't get the green hover highlight */
    .gt-sidebar-link--locked:hover,
    [data-theme="dark"] .gt-sidebar-link--locked:hover {
        background: transparent !important;
        color: #555555 !important;
        border-left-color: transparent !important;
    }

.gt-tool-card--locked {
    opacity: 0.6;
}

/* ============================================
   Gated page — content visible but greyed out,
   with a lock prompt overlaid (guests / expired).
   ============================================ */
.page-gated {
    position: relative;
}

    .page-gated--locked .page-gated-content {
        opacity: 0.35;
        filter: blur(2px) grayscale(0.4);
        pointer-events: none;
        user-select: none;
    }

.page-lock-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 5;
}



.easydem-hero {
    background: #ffffff;
    border: 1px solid #e3eae3;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    /* No box-shadow — the heavy shadow haloed around the footer (same fix as the
       disclaimer card). */
}

[data-theme="dark"] .easydem-hero {
    background: #252525;
    border-color: #333333;
}

.easydem-info h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gt-text, #1a1a1a);
    margin: 0 0 0.8rem;
}

.easydem-info p {
    font-size: 0.85rem;
    color: var(--gt-text-secondary, #333);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 1rem;
}

.easydem-info ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.2rem;
    max-width: 400px;
    text-align: left;
}

    .easydem-info ul li {
        font-size: 0.8rem;
        color: var(--gt-text-secondary, #333);
        padding: 4px 0;
        border-bottom: 1px solid var(--gt-border, #e0e8e0);
    }

        .easydem-info ul li::before {
            content: "✓ ";
            color: #22c55e;
            font-weight: 700;
        }

.easydem-launch {
    padding: 12px 36px;
    border: none;
    border-radius: 12px;
    background: #337438;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

    .easydem-launch:hover {
        background: #2a5f2e;
        transform: scale(1.02);
    }

.easydem-launch--locked,
.easydem-launch--locked:hover {
    background: #6b7280;
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.gt-sidebar-version {
    font-size: 9px;
    font-weight: 600;
    color: var(--gt-text-muted, #888);
    background: none;
    padding: 1px 5px;
    border-radius: 6px;
    margin-left: auto;
    transition: color 0.15s ease;
}

.gt-sidebar-link:hover .gt-sidebar-version,
.gt-sidebar-link.active .gt-sidebar-version {
    color: #ffffff;
}

[data-theme="dark"] .gt-sidebar-version {
    background: none;
    color: #888;
}










/* ── Light/dark theme toggle next to the avatar ───────────────────── */
/* Simple slider: slide RIGHT = dark (checked), slide LEFT = light.     */
.gt-theme-switch {
    position: relative;
    width: 56px;
    height: 28px;
    display: inline-block;
    margin-right: 12px;
    flex: 0 0 auto;
    vertical-align: middle;
}
.gt-theme-switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.gt-theme-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background: #eef0f3;
    border: 1px solid #d8dce3;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease;
}
/* The sliding capsule that highlights the active icon */
.gt-theme-slider::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 22px;
    left: 3px;
    top: 3px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
}
/* Sun (left) and moon (right) icons — LIGHT mode (amber sun, grey moon) */
.gt-theme-slider::after {
    content: '';
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239aa0ab' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: left 8px center, right 8px center;
    background-size: 14px 14px, 13px 13px;
}
/* Light mode (unchecked) = capsule on the left over the sun */
.gt-theme-switch input + .gt-theme-slider::before {
    transform: translateX(0);
}
/* Dark mode (checked) = dark track, capsule on the right over the moon */
.gt-theme-switch input:checked + .gt-theme-slider {
    background: #15161b;
    border-color: transparent;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
}
.gt-theme-switch input:checked + .gt-theme-slider::before {
    transform: translateX(25px);
    background: #4b4e63;
}
.gt-theme-switch input:checked + .gt-theme-slider::after {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23dfe2ec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E");
}
