﻿@font-face {
    font-family: icons;
    src: url('icons-Regular.woff2') format('woff2');
    font-weight: normal;
}

div.loading {
    text-align: center;
    height: 30px;
}

    div.loading::before {
        content: '';
        margin: 0;
        display: inline-block;
        border: 3px solid gray;
        border-radius: 50%;
        border-top-color: transparent;
        width: 10px;
        height: 10px;
        -webkit-animation: spin .75s linear infinite;
        /* Safari */
        animation: spin .75s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


i.icon {
    font-family: icons;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}

    i.icon.large {
        font-size: 30px;
    }



    i.icon.whatsapp:before {
        content: "\EA9C";
    }

    i.icon.facebook:before {
        content: "\F082";
    }

    i.icon.instagram:before {
        content: "\F16D";
    }

    i.icon.telegram:before {
        content: "\F2C6";
    }

    i.icon.twitter:before {
        content: "\F099";
    }


    i.icon.delete:before {
        content: "\E872";
    }

    i.icon.photo:before {
        content: "\E412";
    }


    i.icon.pdf:before {
        content: "\E415";
    }

    i.icon.views:before {
        content: "\E417";
    }

    i.icon.search:before {
        content: "\E8B6";
    }

    i.icon.keyboard:before {
        content: "\E312";
    }

    i.icon.insert:before {
        content: "\EA20";
    }

    i.icon.upload:before {
        content: "\E9FC";
    }

    i.icon.fileAttach:before {
        content: "\EA0E";
    }

    i.icon.tag:before {
        content: "\F05B";
    }

    i.icon.info:before {
        content: "\E88E";
    }

    i.icon.infoOutline:before {
        content: "\E88F";
    }

    i.icon.language:before {
        content: "\E894";
    }

    i.icon.translate:before {
        content: "\E8E2";
    }

    i.icon.video:before {
        content: "\EB87";
    }

    i.icon.audio:before {
        content: "\EB82";
    }

    i.icon.download:before {
        content: "\F090";
    }

    i.icon.editEntry:before {
        content: "\E745";
    }

    i.icon.edit:before {
        content: "\E3C9";
    }

    i.icon.date:before {
        content: "\EBCC";
    }

    i.icon.report:before {
        content: "\E8B2";
    }

    i.icon.public:before {
        content: "\E80B";
    }

    i.icon.share:before {
        content: "\E80D";
    }

    i.icon.attach:before {
        content: "\E226";
    }

    i.icon.file:before {
        content: "\E24D";
    }

    i.icon.next.ltr:before {
        content: "\E5E1";
    }

    i.icon.next.rtl:before {
        content: "\E5E0";
    }

    i.icon.prev.ltr:before {
        content: "\E5E0";
    }

    i.icon.prev.rtl:before {
        content: "\E5E1";
    }

    i.icon.dehaze:before {
        content: "\E3C7";
    }