<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "iconfont"; /* Project id 2064739 */
  src: url('iconfont.woff2?t=1713491085318') format('woff2'),
       url('iconfont.woff?t=1713491085318') format('woff'),
       url('iconfont.ttf?t=1713491085318') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.check-ko:after{content:'\e7f7';color:red;margin-right:5px;}
i.check-ok:after{content:'\e7b1';color:#25D120;margin-right:5px;}
input,button{display:inline-block;}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}</pre></body></html>