:root{
    --np-font-meta:12px;
    --np-font-caption:13px;
    --np-font-secondary:14px;
    --np-font-base:15px;
    --np-font-control:15px;
    --np-font-title:20px;
    --np-font-page:28px;
    color-scheme:dark;
    --np-page:#06111f;
    --np-surface:#0b1b30;
    --np-surface-2:#0f223a;
    --np-surface-3:#132942;
    --np-text:#eef5ff;
    --np-muted:#8fa3be;
    --np-border:#1c3553;
    --np-blue:#1768ff;
    --np-blue-2:#2c7cff;
    --np-green:#20b26b;
    --np-danger:#ff7485;
    --np-shadow:0 20px 60px rgba(0,0,0,.25);
}

:root[data-theme="light"]{
    color-scheme:light;
    --np-page:#f2f6fb;
    --np-surface:#ffffff;
    --np-surface-2:#f7f9fc;
    --np-surface-3:#eef3f8;
    --np-text:#122033;
    --np-muted:#66768b;
    --np-border:#dbe4ee;
    --np-blue:#1768ff;
    --np-blue-2:#0d5de8;
    --np-green:#188f58;
    --np-danger:#c63f50;
    --np-shadow:0 20px 60px rgba(25,48,79,.10);
}

.np-theme-toggle{
    width:38px;height:38px;border:1px solid var(--np-border);border-radius:11px;
    display:grid;place-items:center;background:var(--np-surface-2);color:var(--np-text);
    cursor:pointer;font-size:17px;line-height:1;transition:.16s ease;
}
.np-theme-toggle:hover{border-color:#4075b7;transform:translateY(-1px)}
.np-theme-light{display:none}.np-theme-toggle.is-light .np-theme-dark{display:none}.np-theme-toggle.is-light .np-theme-light{display:inline}

.np-verify-banner{
    display:flex;align-items:center;gap:12px;padding:13px 14px;margin:0 0 16px;
    border:1px solid rgba(68,137,255,.35);border-radius:14px;
    background:linear-gradient(135deg,rgba(23,104,255,.12),rgba(23,104,255,.045));
    color:var(--np-text);
}
.np-verify-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:10px;background:#1768ff;color:#fff;font-weight:900}
.np-verify-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.np-verify-copy strong{font-size:12px}.np-verify-copy span{color:var(--np-muted);font-size:10px;line-height:1.45}
.np-verify-banner form{margin:0}.np-verify-banner button{border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#1768ff;color:#fff;padding:9px 11px;font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}

@media(max-width:680px){.np-verify-banner{align-items:flex-start;flex-wrap:wrap}.np-verify-banner form{width:100%;padding-left:46px}}

/* ============================================================
   BEDEEL I18N V1 / ROUND LANGUAGE SWITCHER START
============================================================ */

.bd-lang-switcher{
    display:flex;
    align-items:center;
    gap:7px;
    flex:0 0 auto;
}

.bd-lang-button{
    width:34px;
    height:34px;
    padding:0;

    position:relative;

    display:grid;
    place-items:center;

    border:1px solid color-mix(in srgb,var(--np-border) 88%,#ffffff 12%);
    border-radius:50%;

    color:var(--np-text);
    background:
        color-mix(
            in srgb,
            var(--np-surface) 94%,
            #ffffff 6%
        );

    cursor:pointer;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 5px 18px rgba(0,0,0,.12);

    transition:
        transform .16s ease,
        border-color .16s ease,
        box-shadow .16s ease,
        background .16s ease;
}

.bd-lang-button:hover{
    transform:translateY(-1px);

    border-color:rgba(236,101,86,.60);
}

.bd-lang-button.is-active,
.bd-lang-button[aria-pressed="true"]{
    border-color:#e66556;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(230,101,86,.18),
            transparent 65%
        ),
        var(--np-surface);

    box-shadow:
        0 0 0 2px rgba(230,101,86,.16),
        0 8px 22px rgba(0,0,0,.16);
}

.bd-lang-flag{
    width:22px;
    height:22px;

    display:grid;
    place-items:center;

    overflow:hidden;

    border-radius:50%;

    font-size:17px;
    line-height:1;

    filter:saturate(.98) contrast(1.02);
}

.bd-lang-code{
    position:absolute;

    left:50%;
    bottom:-13px;

    transform:translateX(-50%);

    color:var(--np-muted);

    font-size:7px;
    font-weight:800;

    opacity:0;
    pointer-events:none;

    transition:opacity .15s ease;
}

.bd-lang-button:hover .bd-lang-code,
.bd-lang-button:focus-visible .bd-lang-code{
    opacity:1;
}

.np4-header-actions .bd-lang-switcher{
    margin-right:5px;
}

.npa5-header .bd-lang-switcher{
    margin-left:auto;
    margin-right:8px;
}

.np3-top-actions .bd-lang-switcher,
.np-header-actions .bd-lang-switcher{
    margin-right:4px;
}

:root[data-theme="light"] .bd-lang-button{
    border-color:#d4dce5;
    background:#fff;

    box-shadow:
        0 5px 15px rgba(31,48,67,.08);
}

:root[data-theme="light"] .bd-lang-button.is-active,
:root[data-theme="light"] .bd-lang-button[aria-pressed="true"]{
    border-color:#df6254;

    background:#fff5f3;

    box-shadow:
        0 0 0 2px rgba(223,98,84,.13),
        0 5px 15px rgba(31,48,67,.07);
}

@media(max-width:720px){
    .bd-lang-button{
        width:31px;
        height:31px;
    }

    .bd-lang-flag{
        width:20px;
        height:20px;
        font-size:15px;
    }

    .bd-lang-code{
        display:none;
    }
}

/* BEDEEL I18N V1 / ROUND LANGUAGE SWITCHER END */


/* BEDEEL_LANGUAGE_SWITCHER_V2 */

.bd-lang-switcher-v2{
    width:auto;

    display:inline-flex !important;
    align-items:center !important;

    gap:2px !important;

    margin:0 !important;
    padding:3px !important;

    border:
        1px solid rgba(255,255,255,.09) !important;

    border-radius:10px !important;

    background:
        rgba(255,255,255,.035) !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025) !important;

    flex:
        0 0 auto !important;
}

.bd-lang-switcher-v2
.bd-lang-button-v2{
    width:34px !important;
    min-width:34px !important;
    max-width:34px !important;

    height:28px !important;
    min-height:28px !important;
    max-height:28px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    position:relative !important;

    gap:0 !important;

    margin:0 !important;
    padding:0 !important;

    border:
        1px solid transparent !important;

    border-radius:7px !important;

    color:
        rgba(255,255,255,.56) !important;

    background:
        transparent !important;

    box-shadow:
        none !important;

    text-decoration:
        none !important;

    transform:
        none !important;

    transition:
        color .16s ease,
        background .16s ease,
        border-color .16s ease,
        box-shadow .16s ease !important;
}

.bd-lang-switcher-v2
.bd-lang-button-v2:hover{
    color:#fff !important;

    border-color:
        rgba(255,255,255,.07) !important;

    background:
        rgba(255,255,255,.045) !important;

    transform:
        none !important;
}

.bd-lang-switcher-v2
.bd-lang-button-v2.is-active{
    color:#fff !important;

    border-color:
        rgba(239,104,89,.58) !important;

    background:
        linear-gradient(
            135deg,
            rgba(239,104,89,.95),
            rgba(239,104,89,.78)
        ) !important;

    box-shadow:
        0 4px 12px rgba(239,104,89,.16) !important;
}

.bd-lang-switcher-v2
.bd-lang-label{
    display:block !important;

    position:static !important;

    margin:0 !important;
    padding:0 !important;

    color:inherit !important;

    font-size:8px !important;
    font-weight:950 !important;

    line-height:1 !important;
    letter-spacing:.025em !important;

    opacity:1 !important;

    transform:none !important;
}

.bd-lang-switcher-v2
.bd-lang-dot,
.bd-lang-switcher-v2
.bd-lang-name,
.bd-lang-switcher-v2
.bd-lang-flag,
.bd-lang-switcher-v2
.bd-lang-code{
    display:none !important;
}

:root[data-theme="light"]
.bd-lang-switcher-v2{
    border-color:
        rgba(24,36,48,.10) !important;

    background:
        rgba(24,36,48,.035) !important;
}

:root[data-theme="light"]
.bd-lang-switcher-v2
.bd-lang-button-v2{
    color:
        rgba(24,36,48,.58) !important;
}

:root[data-theme="light"]
.bd-lang-switcher-v2
.bd-lang-button-v2:hover{
    color:#172432 !important;

    background:
        rgba(24,36,48,.055) !important;
}

:root[data-theme="light"]
.bd-lang-switcher-v2
.bd-lang-button-v2.is-active{
    color:#fff !important;

    border-color:#df6254 !important;

    background:
        linear-gradient(
            135deg,
            #ef6859,
            #e35d50
        ) !important;
}

@media(max-width:720px){

    .bd-lang-switcher-v2{
        padding:2px !important;

        border-radius:9px !important;
    }

    .bd-lang-switcher-v2
    .bd-lang-button-v2{
        width:31px !important;
        min-width:31px !important;
        max-width:31px !important;

        height:27px !important;
        min-height:27px !important;
        max-height:27px !important;

        border-radius:7px !important;
    }

    .bd-lang-switcher-v2
    .bd-lang-label{
        font-size:7px !important;
    }
}

/* BEDEEL_LANGUAGE_SWITCHER_V2_END */


/* BEDEEL_LANGUAGE_SWITCHER_V3 */

.bd-lang-switcher-v3{
    display:inline-flex !important;
    align-items:center !important;

    gap:3px !important;

    width:auto !important;

    padding:4px !important;
    margin:0 !important;

    border:
        1px solid rgba(255,255,255,.10) !important;

    border-radius:12px !important;

    background:
        rgba(255,255,255,.035) !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025) !important;
}

