/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 1, 2020 */

@font-face {
    font-family: 'fedex_sans_appcondensed';
    src: url('../css/fonts/fedexsans_a_cd-webfont.woff2') format('woff2'), url('../css/fonts/fedexsans_a_cd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fedex_sans_appcondensed_bold';
    src: url('../css/fonts/fedexsans_a_cdbd-webfont.woff2') format('woff2'), url('../css/fonts/fedexsans_a_cdbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fedex_sans_appCnBdIt';
    src: url('../css/fonts/fedexsans_a_cdbdit-webfont.woff2') format('woff2'), url('../css/fonts/fedexsans_a_cdbdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fedex_sans_appCnIt';
    src: url('../css/fonts/fedexsans_a_cdit-webfont.woff2') format('woff2'), url('../css/fonts/fedexsans_a_cdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Base toggle icon */
.dx-header-filter-menu .dx-treeview-toggle-item-visibility {
    display: inline-block !important;
    visibility: visible !important;
}

    /* Step 1: Default state – Chevron Right */
    .dx-header-filter-menu .dx-treeview-toggle-item-visibility::before {
        content: "\f014" !important; /* chevron-righ */
        font-family: DXIcons !important;
        display: inline-block;
        transform: rotate(90deg);
        transition: transform 0.2s ease;
        font-size: 16px;
        color: #555;
    }

    /* Step 2: Opened state – Chevron Down */
    .dx-header-filter-menu .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened::before {
        /*content: "\f016" !important;*/ /* chevron-down */
        transform: rotate(180deg);
    }
