﻿.icon_convert_svg > svg {
    fill: currentColor;
    width: 100% !important;
    height: 100% !important;
   
}

    i.icon_convert_svg > svg.svg_icomoon {
    }

        i.icon_convert_svg > svg.svg_icomoon path {
        }

.icon_convert_svg::before {
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
}

.icon_convert_svg,
.material-icons.icon_convert_svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
} 

/*fix content*/
/*.uk-accordion-title:after,
.uk-collapsed .uk-nestable-toggle:after,
.dataTables_wrapper .uk-table thead .sorting_asc:after,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after,
div.ganttview-vtheader-group-name.toggle_enabled:before,
.tablesorter-altair .headerSortUp .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerSortUp .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerAsc .tablesorter-header-inner:after,
#sidebar_main .menu_section > ul > li.submenu_trigger > a:before {
    -webkit-mask: url('./material/svg/keyboard_arrow_down.svg') no-repeat 50% 50%;
    mask: url('./material/svg/keyboard_arrow_down.svg') no-repeat 50% 50%;
}*/

.icon_content_svg::after,
.icon_content_svg::before {
    filter: var(--content-iconfilter);
    background-size: var(--content-iconSize) var(--content-iconSize);
    width: var(--content-iconSize);
    height: var(--content-iconSize);
    background-image: var(--content-svg);
    color: transparent !important;
}

.icon-marker-number i.fa-location-pin svg {
    position: relative;
    left: -4px;
}

i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}