
/*
* 
* ==========================================================
* ICONS.SCSS
* ==========================================================
*
* Icons file shared by admin and client
*
*/

@font-face {
    font-family: 'Cryptopayment Icons';
    src: url('../media/fonts/icons.ttf?v1') format('truetype'), url('../media/fonts/icons.woff?v1') format('woff'), url('../media/fonts/icons.svg?v1#Cryptopayment-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="crpay-icon-"]:before,
[class*=" crpay-icon-"]:before {
    font-family: "Cryptopayment Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.crpay-icon-copy:before {
    content: "\e90d";
}

.crpay-icon-back:before {
    content: "\e90c";
}

.crpay-icon-search:before {
    content: "\e90b";
}

.crpay-icon-shuffle:before {
    content: "\e904";
}

.crpay-icon-automation:before {
    content: "\e905";
}

.crpay-icon-bar-chart:before {
    content: "\e906";
}

.crpay-icon-delete:before {
    content: "\e907";
}

.crpay-icon-menu:before {
    content: "\e908";
}

.crpay-icon-plus-2:before {
    content: "\e909";
}

.crpay-icon-settings:before {
    content: "\e90a";
}

.crpay-icon-close:before {
    content: "\e903";
}

.crpay-icon-help:before {
    content: "\e902";
}

.crpay-icon-check:before {
    content: "\e901";
}

.crpay-icon-loader:before {
    content: "\e900";
}

.crpay-icon-download:before {
    content: "\66";
}

.crpay-icon-clip:before {
    content: "\65";
}

.crpay-icon-filters:before {
    content: "\e90e";
}

.crpay-icon-arrow-down:before {
    content: "\61";
}

.crpay-icon-user:before {
    content: "\6e";
}

.crpay-icon-arrow-right:before {
    content: "\ea3c";
}

.crpay-icon-arrow-left:before {
    content: "\ea40";
}

.crpay-icon-clock:before {
    content: "\46";
}

.crpay-icon-calendar:before {
    content: "\62";
}

.crpay-icon-image:before {
  content: "\e90f";
}