/*
    COATIFY ICONS
    Collection of Coatify Icons using Remix Library.
*/
/*
 * https://remixicon.com
 * https://github.com/Remix-Design/RemixIcon
 * Copyright RemixIcon.com
 * Released under the Apache License Version 2.0
 */
/*
    ICON SOURCES
    Here are linked the font files. Mostly you don't need to update this.
    In some rare cases a browser tries to load an older (cached) version of the font file,
    to prevent this please add an updated timestamp as 'Version', see the 't' parameter.
*/
@font-face {
  font-family: "remixicon";
  src: url("remixicon/remixicon.eot?t=1658234400483"); /* IE9*/
  src: url("remixicon/remixicon.eot?t=1658234400483#iefix") format("embedded-opentype"), url("remixicon/remixicon.woff2?t=1658234400483") format("woff2"), url("remixicon/remixicon.woff?t=1658234400483") format("woff"), url("remixicon/remixicon.ttf?t=1658234400483") format("truetype"), url("remixicon/remixicon.svg?t=1658234400483#remixicon") format("svg"); /* iOS 4.1- */
  font-display: swap;
}
[class^=coatify-icon-],
[class*=coatify-icon-] {
  font-family: "remixicon" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
    ICON MAPPING
    If you need to update icons, this is your section.
    The comment above the icon style is a reference to the original naming, for easier mapping.
*/
/* .ri-add-line:before { content: "\ea13"; } */
.coatify-icon-add:before {
  content: "\ea13";
}

/* .ri-alert-line:before { content: "\ea21"; } */
.coatify-icon-alert:before {
  content: "\ea21";
}

/* .ri-arrow-left-s-line:before { content: "\ea64"; } */
.coatify-icon-arrow-left:before {
  content: "\ea64";
}

/* .ri-arrow-left-s-fill:before { content: "\ea63"; } */
.coatify-icon-arrow-left-fill:before {
  content: "\ea63";
}

/* .ri-arrow-left-line:before { content: "\ea60"; } */
.coatify-icon-arrow-left-line:before {
  content: "\ea60";
}

/* .ri-arrow-right-s-line:before { content: "\ea6e"; } */
.coatify-icon-arrow-right:before {
  content: "\ea6e";
}

/* .ri-arrow-right-s-fill:before { content: "\ea6d"; } */
.coatify-icon-arrow-right-fill:before {
  content: "\ea6d";
}

/* .ri-arrow-right-line:before { content: "\ea6c"; } */
.coatify-icon-arrow-right-line:before {
  content: "\ea6c";
}

/* .ri-calendar-line:before { content: "\eb27"; } */
.coatify-icon-calendar:before {
  content: "\eb27";
}

/* .ri-line-chart-line:before { content: "\eeab"; } */
.coatify-icon-chart:before {
  content: "\eeab";
}

/* .ri-check-line:before { content: "\eb7b"; } */
.coatify-icon-check:before {
  content: "\eb7b";
}

/* .ri-checkbox-circle-line:before { content: "\eb81"; } */
.coatify-icon-check-circle:before {
  content: "\eb81";
}

/* .ri-close-line:before { content: "\eb99"; } */
.coatify-icon-close:before {
  content: "\eb99";
}

/* .ri-cloud-line:before { content: "\eb9d"; } */
.coatify-icon-cloud:before {
  content: "\eb9d";
}

/* .ri-cloud-off-line:before { content: "\eb9f"; } */
.coatify-icon-cloud-off:before {
  content: "\eb9f";
}

/* .ri-contacts-line:before { content: "\ebd2"; } */
.coatify-icon-contacts:before {
  content: "\ebd2";
}

/* .ri-home-line:before { content: "\ee2b"; } */
.coatify-icon-home:before {
  content: "\ee2b";
}

/* .ri-file-text-line:before { content: "\ed0f"; } */
.coatify-icon-file-text:before {
  content: "\ed0f";
}

/* .ri-filter-2-line:before { content: "\ed23"; } */
.coatify-icon-filter:before {
  content: "\ed23";
}

/* .ri-information-line:before { content: "\ee59"; } */
.coatify-icon-info:before {
  content: "\ee59";
}

/* .ri-logout-box-r-line:before { content: "\eeda"; } */
.coatify-icon-logout:before {
  content: "\eeda";
}

/* .ri-mail-line:before { content: "\eef6"; } */
.coatify-icon-mail:before {
  content: "\eef6";
}

/* .ri-map-pin-2-fill:before { content: "\ef09"; } */
.coatify-icon-map-pin:before {
  content: "\ef09";
}

/* .ri-chat-1-line:before { content: "\eb4d"; } */
.coatify-icon-message:before {
  content: "\eb4d";
}

/* .ri-notification-2-line:before { content: "\ef92"; } */
.coatify-icon-notification:before {
  content: "\ef92";
}

/* .ri-pencil-line:before { content: "\efe0"; } */
.coatify-icon-pencil:before {
  content: "\efe0";
}

/*.ri-play-mini-fill:before { content: "\f012";}*/
.coatify-icon-play:before {
  content: "\f012";
}

/* .ri-user-line:before { content: "\f264"; } */
.coatify-icon-profile:before {
  content: "\f264";
}

/* .ri-save-3-line:before { content: "\f0b1"; } */
.coatify-icon-save:before {
  content: "\f0b1";
}

/* .ri-search-line:before { content: "\f0d1"; } */
.coatify-icon-search:before {
  content: "\f0d1";
}

/* .ri-settings-3-line:before { content: "\f0e6"; } */
.coatify-icon-setting:before {
  content: "\f0e6";
}

/* .ri-star-line:before { content: "\f18b"; } */
.coatify-icon-star:before {
  content: "\f18b";
}

/* .ri-star-fill:before { content: "\f186"; } */
.coatify-icon-star-fill:before {
  content: "\f186";
}

/* .ri-tools-line:before { content: "\f21b"; } */
.coatify-icon-tool:before {
  content: "\f21b";
}

/* .ri-delete-bin-6-line:before { content: "\ec26"; } */
.coatify-icon-trash:before {
  content: "\ec26";
}

/* .ri-delete-bin-6-line:before { content: "\ec26"; } */
.coatify-icon-trash:before {
  content: "\ec26";
}

/* .ri-play-mini-fill:before { content: "\ec26"; } */
.coatify-icon-trend-up:before {
  content: "\f012";
  display: block;
  transform: rotate(270deg);
}

/* .ri-play-mini-fill:before { content: "\ec26"; } */
.coatify-icon-trend-down:before {
  content: "\f012";
  display: block;
  transform: rotate(90deg);
}

/* .ri-error-warning-line:before { content: "\eca1"; } */
.coatify-icon-warning:before {
  content: "\eca1";
}

/*# sourceMappingURL=coatify-icons.css.map */
