@font-face {
    font-family: 'icomoon';
    src:    url('../../fonts/custom-icons/icomoon.eot?gjl1qx');
    src:    url('../../fonts/custom-icons/icomoon.eot?gjl1qx#iefix') format('embedded-opentype'),
    url('../../fonts/custom-icons/icomoon.ttf?gjl1qx') format('truetype'),
    url('../../fonts/custom-icons/icomoon.woff?gjl1qx') format('woff'),
    url('../../fonts/custom-icons/icomoon.svg?gjl1qx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    margin-right:0px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-save:before {
    content: "\e913";
}
.icon-setup-now:before {
    content: "\e910";
}
.icon-change-payment:before {
    content: "\e911";
}
.icon-upgrade:before {
    content: "\e912";
}
.icon-email-new:before {
    content: "\e90f";
}
.icon-tasks:before {
    content: "\e90c";
}
.icon-projects:before {
    content: "\e90d";
}
.icon-portals:before {
    content: "\e90e";
}
.icon-rounded-cancel:before {
    content: "\e90a";
}
.icon-multiple-upload:before {
    content: "\e90b";
}
.icon-trash:before {
    content: "\e908";
}
.icon-rounded-add:before {
    content: "\e909";
}
.icon-live-stream:before {
    content: "\e902";
}
.icon-logout:before {
    content: "\e903";
}
.icon-question-mark:before {
    content: "\e900";
}
.icon-settings:before {
    content: "\e901";
}
.icon-filter-by-category:before {
    content: "\e904";
}
.icon-upload-file:before {
    content: "\e905";
}
.icon-filter-by-folder:before {
    content: "\e906";
}
.icon-files-listing:before {
    content: "\e907";
}