.bd-lang-button-v3{
    width:40px !important;
    min-width:40px !important;
    max-width:40px !important;

    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;
    padding:0 !important;

    border:
        1px solid transparent !important;

    border-radius:9px !important;

    color:
        rgba(255,255,255,.68) !important;

    background:
        transparent !important;

    font-size:12px !important;
    font-weight:800 !important;

    line-height:1 !important;
    letter-spacing:.02em !important;

    text-decoration:none !important;

    box-shadow:none !important;

    transition:
        color .15s ease,
        background .15s ease,
        border-color .15s ease,
        box-shadow .15s ease !important;
}

.bd-lang-button-v3:hover{
    color:#fff !important;

    border-color:
        rgba(255,255,255,.08) !important;

    background:
        rgba(255,255,255,.055) !important;
}

.bd-lang-button-v3.is-active{
    color:#fff !important;

    border-color:
        rgba(239,104,89,.72) !important;

    background:
        linear-gradient(
            135deg,
            #ef6859,
            #e95e51
        ) !important;

    box-shadow:
        0 5px 14px rgba(239,104,89,.18) !important;
}

:root[data-theme="light"]
.bd-lang-switcher-v3{
    border-color:
        rgba(20,30,42,.10) !important;

    background:
        rgba(20,30,42,.035) !important;
}

:root[data-theme="light"]
.bd-lang-button-v3{
    color:
        rgba(20,30,42,.64) !important;
}

:root[data-theme="light"]
.bd-lang-button-v3:hover{
    color:#172330 !important;

    background:
        rgba(20,30,42,.055) !important;
}

:root[data-theme="light"]
.bd-lang-button-v3.is-active{
    color:#fff !important;
}

@media(max-width:680px){

    .bd-lang-switcher-v3{
        padding:3px !important;

        border-radius:10px !important;
    }

    .bd-lang-button-v3{
        width:36px !important;
        min-width:36px !important;
        max-width:36px !important;

        height:32px !important;
        min-height:32px !important;
        max-height:32px !important;

        font-size:12px !important;
    }
}

/* BEDEEL_LANGUAGE_SWITCHER_V3_END */
