﻿@font-face {
    font-family: "icomoon";
    src: url("icomoon-bizdesk1.ttf?fbzvml") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    [class^="icon-"].tra-spin,
    [class*=" icon-"].tra-spin {
        display: inline-block;
        animation: spin 2s infinite linear;
    }

.tra {
}

.tra-rotate-45 {
    display: inline-block;
    transform: rotate(45deg);
}

.tra-rotate-90 {
    display: inline-block;
    transform: rotate(90deg);
}

.tra-rotate-180 {
    display: inline-block;
    transform: rotate(180deg);
}

.icon-arrow-right:before {
    content: "\e900";
}

.icon-circle-user:before {
    content: "\e901";
}

.icon-warning:before {
    content: "\e902";
}

.icon-wallet:before {
    content: "\e903";
}

.icon-user:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e905";
}

.icon-circle-percentage:before {
    content: "\e906";
}

.icon-graphic:before {
    content: "\e907";
}

.icon-logout:before {
    content: "\e908";
}

.icon-padlock:before {
    content: "\e909";
}

.icon-file-plus:before {
    content: "\e90A";
}

.icon-arrow-simple-up:before {
    content: "\e90B";
}

.icon-arrow-simple-right:before {
    content: "\e90C";
}

.icon-arrow-simple-left:before {
    content: "\e90D";
}

.icon-arrow-simple-down:before {
    content: "\e90E";
}

.icon-arrow-simple-down[aria-expanded="true"]:before {
    content: "\e90B";
}

[aria-expanded="true"] .icon-arrow-simple-down:before {
    content: "\e90B";
}

.icon-calendar-date:before {
    content: "\e90F";
}

.icon-bag:before {
    content: "\e910";
}

.icon-circle-times:before {
    content: "\e911";
}

.icon-times:before {
    content: "\e912";
}

.icon-file-upload:before {
    content: "\e913";
}

.icon-trash:before {
    content: "\e914";
}


.icon-bars:before {
    content: "\e915";
}

.icon-filter:before {
    content: "\e916";
}

.icon-edit:before {
    content: "\e917";
}

.icon-circle-check:before {
    content: "\e918";
}

.icon-circle-plus:before {
    content: "\e919";
}

.icon-load:before{
    content: "\e91A"
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
