/* Font Awesome 简化版 - 仅包含项目使用的图标 */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.fa, .fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 动画效果 */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* 侧边栏菜单图标 */
.fa-home:before { content: "\f015"; }
.fa-tachometer:before { content: "\f0e4"; }
.fa-line-chart:before { content: "\f201"; }
.fa-bar-chart:before { content: "\f080"; }
.fa-cog:before { content: "\f013"; }
.fa-database:before { content: "\f1c0"; }
.fa-users:before { content: "\f0c0"; }
.fa-user:before { content: "\f007"; }

/* 其他常用图标 */
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-sign-out-alt:before,
.fa-sign-out:before { content: "\f08b"; }
.fa-sort:before { content: "\f0dc"; }
.fa-sort-up:before { content: "\f0de"; }
.fa-sort-down:before { content: "\f0dd"; }
.fa-trash-alt:before,
.fa-trash:before { content: "\f1f8"; }
.fa-download:before { content: "\f019"; }
.fa-times-circle:before { content: "\f057"; }
.fa-random:before{content: "\f074";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}

/* 编辑和详情图标 */
.fa-edit:before,
.fa-pencil:before { content: "\f044"; }
.fa-eye:before { content: "\f06e"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-question-circle:before { content: "\f059"; }

/* 分析报告图标 */
.fa-check-square:before { content: "\f14a"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-newspaper-o:before { content: "\f1ea"; }
.fa-pie-chart:before { content: "\f200"; }
.fa-money:before { content: "\f0d6"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-rocket:before { content: "\f135"; }
.fa-shield:before { content: "\f132"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-spinner:before { content: "\f110"; }
.fa-book:before { content: "\f02d"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-star-half:before { content: "\f089"; }

/* 缺失的图标补充 */
.fa-user-circle-o:before { content: "\f2bd"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-check:before { content: "\f00c"; }
.fa-clock-o:before { content: "\f017"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-handshake-o:before { content: "\f2b5"; }
.fa-check-circle:before { content: "\f05d"; }
