/** CordeoCRM merkezi modül stili. */


/* CordeoCRM menu.php / cordeocrm-left-menu-head-duzenli-3200 */
/* CordeoCRM sol menü - sayfa geçişinde ham link görünmesini önle */
            #cordeocrm-left-menu:not(.ccrm-left-menu),
            body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin) nav#cordeocrm-left-menu {
                -webkit-font-smoothing: antialiased;
            }

            :root {
                --ccrm-menu-bg: #1f2937;
                --ccrm-menu-active: #111827;
                --ccrm-menu-hover: rgba(255,255,255,.12);
                --ccrm-menu-width: 76px;
            }

            html {
                overflow-y: scroll;
                scrollbar-gutter: stable;
                scroll-behavior: auto;
            }

            body:is(.logged-in,.ccrm-sql-logged-in):not(.wp-admin):not(.ccrm-app-document) {
                padding-left: var(--ccrm-menu-width);
                overflow-x: hidden;
            }

            /* App-shell kendi sol menü kolonunu yönetir; body üzerinde ikinci kez boşluk oluşturulmaz. */
            body.ccrm-app-document:not(.wp-admin) {
                width: 100%;
                max-width: none;
                padding-left: 0;
                overflow-x: hidden;
            }

            body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin)::before {
                content: "";
                position: fixed;
                left: 0;
                top: 0;
                width: var(--ccrm-menu-width);
                height: 100vh;
                background: var(--ccrm-menu-bg);
                z-index: var(--ccrm-layer-menu-underlay, 1000000);
                pointer-events: none;
                box-shadow: none;
            }

            body.admin-bar:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin)::before {
                top: 32px;
                height: calc(100vh - 32px);
            }

            #cordeocrm-left-menu,
            .ccrm-left-menu {
                position: fixed;
                left: 0;
                top: 0;
                width: var(--ccrm-menu-width);
                height: 100vh;
                background: var(--ccrm-menu-bg);
                color: #fff;
                z-index: var(--ccrm-layer-menu, 1100000);
                box-shadow: none;
                overflow: visible;
                contain: none;
                transform: none;
                transition: none;
                animation: none;
            }

            body.admin-bar #cordeocrm-left-menu,
            body.admin-bar .ccrm-left-menu {
                top: 32px;
                height: calc(100vh - 32px);
            }

            .ccrm-left-menu,
            .ccrm-left-menu *,
            .ccrm-flyout,
            .ccrm-flyout * {
                box-sizing: border-box;
                font-family: Inter, "Segoe UI", Arial, sans-serif;
                transition: none;
                animation: none;
                transform: none;
            }


            /* CordeoCRM sol menü - masaüstü flyout titreme önleme */
            @media (min-width: 901px) {
                .ccrm-left-item.has-flyout::after {
                    content: "";
                    position: absolute;
                    left: 76px;
                    top: 0;
                    width: 18px;
                    height: 100%;
                    display: block;
                    background: transparent;
                    z-index: var(--ccrm-layer-menu-bridge, 1190000);
                    pointer-events: auto;
                }

                .ccrm-left-item.has-flyout:hover::after,
                .ccrm-left-item.has-flyout.is-open::after {
                    display: block;
                }

                .ccrm-left-item.has-flyout:hover > .ccrm-flyout,
                .ccrm-left-item.has-flyout.is-open > .ccrm-flyout {
                    opacity: 1;
                    pointer-events: auto;
                    visibility: visible;
                }

                .ccrm-left-item.has-flyout > .ccrm-flyout {
                    will-change: opacity, visibility;
                    transform: translateZ(0);
                }
            }

            @media (max-width: 900px) {
                body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin) {
                    padding-left: 0;
                    padding-bottom: 78px;
                }

                body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin)::before {
                    top: auto;
                    bottom: 0;
                    width: 100%;
                    height: 74px;
                }

                body.admin-bar:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin)::before {
                    top: auto;
                    height: 74px;
                }

                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    top: auto;
                    bottom: 0;
                    width: 100%;
                    height: 74px;
                }

                body.admin-bar #cordeocrm-left-menu,
                body.admin-bar .ccrm-left-menu {
                    top: auto;
                    height: 74px;
                }
            }
        
        .cordeocrm-left-menu .is-package-locked,
        .ccrm-left-menu .is-package-locked,
        .cordeocrm-menu .is-package-locked,
        .cordeo-left-menu .is-package-locked {
            opacity: .72;
        }

        .cordeocrm-left-menu .is-package-locked,
        .ccrm-left-menu .is-package-locked,
        .cordeocrm-menu .is-package-locked,
        .cordeo-left-menu .is-package-locked,
        .cordeocrm-left-menu .ccrm-submenu a.is-package-locked,
        .ccrm-submenu a.is-package-locked {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .cordeocrm-left-menu .is-package-locked em,
        .ccrm-left-menu .is-package-locked em,
        .cordeocrm-menu .is-package-locked em,
        .cordeo-left-menu .is-package-locked em,
        .ccrm-submenu a.is-package-locked em {
            margin-left: 10px;
            padding: 3px 7px;
            border: 1px solid rgba(147, 197, 253, .35);
            border-radius: 999px;
            color: #bfdbfe;
            background: rgba(37, 99, 235, .18);
            font-style: normal;
            font-size: 11px;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
        }



        .cordeocrm-left-menu .is-package-locked,
        .cordeocrm-left-menu .is-permission-locked,
        .ccrm-left-menu .is-package-locked,
        .ccrm-left-menu .is-permission-locked,
        .cordeocrm-menu .is-package-locked,
        .cordeocrm-menu .is-permission-locked,
        .cordeo-left-menu .is-package-locked,
        .cordeo-left-menu .is-permission-locked,
        .ccrm-submenu a.is-package-locked,
        .ccrm-submenu a.is-permission-locked {
            opacity: .72;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .cordeocrm-left-menu .is-package-locked em,
        .cordeocrm-left-menu .is-permission-locked em,
        .ccrm-left-menu .is-package-locked em,
        .ccrm-left-menu .is-permission-locked em,
        .cordeocrm-menu .is-package-locked em,
        .cordeocrm-menu .is-permission-locked em,
        .cordeo-left-menu .is-package-locked em,
        .cordeo-left-menu .is-permission-locked em,
        .ccrm-submenu a.is-package-locked em,
        .ccrm-submenu a.is-permission-locked em {
            margin-left: 10px;
            padding: 3px 7px;
            border: 1px solid rgba(147, 197, 253, .35);
            border-radius: 999px;
            color: #bfdbfe;
            background: rgba(37, 99, 235, .18);
            font-style: normal;
            font-size: 11px;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
        }

        .cordeocrm-left-menu .is-permission-locked em,
        .ccrm-left-menu .is-permission-locked em,
        .cordeocrm-menu .is-permission-locked em,
        .cordeo-left-menu .is-permission-locked em,
        .ccrm-submenu a.is-permission-locked em {
            border-color: rgba(252, 211, 77, .35);
            color: #fde68a;
            background: rgba(245, 158, 11, .18);
        }



        /*
         * Paket dışı modüller sadece hafif soluk görünür.
         * Yanında Paket / Yetki etiketi basılmaz.
         */
        .cordeocrm-left-menu .is-package-locked,
        .ccrm-left-menu .is-package-locked,
        .cordeocrm-menu .is-package-locked,
        .cordeo-left-menu .is-package-locked,
        .ccrm-submenu a.is-package-locked {
            opacity: .46;
            filter: grayscale(.15);
        }

        .cordeocrm-left-menu .is-package-locked:hover,
        .ccrm-left-menu .is-package-locked:hover,
        .cordeocrm-menu .is-package-locked:hover,
        .cordeo-left-menu .is-package-locked:hover,
        .ccrm-submenu a.is-package-locked:hover {
            opacity: .72;
        }

        .cordeocrm-left-menu a em,
        .ccrm-left-menu a em,
        .cordeocrm-menu a em,
        .cordeo-left-menu a em,
        .ccrm-submenu a em {
            display: none;
        }


        /* ERP menüsünde henüz sayfası tamamlanmayan bağlantılar güvenli biçimde pasiftir. */
        #cordeocrm-left-menu .ccrm-left-main.is-coming-soon,
        .ccrm-left-menu .ccrm-left-main.is-coming-soon,
        #cordeocrm-left-menu .ccrm-flyout a.is-coming-soon,
        .ccrm-left-menu .ccrm-flyout a.is-coming-soon {
            opacity: .34;
            filter: grayscale(.28);
            cursor: not-allowed;
            color: rgba(255,255,255,.46);
        }

        #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group,
        .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group {
            margin: 5px 10px 2px;
            padding: 9px 5px 6px;
            border-top: 1px solid rgba(255,255,255,.10);
            color: #ffffff;
            font-size: 12px;
            line-height: 1.2;
            font-weight: 600;
            letter-spacing: 0;
            text-transform: none;
            pointer-events: none;
        }

        #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group:first-child,
        .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group:first-child {
            margin-top: 0;
            border-top: 0;
        }

        #cordeocrm-left-menu .ccrm-flyout a.is-indented,
        .ccrm-left-menu .ccrm-flyout a.is-indented {
            min-height: 30px;
            padding: 5px 14px 5px 24px;
            color: rgba(255,255,255,.78);
            font-size: 11px;
            line-height: 1.25;
            font-weight: 400;
        }

        #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover,
        #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
        .ccrm-left-menu .ccrm-flyout a.is-indented:hover,
        .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
            color: #ffffff;
            background: rgba(255,255,255,.09);
        }

        /* CordeoCRM merkezi menü yetkilendirme - gizleme yok, soluk/pasif görünüm var */
        #cordeocrm-left-menu .ccrm-left-main.is-permission-locked,
        .ccrm-left-menu .ccrm-left-main.is-permission-locked,
        #cordeocrm-left-menu .ccrm-flyout a.is-permission-locked,
        .ccrm-left-menu .ccrm-flyout a.is-permission-locked {
            opacity: .34;
            filter: grayscale(.28);
            cursor: not-allowed;
            color: rgba(255,255,255,.46);
        }

        #cordeocrm-left-menu .ccrm-left-main.is-permission-locked:hover,
        .ccrm-left-menu .ccrm-left-main.is-permission-locked:hover,
        #cordeocrm-left-menu .ccrm-flyout a.is-permission-locked:hover,
        .ccrm-left-menu .ccrm-flyout a.is-permission-locked:hover {
            background: transparent;
            color: rgba(255,255,255,.46);
        }

        #cordeocrm-left-menu .ccrm-flyout a.is-package-locked,
        .ccrm-left-menu .ccrm-flyout a.is-package-locked {
            opacity: .34;
            filter: grayscale(.18);
            cursor: not-allowed;
        }




/* CordeoCRM ana kategori davranışı: alt menüsü olan ana başlık sayfa açmaz */
#cordeocrm-left-menu .ccrm-left-main.is-category-only,
.ccrm-left-menu .ccrm-left-main.is-category-only{
    cursor:pointer;
}
#cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main.is-category-only,
.ccrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main.is-category-only{
    background:var(--ccrm-menu-hover);
    color:#ffffff;
}

/* Menüden menüye geçerken eski flyout kalıntısı kalmasın */
#cordeocrm-left-menu .ccrm-left-item:not(.is-open):not(:hover) > .ccrm-left-flyout,
.ccrm-left-menu .ccrm-left-item:not(.is-open):not(:hover) > .ccrm-left-flyout{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
#cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-left-flyout,
.ccrm-left-menu .ccrm-left-item.is-open > .ccrm-left-flyout,
#cordeocrm-left-menu .ccrm-left-item:hover > .ccrm-left-flyout,
.ccrm-left-menu .ccrm-left-item:hover > .ccrm-left-flyout{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    z-index:var(--ccrm-layer-menu-flyout, 1200000);
}


/* CordeoCRM menu.php / cordeocrm-left-menu-main-duzenli-3200 */
.ccrm-left-menu-inner {
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 10px 0 14px;
                overflow: visible;
            }

            .ccrm-left-list {
                display: flex;
                flex-direction: column;
                gap: 3px;
                overflow: visible;
            }

            .ccrm-left-item {
                position: relative;
                width: 76px;
                min-height: 58px;
                overflow: visible;
                flex-shrink: 0;
            }

            .ccrm-left-main {
                width: 76px;
                min-height: 68px;
                padding: 6px 6px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 4px;
                color: #f8fafc;
                text-decoration: none;
                border: 0;
                background: transparent;
                cursor: pointer;
                position: relative;
                box-shadow: none;
            }

            .ccrm-left-main:hover,
            .ccrm-left-item.is-open > .ccrm-left-main {
                background: var(--ccrm-menu-hover);
                color: #ffffff;
            }

            .ccrm-left-item.is-active > .ccrm-left-main {
                background: var(--ccrm-menu-active);
                color: #ffffff;
            }

            .ccrm-left-icon {
                width: 25px;
                height: 25px;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .ccrm-left-main:hover .ccrm-left-icon,
            .ccrm-left-item.is-active .ccrm-left-icon,
            .ccrm-left-item.is-open .ccrm-left-icon {
                background: rgba(255,255,255,.10);
            }

            .ccrm-left-icon svg {
                width: 18px;
                height: 18px;
                fill: none;
                stroke: currentColor;
                stroke-width: 1.9;
                stroke-linecap: round;
                stroke-linejoin: round;
            }

            .ccrm-left-label {
                color: inherit;
                font-size: 10.5px;
                line-height: 1.08;
                font-weight: 500;
                text-align: center;
                white-space: normal;
            }

            .ccrm-flyout {
                position: absolute;
                left: 76px;
                top: 0;
                margin-left: 8px;
                min-width: 220px;
                max-width: 260px;
                background: var(--ccrm-menu-bg);
                color: #ffffff;
                border-radius: 5px;
                padding: 8px 0;
                box-shadow: 0 16px 34px rgba(15,23,42,.22);
                opacity: 0;
                pointer-events: none;
                visibility: hidden;
                z-index: var(--ccrm-layer-menu-flyout, 1200000);
                border: 0;
                overflow-x: hidden;
                overflow-y: auto;
                max-height: calc(100vh - 20px);
                overscroll-behavior: contain;
                scrollbar-width: thin;
            }

            body.admin-bar .ccrm-flyout {
                max-height: calc(100vh - 52px);
            }

            .ccrm-flyout:before {
                content: "";
                position: absolute;
                left: -8px;
                top: 18px;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid var(--ccrm-menu-bg);
            }

            .ccrm-left-item:hover > .ccrm-flyout,
            .ccrm-left-item.is-open > .ccrm-flyout {
                opacity: 1;
                pointer-events: auto;
                visibility: visible;
            }

            .ccrm-flyout a {
                display: block;
                width: 100%;
                min-height: auto;
                min-width: 0;
                padding: 6px 14px;
                color: #ffffff;
                text-decoration: none;
                font-size: 12.5px;
                line-height: 1.22;
                font-weight: 400;
                white-space: normal;
                overflow-wrap: anywhere;
                background: transparent;
                border: 0;
                border-radius: 0;
                box-shadow: none;
            }

            .ccrm-flyout a:hover,
            .ccrm-flyout a:focus {
                background: rgba(255,255,255,.12);
                color: #ffffff;
                box-shadow: none;
            }

            .ccrm-left-package {
                width: 62px;
                min-width: 62px;
                max-width: 62px;
                min-height: 44px;
                margin: auto 7px 8px;
                padding: 7px 5px;
                display: block;
                flex: 0 0 auto;
                box-sizing: border-box;
                overflow: visible;
                border: 1px solid rgba(148, 163, 184, .24);
                border-radius: 12px;
                background: rgba(15, 23, 42, .26);
                color: #e5e7eb;
                text-align: center;
                line-height: 1.15;
                box-shadow: none;
            }

            .ccrm-left-package span {
                display: block;
                width: 100%;
                margin: 0 0 3px;
                color: #94a3b8;
                font-size: 9px;
                font-weight: 600;
                line-height: 1.1;
                letter-spacing: .04em;
                text-transform: uppercase;
                white-space: normal;
                overflow: visible;
                text-overflow: clip;
            }

            .ccrm-left-package strong {
                display: block;
                width: 100%;
                color: #ffffff;
                font-size: 10.5px;
                font-weight: 750;
                line-height: 1.15;
                overflow: visible;
                text-overflow: clip;
                white-space: normal;
                word-break: normal;
            }

            @media (max-width: 900px) {
                .ccrm-left-menu-inner {
                    height: 74px;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;
                    padding: 0 6px;
                }

                .ccrm-left-list {
                    flex-direction: row;
                    gap: 0;
                    align-items: center;
                }

                .ccrm-left-list-top {
                    flex: 1;
                    overflow-x: auto;
                    overflow-y: visible;
                }

                .ccrm-left-list-bottom {
                    flex: 0 0 auto;
                }

                .ccrm-left-item {
                    min-height: 74px;
                    min-width: 74px;
                    width: 74px;
                }

                .ccrm-left-main {
                    width: 74px;
                    min-height: 74px;
                    padding: 7px 5px;
                    gap: 4px;
                }

                .ccrm-left-label {
                    font-size: 11px;
                }

                .ccrm-flyout {
                    left: 8px;
                    right: 8px;
                    top: auto;
                    bottom: 84px;
                    margin-left: 0;
                    min-width: 0;
                    width: auto;
                    max-height: 70vh;
                    overflow: auto;
                }

                .ccrm-flyout:before {
                    display: none;
                }

                .ccrm-left-item:hover > .ccrm-flyout {
                    opacity: 0;
                    pointer-events: none;
                    visibility: hidden;
                }

                .ccrm-left-item.is-open > .ccrm-flyout {
                    opacity: 1;
                    pointer-events: auto;
                    visibility: visible;
                }
            }

            body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin)::before {
                z-index: var(--ccrm-layer-menu-underlay, 1000000);
            }

            #cordeocrm-left-menu,
            .ccrm-left-menu {
                z-index: var(--ccrm-layer-menu, 1100000);
                top: 0;
                left: 0;
                visibility: visible;
                opacity: 1;
                pointer-events: auto;
            }

            body.admin-bar #cordeocrm-left-menu,
            body.admin-bar .ccrm-left-menu {
                top: 32px;
            }

            .ccrm-flyout {
                z-index: var(--ccrm-layer-menu-flyout, 1200000);
            }

            @media (max-width: 900px) {
                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    top: auto;
                    bottom: 0;
                }

                body.admin-bar #cordeocrm-left-menu,
                body.admin-bar .ccrm-left-menu {
                    top: auto;
                    bottom: 0;
                }
            }
        
            @media (max-width: 900px) {
                .ccrm-left-package {
                    flex: 0 0 auto;
                    width: 78px;
                    height: 50px;
                    margin: 0 4px;
                    padding: 6px 5px;
                    align-self: center;
                }

                .ccrm-left-package span {
                    font-size: 8.5px;
                }

                .ccrm-left-package strong {
                    font-size: 10px;
                }
            }


            /* CordeoCRM mobil alt menü profesyonel açılır panel */
            @media (max-width: 900px) {
                #cordeocrm-left-menu,
                .ccrm-left-menu,
                #cordeocrm-left-menu *,
                .ccrm-left-menu * {
                    -webkit-tap-highlight-color: transparent;
                }

                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    overflow: visible;
                    height: 78px;
                    contain: none;
                }

                #cordeocrm-left-menu .ccrm-left-menu-inner,
                .ccrm-left-menu .ccrm-left-menu-inner {
                    overflow: visible;
                    height: 78px;
                    background: #101827;
                    box-shadow: 0 -12px 34px rgba(15, 23, 42, .18);
                }

                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item {
                    overflow: visible;
                }

                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    position: fixed;
                    left: 12px;
                    right: 12px;
                    bottom: 88px;
                    top: auto;
                    width: auto;
                    min-width: 0;
                    max-width: none;
                    max-height: min(58vh, 430px);
                    margin: 0;
                    padding: 10px;
                    border-radius: 18px;
                    background: #ffffff;
                    color: #111827;
                    box-shadow: 0 22px 64px rgba(15, 23, 42, .26);
                    border: 1px solid #e8eef6;
                    overflow: auto;
                    transform: translateY(12px) scale(.985);
                    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
                    z-index: var(--ccrm-layer-mobile-panel, 1260000);
                }

                #cordeocrm-left-menu .ccrm-flyout:before,
                .ccrm-left-menu .ccrm-flyout:before {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.is-open > .ccrm-flyout {
                    opacity: 1;
                    pointer-events: auto;
                    visibility: visible;
                    transform: translateY(0) scale(1);
                }

                #cordeocrm-left-menu .ccrm-flyout a,
                .ccrm-left-menu .ccrm-flyout a {
                    display: flex;
                    align-items: center;
                    min-height: 44px;
                    width: 100%;
                    padding: 11px 13px;
                    border-radius: 12px;
                    color: #172033;
                    background: transparent;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 1.25;
                    text-decoration: none;
                    white-space: normal;
                }

                #cordeocrm-left-menu .ccrm-flyout a:hover,
                #cordeocrm-left-menu .ccrm-flyout a:focus,
                .ccrm-left-menu .ccrm-flyout a:hover,
                .ccrm-left-menu .ccrm-flyout a:focus {
                    background: #f1f5f9;
                    color: #2563eb;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-package-locked,
                .ccrm-left-menu .ccrm-flyout a.is-package-locked {
                    opacity: .48;
                    color: #64748b;
                }

                body.ccrm-mobile-menu-open::after {
                    content: "";
                    position: fixed;
                    inset: 0 0 78px 0;
                    background: rgba(15, 23, 42, .22);
                    z-index: var(--ccrm-layer-mobile-backdrop, 1250000);
                    pointer-events: auto;
                }

                body.ccrm-mobile-menu-open #cordeocrm-left-menu,
                body.ccrm-mobile-menu-open .ccrm-left-menu {
                    z-index: var(--ccrm-layer-mobile-menu, 1300000);
                }
            }

            /* CordeoCRM mobil alt menü - çift yön ok, paket menü sonu */
            .ccrm-left-package-mobile-end,
            .ccrm-mobile-scroll-hint {
                display: none;
            }

            @media (max-width: 900px) {
                #cordeocrm-left-menu .ccrm-left-menu-inner,
                .ccrm-left-menu .ccrm-left-menu-inner {
                    position: relative;
                    padding-left: 20px;
                    padding-right: 24px;
                }

                #cordeocrm-left-menu .ccrm-left-menu-inner > .ccrm-left-package:not(.ccrm-left-package-mobile-end),
                .ccrm-left-menu .ccrm-left-menu-inner > .ccrm-left-package:not(.ccrm-left-package-mobile-end) {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-left-list-top,
                .ccrm-left-menu .ccrm-left-list-top {
                    padding-right: 10px;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                    scroll-behavior: smooth;
                }

                #cordeocrm-left-menu .ccrm-left-list-top::-webkit-scrollbar,
                .ccrm-left-menu .ccrm-left-list-top::-webkit-scrollbar {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-left-package-mobile-end,
                .ccrm-left-menu .ccrm-left-package-mobile-end {
                    flex: 0 0 82px;
                    width: 82px;
                    min-width: 82px;
                    height: 50px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin: 0 2px;
                    padding: 6px 5px;
                    align-self: center;
                    border: 1px solid rgba(148, 163, 184, .26);
                    border-radius: 14px;
                    background: rgba(15, 23, 42, .22);
                    color: #e5e7eb;
                    text-align: center;
                    line-height: 1.12;
                    box-shadow: none;
                    text-decoration: none;
                    cursor: pointer;
                }

                #cordeocrm-left-menu .ccrm-left-package-mobile-end:hover,
                #cordeocrm-left-menu .ccrm-left-package-mobile-end:focus,
                .ccrm-left-menu .ccrm-left-package-mobile-end:hover,
                .ccrm-left-menu .ccrm-left-package-mobile-end:focus {
                    background: rgba(37, 99, 235, .24);
                    border-color: rgba(147, 197, 253, .40);
                    text-decoration: none;
                }

                #cordeocrm-left-menu .ccrm-left-package-mobile-end span,
                .ccrm-left-menu .ccrm-left-package-mobile-end span {
                    display: block;
                    margin: 0 0 3px;
                    color: #94a3b8;
                    font-size: 8.5px;
                    font-weight: 600;
                    letter-spacing: .04em;
                    text-transform: uppercase;
                }

                #cordeocrm-left-menu .ccrm-left-package-mobile-end strong,
                .ccrm-left-menu .ccrm-left-package-mobile-end strong {
                    display: block;
                    max-width: 68px;
                    color: #ffffff;
                    font-size: 10px;
                    font-weight: 750;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                #cordeocrm-left-menu .ccrm-mobile-scroll-hint,
                .ccrm-left-menu .ccrm-mobile-scroll-hint {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 24px;
                    height: 44px;
                    align-items: center;
                    justify-content: center;
                    border: 0;
                    border-radius: 999px;
                    color: rgba(255,255,255,.72);
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 1;
                    pointer-events: none;
                    z-index: 3;
                    box-shadow: none;
                }

                #cordeocrm-left-menu.has-more-right .ccrm-mobile-scroll-hint-right,
                .ccrm-left-menu.has-more-right .ccrm-mobile-scroll-hint-right {
                    right: 5px;
                    display: flex;
                    background: linear-gradient(90deg, rgba(16, 24, 39, 0), #101827 42%);
                }

                #cordeocrm-left-menu.has-more-left .ccrm-mobile-scroll-hint-left,
                .ccrm-left-menu.has-more-left .ccrm-mobile-scroll-hint-left {
                    left: 5px;
                    display: flex;
                    background: linear-gradient(270deg, rgba(16, 24, 39, 0), #101827 42%);
                }
            }


            /* CordeoCRM paket kutusu link davranışı - görünüm korunur */
            #cordeocrm-left-menu .ccrm-left-package,
            .ccrm-left-menu .ccrm-left-package {
                text-decoration: none;
                cursor: pointer;
            }

            #cordeocrm-left-menu .ccrm-left-package:hover,
            #cordeocrm-left-menu .ccrm-left-package:focus,
            .ccrm-left-menu .ccrm-left-package:hover,
            .ccrm-left-menu .ccrm-left-package:focus {
                text-decoration: none;
                border-color: rgba(147, 197, 253, .38);
                background: rgba(37, 99, 235, .20);
            }


            /* Paket kartı altında küçük kullanıcı rolü */
            #cordeocrm-left-menu .ccrm-left-package-role,
            .ccrm-left-menu .ccrm-left-package-role {
                display: block;
                max-width: 100%;
                margin: 3px auto 0;
                color: #94a3b8;
                font-size: 8.4px;
                font-weight: 500;
                line-height: 1.05;
                letter-spacing: 0;
                text-transform: none;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            @media (max-width: 900px) {
                #cordeocrm-left-menu .ccrm-left-package,
                .ccrm-left-menu .ccrm-left-package,
                #cordeocrm-left-menu .ccrm-left-package-mobile-end,
                .ccrm-left-menu .ccrm-left-package-mobile-end {
                    height: 58px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

                #cordeocrm-left-menu .ccrm-left-package-role,
                .ccrm-left-menu .ccrm-left-package-role {
                    max-width: 70px;
                    margin-top: 2px;
                    font-size: 7.4px;
                }
            }



            /* Normal kullanıcı için Hesabım kartı */
            #cordeocrm-left-menu .ccrm-account-trigger,
            .ccrm-left-menu .ccrm-account-trigger {
                width: 62px;
                min-height: 70px;
                margin: auto 7px 8px;
                padding: 7px 5px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 3px;
                border: 1px solid rgba(148, 163, 184, .24);
                border-radius: 12px;
                background: rgba(15, 23, 42, .26);
                color: #ffffff;
                text-align: center;
                text-decoration: none;
                box-shadow: none;
                cursor: pointer;
                overflow: hidden;
            }

            #cordeocrm-left-menu .ccrm-account-trigger:hover,
            #cordeocrm-left-menu .ccrm-account-trigger:focus,
            .ccrm-left-menu .ccrm-account-trigger:hover,
            .ccrm-left-menu .ccrm-account-trigger:focus {
                border-color: rgba(147, 197, 253, .40);
                background: rgba(37, 99, 235, .22);
                outline: none;
            }

            #cordeocrm-left-menu .ccrm-account-trigger-icon,
            .ccrm-left-menu .ccrm-account-trigger-icon {
                width: 25px;
                height: 25px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 8px;
                background: rgba(255,255,255,.09);
            }

            #cordeocrm-left-menu .ccrm-account-trigger-icon svg,
            .ccrm-left-menu .ccrm-account-trigger-icon svg {
                width: 17px;
                height: 17px;
                fill: none;
                stroke: currentColor;
                stroke-width: 1.8;
                stroke-linecap: round;
                stroke-linejoin: round;
            }

            #cordeocrm-left-menu .ccrm-account-trigger strong,
            .ccrm-left-menu .ccrm-account-trigger strong {
                display: block;
                width: 100%;
                color: #ffffff;
                font-size: 10px;
                font-weight: 650;
                line-height: 1.05;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            #cordeocrm-left-menu .ccrm-account-trigger small,
            .ccrm-left-menu .ccrm-account-trigger small {
                display: block;
                width: 100%;
                color: #94a3b8;
                font-size: 7.6px;
                font-weight: 500;
                line-height: 1.1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            body.ccrm-account-modal-open {
                overflow: hidden;
            }

            .ccrm-account-modal[hidden] {
                display: none;
            }

            .ccrm-account-modal {
                position: fixed;
                inset: 0;
                z-index: var(--ccrm-layer-modal-top, 2100000);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 22px;
                background: rgba(15, 23, 42, .46);
                backdrop-filter: blur(3px);
            }

            .ccrm-account-modal-card {
                width: min(760px, 100%);
                max-height: min(86vh, 760px);
                display: flex;
                flex-direction: column;
                overflow: hidden;
                background: var(--ccrm-card-bg, #ffffff);
                border: 1px solid var(--ccrm-border-color, #e5eaf2);
                border-radius: var(--ccrm-radius-lg, 20px);
                box-shadow: var(--ccrm-card-shadow, 0 28px 90px rgba(15, 23, 42, .24));
                color: var(--ccrm-text-color, #172033);
                font-family: var(--ccrm-font-family, Inter, "Segoe UI", Arial, sans-serif);
            }

            .ccrm-account-modal-head {
                flex: 0 0 auto;
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 18px 20px;
                border-bottom: 1px solid var(--ccrm-border-color, #e8edf4);
                background: var(--ccrm-card-bg, #ffffff);
            }

            .ccrm-account-avatar {
                width: 42px;
                height: 42px;
                flex: 0 0 42px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 13px;
                background: #edf4ff;
                color: var(--ccrm-primary-color, #2563eb);
                font-size: 14px;
                font-weight: 750;
            }

            .ccrm-account-head-copy {
                min-width: 0;
                flex: 1 1 auto;
            }

            .ccrm-account-head-copy h3 {
                margin: 0;
                color: var(--ccrm-text-color, #172033);
                font-size: 17px;
                font-weight: 700;
                line-height: 1.2;
            }

            .ccrm-account-head-copy p {
                margin: 4px 0 0;
                color: var(--ccrm-muted-color, #667085);
                font-size: 12px;
                line-height: 1.35;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .ccrm-account-modal-close {
                width: 34px;
                height: 34px;
                flex: 0 0 34px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #e2e8f0;
                border-radius: var(--ccrm-radius-sm, 10px);
                background: var(--ccrm-card-bg, #ffffff);
                color: #64748b;
                font-size: 22px;
                font-weight: 400;
                line-height: 1;
                cursor: pointer;
                box-shadow: none;
            }

            .ccrm-account-modal-close:hover,
            .ccrm-account-modal-close:focus {
                background: var(--ccrm-input-bg, #f8fafc);
                color: var(--ccrm-text-color, #172033);
                outline: none;
            }

            .ccrm-account-modal-body {
                overflow: auto;
                padding: 18px 20px 22px;
            }

            .ccrm-account-info-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 10px;
                margin-bottom: 18px;
            }

            .ccrm-account-info-item {
                min-width: 0;
                padding: 11px 12px;
                border: 1px solid #e8edf4;
                border-radius: 13px;
                background: #fbfdff;
            }

            .ccrm-account-info-item span {
                display: block;
                margin-bottom: 4px;
                color: #98a2b3;
                font-size: 10px;
                font-weight: 600;
                line-height: 1.2;
            }

            .ccrm-account-info-item strong {
                display: block;
                color: var(--ccrm-text-color, #344054);
                font-size: 12px;
                font-weight: 600;
                line-height: 1.35;
                overflow-wrap: anywhere;
            }

            .ccrm-account-permissions-title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                margin: 0 0 10px;
            }

            .ccrm-account-permissions-title h4 {
                margin: 0;
                color: var(--ccrm-text-color, #172033);
                font-size: 13px;
                font-weight: 700;
            }

            .ccrm-account-permissions-title span {
                color: var(--ccrm-muted-color, #667085);
                font-size: 10.5px;
                font-weight: 500;
            }

            .ccrm-account-permission-groups {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 10px;
            }

            .ccrm-account-permission-group {
                min-width: 0;
                padding: 12px;
                border: 1px solid #e8edf4;
                border-radius: 13px;
                background: var(--ccrm-card-bg, #ffffff);
            }

            .ccrm-account-permission-group h5 {
                margin: 0 0 8px;
                color: var(--ccrm-text-color, #344054);
                font-size: 11.5px;
                font-weight: 700;
            }

            .ccrm-account-permission-list {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .ccrm-account-permission-list li {
                position: relative;
                margin: 0 0 6px;
                padding-left: 15px;
                color: var(--ccrm-muted-color, #667085);
                font-size: 11px;
                font-weight: 450;
                line-height: 1.35;
            }

            .ccrm-account-permission-list li:last-child {
                margin-bottom: 0;
            }

            .ccrm-account-permission-list li::before {
                content: "✓";
                position: absolute;
                left: 0;
                top: 0;
                color: var(--ccrm-primary-color, #2563eb);
                font-size: 10px;
                font-weight: 700;
            }

            .ccrm-account-no-permission {
                padding: 14px;
                border: 1px dashed #d7dee9;
                border-radius: 13px;
                color: var(--ccrm-muted-color, #667085);
                background: #fbfdff;
                font-size: 11.5px;
                text-align: center;
            }

            .ccrm-account-modal-card-wide {
                width: min(900px, 100%);
                max-height: min(86vh, 820px);
            }

            .ccrm-account-modal-body-form {
                padding: 13px 15px 15px;
                background: var(--ccrm-page-bg, #fbfcfe);
            }

            .ccrm-account-section {
                padding: 13px;
                margin-bottom: 11px;
                border: 1px solid var(--ccrm-border-color, #e7ecf3);
                border-radius: var(--ccrm-radius-md, 16px);
                background: var(--ccrm-card-bg, #ffffff);
            }

            .ccrm-account-section:last-child {
                margin-bottom: 0;
            }

            .ccrm-account-section-title {
                margin: 0 0 13px;
            }

            .ccrm-account-section-title h4 {
                margin: 0;
                color: var(--ccrm-text-color, #172033);
                font-size: 12.5px;
                font-weight: 700;
                line-height: 1.3;
            }

            .ccrm-account-section-title p {
                margin: 4px 0 0;
                color: #98a2b3;
                font-size: 10.5px;
                line-height: 1.4;
            }

            .ccrm-account-profile-layout {
                display: grid;
                grid-template-columns: 78px minmax(0, 1fr);
                gap: 12px;
                align-items: start;
            }

            .ccrm-account-photo-card {
                width: 72px;
                height: 72px;
                aspect-ratio: 1 / 1;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                border: 1px solid var(--ccrm-border-color, #e4eaf2);
                border-radius: var(--ccrm-radius-sm, 10px);
                background: var(--ccrm-input-bg, #eef4ff);
                color: var(--ccrm-primary-color, #2563eb);
                font-size: 17px;
                font-weight: 750;
            }

            .ccrm-account-photo-card img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                object-position: center top;
            }

            .ccrm-account-readonly-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 9px;
            }

            .ccrm-account-role-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 9px;
                margin-bottom: 12px;
            }

            .ccrm-account-readonly-field {
                min-width: 0;
            }

            .ccrm-account-readonly-field > span {
                display: block;
                margin: 0 0 4px;
                color: var(--ccrm-muted-color, #667085);
                font-size: 9.5px;
                font-weight: 600;
                line-height: 1.2;
            }

            .ccrm-account-readonly-field > strong {
                min-height: 35px;
                display: flex;
                align-items: center;
                padding: 8px 10px;
                overflow: hidden;
                border: 1px solid var(--ccrm-border-color, #e4e9f1);
                border-radius: var(--ccrm-radius-sm, 10px);
                background: var(--ccrm-input-bg, #f8fafc);
                color: var(--ccrm-text-color, #344054);
                font-size: 10.8px;
                font-weight: 500;
                line-height: 1.3;
                overflow-wrap: anywhere;
            }

            .ccrm-account-permission-panel {
                max-height: 285px;
                overflow: auto;
                padding: 10px;
                border: 1px solid var(--ccrm-border-color, #e7ecf3);
                border-radius: 14px;
                background: var(--ccrm-card-bg, #ffffff);
                scrollbar-width: thin;
            }

            .ccrm-account-permission-group-checks {
                padding: 0 0 12px;
                margin: 0 0 12px;
                border: 0;
                border-bottom: 1px solid #edf1f6;
                border-radius: 0;
            }

            .ccrm-account-permission-group-checks:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }

            .ccrm-account-permission-group-checks h5 {
                margin: 0 0 9px;
                color: var(--ccrm-text-color, #172033);
                font-size: 10.8px;
                font-weight: 700;
            }

            .ccrm-account-permission-check-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 8px 14px;
            }

            .ccrm-account-permission-check {
                min-width: 0;
                display: flex;
                align-items: flex-start;
                gap: 7px;
                margin: 0;
                color: #98a2b3;
                font-size: 10.3px;
                font-weight: 500;
                line-height: 1.35;
                cursor: default;
            }

            .ccrm-account-permission-check.is-active {
                color: var(--ccrm-text-color, #344054);
                font-weight: 600;
            }

            .ccrm-account-permission-check input {
                width: 13px;
                height: 13px;
                flex: 0 0 13px;
                margin: 1px 0 0;
                accent-color: #2f80ed;
                opacity: 1;
            }

            .ccrm-account-modal-footer {
                flex: 0 0 auto;
                display: flex;
                justify-content: flex-end;
                padding: 10px 15px;
                border-top: 1px solid var(--ccrm-border-color, #e8edf4);
                background: var(--ccrm-card-bg, #ffffff);
            }

            .ccrm-account-modal-done {
                min-height: 34px;
                padding: 7px 16px;
                border: 0;
                border-radius: var(--ccrm-button-radius, 10px);
                background: var(--ccrm-primary-color, #2f6fed);
                color: #ffffff;
                font-size: 10.5px;
                font-weight: var(--ccrm-button-weight, 650);
                line-height: 1;
                text-decoration: none;
                cursor: pointer;
                box-shadow: none;
            }

            .ccrm-account-modal-done:hover,
            .ccrm-account-modal-done:focus {
                background: var(--ccrm-primary-hover, #245ed2);
                color: #ffffff;
                outline: none;
            }

            @media (max-width: 760px) {
                .ccrm-account-profile-layout,
                .ccrm-account-readonly-grid,
                .ccrm-account-role-grid,
                .ccrm-account-permission-check-grid {
                    grid-template-columns: 1fr;
                }

                .ccrm-account-photo-card {
                    width: 64px;
                    height: 64px;
                }

                .ccrm-account-modal-body-form {
                    padding: 12px;
                }

                .ccrm-account-section {
                    padding: 12px;
                }
            }

            @media (max-width: 900px) {
                #cordeocrm-left-menu .ccrm-account-trigger,
                .ccrm-left-menu .ccrm-account-trigger {
                    flex: 0 0 72px;
                    width: 72px;
                    min-height: 60px;
                    height: 60px;
                    margin: 0 0 0 4px;
                    padding: 5px 4px;
                    align-self: center;
                    border-radius: 13px;
                }

                #cordeocrm-left-menu .ccrm-account-trigger small,
                .ccrm-left-menu .ccrm-account-trigger small {
                    max-width: 64px;
                    font-size: 7px;
                }

                .ccrm-account-modal {
                    align-items: flex-end;
                    padding: 12px 12px 88px;
                }

                .ccrm-account-modal-card {
                    max-height: calc(100vh - 112px);
                    border-radius: 18px;
                }

                .ccrm-account-info-grid,
                .ccrm-account-permission-groups {
                    grid-template-columns: 1fr;
                }

                .ccrm-account-modal-head,
                .ccrm-account-modal-body {
                    padding-left: 15px;
                    padding-right: 15px;
                }
            }


            /* CordeoCRM alt sabit alan: Yardım paket alanının hemen üstünde kalır. */
            #cordeocrm-left-menu .ccrm-left-menu-inner,
            .ccrm-left-menu .ccrm-left-menu-inner {
                justify-content: flex-start;
            }

            #cordeocrm-left-menu .ccrm-left-footer,
            .ccrm-left-menu .ccrm-left-footer {
                width: 76px;
                margin-top: auto;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                flex: 0 0 auto;
                background: var(--ccrm-menu-bg);
                position: relative;
                z-index: 2;
            }

            #cordeocrm-left-menu .ccrm-left-list-bottom,
            .ccrm-left-menu .ccrm-left-list-bottom {
                margin: 0;
                flex: 0 0 auto;
            }

            #cordeocrm-left-menu .ccrm-left-footer > .ccrm-left-package,
            .ccrm-left-menu .ccrm-left-footer > .ccrm-left-package {
                margin: 4px 7px 0;
            }

            /* Alt sıradaki paneller aşağı taşmaz; yukarı açılır ve gerekirse içten kayar. */
            @media (min-width: 901px) {
                #cordeocrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                #cordeocrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout {
                    top: auto;
                    bottom: 0;
                    max-height: calc(100vh - 24px);
                    overflow-x: hidden;
                    overflow-y: auto;
                    overscroll-behavior: contain;
                    scrollbar-width: thin;
                }

                body.admin-bar #cordeocrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                body.admin-bar #cordeocrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout,
                body.admin-bar .ccrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                body.admin-bar .ccrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout {
                    max-height: calc(100vh - 56px);
                }

                #cordeocrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout:before,
                #cordeocrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout:before,
                .ccrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout:before,
                .ccrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout:before {
                    display: none;
                }
            }

            /* Kısa ekranlarda ana menü kompaktlaşır; Yardım ve paket alanı görünür kalır. */
            @media (min-width: 901px) and (max-height: 980px) {
                #cordeocrm-left-menu .ccrm-left-list,
                .ccrm-left-menu .ccrm-left-list {
                    gap: 2px;
                }

                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 52px;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    padding-top: 6px;
                    padding-bottom: 6px;
                    gap: 4px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 26px;
                    height: 26px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 19px;
                    height: 19px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 9.5px;
                }
            }

            @media (min-width: 901px) and (max-height: 760px) {
                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 50px;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    padding-top: 4px;
                    padding-bottom: 4px;
                    gap: 3px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 23px;
                    height: 23px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 17px;
                    height: 17px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 9.5px;
                }
            }

            @media (min-width: 901px) and (max-height: 650px) {
                #cordeocrm-left-menu .ccrm-left-menu-inner,
                .ccrm-left-menu .ccrm-left-menu-inner {
                    padding-top: 4px;
                    padding-bottom: 5px;
                }

                #cordeocrm-left-menu .ccrm-left-list,
                .ccrm-left-menu .ccrm-left-list {
                    gap: 0;
                }

                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 44px;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    padding-top: 2px;
                    padding-bottom: 2px;
                    gap: 2px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 20px;
                    height: 20px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 15px;
                    height: 15px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 8.5px;
                    line-height: 1.05;
                }

                #cordeocrm-left-menu .ccrm-left-footer > .ccrm-left-package,
                .ccrm-left-menu .ccrm-left-footer > .ccrm-left-package {
                    min-height: 38px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    margin-top: 2px;
                    margin-bottom: 0;
                }
            }

            /* Mobil şeridin sonundaki kopyalar masaüstünde görünmez. */
            #cordeocrm-left-menu .ccrm-left-list-mobile-tail,
            .ccrm-left-menu .ccrm-left-list-mobile-tail,
            #cordeocrm-left-menu .ccrm-left-package-mobile-scroll,
            .ccrm-left-menu .ccrm-left-package-mobile-scroll {
                display: none;
            }

            /* Tablet ve mobil: Yardım ve Paket dahil bütün öğeler tek yatay şeritte kayar. */
            @media (max-width: 900px) {
                #cordeocrm-left-menu .ccrm-left-menu-inner,
                .ccrm-left-menu .ccrm-left-menu-inner {
                    padding-left: 8px;
                    padding-right: 8px;
                    gap: 0;
                }

                #cordeocrm-left-menu .ccrm-left-list-top,
                .ccrm-left-menu .ccrm-left-list-top {
                    width: 100%;
                    min-width: 0;
                    flex: 1 1 100%;
                    padding-right: 10px;
                    overflow-x: auto;
                    overflow-y: visible;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                    -webkit-overflow-scrolling: touch;
                }

                #cordeocrm-left-menu .ccrm-left-list-top::-webkit-scrollbar,
                .ccrm-left-menu .ccrm-left-list-top::-webkit-scrollbar {
                    display: none;
                }

                /* Mobilde ayrı sabit footer yok: Yardım ve Paket kaydırma şeridinin içindedir. */
                #cordeocrm-left-menu .ccrm-left-footer,
                .ccrm-left-menu .ccrm-left-footer {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-left-list-mobile-tail,
                .ccrm-left-menu .ccrm-left-list-mobile-tail {
                    display: flex;
                    flex: 0 0 auto;
                    align-items: center;
                    gap: 0;
                }

                #cordeocrm-left-menu .ccrm-left-list-mobile-tail .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-list-mobile-tail .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-list-mobile-tail .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-list-mobile-tail .ccrm-left-main {
                    width: 74px;
                    min-width: 74px;
                }

                #cordeocrm-left-menu .ccrm-left-package-mobile-scroll,
                .ccrm-left-menu .ccrm-left-package-mobile-scroll {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    flex: 0 0 78px;
                    width: 78px;
                    min-width: 78px;
                    max-width: 78px;
                    height: 58px;
                    min-height: 58px;
                    max-height: 58px;
                    margin: 0 4px;
                    padding: 6px 5px;
                    gap: 3px;
                    align-self: center;
                    text-align: center;
                    white-space: normal;
                    overflow: hidden;
                }

                #cordeocrm-left-menu .ccrm-mobile-package-vertical > span,
                .ccrm-left-menu .ccrm-mobile-package-vertical > span {
                    display: block;
                    flex: 0 0 auto;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    color: #94a3b8;
                    font-size: 8px;
                    font-weight: 600;
                    line-height: 1;
                    letter-spacing: .05em;
                    text-align: center;
                    text-transform: uppercase;
                    white-space: nowrap;
                }

                #cordeocrm-left-menu .ccrm-mobile-package-vertical > strong,
                .ccrm-left-menu .ccrm-mobile-package-vertical > strong {
                    display: block;
                    flex: 0 0 auto;
                    width: 100%;
                    min-width: 0;
                    margin: 0;
                    padding: 0;
                    color: #ffffff;
                    font-size: 10px;
                    font-weight: 750;
                    line-height: 1.05;
                    text-align: center;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                #cordeocrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                #cordeocrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout {
                    top: auto;
                    bottom: 88px;
                    max-height: min(62vh, 470px);
                    overflow: auto;
                }
            }




        .ccrm-left-main.is-company-disabled,
        .ccrm-flyout a.is-company-disabled{
            opacity:.34;
            filter:grayscale(.2);
            cursor:not-allowed;
        }


/* CordeoCRM menu.php / ccrm-mobile-menu-shell-fix */
@media (max-width: 900px) {
                html {
                    scroll-padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
                }

                /*
                 * Sabit alt menü sayfa içeriğinin son satırlarını ve butonlarını kapatmaz.
                 * Mevcut tema veya modül padding değerlerini final katmanda güvenli biçimde ezer.
                 */
                body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin) {
                    padding-left: 0;
                    padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
                }

                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    top: auto;
                    bottom: 0;
                    height: calc(78px + env(safe-area-inset-bottom, 0px));
                    padding-bottom: env(safe-area-inset-bottom, 0px);
                    overflow: visible;
                    background: #101827;
                }

                #cordeocrm-left-menu .ccrm-left-menu-inner,
                .ccrm-left-menu .ccrm-left-menu-inner {
                    height: 78px;
                    min-height: 78px;
                    padding: 0 24px 0 20px;
                    overflow: visible;
                    background: #101827;
                }

                #cordeocrm-left-menu .ccrm-left-list-top,
                .ccrm-left-menu .ccrm-left-list-top {
                    min-width: 0;
                    padding-right: 10px;
                    overflow-x: auto;
                    overflow-y: visible;
                    scrollbar-width: none;
                    -webkit-overflow-scrolling: touch;
                }

                /* Son katman: Yardım ve Paket sabit değil, aynı kaydırma şeridinin devamıdır. */
                #cordeocrm-left-menu .ccrm-left-footer,
                .ccrm-left-menu .ccrm-left-footer {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-left-list-mobile-tail,
                .ccrm-left-menu .ccrm-left-list-mobile-tail {
                    display: flex;
                    flex: 0 0 auto;
                    align-items: center;
                    gap: 0;
                }

                #cordeocrm-left-menu .ccrm-left-package-mobile-scroll,
                .ccrm-left-menu .ccrm-left-package-mobile-scroll {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    flex: 0 0 78px;
                    width: 78px;
                    min-width: 78px;
                    max-width: 78px;
                    height: 58px;
                    min-height: 58px;
                    max-height: 58px;
                    margin: 0 4px;
                    padding: 6px 5px;
                    gap: 3px;
                    align-self: center;
                    text-align: center;
                    white-space: normal;
                    overflow: hidden;
                }

                #cordeocrm-left-menu .ccrm-mobile-package-vertical > span,
                .ccrm-left-menu .ccrm-mobile-package-vertical > span {
                    display: block;
                    flex: 0 0 auto;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    color: #94a3b8;
                    font-size: 8px;
                    font-weight: 600;
                    line-height: 1;
                    letter-spacing: .05em;
                    text-align: center;
                    text-transform: uppercase;
                    white-space: nowrap;
                }

                #cordeocrm-left-menu .ccrm-mobile-package-vertical > strong,
                .ccrm-left-menu .ccrm-mobile-package-vertical > strong {
                    display: block;
                    flex: 0 0 auto;
                    width: 100%;
                    min-width: 0;
                    margin: 0;
                    padding: 0;
                    color: #ffffff;
                    font-size: 10px;
                    font-weight: 750;
                    line-height: 1.05;
                    text-align: center;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    color: #f8fafc;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    display: block;
                    max-width: 68px;
                    color: inherit;
                    opacity: 1;
                    font-size: 10.5px;
                    font-weight: 500;
                    line-height: 1.15;
                    text-align: center;
                    text-shadow: none;
                    white-space: normal;
                    overflow-wrap: normal;
                }

                /* Açılır panel sabit menünün ve güvenli alanın üzerinde kalır. */
                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    left: 12px;
                    right: 12px;
                    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
                    top: auto;
                    width: auto;
                    min-width: 0;
                    max-width: none;
                    max-height: min(58dvh, 430px);
                    margin: 0;
                    padding: 10px;
                    border: 1px solid #e4e9ef;
                    border-radius: 16px;
                    background: #ffffff;
                    color: #172033;
                    box-shadow: 0 20px 56px rgba(15, 23, 42, .24);
                    overflow-x: hidden;
                    overflow-y: auto;
                    overscroll-behavior: contain;
                }

                #cordeocrm-left-menu .ccrm-flyout a,
                .ccrm-left-menu .ccrm-flyout a {
                    min-height: 44px;
                    width: 100%;
                    padding: 10px 12px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    border: 0;
                    border-radius: 10px;
                    background: transparent;
                    color: #172033;
                    opacity: 1;
                    filter: none;
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 1.3;
                    text-align: left;
                    text-decoration: none;
                    text-shadow: none;
                    white-space: normal;
                }

                #cordeocrm-left-menu .ccrm-flyout a:hover,
                #cordeocrm-left-menu .ccrm-flyout a:focus,
                .ccrm-left-menu .ccrm-flyout a:hover,
                .ccrm-left-menu .ccrm-flyout a:focus {
                    background: #f1f5f9;
                    color: #2563eb;
                    outline: 0;
                }

                /*
                 * Kilitli bağlantılar görünür kalır ancak link/rol/yetki davranışları aynen korunur.
                 * Sadece beyaz zeminde okunabilir soluk ton uygulanır.
                 */
                #cordeocrm-left-menu .ccrm-flyout a.is-package-locked,
                .ccrm-left-menu .ccrm-flyout a.is-package-locked {
                    color: #64748b;
                    background: transparent;
                    opacity: .68;
                    filter: none;
                    cursor: not-allowed;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-permission-locked,
                .ccrm-left-menu .ccrm-flyout a.is-permission-locked {
                    color: #7b8491;
                    background: transparent;
                    opacity: .58;
                    filter: none;
                    cursor: not-allowed;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-package-locked:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-package-locked:focus,
                #cordeocrm-left-menu .ccrm-flyout a.is-permission-locked:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-permission-locked:focus,
                .ccrm-left-menu .ccrm-flyout a.is-package-locked:hover,
                .ccrm-left-menu .ccrm-flyout a.is-package-locked:focus,
                .ccrm-left-menu .ccrm-flyout a.is-permission-locked:hover,
                .ccrm-left-menu .ccrm-flyout a.is-permission-locked:focus {
                    color: #64748b;
                    background: #f8fafc;
                }

                body.ccrm-mobile-menu-open::after {
                    inset: 0 0 calc(78px + env(safe-area-inset-bottom, 0px)) 0;
                    background: rgba(15, 23, 42, .24);
                }

                .ccrm-account-modal {
                    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
                }
            }

            @media (max-width: 430px) {
                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    left: 8px;
                    right: 8px;
                    padding: 8px;
                    border-radius: 14px;
                }

                #cordeocrm-left-menu .ccrm-flyout a,
                .ccrm-left-menu .ccrm-flyout a {
                    min-height: 42px;
                    padding: 9px 10px;
                    font-size: 12.5px;
                }
            }


/* CordeoCRM menu.php / ccrm-mobile-menu-text-visibility-fix-20260629 */
/* SQL oturumu WordPress logged-in sınıfına bağlı değildir. */
            body.ccrm-has-mobile-menu:not(.wp-admin) {
                padding-left: var(--ccrm-menu-width, 76px);
                overflow-x: hidden;
            }

            @media (max-width: 900px) {
                html {
                    scroll-padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
                }

                body.ccrm-has-mobile-menu:not(.wp-admin) {
                    padding-left: 0;
                    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
                }

                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    display: block;
                    visibility: visible;
                    opacity: 1;
                    pointer-events: auto;
                }

                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    color-scheme: light;
                }

                /*
                 * Eski masaüstü kurallarında grup ve girintili bağlantılar beyazdır.
                 * Mobil panel beyaz olduğu için bu metinler görünmüyordu.
                 */
                #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group {
                    display: block;
                    position: relative;
                    visibility: visible;
                    opacity: 1;
                    margin: 6px 6px 2px;
                    padding: 10px 8px 7px;
                    border-top: 1px solid #e7ebf0;
                    color: #667085;
                    -webkit-text-fill-color: #667085;
                    background: transparent;
                    font-size: 11.5px;
                    font-weight: 600;
                    line-height: 1.25;
                    text-transform: none;
                    text-indent: 0;
                    white-space: normal;
                }

                #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group:first-child,
                .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group:first-child {
                    border-top: 0;
                    margin-top: 0;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented,
                .ccrm-left-menu .ccrm-flyout a.is-indented {
                    display: flex;
                    visibility: visible;
                    opacity: 1;
                    filter: none;
                    min-height: 42px;
                    padding: 9px 12px 9px 18px;
                    color: #344054;
                    -webkit-text-fill-color: #344054;
                    background: transparent;
                    font-size: 12.5px;
                    font-weight: 400;
                    line-height: 1.3;
                    text-indent: 0;
                    text-shadow: none;
                    white-space: normal;
                    overflow-wrap: anywhere;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
                    color: #2563eb;
                    -webkit-text-fill-color: #2563eb;
                    background: #eff6ff;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-coming-soon,
                .ccrm-left-menu .ccrm-flyout a.is-coming-soon {
                    visibility: visible;
                    opacity: .68;
                    filter: none;
                    color: #98a2b3;
                    -webkit-text-fill-color: #98a2b3;
                    background: transparent;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-permission-locked,
                #cordeocrm-left-menu .ccrm-flyout a.is-package-locked,
                .ccrm-left-menu .ccrm-flyout a.is-permission-locked,
                .ccrm-left-menu .ccrm-flyout a.is-package-locked {
                    visibility: visible;
                    -webkit-text-fill-color: currentColor;
                }
            }


/* CordeoCRM menu.php / ccrm-desktop-sidebar-compact-20260629 */
/* CCRM-DESKTOP-SIDEBAR-COMPACT-20260629 */
            @media (min-width: 901px) {
                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item {
                    min-height: 50px;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 56px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    gap: 3px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 22px;
                    height: 22px;
                    border-radius: 7px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 16px;
                    height: 16px;
                    stroke-width: 1.8;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 9.3px;
                    line-height: 1.06;
                    font-weight: 500;
                }
            }

            @media (min-width: 901px) and (max-height: 980px) {
                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 49px;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    padding-top: 3px;
                    padding-bottom: 3px;
                    gap: 2px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 21px;
                    height: 21px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 15px;
                    height: 15px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 9.1px;
                }
            }

            @media (min-width: 901px) and (max-height: 760px) {
                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 46px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 20px;
                    height: 20px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 14px;
                    height: 14px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 8.8px;
                }
            }

            @media (min-width: 901px) and (max-height: 650px) {
                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-height: 42px;
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    width: 19px;
                    height: 19px;
                }

                #cordeocrm-left-menu .ccrm-left-icon svg,
                .ccrm-left-menu .ccrm-left-icon svg {
                    width: 13px;
                    height: 13px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    font-size: 8.4px;
                }
            }


/* CordeoCRM menu.php / ccrm-menu-hierarchy-responsive-20260701-anchor */
:root {
                --ccrm-flyout-width: 228px;
                --ccrm-flyout-bg: #101827;
                --ccrm-flyout-line: rgba(255,255,255,.09);
            }

            #cordeocrm-left-menu .ccrm-flyout-header,
            .ccrm-left-menu .ccrm-flyout-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
            }

            #cordeocrm-left-menu .ccrm-flyout-header strong,
            .ccrm-left-menu .ccrm-flyout-header strong {
                min-width: 0;
                margin: 0;
                padding: 0;
                font-family: Inter, "Segoe UI", Arial, sans-serif;
                text-transform: none;
            }

            #cordeocrm-left-menu .ccrm-flyout-close,
            .ccrm-left-menu .ccrm-flyout-close {
                border: 0;
                box-shadow: none;
                font-family: Inter, "Segoe UI", Arial, sans-serif;
                cursor: pointer;
            }

            @media (min-width: 901px) {
                /* Panel, seçilen sol menü satırına bağlanır. Aradaki görünmez köprü
                 * mouse sol menüden sağ panele giderken menünün kapanmasını önler. */
                #cordeocrm-left-menu .ccrm-left-item.has-flyout::after,
                .ccrm-left-menu .ccrm-left-item.has-flyout::after {
                    content: "";
                    display: none;
                    position: fixed;
                    left: var(--ccrm-flyout-bridge-left, 73px);
                    top: var(--ccrm-flyout-bridge-top, var(--ccrm-flyout-anchor-top, 8px));
                    width: var(--ccrm-flyout-bridge-width, 8px);
                    height: var(--ccrm-flyout-bridge-height, var(--ccrm-flyout-anchor-height, 48px));
                    background: transparent;
                    pointer-events: auto;
                    z-index: var(--ccrm-layer-menu-bridge, 1190000);
                }

                #cordeocrm-left-menu .ccrm-left-item.has-flyout:hover::after,
                #cordeocrm-left-menu .ccrm-left-item.has-flyout.is-open::after,
                .ccrm-left-menu .ccrm-left-item.has-flyout:hover::after,
                .ccrm-left-menu .ccrm-left-item.has-flyout.is-open::after {
                    display: block;
                }

                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout,
                #cordeocrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                #cordeocrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.flyout-up > .ccrm-flyout,
                .ccrm-left-menu .ccrm-left-item.ccrm-flyout-up > .ccrm-flyout {
                    position: fixed;
                    left: var(--ccrm-flyout-left, 76px);
                    right: auto;
                    top: var(--ccrm-flyout-top, 8px);
                    bottom: auto;
                    width: var(--ccrm-flyout-width);
                    min-width: var(--ccrm-flyout-width);
                    max-width: var(--ccrm-flyout-width);
                    max-height: calc(100dvh - 104px);
                    margin: 0;
                    padding: 0 0 10px;
                    border: 1px solid rgba(255,255,255,.06);
                    border-radius: 6px;
                    background: var(--ccrm-flyout-bg);
                    color: #ffffff;
                    box-shadow: 0 18px 42px rgba(15,23,42,.24);
                    overflow-x: hidden;
                    overflow-y: auto;
                    overscroll-behavior: contain;
                    scrollbar-width: thin;
                    scrollbar-color: rgba(255,255,255,.22) transparent;
                }

                body.admin-bar #cordeocrm-left-menu .ccrm-flyout,
                body.admin-bar .ccrm-left-menu .ccrm-flyout {
                    max-height: calc(100dvh - 52px);
                }

                #cordeocrm-left-menu .ccrm-flyout::-webkit-scrollbar,
                .ccrm-left-menu .ccrm-flyout::-webkit-scrollbar {
                    width: 7px;
                }

                #cordeocrm-left-menu .ccrm-flyout::-webkit-scrollbar-thumb,
                .ccrm-left-menu .ccrm-flyout::-webkit-scrollbar-thumb {
                    border: 2px solid transparent;
                    border-radius: 999px;
                    background: rgba(255,255,255,.22);
                    background-clip: padding-box;
                }

                #cordeocrm-left-menu .ccrm-flyout-header,
                .ccrm-left-menu .ccrm-flyout-header {
                    position: sticky;
                    top: 0;
                    z-index: 4;
                    min-height: 44px;
                    padding: 12px 14px 10px;
                    border-bottom: 1px solid var(--ccrm-flyout-line);
                    background: var(--ccrm-flyout-bg);
                }

                #cordeocrm-left-menu .ccrm-flyout-header strong,
                .ccrm-left-menu .ccrm-flyout-header strong {
                    color: #ffffff;
                    font-size: 12.5px;
                    font-weight: 600;
                    line-height: 1.25;
                }

                #cordeocrm-left-menu .ccrm-flyout-close,
                .ccrm-left-menu .ccrm-flyout-close {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group {
                    margin: 0 10px;
                    padding: 12px 5px 6px;
                    border-top: 1px solid var(--ccrm-flyout-line);
                    color: #ffffff;
                    font-size: 12px;
                    font-weight: 600;
                    line-height: 1.25;
                    letter-spacing: 0;
                    text-transform: none;
                }

                #cordeocrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group {
                    border-top: 0;
                    padding-top: 11px;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented,
                .ccrm-left-menu .ccrm-flyout a.is-indented {
                    width: 100%;
                    min-height: 34px;
                    margin: 0;
                    padding: 8px 14px 8px 22px;
                    border: 0;
                    border-radius: 0;
                    background: transparent;
                    color: rgba(255,255,255,.76);
                    font-size: 11.5px;
                    font-weight: 400;
                    line-height: 1.3;
                    text-align: left;
                    white-space: normal;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
                    background: rgba(255,255,255,.09);
                    color: #ffffff;
                    outline: 0;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
                    box-shadow: inset 3px 0 0 #3b82f6;
                }
            }

            @media (max-width: 900px) {
                /* Mobil ana menü tek yatay şerit, alt panel ise okunabilir bottom-sheet olarak kalır. */
                body.ccrm-has-mobile-menu:not(.wp-admin),
                body:is(.logged-in,.ccrm-sql-logged-in,.ccrm-app-document):not(.wp-admin) {
                    padding-left: 0;
                    padding-bottom: calc(102px + env(safe-area-inset-bottom, 0px));
                }

                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    height: calc(78px + env(safe-area-inset-bottom, 0px));
                    padding-bottom: env(safe-area-inset-bottom, 0px);
                }

                #cordeocrm-left-menu .ccrm-left-list-top,
                .ccrm-left-menu .ccrm-left-list-top {
                    scroll-snap-type: x proximity;
                    scroll-padding-inline: 10px;
                }

                #cordeocrm-left-menu .ccrm-left-item,
                .ccrm-left-menu .ccrm-left-item,
                #cordeocrm-left-menu .ccrm-left-package-mobile-scroll,
                .ccrm-left-menu .ccrm-left-package-mobile-scroll {
                    scroll-snap-align: start;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-width: 76px;
                    width: 76px;
                    max-width: 76px;
                    min-height: 74px;
                    padding: 7px 4px 6px;
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    max-width: 70px;
                    font-size: 9.8px;
                    line-height: 1.12;
                }

                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    left: 10px;
                    right: 10px;
                    top: auto;
                    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
                    width: auto;
                    min-width: 0;
                    max-width: none;
                    max-height: min(68dvh, 560px);
                    padding: 0 8px 10px;
                    border: 1px solid #e4e9ef;
                    border-radius: 16px;
                    background: #ffffff;
                    color: #172033;
                    box-shadow: 0 22px 62px rgba(15,23,42,.26);
                    overflow-x: hidden;
                    overflow-y: auto;
                    overscroll-behavior: contain;
                }

                #cordeocrm-left-menu .ccrm-flyout-header,
                .ccrm-left-menu .ccrm-flyout-header {
                    position: sticky;
                    top: 0;
                    z-index: 5;
                    min-height: 52px;
                    margin: 0 -8px 4px;
                    padding: 12px 14px;
                    border-bottom: 1px solid #e7ebf0;
                    border-radius: 16px 16px 0 0;
                    background: #ffffff;
                }

                #cordeocrm-left-menu .ccrm-flyout-header strong,
                .ccrm-left-menu .ccrm-flyout-header strong {
                    color: #202a36;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 1.3;
                }

                #cordeocrm-left-menu .ccrm-flyout-close,
                .ccrm-left-menu .ccrm-flyout-close {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    min-height: 32px;
                    padding: 0 11px;
                    border: 1px solid #e4e9ef;
                    border-radius: 8px;
                    background: #ffffff;
                    color: #475467;
                    font-size: 11.5px;
                    font-weight: 400;
                }

                #cordeocrm-left-menu .ccrm-flyout-close:hover,
                #cordeocrm-left-menu .ccrm-flyout-close:focus,
                .ccrm-left-menu .ccrm-flyout-close:hover,
                .ccrm-left-menu .ccrm-flyout-close:focus {
                    border-color: #2563eb;
                    background: #2563eb;
                    color: #ffffff;
                    outline: 0;
                }

                #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group {
                    margin: 0 6px;
                    padding: 13px 8px 7px;
                    border-top: 1px solid #e7ebf0;
                    color: #667085;
                    font-size: 11.5px;
                    font-weight: 600;
                    line-height: 1.25;
                    text-transform: none;
                }

                #cordeocrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group {
                    border-top: 0;
                    padding-top: 10px;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented,
                .ccrm-left-menu .ccrm-flyout a.is-indented {
                    min-height: 42px;
                    margin: 0;
                    padding: 10px 12px 10px 18px;
                    border-radius: 9px;
                    color: #344054;
                    font-size: 12.5px;
                    font-weight: 400;
                    line-height: 1.3;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
                    background: #eff6ff;
                    color: #2563eb;
                    outline: 0;
                }

                body.ccrm-mobile-menu-open {
                    overflow: hidden;
                    touch-action: none;
                }
            }

            @media (max-width: 430px) {
                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    left: 7px;
                    right: 7px;
                    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
                    max-height: min(72dvh, 590px);
                    border-radius: 14px;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    min-width: 72px;
                    width: 72px;
                    max-width: 72px;
                }
            }


/* CordeoCRM menu.php / ccrm-menu-crm-professional-style-20260701 */
/* Masaüstü: sade, modern ve kurumsal CRM görünümü */
            @media (min-width: 901px) {
                #cordeocrm-left-menu,
                .ccrm-left-menu {
                    --ccrm-menu-bg: #0f192a;
                    --ccrm-menu-active: #263449;
                    --ccrm-menu-hover: #1b293d;
                    background: #0f192a;
                    box-shadow: 1px 0 0 rgba(148, 163, 184, .10);
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    transition: background-color .16s ease, color .16s ease, transform .16s ease;
                }

                #cordeocrm-left-menu .ccrm-left-main::before,
                .ccrm-left-menu .ccrm-left-main::before {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 13px;
                    bottom: 13px;
                    width: 2px;
                    border-radius: 3px 0 0 3px;
                    background: #2f6fed;
                    opacity: 0;
                    transform: scaleY(.45);
                    transition: opacity .16s ease, transform .16s ease;
                }

                #cordeocrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main::before,
                #cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main::before,
                .ccrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main::before,
                .ccrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main::before {
                    opacity: 1;
                    transform: scaleY(1);
                }

                #cordeocrm-left-menu .ccrm-left-main:hover,
                #cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main:hover,
                .ccrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main {
                    background: linear-gradient(90deg, rgba(47,111,237,.13), rgba(255,255,255,.045));
                }

                #cordeocrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main {
                    background: linear-gradient(90deg, rgba(47,111,237,.18), rgba(255,255,255,.055));
                }

                #cordeocrm-left-menu .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-icon {
                    border: 1px solid transparent;
                    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
                }

                #cordeocrm-left-menu .ccrm-left-main:hover .ccrm-left-icon,
                #cordeocrm-left-menu .ccrm-left-item.is-open .ccrm-left-icon,
                #cordeocrm-left-menu .ccrm-left-item.is-active .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-main:hover .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-item.is-open .ccrm-left-icon,
                .ccrm-left-menu .ccrm-left-item.is-active .ccrm-left-icon {
                    background: rgba(47,111,237,.16);
                    border-color: rgba(96,165,250,.22);
                    transform: translateY(-1px);
                }

                #cordeocrm-left-menu .ccrm-left-label,
                .ccrm-left-menu .ccrm-left-label {
                    letter-spacing: -.01em;
                }

                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    min-width: 228px;
                    width: 228px;
                    max-width: 246px;
                    margin-left: 7px;
                    padding: 0 7px 9px;
                    border: 1px solid rgba(148, 163, 184, .16);
                    border-radius: 12px;
                    background:
                        linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0) 68px),
                        #101a2b;
                    box-shadow: 0 22px 52px rgba(2, 8, 23, .30), 0 3px 10px rgba(2, 8, 23, .16);
                    scrollbar-color: rgba(148,163,184,.34) transparent;
                }

                #cordeocrm-left-menu .ccrm-flyout::-webkit-scrollbar,
                .ccrm-left-menu .ccrm-flyout::-webkit-scrollbar {
                    width: 6px;
                }

                #cordeocrm-left-menu .ccrm-flyout::-webkit-scrollbar-thumb,
                .ccrm-left-menu .ccrm-flyout::-webkit-scrollbar-thumb {
                    border-radius: 999px;
                    background: rgba(148,163,184,.30);
                }

                #cordeocrm-left-menu .ccrm-flyout:before,
                .ccrm-left-menu .ccrm-flyout:before {
                    left: -7px;
                    top: 21px;
                    border-top-width: 7px;
                    border-bottom-width: 7px;
                    border-right-width: 7px;
                    border-right-color: #101a2b;
                }

                #cordeocrm-left-menu .ccrm-flyout-header,
                .ccrm-left-menu .ccrm-flyout-header {
                    position: sticky;
                    top: 0;
                    z-index: 4;
                    min-height: 46px;
                    margin: 0 -7px 2px;
                    padding: 0 15px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid rgba(148,163,184,.13);
                    border-radius: 12px 12px 0 0;
                    background: rgba(12, 22, 38, .96);
                    backdrop-filter: blur(10px);
                }

                #cordeocrm-left-menu .ccrm-flyout-header strong,
                .ccrm-left-menu .ccrm-flyout-header strong {
                    position: relative;
                    padding-left: 12px;
                    color: #f8fafc;
                    font-size: 12.5px;
                    font-weight: 600;
                    line-height: 1.2;
                    letter-spacing: -.01em;
                }

                #cordeocrm-left-menu .ccrm-flyout-header strong::before,
                .ccrm-left-menu .ccrm-flyout-header strong::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: #3b82f6;
                    box-shadow: 0 0 0 4px rgba(59,130,246,.12);
                    transform: translateY(-50%);
                }

                #cordeocrm-left-menu .ccrm-flyout-close,
                .ccrm-left-menu .ccrm-flyout-close {
                    display: none;
                }

                #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group {
                    margin: 4px 7px 1px;
                    padding: 10px 5px 6px;
                    border-top: 1px solid rgba(148,163,184,.12);
                    color: #e5edf8;
                    font-size: 11.5px;
                    font-weight: 600;
                    line-height: 1.25;
                    letter-spacing: -.01em;
                }

                #cordeocrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group {
                    margin-top: 1px;
                    padding-top: 9px;
                    border-top: 0;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented,
                .ccrm-left-menu .ccrm-flyout a.is-indented {
                    position: relative;
                    min-height: 32px;
                    margin: 1px 0;
                    padding: 7px 12px 7px 21px;
                    border-radius: 7px;
                    color: #bdc8d8;
                    font-size: 11.5px;
                    font-weight: 400;
                    line-height: 1.25;
                    transition: color .14s ease, background-color .14s ease, transform .14s ease;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented::before {
                    content: "";
                    position: absolute;
                    left: 10px;
                    top: 50%;
                    width: 3px;
                    height: 3px;
                    border-radius: 50%;
                    background: #64748b;
                    transform: translateY(-50%);
                    transition: background-color .14s ease, box-shadow .14s ease;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus {
                    color: #ffffff;
                    background: rgba(255,255,255,.065);
                    transform: translateX(1px);
                    outline: 0;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover::before,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus::before {
                    background: #60a5fa;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
                    color: #ffffff;
                    background: linear-gradient(90deg, rgba(47,111,237,.22), rgba(47,111,237,.08));
                    box-shadow: inset 2px 0 0 #3b82f6;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active::before {
                    background: #60a5fa;
                    box-shadow: 0 0 0 3px rgba(96,165,250,.13);
                }

                #cordeocrm-left-menu .ccrm-left-package,
                .ccrm-left-menu .ccrm-left-package {
                    border-color: rgba(148,163,184,.18);
                    background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
                }
            }

            /* Tablet ve mobil: beyaz alt panel, güçlü hiyerarşi ve güvenli dokunma alanları */
            @media (max-width: 900px) {
                #cordeocrm-left-menu,
                .ccrm-left-menu,
                #cordeocrm-left-menu .ccrm-left-menu-inner,
                .ccrm-left-menu .ccrm-left-menu-inner {
                    background: #0f192a;
                }

                #cordeocrm-left-menu .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-main {
                    position: relative;
                    transition: background-color .15s ease, color .15s ease;
                }

                #cordeocrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main,
                #cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main,
                .ccrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main {
                    background: rgba(47,111,237,.16);
                    color: #ffffff;
                }

                #cordeocrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main::after,
                #cordeocrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main::after,
                .ccrm-left-menu .ccrm-left-item.is-active > .ccrm-left-main::after,
                .ccrm-left-menu .ccrm-left-item.is-open > .ccrm-left-main::after {
                    content: "";
                    position: absolute;
                    left: 18px;
                    right: 18px;
                    top: 0;
                    height: 2px;
                    border-radius: 0 0 3px 3px;
                    background: #3b82f6;
                }

                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    left: 10px;
                    right: 10px;
                    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
                    max-height: min(70dvh, 590px);
                    padding: 0 8px 10px;
                    border: 1px solid #dfe6ef;
                    border-radius: 18px;
                    background: #ffffff;
                    box-shadow: 0 26px 72px rgba(15,23,42,.30);
                }

                #cordeocrm-left-menu .ccrm-flyout-header,
                .ccrm-left-menu .ccrm-flyout-header {
                    min-height: 54px;
                    margin: 0 -8px 3px;
                    padding: 0 13px 0 16px;
                    border-bottom: 1px solid #e6ebf1;
                    border-radius: 18px 18px 0 0;
                    background: linear-gradient(180deg, #ffffff, #f8fafc);
                }

                #cordeocrm-left-menu .ccrm-flyout-header strong,
                .ccrm-left-menu .ccrm-flyout-header strong {
                    position: relative;
                    padding-left: 13px;
                    color: #162033;
                    font-size: 14px;
                    font-weight: 600;
                    letter-spacing: -.01em;
                }

                #cordeocrm-left-menu .ccrm-flyout-header strong::before,
                .ccrm-left-menu .ccrm-flyout-header strong::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: #2f6fed;
                    box-shadow: 0 0 0 4px rgba(47,111,237,.10);
                    transform: translateY(-50%);
                }

                #cordeocrm-left-menu .ccrm-flyout-close,
                .ccrm-left-menu .ccrm-flyout-close {
                    min-width: 58px;
                    min-height: 32px;
                    padding: 0 11px;
                    border: 1px solid #dfe5ec;
                    border-radius: 9px;
                    background: #ffffff;
                    color: #475467;
                    font-size: 11.5px;
                    font-weight: 400;
                }

                #cordeocrm-left-menu .ccrm-flyout .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout .ccrm-flyout-group {
                    margin: 2px 7px 0;
                    padding: 12px 7px 6px;
                    border-top: 1px solid #e7ebf0;
                    color: #667085;
                    font-size: 11.5px;
                    font-weight: 600;
                    line-height: 1.25;
                }

                #cordeocrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-flyout-header + .ccrm-flyout-group {
                    border-top: 0;
                    padding-top: 10px;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented,
                .ccrm-left-menu .ccrm-flyout a.is-indented {
                    position: relative;
                    min-height: 44px;
                    margin: 1px 0;
                    padding: 11px 12px 11px 22px;
                    border-radius: 10px;
                    color: #344054;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1.3;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented::before {
                    content: "";
                    position: absolute;
                    left: 11px;
                    top: 50%;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #98a2b3;
                    transform: translateY(-50%);
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active {
                    background: #eef5ff;
                    color: #1d4ed8;
                    box-shadow: inset 2px 0 0 #2f6fed;
                    outline: 0;
                }

                #cordeocrm-left-menu .ccrm-flyout a.is-indented:hover::before,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented:focus::before,
                #cordeocrm-left-menu .ccrm-flyout a.is-indented.is-active::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented:hover::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented:focus::before,
                .ccrm-left-menu .ccrm-flyout a.is-indented.is-active::before {
                    background: #2f6fed;
                }

                body.ccrm-mobile-menu-open::after {
                    background: rgba(15,23,42,.34);
                    backdrop-filter: blur(1.5px);
                }
            }

            @media (max-width: 430px) {
                #cordeocrm-left-menu .ccrm-flyout,
                .ccrm-left-menu .ccrm-flyout {
                    left: 7px;
                    right: 7px;
                    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
                    border-radius: 16px;
                }

                #cordeocrm-left-menu .ccrm-flyout-header,
                .ccrm-left-menu .ccrm-flyout-header {
                    border-radius: 16px 16px 0 0;
                }
            }

            @media (prefers-reduced-motion: reduce) {
                #cordeocrm-left-menu *,
                .ccrm-left-menu * {
                    scroll-behavior: auto;
                    transition-duration: .01ms;
                    animation-duration: .01ms;
                    animation-iteration-count: 1;
                }
            }


/* CordeoCRM menu.php / ccrm-menu-system-single-column-runtime-final */
@media (min-width: 901px) {
                #cordeocrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout,
                .ccrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout {
                    --ccrm-flyout-width: 228px;
                    display: block;
                    grid-template-columns: none;
                    grid-auto-flow: initial;
                    grid-auto-rows: initial;
                    column-gap: 0;
                    row-gap: 0;
                    align-content: initial;
                    width: 228px;
                    min-width: 228px;
                    max-width: 228px;
                    max-height: calc(100dvh - 24px);
                    padding-bottom: 10px;
                    overflow-x: hidden;
                    overflow-y: auto;
                }

                #cordeocrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > *,
                .ccrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > * {
                    grid-column: auto;
                    grid-row: auto;
                }

                #cordeocrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > .ccrm-section-settings,
                .ccrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > .ccrm-section-settings {
                    box-shadow: none;
                }

                #cordeocrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > .ccrm-flyout-group {
                    margin: 0 10px;
                    padding: 14px 5px 7px;
                    border-top: 1px solid var(--ccrm-flyout-line, rgba(255,255,255,.09));
                }

                #cordeocrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > .ccrm-flyout-header + .ccrm-flyout-group,
                .ccrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > .ccrm-flyout-header + .ccrm-flyout-group {
                    border-top: 0;
                    padding-top: 12px;
                }

                #cordeocrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > a.is-indented,
                .ccrm-left-menu .ccrm-menu-sistem-yonetimi > .ccrm-flyout > a.is-indented {
                    min-height: 36px;
                    margin: 0;
                    padding: 9px 14px 9px 22px;
                    line-height: 1.35;
                }
            }
