@font-face {
  font-family: "iconfont"; /* Project id 4991453 */
  src: url('iconfont.woff2?t=1754326237051') format('woff2'),
       url('iconfont.woff?t=1754326237051') format('woff'),
       url('iconfont.ttf?t=1754326237051') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
  content: "\e83e";
}

.icon-error:before {
  content: "\e839";
}

.icon-error-fill:before {
  content: "\e83a";
}

.icon-down:before {
  content: "\e83b";
}

.icon-close:before {
  content: "\e83c";
}

.icon-info-fill:before {
  content: "\e83d";
}

.icon-info:before {
  content: "\e83f";
}

.icon-loading:before {
  content: "\e840";
}

.icon-help:before {
  content: "\e841";
}

.icon-success-fill:before {
  content: "\e842";
}

.icon-success:before {
  content: "\e843";
}

.icon-warning-fill:before {
  content: "\e849";
}

.icon-warning:before {
  content: "\e84a";
}

