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

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

.icon-refresh:before {
  content: "\e66a";
}

.icon-camera:before {
  content: "\e62a";
}

.icon-fullscreen:before {
  content: "\e6fe";
}

.icon-fullscreen-exit:before {
  content: "\e643";
}

.icon-play:before {
  content: "\e62f";
}

.icon-audiohigh:before {
  content: "\e613";
}

.icon-audiomute:before {
  content: "\e616";
}

.icon-stop:before {
  content: "\e8af";
}

.icon-pause:before {
  content: "\e733";
}

