@charset "UTF-8";
/* 改变 icon 字体路径变量，必需 */
body {
  font: 14px/1.5 "Microsoft YaHei";
  color: #171f33;
}

/**
* 业务系统通用样式
*/
.viewport-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.vui-portal-content {
  height: calc(100vh - 60px);
}

/**
* list 文档列表通用布局
*/
.vui-list-view {
  height: 100%;
}
.vui-list-view .vui-list-view-nav {
  height: 44px;
  background: #f7f8fa;
  min-width: 1438px;
}
.vui-list-view .vui-list-view-nav .el-breadcrumb, .vui-list-view .vui-list-view-nav .vui-breadcrumb {
  line-height: 44px;
  padding: 0 20px;
}
.vui-list-view .vui-list-view-nav .el-breadcrumb ::v-deep .el-breadcrumb__inner, .vui-list-view .vui-list-view-nav .vui-breadcrumb ::v-deep .el-breadcrumb__inner {
  font-size: 12px;
}
.vui-list-view .vui-list-view-nav .el-breadcrumb ::v-deep .el-breadcrumb__inner a, .vui-list-view .vui-list-view-nav .vui-breadcrumb ::v-deep .el-breadcrumb__inner a {
  font-size: 12px;
}
.vui-list-view .vui-list-view-content {
  height: calc(100vh - 60px - 44px);
}

/**
* list 列表详细页面通用布局
*/
.vui-list-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.vui-list-page .vui-toolbar-wrap {
  margin: 0;
  padding: 16px 20px 16px 24px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vui-list-page .vui-toolbar-wrap .vui-toolbar-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vui-list-page .vui-toolbar-wrap .vui-toolbar-right {
  margin-left: auto;
  min-width: 320px;
  text-align: right;
}
.vui-list-page .vui-toolbar-wrap .vui-button,
.vui-list-page .vui-toolbar-wrap .el-button {
  margin-right: 15px;
}
.vui-list-page .vui-toolbar-wrap .vui-button:last-child,
.vui-list-page .vui-toolbar-wrap .el-button:last-child {
  margin-right: 0;
}
.vui-list-page .vui-toolbar-wrap .vui-button-group,
.vui-list-page .vui-toolbar-wrap .el-button-group {
  margin-right: 15px;
}
.vui-list-page .vui-toolbar-wrap .vui-button-group:last-child,
.vui-list-page .vui-toolbar-wrap .el-button-group:last-child {
  margin-right: 0;
}
.vui-list-page .vui-toolbar-wrap .vui-button-group .vui-button,
.vui-list-page .vui-toolbar-wrap .vui-button-group .el-button,
.vui-list-page .vui-toolbar-wrap .el-button-group .vui-button,
.vui-list-page .vui-toolbar-wrap .el-button-group .el-button {
  margin-right: 0;
}
.vui-list-page .vui-toolbar-wrap .vui-search {
  width: 100%;
}
.vui-list-page .vui-filter-wrap {
  display: none;
}
.vui-list-page .vui-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vui-list-page .vui-page-toolbar {
  padding-left: 24px;
  height: 30px;
  margin: 16px 0;
}
.vui-list-page .vui-page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.vui-tgv .vui-tgv-sidebar .el-tree,
.vui-tgv .vui-tgv-sidebar .vui-tree {
  padding-bottom: 0;
}

/**
* 浏览器提示样式
*/
.browser-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
}
.browser-wrap .browser {
  max-width: 1440px;
  min-width: 720px;
  height: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.browser-wrap .browser .browser-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.browser-wrap .browser .browser-content .c-content {
  height: 138px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.browser-wrap .browser .browser-content .c-content .c-content-container {
  position: relative;
  margin: auto;
}
.browser-wrap .browser .browser-content .c-content .c-content-container .vui-icon {
  color: #415fff;
  position: absolute;
  left: -24px;
  top: 5px;
  font-weight: 700;
  font-size: 21px;
}
.browser-wrap .browser .browser-content .c-content .c-content-container .c-title {
  font-size: 20px;
  color: #171f33;
  text-align: left;
}
.browser-wrap .browser .browser-content .c-content .c-content-container .c-info {
  font-size: 16px;
  color: #646b7a;
  text-align: left;
}
.browser-wrap .browser-opt {
  margin-left: 0;
  margin: auto;
  line-height: 138px;
}
.browser-wrap .browser-opt button {
  margin-left: 16px;
}
.browser-wrap.open .browser {
  height: 138px;
}

/**
* 修复图标字体冲突：强制 vui-icon 类使用 vui-font-icon 字体
* @it/vui 中的 vui-icons 字体与 @it/vui-font-icon 的 vui-font-icon 字体
* 使用相同的 CSS 选择器但不同的 font-family 和 content 码点，导致冲突
* 使用 body 前缀增加选择器优先级，确保无论 CSS 加载顺序如何都始终生效
*/
body [class^=vui-icon-],
body [class*=" vui-icon-"] {
  font-family: "vui-font-icon" !important;
}

/**
* 重新导入 vui-font-icon 的图标码点定义，使用 body 前缀提高优先级
* 解决 splitChunks 将 CSS 拆分为独立 chunk 后，vui-icons 的旧码点覆盖 vui-font-icon 新码点的问题
* 必须放在 global.scss 中而非 main.js 单独导入，确保与全局样式在同一 chunk 中最后加载
*/
body .vui-icon-card_view:before {
  content: "\EA6E";
}

body .vui-icon-vcollege:before {
  content: "\EA6F";
}

body .vui-icon-translate:before {
  content: "\EA70";
}

body .vui-icon-switch_language:before {
  content: "\EA71";
}

body .vui-icon-image_failed:before {
  content: "\EA72";
}

body .vui-icon-ai-assistant:before {
  content: "\EA6D";
  color: #415fff;
}

body .vui-icon-inquiry:before {
  content: "\EA6C";
}

body .vui-icon-ai-agent:before {
  content: "\EA65";
}

body .vui-icon-ai-flow:before {
  content: "\EA66";
}

body .vui-icon-ai-kb:before {
  content: "\EA67";
}

body .vui-icon-ai-plugin:before {
  content: "\EA68";
}

body .vui-icon-base:before {
  content: "\EA69";
}

body .vui-icon-e_bike:before {
  content: "\EA6A";
}

body .vui-icon-unlock:before {
  content: "\EA6B";
}

body .vui-icon-smart_form_filling:before {
  content: "\EA63";
}

body .vui-icon-view_preview:before {
  content: "\EA64";
}

body .vui-icon-share_new:before {
  content: "\EA42";
}

body .vui-icon-no_collection:before {
  content: "\EA43";
}

body .vui-icon-at_symbol:before {
  content: "\EA44";
}

body .vui-icon-actual_size:before {
  content: "\EA45";
}

body .vui-icon-ear:before {
  content: "\EA46";
}

body .vui-icon-eye_hide_special:before {
  content: "\EA47";
}

body .vui-icon-fit_screen:before {
  content: "\EA49";
}

body .vui-icon-group_chat:before {
  content: "\EA4A";
}

body .vui-icon-help_center:before {
  content: "\EA4B";
}

body .vui-icon-kanban_view:before {
  content: "\EA4C";
}

body .vui-icon-landscape:before {
  content: "\EA4D";
}

body .vui-icon-line_filtrate:before {
  content: "\EA4E";
}

body .vui-icon-line_pause:before {
  content: "\EA4F";
}

body .vui-icon-line_play:before {
  content: "\EA50";
}

body .vui-icon-list_view:before {
  content: "\EA51";
}

body .vui-icon-official_account:before {
  content: "\EA52";
}

body .vui-icon-pause_filled:before {
  content: "\EA53";
}

body .vui-icon-pin_new:before {
  content: "\EA54";
}

body .vui-icon-play_filled:before {
  content: "\EA55";
}

body .vui-icon-portrait:before {
  content: "\EA56";
}

body .vui-icon-preview_view:before {
  content: "\EA57";
}

body .vui-icon-private_chat:before {
  content: "\EA58";
}

body .vui-icon-serial:before {
  content: "\EA59";
}

body .vui-icon-single_column:before {
  content: "\EA5A";
}

body .vui-icon-transcribe:before {
  content: "\EA5B";
}

body .vui-icon-transcribe_cancel:before {
  content: "\EA5C";
}

body .vui-icon-two_columns:before {
  content: "\EA5D";
}

body .vui-icon-unpin:before {
  content: "\EA5E";
}

body .vui-icon-unread_message:before {
  content: "\EA5F";
}

body .vui-icon-alert_pentagon:before {
  content: "\EA60";
}

body .vui-icon-zoom_in:before {
  content: "\EA61";
}

body .vui-icon-zoom_out:before {
  content: "\EA62";
}

body .vui-icon-busy:before {
  content: "\EA40";
  color: #ed7946;
}

body .vui-icon-drag_sort:before {
  content: "\EA41";
}

body .vui-icon-view_file:before {
  content: "\EA48";
}

body .vui-icon-file-web .path1:before {
  content: "\EA39";
  color: rgb(226, 230, 236);
}

body .vui-icon-file-web .path2:before {
  content: "\EA3A";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-file-web .path3:before {
  content: "\EA3B";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-file-web .path4:before {
  content: "\EA3C";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-file-web .path5:before {
  content: "\EA3D";
  margin-left: -1em;
  color: rgb(30, 70, 230);
}

body .vui-icon-file-web .path6:before {
  content: "\EA3E";
  margin-left: -1em;
  color: rgb(30, 70, 230);
}

body .vui-icon-file-web .path7:before {
  content: "\EA3F";
  margin-left: -1em;
  color: rgb(30, 70, 230);
}

body .vui-icon-copy-link:before {
  content: "\EA38";
}

body .vui-icon-process-connecting:before {
  content: "\EA37";
}

body .vui-icon-file-link .path1:before {
  content: "\EA30";
  color: rgb(226, 230, 236);
}

body .vui-icon-file-link .path2:before {
  content: "\EA31";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-file-link .path3:before {
  content: "\EA32";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-file-link .path4:before {
  content: "\EA33";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-file-link .path5:before {
  content: "\EA34";
  margin-left: -1em;
  color: rgb(30, 70, 230);
}

body .vui-icon-file-link .path6:before {
  content: "\EA35";
  margin-left: -1em;
  color: rgb(30, 70, 230);
}

body .vui-icon-file-link .path7:before {
  content: "\EA36";
  margin-left: -1em;
  color: rgb(30, 70, 230);
}

body .vui-icon-multiple-people .path1:before {
  content: "\EA26";
  color: rgb(105, 133, 255);
  opacity: 0.2;
}

body .vui-icon-multiple-people .path2:before {
  content: "\EA27";
  margin-left: -1em;
  color: rgb(105, 133, 255);
  opacity: 0.2;
}

body .vui-icon-multiple-people .path3:before {
  content: "\EA28";
  margin-left: -1em;
  color: rgb(105, 133, 255);
}

body .vui-icon-multiple-people .path4:before {
  content: "\EA29";
  margin-left: -1em;
  color: rgb(105, 133, 255);
}

body .vui-icon-multiple-people .path5:before {
  content: "\EA2A";
  margin-left: -1em;
  color: rgb(105, 133, 255);
}

body .vui-icon-multiple-people .path6:before {
  content: "\EA2B";
  margin-left: -1em;
  color: rgb(105, 133, 255);
}

body .vui-icon-single-person .path1:before {
  content: "\EA2C";
  color: rgb(105, 133, 255);
  opacity: 0.2;
}

body .vui-icon-single-person .path2:before {
  content: "\EA2D";
  margin-left: -1em;
  color: rgb(105, 133, 255);
  opacity: 0.2;
}

body .vui-icon-single-person .path3:before {
  content: "\EA2E";
  margin-left: -1em;
  color: rgb(105, 133, 255);
}

body .vui-icon-single-person .path4:before {
  content: "\EA2F";
  margin-left: -1em;
  color: rgb(105, 133, 255);
}

body .vui-icon-alert:before {
  content: "\EA25";
}

body .vui-icon-union:before {
  content: "\EA24";
}

body .vui-icon-word .path1:before {
  content: "\EA1F";
  color: rgb(226, 230, 236);
}

body .vui-icon-word .path2:before {
  content: "\EA20";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-word .path3:before {
  content: "\EA21";
  margin-left: -1em;
  color: rgb(66, 115, 215);
}

body .vui-icon-word .path4:before {
  content: "\EA22";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-word .path5:before {
  content: "\EA23";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-android .path1:before {
  content: "\E939";
  color: rgb(226, 230, 236);
}

body .vui-icon-android .path2:before {
  content: "\E93A";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-android .path3:before {
  content: "\E93B";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-android .path4:before {
  content: "\E93C";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-android .path5:before {
  content: "\E93D";
  margin-left: -1em;
  color: rgb(54, 207, 130);
}

body .vui-icon-dmg .path1:before {
  content: "\E93E";
  color: rgb(226, 230, 236);
}

body .vui-icon-dmg .path2:before {
  content: "\E93F";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-dmg .path3:before {
  content: "\E940";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-dmg .path4:before {
  content: "\E941";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-dmg .path5:before {
  content: "\E942";
  margin-left: -1em;
  color: rgb(133, 139, 152);
}

body .vui-icon-excel1 .path1:before {
  content: "\E943";
  color: rgb(226, 230, 236);
}

body .vui-icon-excel1 .path2:before {
  content: "\E944";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-excel1 .path3:before {
  content: "\E945";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-excel1 .path4:before {
  content: "\E946";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-excel1 .path5:before {
  content: "\E947";
  margin-left: -1em;
  color: rgb(23, 183, 103);
}

body .vui-icon-image2 .path1:before {
  content: "\E948";
  color: rgb(226, 230, 236);
}

body .vui-icon-image2 .path2:before {
  content: "\E949";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-image2 .path3:before {
  content: "\E94A";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-image2 .path4:before {
  content: "\E94B";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-image2 .path5:before {
  content: "\E94C";
  margin-left: -1em;
  color: rgb(245, 73, 81);
}

body .vui-icon-music .path1:before {
  content: "\E94D";
  color: rgb(226, 230, 236);
}

body .vui-icon-music .path2:before {
  content: "\E94E";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-music .path3:before {
  content: "\E94F";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-music .path4:before {
  content: "\E950";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-music .path5:before {
  content: "\E951";
  margin-left: -1em;
  color: rgb(245, 73, 81);
}

body .vui-icon-pdf1 .path1:before {
  content: "\E952";
  color: rgb(226, 230, 236);
}

body .vui-icon-pdf1 .path2:before {
  content: "\E953";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-pdf1 .path3:before {
  content: "\E954";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-pdf1 .path4:before {
  content: "\E955";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-pdf1 .path5:before {
  content: "\E956";
  margin-left: -1em;
  color: rgb(245, 73, 81);
}

body .vui-icon-ppt .path1:before {
  content: "\E957";
  color: rgb(226, 230, 236);
}

body .vui-icon-ppt .path2:before {
  content: "\E958";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-ppt .path3:before {
  content: "\E959";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-ppt .path4:before {
  content: "\E95A";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-ppt .path5:before {
  content: "\E95B";
  margin-left: -1em;
  color: rgb(255, 127, 92);
}

body .vui-icon-text .path1:before {
  content: "\E95C";
  color: rgb(226, 230, 236);
}

body .vui-icon-text .path2:before {
  content: "\E95D";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-text .path3:before {
  content: "\E95E";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-text .path4:before {
  content: "\E95F";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-text .path5:before {
  content: "\E960";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-unknown .path1:before {
  content: "\E961";
  color: rgb(226, 230, 236);
}

body .vui-icon-unknown .path2:before {
  content: "\E962";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-unknown .path3:before {
  content: "\E963";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-unknown .path4:before {
  content: "\E964";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-unknown .path5:before {
  content: "\E965";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-video1 .path1:before {
  content: "\E966";
  color: rgb(226, 230, 236);
}

body .vui-icon-video1 .path2:before {
  content: "\E967";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-video1 .path3:before {
  content: "\E968";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-video1 .path4:before {
  content: "\EA13";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-video1 .path5:before {
  content: "\EA14";
  margin-left: -1em;
  color: rgb(245, 73, 81);
}

body .vui-icon-word1 .path1:before {
  content: "\EA15";
  color: rgb(226, 230, 236);
}

body .vui-icon-word1 .path2:before {
  content: "\EA16";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-word1 .path3:before {
  content: "\EA17";
  margin-left: -1em;
  color: rgb(66, 115, 215);
}

body .vui-icon-word1 .path4:before {
  content: "\EA18";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-word1 .path5:before {
  content: "\EA19";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-zip .path1:before {
  content: "\EA1A";
  color: rgb(226, 230, 236);
}

body .vui-icon-zip .path2:before {
  content: "\EA1B";
  margin-left: -1em;
  color: rgb(247, 248, 250);
}

body .vui-icon-zip .path3:before {
  content: "\EA1C";
  margin-left: -1em;
  color: rgb(217, 222, 231);
}

body .vui-icon-zip .path4:before {
  content: "\EA1D";
  margin-left: -1em;
  color: rgb(242, 244, 247);
}

body .vui-icon-zip .path5:before {
  content: "\EA1E";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-exclamation:before {
  content: "\EA11";
  color: #f19a37;
}

body .vui-icon-ocr:before {
  content: "\EA12";
}

body .vui-icon-more-vertical:before {
  content: "\EA10";
  color: #989fad;
}

body .vui-icon-flag-filled:before {
  content: "\EA0F";
  color: #ff9500;
}

body .vui-icon-add-row:before {
  content: "\EA0C";
}

body .vui-icon-delete-row:before {
  content: "\EA0D";
}

body .vui-icon-new-tab:before {
  content: "\EA0E";
}

body .vui-icon-personal:before {
  content: "\EA0A";
  color: #6c7485;
}

body .vui-icon-groups:before {
  content: "\EA0B";
  color: #6c7485;
}

body .vui-icon-already-praise:before {
  content: "\EA09";
  color: #6c7485;
}

body .vui-icon-cloud-disconnect:before {
  content: "\EA08";
}

body .vui-icon-process-center:before {
  content: "\EA07";
  color: #6c7485;
}

body .vui-icon-material_replace:before {
  content: "\EA04";
}

body .vui-icon-noread1:before {
  content: "\EA05";
}

body .vui-icon-duplicate:before {
  content: "\EA06";
}

body .vui-icon-interface:before {
  content: "\EA00";
  color: #f54951;
}

body .vui-icon-ios:before {
  content: "\EA01";
  color: #858b98;
}

body .vui-icon-web:before {
  content: "\EA02";
  color: #4273d7;
}

body .vui-icon-android_logo:before {
  content: "\EA03";
  color: #36cf82;
}

body .vui-icon-image_more:before {
  content: "\E9F7";
}

body .vui-icon-link_runnd:before {
  content: "\E9F8";
}

body .vui-icon-paper_Set:before {
  content: "\E9F9";
}

body .vui-icon-clear_format:before {
  content: "\E9FA";
}

body .vui-icon-font_border:before {
  content: "\E9FB";
}

body .vui-icon-font_distance:before {
  content: "\E9FC";
}

body .vui-icon-form_insert:before {
  content: "\E9FD";
}

body .vui-icon-expand_arrow:before {
  content: "\E9FE";
}

body .vui-icon-retract_arrow:before {
  content: "\E9FF";
}

body .vui-icon-works_overtime:before {
  content: "\E9F0";
}

body .vui-icon-works:before {
  content: "\E9F1";
}

body .vui-icon-vchat_outline:before {
  content: "\E9F2";
}

body .vui-icon-shop_bags:before {
  content: "\E9F3";
}

body .vui-icon-like:before {
  content: "\E9F4";
}

body .vui-icon-briefcase:before {
  content: "\E9F5";
}

body .vui-icon-alarm:before {
  content: "\E9F6";
}

body .vui-icon-volume_big:before {
  content: "\E98F";
}

body .vui-icon-volume_middle:before {
  content: "\E9B2";
}

body .vui-icon-volume_small:before {
  content: "\E9B4";
}

body .vui-icon-voiceCircle_left:before {
  content: "\E9B8";
}

body .vui-icon-voiceCircle_right:before {
  content: "\E9C5";
}

body .vui-icon-tracking:before {
  content: "\E9E7";
}

body .vui-icon-subtasks:before {
  content: "\E9E8";
}

body .vui-icon-replacement_square:before {
  content: "\E9E9";
}

body .vui-icon-material_add1:before {
  content: "\E9EA";
}

body .vui-icon-link_off:before {
  content: "\E9EB";
}

body .vui-icon-label_line:before {
  content: "\E9EC";
}

body .vui-icon-email_succeed:before {
  content: "\E9ED";
}

body .vui-icon-download_fail:before {
  content: "\E9EE";
}

body .vui-icon-download_succeed:before {
  content: "\E9EF";
}

body .vui-icon-text_add .path1:before {
  content: "\E9C6";
  color: rgb(255, 255, 255);
  opacity: 0.01;
}

body .vui-icon-text_add .path2:before {
  content: "\E9C7";
  margin-left: -1em;
  color: rgb(38, 42, 51);
}

body .vui-icon-text_Italics:before {
  content: "\E9C8";
}

body .vui-icon-text_underline:before {
  content: "\E9C9";
}

body .vui-icon-line_spacing:before {
  content: "\E9CA";
}

body .vui-icon-link_off1:before {
  content: "\E9CB";
}

body .vui-icon-link_on:before {
  content: "\E9CC";
}

body .vui-icon-list_bullet:before {
  content: "\E9CD";
}

body .vui-icon-list_number:before {
  content: "\E9CE";
}

body .vui-icon-paragraph:before {
  content: "\E9CF";
}

body .vui-icon-reference1:before {
  content: "\E9D0";
}

body .vui-icon-select_all:before {
  content: "\E9D1";
}

body .vui-icon-side_down:before {
  content: "\E9D2";
}

body .vui-icon-side_up:before {
  content: "\E9D3";
}

body .vui-icon-side_up_down:before {
  content: "\E9D4";
}

body .vui-icon-sigma:before {
  content: "\E9D5";
}

body .vui-icon-strikethrough1:before {
  content: "\E9D6";
}

body .vui-icon-subscript1:before {
  content: "\E9D7";
}

body .vui-icon-superscript1:before {
  content: "\E9D8";
}

body .vui-icon-symbol:before {
  content: "\E9D9";
}

body .vui-icon-HTML:before {
  content: "\E9DA";
}

body .vui-icon-indentation_around:before {
  content: "\E9DB";
}

body .vui-icon-indentation_left:before {
  content: "\E9DC";
}

body .vui-icon-indentation_right:before {
  content: "\E9DD";
}

body .vui-icon-letter_capital:before {
  content: "\E9DE";
}

body .vui-icon-letter_lowercase:before {
  content: "\E9DF";
}

body .vui-icon-from_left_to_right:before {
  content: "\E9E0";
}

body .vui-icon-from_right_to_left:before {
  content: "\E9E1";
}

body .vui-icon-graphic_center:before {
  content: "\E9E2";
}

body .vui-icon-graphic_default:before {
  content: "\E9E3";
}

body .vui-icon-graphic_left_floating:before {
  content: "\E9E4";
}

body .vui-icon-graphic_right_floating:before {
  content: "\E9E5";
}

body .vui-icon-format:before {
  content: "\E9E6";
}

body .vui-icon-form_delete_column .path1:before {
  content: "\E989";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_delete_column .path2:before {
  content: "\E98A";
  margin-left: -1em;
  color: rgb(255, 242, 243);
}

body .vui-icon-form_delete_column .path3:before {
  content: "\E98B";
  margin-left: -1em;
  color: rgb(230, 64, 73);
}

body .vui-icon-form_delete_row .path1:before {
  content: "\E98C";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_delete_row .path2:before {
  content: "\E98D";
  margin-left: -1em;
  color: rgb(255, 242, 243);
}

body .vui-icon-form_delete_row .path3:before {
  content: "\E98E";
  margin-left: -1em;
  color: rgb(230, 64, 73);
}

body .vui-icon-form_insert_column .path1:before {
  content: "\E990";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_insert_column .path2:before {
  content: "\E991";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_insert_column .path3:before {
  content: "\E992";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_insert_row .path1:before {
  content: "\E993";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_insert_row .path2:before {
  content: "\E994";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_insert_row .path3:before {
  content: "\E995";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_insert_table .path1:before {
  content: "\E996";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_insert_table .path2:before {
  content: "\E997";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_insert_table .path3:before {
  content: "\E998";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_merge .path1:before {
  content: "\E999";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_merge .path2:before {
  content: "\E99A";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_merge .path3:before {
  content: "\E99B";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_merge_cells .path1:before {
  content: "\E99C";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_merge_cells .path2:before {
  content: "\E99D";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_merge_cells .path3:before {
  content: "\E99E";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_merge_down .path1:before {
  content: "\E99F";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_merge_down .path2:before {
  content: "\E9A0";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_merge_down .path3:before {
  content: "\E9A1";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_merge_left .path1:before {
  content: "\E9A2";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_merge_left .path2:before {
  content: "\E9A3";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_merge_left .path3:before {
  content: "\E9A4";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_merge_right .path1:before {
  content: "\E9A5";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_merge_right .path2:before {
  content: "\E9A6";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_merge_right .path3:before {
  content: "\E9A7";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_merge_up .path1:before {
  content: "\E9A8";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_merge_up .path2:before {
  content: "\E9A9";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_merge_up .path3:before {
  content: "\E9AA";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_split_columns .path1:before {
  content: "\E9AB";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_split_columns .path2:before {
  content: "\E9AC";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_split_columns .path3:before {
  content: "\E9AD";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-form_split_rows .path1:before {
  content: "\E9AE";
  color: rgb(194, 199, 209);
}

body .vui-icon-form_split_rows .path2:before {
  content: "\E9AF";
  margin-left: -1em;
  color: rgb(245, 249, 255);
}

body .vui-icon-form_split_rows .path3:before {
  content: "\E9B0";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-font_bold:before {
  content: "\E9B1";
}

body .vui-icon-font_color:before {
  content: "\E9B3";
}

body .vui-icon-font_divider:before {
  content: "\E9B5";
}

body .vui-icon-font_size:before {
  content: "\E9B6";
}

body .vui-icon-dividing_line:before {
  content: "\E9B7";
}

body .vui-icon-cell_apart:before {
  content: "\E9B9";
}

body .vui-icon-cell_merge:before {
  content: "\E9BA";
}

body .vui-icon-back1:before {
  content: "\E9BB";
}

body .vui-icon-align_default:before {
  content: "\E9BC";
}

body .vui-icon-align_left .path1:before {
  content: "\E9BD";
  color: rgb(255, 255, 255);
  opacity: 0.01;
}

body .vui-icon-align_left .path2:before {
  content: "\E9BE";
  margin-left: -1em;
  color: rgb(38, 42, 51);
}

body .vui-icon-align_middle:before {
  content: "\E9BF";
}

body .vui-icon-align_right:before {
  content: "\E9C0";
}

body .vui-icon-side_arrow:before {
  content: "\E9C1";
}

body .vui-icon-document_export:before {
  content: "\E9C2";
}

body .vui-icon-document_import:before {
  content: "\E9C3";
}

body .vui-icon-sort2:before {
  content: "\E9C4";
}

body .vui-icon-link-to-flink:before {
  content: "\E984";
  color: #6c7485;
}

body .vui-icon-link-to-monitor:before {
  content: "\E985";
  color: #6c7485;
}

body .vui-icon-off-line:before {
  content: "\E986";
  color: #6c7485;
}

body .vui-icon-pause:before {
  content: "\E987";
  color: #6c7485;
}

body .vui-icon-run:before {
  content: "\E988";
  color: #6c7485;
}

body .vui-icon-add-phone-type:before {
  content: "\E981";
  color: #415fff;
}

body .vui-icon-incentive .path1:before {
  content: "\E982";
  color: rgb(55, 202, 207);
}

body .vui-icon-incentive .path2:before {
  content: "\E983";
  margin-left: -1.0625em;
  color: rgb(0, 0, 0);
}

body .vui-icon-Material_add:before {
  content: "\E980";
  color: #989fad;
}

body .vui-icon-card .path1:before {
  content: "\E97E";
  color: rgb(194, 199, 209);
  opacity: 0.4;
}

body .vui-icon-card .path2:before {
  content: "\E97F";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-AlternativeMaterial:before {
  content: "\E97D";
  color: #ff9500;
}

body .vui-icon-it_user_support:before {
  content: "\E97C";
  color: #6c7485;
}

body .vui-icon-group11 .path1:before {
  content: "\E975";
  color: rgb(255, 255, 255);
}

body .vui-icon-group11 .path2:before {
  content: "\E976";
  margin-left: -1em;
  color: rgb(152, 159, 173);
}

body .vui-icon-group12 .path1:before {
  content: "\E977";
  color: rgb(255, 255, 255);
}

body .vui-icon-group12 .path2:before {
  content: "\E978";
  margin-left: -1em;
  color: rgb(152, 159, 173);
}

body .vui-icon-replacement1:before {
  content: "\E979";
  color: #415fff;
}

body .vui-icon-tagimg .path1:before {
  content: "\E97A";
  color: rgb(255, 243, 239);
}

body .vui-icon-tagimg .path2:before {
  content: "\E97B";
  margin-left: -1em;
  color: rgb(237, 100, 61);
}

body .vui-icon-customer1:before {
  content: "\E96B";
  color: #10bae8;
}

body .vui-icon-finance11:before {
  content: "\E96C";
  color: #36cf82;
}

body .vui-icon-lingshou:before {
  content: "\E96D";
  color: #f54951;
}

body .vui-icon-marketing11:before {
  content: "\E96E";
  color: #ff771d;
}

body .vui-icon-marketing3:before {
  content: "\E96F";
  color: #37cacf;
}

body .vui-icon-office1:before {
  content: "\E970";
  color: #d8af32;
}

body .vui-icon-pop:before {
  content: "\E971";
  color: #ffba02;
}

body .vui-icon-product1:before {
  content: "\E972";
  color: #6984ff;
}

body .vui-icon-system1:before {
  content: "\E973";
  color: #8144f2;
}

body .vui-icon-warehouse1:before {
  content: "\E974";
  color: #59aaff;
}

body .vui-icon-import-new:before {
  content: "\E96A";
}

body .vui-icon-video-conference:before {
  content: "\E969";
  color: #6c7485;
}

body .vui-icon-kanban-view:before {
  content: "\E936";
  color: #979797;
}

body .vui-icon-preview-view:before {
  content: "\E937";
}

body .vui-icon-list-view:before {
  content: "\E938";
  color: #415fff;
}

body .vui-icon-project-management:before {
  content: "\E934";
  color: #6c7485;
}

body .vui-icon-shipped:before {
  content: "\E935";
}

body .vui-icon-address-book:before {
  content: "\E901";
}

body .vui-icon-agile-bi:before {
  content: "\E902";
  color: #6c7485;
}

body .vui-icon-attendance-system:before {
  content: "\E903";
}

body .vui-icon-bi:before {
  content: "\E904";
}

body .vui-icon-change-background:before {
  content: "\E905";
}

body .vui-icon-contract-system:before {
  content: "\E906";
}

body .vui-icon-cqm:before {
  content: "\E907";
}

body .vui-icon-customer-service-home:before {
  content: "\E908";
  color: #6c7485;
}

body .vui-icon-domain-quality-management:before {
  content: "\E909";
  color: #6c7485;
}

body .vui-icon-employee-self-service:before {
  content: "\E90A";
}

body .vui-icon-erp:before {
  content: "\E90B";
}

body .vui-icon-eta-e-commerce-traffic:before {
  content: "\E90C";
}

body .vui-icon-finished-wms:before {
  content: "\E90D";
}

body .vui-icon-idbpm:before {
  content: "\E90E";
}

body .vui-icon-india-bpm:before {
  content: "\E90F";
}

body .vui-icon-intelligent-inspection:before {
  content: "\E910";
}

body .vui-icon-internal-recommended:before {
  content: "\E911";
}

body .vui-icon-km:before {
  content: "\E912";
  color: #6c7485;
}

body .vui-icon-management-kanban:before {
  content: "\E913";
}

body .vui-icon-meat:before {
  content: "\E914";
  color: #6c7485;
}

body .vui-icon-more-lib:before {
  content: "\E915";
}

body .vui-icon-mrp-ii:before {
  content: "\E916";
}

body .vui-icon-oa:before {
  content: "\E917";
}

body .vui-icon-pcm:before {
  content: "\E918";
}

body .vui-icon-personnel-file-system:before {
  content: "\E919";
}

body .vui-icon-plm:before {
  content: "\E91A";
  color: #979797;
}

body .vui-icon-pms:before {
  content: "\E91B";
}

body .vui-icon-prototype-management:before {
  content: "\E91C";
}

body .vui-icon-ps:before {
  content: "\E91D";
}

body .vui-icon-qbi:before {
  content: "\E91E";
}

body .vui-icon-qcp:before {
  content: "\E91F";
  color: #979797;
}

body .vui-icon-qms-quality-management:before {
  content: "\E920";
  color: #979797;
}

body .vui-icon-shared-library:before {
  content: "\E921";
}

body .vui-icon-smartqc:before {
  content: "\E922";
}

body .vui-icon-sql:before {
  content: "\E923";
}

body .vui-icon-srm:before {
  content: "\E924";
}

body .vui-icon-tms:before {
  content: "\E925";
}

body .vui-icon-universal-navigation-icons:before {
  content: "\E926";
}

body .vui-icon-vapd:before {
  content: "\E927";
  color: #979797;
}

body .vui-icon-vbi:before {
  content: "\E928";
}

body .vui-icon-vcare:before {
  content: "\E929";
  color: #979797;
}

body .vui-icon-vivo-cloud-real-machine:before {
  content: "\E92A";
}

body .vui-icon-vivo-community:before {
  content: "\E92B";
}

body .vui-icon-vivo-document:before {
  content: "\E92C";
}

body .vui-icon-vivo-kanban:before {
  content: "\E92D";
}

body .vui-icon-v-mall:before {
  content: "\E92E";
}

body .vui-icon-v-message:before {
  content: "\E92F";
}

body .vui-icon-vmrp:before {
  content: "\E930";
}

body .vui-icon-vomcc:before {
  content: "\E931";
}

body .vui-icon-v-school:before {
  content: "\E932";
  color: #6c7485;
}

body .vui-icon-zen-tao:before {
  content: "\E933";
  color: #6c7485;
}

body .vui-icon-redistribute:before {
  content: "\E900";
}

body .vui-icon-1:before {
  content: "\A100";
}

body .vui-icon-access:before {
  content: "\A101";
}

body .vui-icon-accessory:before {
  content: "\A102";
}

body .vui-icon-accessory_add:before {
  content: "\A103";
}

body .vui-icon-accessory_all:before {
  content: "\A104";
}

body .vui-icon-add:before {
  content: "\A105";
}

body .vui-icon-add1:before {
  content: "\A106";
}

body .vui-icon-addapp:before {
  content: "\A107";
}

body .vui-icon-addcircle:before {
  content: "\A108";
}

body .vui-icon-addcircle_filled:before {
  content: "\A109";
}

body .vui-icon-add-file:before {
  content: "\A10A";
}

body .vui-icon-addmini:before {
  content: "\A10B";
}

body .vui-icon-add-outline:before {
  content: "\A10C";
}

body .vui-icon-addressbook:before {
  content: "\A10D";
}

body .vui-icon-add-small:before {
  content: "\A10E";
}

body .vui-icon-add-solid:before {
  content: "\A10F";
}

body .vui-icon-addsquare:before {
  content: "\A110";
}

body .vui-icon-addsquare_filled:before {
  content: "\A111";
}

body .vui-icon-administer:before {
  content: "\A112";
}

body .vui-icon-administrative:before {
  content: "\A113";
}

body .vui-icon-administrative1:before {
  content: "\A114";
}

body .vui-icon-agent:before {
  content: "\A115";
}

body .vui-icon-alert_filled:before {
  content: "\A116";
}

body .vui-icon-aliert:before {
  content: "\A117";
}

body .vui-icon-align-center:before {
  content: "\A118";
}

body .vui-icon-align-centered:before {
  content: "\A119";
}

body .vui-icon-align-default:before {
  content: "\A11A";
}

body .vui-icon-alignleft:before {
  content: "\A11B";
  color: #434a59;
}

body .vui-icon-align-left:before {
  content: "\A11C";
}

body .vui-icon-alignright:before {
  content: "\A11D";
  color: #434a59;
}

body .vui-icon-align-right:before {
  content: "\A11E";
}

body .vui-icon-amplification:before {
  content: "\A11F";
}

body .vui-icon-anchor:before {
  content: "\A120";
}

body .vui-icon-app:before {
  content: "\A121";
}

body .vui-icon-app_activa:before {
  content: "\A122";
}

body .vui-icon-app_normal:before {
  content: "\A123";
}

body .vui-icon-archive:before {
  content: "\A124";
  color: #415fff;
}

body .vui-icon-archive-normal:before {
  content: "\A125";
}

body .vui-icon-archives:before {
  content: "\A126";
}

body .vui-icon-arrow_bend_back:before {
  content: "\A127";
}

body .vui-icon-arrow_bend_next:before {
  content: "\A128";
}

body .vui-icon-arrow_down:before {
  content: "\A129";
}

body .vui-icon-arrow_downleft:before {
  content: "\A12A";
}

body .vui-icon-arrow_downright:before {
  content: "\A12B";
}

body .vui-icon-arrow_left:before {
  content: "\A12C";
}

body .vui-icon-arrow_right:before {
  content: "\A12D";
}

body .vui-icon-arrow_up:before {
  content: "\A12E";
}

body .vui-icon-arrow_upleft:before {
  content: "\A12F";
}

body .vui-icon-arrow_upright:before {
  content: "\A130";
}

body .vui-icon-arrowcircle_down:before {
  content: "\A131";
}

body .vui-icon-arrowcircle_downleft:before {
  content: "\A132";
}

body .vui-icon-arrowcircle_downright:before {
  content: "\A133";
}

body .vui-icon-arrowcircle_left:before {
  content: "\A134";
}

body .vui-icon-arrowcircle_right:before {
  content: "\A135";
}

body .vui-icon-arrowcircle_up:before {
  content: "\A136";
}

body .vui-icon-arrowcircle_upleft:before {
  content: "\A137";
}

body .vui-icon-arrowcircle_upright:before {
  content: "\A138";
}

body .vui-icon-arrow-down:before {
  content: "\A139";
}

body .vui-icon-arrow-down-large:before {
  content: "\A13A";
}

body .vui-icon-arrow-down-outline:before {
  content: "\A13B";
}

body .vui-icon-arrow-down-solid:before {
  content: "\A13C";
}

body .vui-icon-arrow-large-down:before {
  content: "\A13D";
}

body .vui-icon-arrow-large-left:before {
  content: "\A13E";
}

body .vui-icon-arrow-large-right:before {
  content: "\A13F";
}

body .vui-icon-arrow-large-up:before {
  content: "\A140";
}

body .vui-icon-arrow-left:before {
  content: "\A141";
}

body .vui-icon-arrow-left-large:before {
  content: "\A142";
}

body .vui-icon-arrowline_down:before {
  content: "\A143";
}

body .vui-icon-arrowline_left .path1:before {
  content: "\A144";
  color: rgb(255, 255, 255);
  opacity: 0.01;
}

body .vui-icon-arrowline_left .path2:before {
  content: "\A145";
  margin-left: -1em;
  color: rgb(38, 42, 51);
}

body .vui-icon-arrowline_right .path1:before {
  content: "\A146";
  color: rgb(255, 255, 255);
  opacity: 0.01;
}

body .vui-icon-arrowline_right .path2:before {
  content: "\A147";
  margin-left: -1em;
  color: rgb(38, 42, 51);
}

body .vui-icon-arrowline_up:before {
  content: "\A148";
}

body .vui-icon-arrow-long-down:before {
  content: "\A149";
}

body .vui-icon-arrow-long-down-line:before {
  content: "\A14A";
}

body .vui-icon-arrow-long-left:before {
  content: "\A14B";
}

body .vui-icon-arrow-long-right:before {
  content: "\A14C";
}

body .vui-icon-arrow-long-up:before {
  content: "\A14D";
}

body .vui-icon-arrow-long-up-line:before {
  content: "\A14E";
}

body .vui-icon-arrowmini_down:before {
  content: "\A14F";
}

body .vui-icon-arrowmini_downleft:before {
  content: "\A150";
}

body .vui-icon-arrowmini_downright:before {
  content: "\A151";
}

body .vui-icon-arrowmini_left:before {
  content: "\A152";
}

body .vui-icon-arrowmini_right:before {
  content: "\A153";
}

body .vui-icon-arrowmini_up:before {
  content: "\A154";
}

body .vui-icon-arrowmini_upleft:before {
  content: "\A155";
}

body .vui-icon-arrowmini_upright:before {
  content: "\A156";
}

body .vui-icon-arrow-order:before {
  content: "\A157";
}

body .vui-icon-arrow-pagination-left:before {
  content: "\A158";
}

body .vui-icon-arrow-pagination-right:before {
  content: "\A159";
}

body .vui-icon-arrow-right:before {
  content: "\A15A";
}

body .vui-icon-arrow-right-large:before {
  content: "\A15B";
}

body .vui-icon-arrow-small-down:before {
  content: "\A15C";
}

body .vui-icon-arrow-small-left:before {
  content: "\A15D";
}

body .vui-icon-arrow-small-right:before {
  content: "\A15E";
}

body .vui-icon-arrow-small-up:before {
  content: "\A15F";
}

body .vui-icon-arrowsquare_down:before {
  content: "\A160";
}

body .vui-icon-arrowsquare_downleft:before {
  content: "\A161";
}

body .vui-icon-arrowsquare_downright:before {
  content: "\A162";
}

body .vui-icon-arrowsquare_left:before {
  content: "\A163";
}

body .vui-icon-arrowsquare_right:before {
  content: "\A164";
}

body .vui-icon-arrowsquare_up:before {
  content: "\A165";
}

body .vui-icon-arrowsquare_upleft:before {
  content: "\A166";
}

body .vui-icon-arrowsquare_upright:before {
  content: "\A167";
}

body .vui-icon-arrow-top-large:before {
  content: "\A168";
}

body .vui-icon-arrow-up:before {
  content: "\A169";
}

body .vui-icon-arrow-up-large:before {
  content: "\A16A";
}

body .vui-icon-arrow-up-outline:before {
  content: "\A16B";
}

body .vui-icon-arrow-up-solid:before {
  content: "\A16C";
}

body .vui-icon-attach:before {
  content: "\A16D";
}

body .vui-icon-attach1:before {
  content: "\A16E";
}

body .vui-icon-attachment:before {
  content: "\A16F";
}

body .vui-icon-back:before {
  content: "\A170";
  color: #434a59;
}

body .vui-icon-bold:before {
  content: "\A171";
  color: #434a59;
}

body .vui-icon-book:before {
  content: "\A172";
}

body .vui-icon-book-address:before {
  content: "\A173";
}

body .vui-icon-borders-add:before {
  content: "\A174";
}

body .vui-icon-bullet:before {
  content: "\A175";
  color: #434a59;
}

body .vui-icon-bus:before {
  content: "\A176";
}

body .vui-icon-businesstravel:before {
  content: "\A177";
}

body .vui-icon-calendar:before {
  content: "\A178";
}

body .vui-icon-calendar_retroactive:before {
  content: "\A179";
}

body .vui-icon-calendar_schedule_activa:before {
  content: "\A17A";
}

body .vui-icon-calendar_schedule_normal:before {
  content: "\A17B";
}

body .vui-icon-calendar_tasks:before {
  content: "\A17C";
}

body .vui-icon-calendar_time:before {
  content: "\A17D";
}

body .vui-icon-calendar_today:before {
  content: "\A17E";
}

body .vui-icon-calendar2 .path1:before {
  content: "\A17F";
  color: rgb(255, 51, 65);
}

body .vui-icon-calendar2 .path2:before {
  content: "\A180";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-calendar2 .path3:before {
  content: "\A181";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-calendar2 .path4:before {
  content: "\A182";
  margin-left: -1em;
  color: rgb(255, 51, 65);
}

body .vui-icon-calendar2 .path5:before {
  content: "\A183";
  margin-left: -1em;
  color: rgb(255, 51, 65);
  opacity: 0.2;
}

body .vui-icon-call:before {
  content: "\A184";
}

body .vui-icon-call_voice:before {
  content: "\A185";
}

body .vui-icon-camera:before {
  content: "\A186";
}

body .vui-icon-capital:before {
  content: "\A187";
  color: #434a59;
}

body .vui-icon-car:before {
  content: "\A188";
}

body .vui-icon-caret_down:before {
  content: "\A189";
}

body .vui-icon-caret_left:before {
  content: "\A18A";
}

body .vui-icon-caret_right:before {
  content: "\A18B";
}

body .vui-icon-caret_up:before {
  content: "\A18C";
}

body .vui-icon-cart:before {
  content: "\A18D";
}

body .vui-icon-cellphone:before {
  content: "\A18E";
}

body .vui-icon-cellphone_shake:before {
  content: "\A18F";
}

body .vui-icon-center:before {
  content: "\A190";
  color: #434a59;
}

body .vui-icon-centered .path1:before {
  content: "\A191";
  color: rgb(67, 74, 89);
}

body .vui-icon-centered .path2:before {
  content: "\A192";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-certification:before {
  content: "\A193";
}

body .vui-icon-chain:before {
  content: "\A194";
}

body .vui-icon-chart_histogram:before {
  content: "\A195";
}

body .vui-icon-chart_linechart_activa:before {
  content: "\A196";
}

body .vui-icon-chart_linechart_normal:before {
  content: "\A197";
}

body .vui-icon-chart_piechart:before {
  content: "\A198";
}

body .vui-icon-chat:before {
  content: "\A199";
}

body .vui-icon-chat_group:before {
  content: "\A19A";
}

body .vui-icon-chat_initiate:before {
  content: "\A19B";
}

body .vui-icon-check:before {
  content: "\A19C";
}

body .vui-icon-check-bold:before {
  content: "\A19D";
}

body .vui-icon-checkbox:before {
  content: "\A19E";
}

body .vui-icon-checkbox-active .path1:before {
  content: "\A19F";
  color: rgb(65, 95, 255);
}

body .vui-icon-checkbox-active .path2:before {
  content: "\A1A0";
  margin-left: -1.0625em;
  color: rgb(255, 255, 255);
}

body .vui-icon-checkbox-active-disabled .path1:before {
  content: "\A1A1";
  color: rgb(247, 248, 250);
}

body .vui-icon-checkbox-active-disabled .path2:before {
  content: "\A1A2";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-checkbox-active-disabled .path3:before {
  content: "\A1A3";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-checkbox-hover .path1:before {
  content: "\A1A4";
  color: rgb(255, 255, 255);
}

body .vui-icon-checkbox-hover .path2:before {
  content: "\A1A5";
  margin-left: -1.0625em;
  color: rgb(65, 95, 255);
}

body .vui-icon-checkbox-indeterminate .path1:before {
  content: "\A1A6";
  color: rgb(65, 95, 255);
}

body .vui-icon-checkbox-indeterminate .path2:before {
  content: "\A1A7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-checkbox-indeterminate-disabled .path1:before {
  content: "\A1A8";
  color: rgb(247, 248, 250);
}

body .vui-icon-checkbox-indeterminate-disabled .path2:before {
  content: "\A1A9";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-checkbox-indeterminate-disabled .path3:before {
  content: "\A1AA";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-checkbox-normal .path1:before {
  content: "\A1AB";
  color: rgb(255, 255, 255);
}

body .vui-icon-checkbox-normal .path2:before {
  content: "\A1AC";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-checkboxnormaldisabled .path1:before {
  content: "\A1AD";
  color: rgb(247, 248, 250);
}

body .vui-icon-checkboxnormaldisabled .path2:before {
  content: "\A1AE";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-check-outline-large:before {
  content: "\A1AF";
}

body .vui-icon-check-outline-solid:before {
  content: "\A1B0";
}

body .vui-icon-check-small:before {
  content: "\A1B1";
}

body .vui-icon-chevron_down:before {
  content: "\A1B2";
}

body .vui-icon-chevron_left:before {
  content: "\A1B3";
}

body .vui-icon-chevron_right:before {
  content: "\A1B4";
}

body .vui-icon-chevron_up:before {
  content: "\A1B5";
}

body .vui-icon-chevroncircle_down:before {
  content: "\A1B6";
}

body .vui-icon-chevroncircle_left:before {
  content: "\A1B7";
}

body .vui-icon-chevroncircle_right:before {
  content: "\A1B8";
}

body .vui-icon-chevroncircle_up:before {
  content: "\A1B9";
}

body .vui-icon-chevrondouble_down:before {
  content: "\A1BA";
}

body .vui-icon-chevrondouble_left:before {
  content: "\A1BB";
}

body .vui-icon-chevrondouble_right:before {
  content: "\A1BC";
}

body .vui-icon-chevrondouble_up:before {
  content: "\A1BD";
}

body .vui-icon-chevronmini_down:before {
  content: "\A1BE";
}

body .vui-icon-chevronmini_left:before {
  content: "\A1BF";
}

body .vui-icon-chevronmini_right:before {
  content: "\A1C0";
}

body .vui-icon-chevronmini_up:before {
  content: "\A1C1";
}

body .vui-icon-chevronroundedrectangle_down:before {
  content: "\A1C2";
}

body .vui-icon-chevronroundedrectangle_left:before {
  content: "\A1C3";
}

body .vui-icon-chevronroundedrectangle_right:before {
  content: "\A1C4";
}

body .vui-icon-chevronroundedrectangle_up:before {
  content: "\A1C5";
}

body .vui-icon-chevronsquare_down:before {
  content: "\A1C6";
}

body .vui-icon-chevronsquare_left:before {
  content: "\A1C7";
}

body .vui-icon-chevronsquare_right:before {
  content: "\A1C8";
}

body .vui-icon-chevronsquare_up:before {
  content: "\A1C9";
}

body .vui-icon-circle-add:before {
  content: "\A1CA";
}

body .vui-icon-clearformat .path1:before {
  content: "\A1CB";
  color: rgb(255, 255, 255);
}

body .vui-icon-clearformat .path2:before {
  content: "\A1CC";
  margin-left: -1em;
  color: rgb(42, 187, 114);
}

body .vui-icon-clearformat .path3:before {
  content: "\A1CD";
  margin-left: -1em;
  color: rgb(134, 226, 180);
}

body .vui-icon-click:before {
  content: "\A1CE";
}

body .vui-icon-close:before {
  content: "\A1CF";
}

body .vui-icon-close1:before {
  content: "\A1D0";
}

body .vui-icon-closecircle:before {
  content: "\A1D1";
}

body .vui-icon-closecircle_filled:before {
  content: "\A1D2";
}

body .vui-icon-closed-left:before {
  content: "\A1D3";
}

body .vui-icon-closed-right:before {
  content: "\A1D4";
}

body .vui-icon-close-in:before {
  content: "\A1D5";
}

body .vui-icon-close-large:before {
  content: "\A1D6";
}

body .vui-icon-closemini:before {
  content: "\A1D7";
}

body .vui-icon-close-outline:before {
  content: "\A1D8";
}

body .vui-icon-close-outline-large:before {
  content: "\A1D9";
}

body .vui-icon-close-small:before {
  content: "\A1DA";
}

body .vui-icon-close-solid:before {
  content: "\A1DB";
}

body .vui-icon-cloud:before {
  content: "\A1DC";
}

body .vui-icon-cloud_download:before {
  content: "\A1DD";
}

body .vui-icon-cloud_uploading:before {
  content: "\A1DE";
}

body .vui-icon-collapseall:before {
  content: "\A1DF";
}

body .vui-icon-collapseall-bold:before {
  content: "\A1E0";
}

body .vui-icon-collapseall-borders:before {
  content: "\A1E1";
}

body .vui-icon-collapseall-borders-bold:before {
  content: "\A1E2";
}

body .vui-icon-collapse-left:before {
  content: "\A1E3";
}

body .vui-icon-collapse-right:before {
  content: "\A1E4";
}

body .vui-icon-collection:before {
  content: "\A1E5";
}

body .vui-icon-collection1:before {
  content: "\A1E6";
}

body .vui-icon-college:before {
  content: "\A1E7";
}

body .vui-icon-columns:before {
  content: "\A1E8";
}

body .vui-icon-compact_view:before {
  content: "\A1E9";
}

body .vui-icon-control:before {
  content: "\A1EA";
}

body .vui-icon-control1:before {
  content: "\A1EB";
}

body .vui-icon-copy:before {
  content: "\A1EC";
}

body .vui-icon-copy1:before {
  content: "\A1ED";
}

body .vui-icon-corner-right:before {
  content: "\A1EE";
}

body .vui-icon-corner-top:before {
  content: "\A1EF";
}

body .vui-icon-coursebook:before {
  content: "\A1F0";
}

body .vui-icon-covid-19_declaration:before {
  content: "\A1F1";
}

body .vui-icon-covid-19_prevention:before {
  content: "\A1F2";
}

body .vui-icon-cross:before {
  content: "\A1F3";
}

body .vui-icon-cross-bold:before {
  content: "\A1F4";
}

body .vui-icon-cross-small:before {
  content: "\A1F5";
}

body .vui-icon-custom:before {
  content: "\A1F6";
}

body .vui-icon-custom1:before {
  content: "\A1F7";
}

body .vui-icon-customer:before {
  content: "\A1F8";
}

body .vui-icon-data:before {
  content: "\A1F9";
}

body .vui-icon-default .path1:before {
  content: "\A1FA";
  color: rgb(67, 74, 89);
}

body .vui-icon-default .path2:before {
  content: "\A1FB";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-delete:before {
  content: "\A1FC";
}

body .vui-icon-deletecolumn .path1:before {
  content: "\A1FD";
  color: rgb(255, 255, 255);
}

body .vui-icon-deletecolumn .path2:before {
  content: "\A1FE";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-deletecolumn .path3:before {
  content: "\A1FF";
  margin-left: -1em;
  color: rgb(255, 215, 217);
}

body .vui-icon-deletecolumn .path4:before {
  content: "\A200";
  margin-left: -1em;
  color: rgb(255, 51, 65);
}

body .vui-icon-deleteform .path1:before {
  content: "\A201";
  color: rgb(255, 255, 255);
}

body .vui-icon-deleteform .path2:before {
  content: "\A202";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-deleteform .path3:before {
  content: "\A203";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-deleteform .path4:before {
  content: "\A204";
  margin-left: -1em;
  color: rgb(255, 51, 65);
}

body .vui-icon-deleteform .path5:before {
  content: "\A205";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-deleterow .path1:before {
  content: "\A206";
  color: rgb(255, 255, 255);
}

body .vui-icon-deleterow .path2:before {
  content: "\A207";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-deleterow .path3:before {
  content: "\A208";
  margin-left: -1em;
  color: rgb(255, 215, 217);
}

body .vui-icon-deleterow .path4:before {
  content: "\A209";
  margin-left: -1em;
  color: rgb(255, 51, 65);
}

body .vui-icon-design:before {
  content: "\A20A";
}

body .vui-icon-detailed_view:before {
  content: "\A20B";
}

body .vui-icon-diagonal:before {
  content: "\A20C";
}

body .vui-icon-disable:before {
  content: "\A20D";
}

body .vui-icon-disabled:before {
  content: "\A20E";
}

body .vui-icon-distribution:before {
  content: "\A20F";
}

body .vui-icon-distribution-bold:before {
  content: "\A210";
}

body .vui-icon-dividingline:before {
  content: "\A211";
  color: #434a59;
}

body .vui-icon-doc:before {
  content: "\A212";
}

body .vui-icon-document_add:before {
  content: "\A213";
}

body .vui-icon-document_black:before {
  content: "\A214";
}

body .vui-icon-document_bpm:before {
  content: "\A215";
}

body .vui-icon-document_code:before {
  content: "\A216";
}

body .vui-icon-document_forbid:before {
  content: "\A217";
}

body .vui-icon-document_info:before {
  content: "\A218";
}

body .vui-icon-document_list:before {
  content: "\A219";
}

body .vui-icon-document_minus:before {
  content: "\A21A";
}

body .vui-icon-document_plaintext:before {
  content: "\A21B";
}

body .vui-icon-document_search:before {
  content: "\A21C";
}

body .vui-icon-document_tasks:before {
  content: "\A21D";
}

body .vui-icon-document_zip:before {
  content: "\A21E";
}

body .vui-icon-dormitory:before {
  content: "\A21F";
}

body .vui-icon-dormitory_apply:before {
  content: "\A220";
}

body .vui-icon-dormitory_service:before {
  content: "\A221";
}

body .vui-icon-dot:before {
  content: "\A222";
}

body .vui-icon-dots:before {
  content: "\A223";
}

body .vui-icon-double-arrow-left:before {
  content: "\A224";
}

body .vui-icon-double-arrow-right:before {
  content: "\A225";
}

body .vui-icon-double-left:before {
  content: "\A226";
}

body .vui-icon-double-right:before {
  content: "\A227";
}

body .vui-icon-download:before {
  content: "\A228";
}

body .vui-icon-download1:before {
  content: "\A229";
}

body .vui-icon-downside .path1:before {
  content: "\A22A";
  color: rgb(67, 74, 89);
}

body .vui-icon-downside .path2:before {
  content: "\A22B";
  margin-left: -1.34375em;
  color: rgb(65, 95, 255);
}

body .vui-icon-downside .path3:before {
  content: "\A22C";
  margin-left: -1.34375em;
  color: rgb(67, 74, 89);
}

body .vui-icon-drawer:before {
  content: "\A22D";
}

body .vui-icon-dropdown:before {
  content: "\A22E";
  color: #c2c7d1;
}

body .vui-icon-drop-down:before {
  content: "\A22F";
}

body .vui-icon-earth:before {
  content: "\A230";
}

body .vui-icon-edit:before {
  content: "\A231";
}

body .vui-icon-effects:before {
  content: "\A232";
}

body .vui-icon-email .path1:before {
  content: "\A233";
  color: rgb(255, 255, 255);
}

body .vui-icon-email .path2:before {
  content: "\A234";
  margin-left: -1em;
  color: rgb(235, 172, 61);
}

body .vui-icon-email .path3:before {
  content: "\A235";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-email .path4:before {
  content: "\A236";
  margin-left: -1em;
  color: rgb(235, 172, 61);
}

body .vui-icon-email_activa:before {
  content: "\A237";
}

body .vui-icon-email_add:before {
  content: "\A238";
}

body .vui-icon-email_all:before {
  content: "\A239";
}

body .vui-icon-email_new:before {
  content: "\A23A";
}

body .vui-icon-email_normal:before {
  content: "\A23B";
}

body .vui-icon-email_report_todo:before {
  content: "\A23C";
}

body .vui-icon-email-open .path1:before {
  content: "\A23D";
  color: rgb(255, 255, 255);
}

body .vui-icon-email-open .path2:before {
  content: "\A23E";
  margin-left: -1.0625em;
  color: rgb(220, 225, 232);
}

body .vui-icon-email-open .path3:before {
  content: "\A23F";
  margin-left: -1.0625em;
  color: rgb(220, 225, 232);
}

body .vui-icon-email-open .path4:before {
  content: "\A240";
  margin-left: -1.0625em;
  color: rgb(255, 255, 255);
}

body .vui-icon-email-open .path5:before {
  content: "\A241";
  margin-left: -1.0625em;
  color: rgb(255, 255, 255);
}

body .vui-icon-email-open .path6:before {
  content: "\A242";
  margin-left: -1.0625em;
  color: rgb(220, 225, 232);
}

body .vui-icon-email-outlien:before {
  content: "\A243";
}

body .vui-icon-emoji .path1:before {
  content: "\A244";
  color: rgb(255, 149, 0);
}

body .vui-icon-emoji .path2:before {
  content: "\A245";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-emoji .path3:before {
  content: "\A246";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-emoji .path4:before {
  content: "\A247";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-emoji .path5:before {
  content: "\A248";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-emoji1:before {
  content: "\A249";
}

body .vui-icon-emptydocument .path1:before {
  content: "\A24A";
  color: rgb(255, 255, 255);
}

body .vui-icon-emptydocument .path2:before {
  content: "\A24B";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-emptydocument .path3:before {
  content: "\A24C";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-error-outline:before {
  content: "\A24D";
}

body .vui-icon-error-outline-bold:before {
  content: "\A24E";
}

body .vui-icon-error-solid:before {
  content: "\A24F";
}

body .vui-icon-excel .path1:before {
  content: "\A250";
  color: rgb(255, 255, 255);
}

body .vui-icon-excel .path2:before {
  content: "\A251";
  margin-left: -1em;
  color: rgb(49, 196, 128);
}

body .vui-icon-excel .path3:before {
  content: "\A252";
  margin-left: -1em;
  color: rgb(49, 196, 128);
}

body .vui-icon-excel .path4:before {
  content: "\A253";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-excel .path5:before {
  content: "\A254";
  margin-left: -1em;
  color: rgb(49, 196, 128);
}

body .vui-icon-expandall:before {
  content: "\A255";
}

body .vui-icon-expandall-bold:before {
  content: "\A256";
}

body .vui-icon-expandall-borders:before {
  content: "\A257";
}

body .vui-icon-expandall-borders-bold:before {
  content: "\A258";
}

body .vui-icon-export:before {
  content: "\A259";
}

body .vui-icon-export-down:before {
  content: "\A25A";
}

body .vui-icon-export-right:before {
  content: "\A25B";
}

body .vui-icon-export-top:before {
  content: "\A25C";
}

body .vui-icon-export-up:before {
  content: "\A25D";
}

body .vui-icon-eye_hide:before {
  content: "\A25E";
}

body .vui-icon-eye_visible:before {
  content: "\A25F";
}

body .vui-icon-failure:before {
  content: "\A260";
}

body .vui-icon-fax:before {
  content: "\A261";
}

body .vui-icon-filter:before {
  content: "\A262";
}

body .vui-icon-filtrate:before {
  content: "\A263";
}

body .vui-icon-finance:before {
  content: "\A264";
}

body .vui-icon-finance_circle:before {
  content: "\A265";
}

body .vui-icon-finance_money:before {
  content: "\A266";
}

body .vui-icon-finance_payroll:before {
  content: "\A267";
}

body .vui-icon-finance_special:before {
  content: "\A268";
}

body .vui-icon-finance_tax:before {
  content: "\A269";
}

body .vui-icon-finance1:before {
  content: "\A26A";
}

body .vui-icon-financial:before {
  content: "\A26B";
}

body .vui-icon-fingerprint:before {
  content: "\A26C";
}

body .vui-icon-flag:before {
  content: "\A26D";
}

body .vui-icon-flashlight_off:before {
  content: "\A26E";
}

body .vui-icon-flashlight_on:before {
  content: "\A26F";
}

body .vui-icon-floorplan:before {
  content: "\A270";
}

body .vui-icon-flow_three:before {
  content: "\A271";
}

body .vui-icon-flow_tow:before {
  content: "\A272";
}

body .vui-icon-folder:before {
  content: "\A273";
}

body .vui-icon-folder_transfer:before {
  content: "\A274";
}

body .vui-icon-folder1:before {
  content: "\A275";
}

body .vui-icon-folder-bold:before {
  content: "\A276";
}

body .vui-icon-folder-open:before {
  content: "\A277";
}

body .vui-icon-folder-solid .path1:before {
  content: "\A278";
  color: rgb(235, 154, 12);
}

body .vui-icon-folder-solid .path2:before {
  content: "\A279";
  margin-left: -1em;
  color: rgb(253, 173, 20);
}

body .vui-icon-folder-solid .path3:before {
  content: "\A27A";
  margin-left: -1em;
  color: rgb(235, 154, 12);
}

body .vui-icon-form:before {
  content: "\A27B";
}

body .vui-icon-form1:before {
  content: "\A27C";
}

body .vui-icon-formatbrush .path1:before {
  content: "\A27D";
  color: rgb(255, 255, 255);
}

body .vui-icon-formatbrush .path2:before {
  content: "\A27E";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-formatbrush .path3:before {
  content: "\A27F";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-formatbrush .path4:before {
  content: "\A280";
  margin-left: -1em;
  color: rgb(255, 149, 0);
  opacity: 0.3;
}

body .vui-icon-formatbrush .path5:before {
  content: "\A281";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-formatbrush .path6:before {
  content: "\A282";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-formatbrush .path7:before {
  content: "\A283";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-formatbrush .path8:before {
  content: "\A284";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-format-left:before {
  content: "\A285";
}

body .vui-icon-format-right:before {
  content: "\A286";
}

body .vui-icon-forward:before {
  content: "\A287";
  color: #434a59;
}

body .vui-icon-forward2:before {
  content: "\A288";
}

body .vui-icon-forward-outline .path1:before {
  content: "\A289";
  color: rgb(255, 255, 255);
}

body .vui-icon-forward-outline .path2:before {
  content: "\A28A";
  margin-left: -1em;
  color: rgb(54, 207, 130);
}

body .vui-icon-fullscreen:before {
  content: "\A28B";
  color: #415fff;
}

body .vui-icon-fullscreen-cancel:before {
  content: "\A28C";
  color: #a5abb8;
}

body .vui-icon-general:before {
  content: "\A28D";
}

body .vui-icon-handmovement:before {
  content: "\A28E";
}

body .vui-icon-hand-movement:before {
  content: "\A28F";
}

body .vui-icon-heart:before {
  content: "\A290";
}

body .vui-icon-heart_filled:before {
  content: "\A291";
}

body .vui-icon-heart_line:before {
  content: "\A292";
}

body .vui-icon-heart-empty:before {
  content: "\A293";
}

body .vui-icon-help:before {
  content: "\A294";
}

body .vui-icon-help_filled:before {
  content: "\A295";
}

body .vui-icon-help1:before {
  content: "\A296";
}

body .vui-icon-help2:before {
  content: "\A297";
}

body .vui-icon-help3:before {
  content: "\A298";
}

body .vui-icon-help-large:before {
  content: "\A299";
}

body .vui-icon-hide-psw:before {
  content: "\A29A";
}

body .vui-icon-home:before {
  content: "\A29B";
}

body .vui-icon-home_activa:before {
  content: "\A29C";
}

body .vui-icon-home_normal:before {
  content: "\A29D";
}

body .vui-icon-html:before {
  content: "\A29E";
}

body .vui-icon-human:before {
  content: "\A29F";
}

body .vui-icon-hyperlink .path1:before {
  content: "\A2A0";
  color: rgb(67, 74, 89);
}

body .vui-icon-hyperlink .path2:before {
  content: "\A2A1";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-image .path1:before {
  content: "\A2A2";
  color: rgb(52, 81, 239);
}

body .vui-icon-image .path2:before {
  content: "\A2A3";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-image1:before {
  content: "\A2A4";
}

body .vui-icon-image-normal:before {
  content: "\A2A5";
}

body .vui-icon-import:before {
  content: "\A2A6";
}

body .vui-icon-inbox:before {
  content: "\A2A7";
}

body .vui-icon-inbox_in:before {
  content: "\A2A8";
}

body .vui-icon-inbox_null:before {
  content: "\A2A9";
}

body .vui-icon-inbox_out:before {
  content: "\A2AA";
}

body .vui-icon-inbox_success:before {
  content: "\A2AB";
}

body .vui-icon-indent .path1:before {
  content: "\A2AC";
  color: rgb(67, 74, 89);
}

body .vui-icon-indent .path2:before {
  content: "\A2AD";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-indent1:before {
  content: "\A2AE";
}

body .vui-icon-indentclosed:before {
  content: "\A2AF";
}

body .vui-icon-indentopened:before {
  content: "\A2B0";
}

body .vui-icon-info:before {
  content: "\A2B1";
}

body .vui-icon-info_filled:before {
  content: "\A2B2";
}

body .vui-icon-inform:before {
  content: "\A2B3";
}

body .vui-icon-inform-small:before {
  content: "\A2B4";
}

body .vui-icon-insertcolumn .path1:before {
  content: "\A2B5";
  color: rgb(255, 255, 255);
}

body .vui-icon-insertcolumn .path2:before {
  content: "\A2B6";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-insertcolumn .path3:before {
  content: "\A2B7";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-insertcolumn .path4:before {
  content: "\A2B8";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-insertform .path1:before {
  content: "\A2B9";
  color: rgb(255, 255, 255);
}

body .vui-icon-insertform .path2:before {
  content: "\A2BA";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-insertform .path3:before {
  content: "\A2BB";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-insertrow .path1:before {
  content: "\A2BC";
  color: rgb(255, 255, 255);
}

body .vui-icon-insertrow .path2:before {
  content: "\A2BD";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-insertrow .path3:before {
  content: "\A2BE";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-insertrow .path4:before {
  content: "\A2BF";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-inserttable .path1:before {
  content: "\A2C0";
  color: rgb(255, 255, 255);
}

body .vui-icon-inserttable .path2:before {
  content: "\A2C1";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-inserttable .path3:before {
  content: "\A2C2";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-inserttable .path4:before {
  content: "\A2C3";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-inventory:before {
  content: "\A2C4";
}

body .vui-icon-it:before {
  content: "\A2C5";
}

body .vui-icon-italics:before {
  content: "\A2C6";
  color: #434a59;
}

body .vui-icon-itmaintenance:before {
  content: "\A2C7";
}

body .vui-icon-jpg .path1:before {
  content: "\A2C8";
  color: rgb(255, 255, 255);
}

body .vui-icon-jpg .path2:before {
  content: "\A2C9";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-jpg .path3:before {
  content: "\A2CA";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-jpg .path4:before {
  content: "\A2CB";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-jpg .path5:before {
  content: "\A2CC";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-keyboard:before {
  content: "\A2CD";
}

body .vui-icon-label:before {
  content: "\A2CE";
}

body .vui-icon-label_agent:before {
  content: "\A2CF";
}

body .vui-icon-label_branch:before {
  content: "\A2D0";
}

body .vui-icon-label_office:before {
  content: "\A2D1";
}

body .vui-icon-label_retailers:before {
  content: "\A2D2";
}

body .vui-icon-label_store:before {
  content: "\A2D3";
}

body .vui-icon-language:before {
  content: "\A2D4";
}

body .vui-icon-layers:before {
  content: "\A2D5";
}

body .vui-icon-leftfloating .path1:before {
  content: "\A2D6";
  color: rgb(67, 74, 89);
}

body .vui-icon-leftfloating .path2:before {
  content: "\A2D7";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-left-to-right .path1:before {
  content: "\A2D8";
  color: rgb(65, 95, 255);
}

body .vui-icon-left-to-right .path2:before {
  content: "\A2D9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

body .vui-icon-lightning:before {
  content: "\A2DA";
}

body .vui-icon-lightning1:before {
  content: "\A2DB";
}

body .vui-icon-link:before {
  content: "\A2DC";
}

body .vui-icon-list:before {
  content: "\A2DD";
}

body .vui-icon-list_boxes:before {
  content: "\A2DE";
}

body .vui-icon-list_checked:before {
  content: "\A2DF";
}

body .vui-icon-list-number:before {
  content: "\A2E0";
}

body .vui-icon-loading_one:before {
  content: "\A2E2";
}

body .vui-icon-loading-large .path1:before {
  content: "\A2E3";
  color: rgb(10, 25, 56);
  opacity: 0.08;
}

body .vui-icon-loading-large .path2:before {
  content: "\A2E4";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-loading-small .path1:before {
  content: "\A2E5";
  color: rgb(10, 25, 56);
  opacity: 0.08;
}

body .vui-icon-loading-small .path2:before {
  content: "\A2E6";
  margin-left: -1.0625em;
  color: rgb(65, 95, 255);
}

body .vui-icon-location:before {
  content: "\A2E7";
}

body .vui-icon-location_maps:before {
  content: "\A2E8";
}

body .vui-icon-location_orientation:before {
  content: "\A2E9";
}

body .vui-icon-location1:before {
  content: "\A2EA";
}

body .vui-icon-location-outline:before {
  content: "\A2EB";
}

body .vui-icon-locking:before {
  content: "\A2EC";
}

body .vui-icon-locking_active:before {
  content: "\A2ED";
}

body .vui-icon-locking_normal:before {
  content: "\A2EE";
}

body .vui-icon-locking_round:before {
  content: "\A2EF";
}

body .vui-icon-locking-hover:before {
  content: "\A2F0";
}

body .vui-icon-login:before {
  content: "\A2F1";
}

body .vui-icon-logout:before {
  content: "\A2F2";
}

body .vui-icon-logout1:before {
  content: "\A2F3";
}

body .vui-icon-lowercase:before {
  content: "\A2F4";
  color: #434a59;
}

body .vui-icon-lowercase1:before {
  content: "\A2F5";
}

body .vui-icon-magic .path1:before {
  content: "\A2F6";
  color: rgb(65, 95, 255);
}

body .vui-icon-magic .path2:before {
  content: "\A2F7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-magic .path3:before {
  content: "\A2F8";
  margin-left: -1em;
  color: rgb(169, 183, 255);
}

body .vui-icon-magic .path4:before {
  content: "\A2F9";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-magic .path5:before {
  content: "\A2FA";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-magic1:before {
  content: "\A2FB";
}

body .vui-icon-magic2:before {
  content: "\A2FC";
}

body .vui-icon-mail:before {
  content: "\A2FD";
}

body .vui-icon-mail-open:before {
  content: "\A2FE";
}

body .vui-icon-maintain:before {
  content: "\A2FF";
}

body .vui-icon-man:before {
  content: "\A300";
}

body .vui-icon-management:before {
  content: "\A301";
}

body .vui-icon-management1:before {
  content: "\A302";
}

body .vui-icon-management2:before {
  content: "\A303";
}

body .vui-icon-management-bold:before {
  content: "\A304";
}

body .vui-icon-marketing:before {
  content: "\A305";
}

body .vui-icon-marketing1:before {
  content: "\A306";
}

body .vui-icon-me:before {
  content: "\A307";
}

body .vui-icon-mealcard:before {
  content: "\A308";
}

body .vui-icon-meau:before {
  content: "\A309";
}

body .vui-icon-me-bold:before {
  content: "\A30A";
}

body .vui-icon-member:before {
  content: "\A30B";
}

body .vui-icon-members:before {
  content: "\A30C";
}

body .vui-icon-members-solid:before {
  content: "\A30D";
}

body .vui-icon-merge .path1:before {
  content: "\A30E";
  color: rgb(255, 255, 255);
}

body .vui-icon-merge .path2:before {
  content: "\A30F";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-merge .path3:before {
  content: "\A310";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-merge .path4:before {
  content: "\A311";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-mergecells .path1:before {
  content: "\A312";
  color: rgb(255, 255, 255);
}

body .vui-icon-mergecells .path2:before {
  content: "\A313";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-mergecells .path3:before {
  content: "\A314";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-mergecells .path4:before {
  content: "\A315";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-mergecells .path5:before {
  content: "\A316";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-mergedown .path1:before {
  content: "\A317";
  color: rgb(255, 255, 255);
}

body .vui-icon-mergedown .path2:before {
  content: "\A318";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-mergedown .path3:before {
  content: "\A319";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-mergedown .path4:before {
  content: "\A31A";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-mergedown .path5:before {
  content: "\A31B";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-mergeright .path1:before {
  content: "\A31C";
  color: rgb(255, 255, 255);
}

body .vui-icon-mergeright .path2:before {
  content: "\A31D";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-mergeright .path3:before {
  content: "\A31E";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-mergeright .path4:before {
  content: "\A31F";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-mergeright .path5:before {
  content: "\A320";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-message_activa:before {
  content: "\A321";
}

body .vui-icon-message_normal:before {
  content: "\A322";
}

body .vui-icon-meter:before {
  content: "\A323";
}

body .vui-icon-mic:before {
  content: "\A324";
}

body .vui-icon-minus:before {
  content: "\A325";
}

body .vui-icon-minus1:before {
  content: "\A326";
}

body .vui-icon-minus-borders:before {
  content: "\A327";
}

body .vui-icon-minuscircle:before {
  content: "\A328";
}

body .vui-icon-minus-circle:before {
  content: "\A329";
}

body .vui-icon-minuscircle_filled:before {
  content: "\A32A";
}

body .vui-icon-minusmini:before {
  content: "\A32B";
}

body .vui-icon-minus-small:before {
  content: "\A32C";
}

body .vui-icon-minussquare:before {
  content: "\A32D";
}

body .vui-icon-minussquare_filled:before {
  content: "\A32E";
}

body .vui-icon-more:before {
  content: "\A32F";
}

body .vui-icon-more_cross:before {
  content: "\A330";
}

body .vui-icon-more_vertical:before {
  content: "\A331";
}

body .vui-icon-move:before {
  content: "\A332";
}

body .vui-icon-my-module:before {
  content: "\A333";
}

body .vui-icon-noread:before {
  content: "\A334";
}

body .vui-icon-note:before {
  content: "\A335";
}

body .vui-icon-number:before {
  content: "\A336";
}

body .vui-icon-order:before {
  content: "\A337";
}

body .vui-icon-order-down:before {
  content: "\A338";
}

body .vui-icon-order-up:before {
  content: "\A339";
}

body .vui-icon-overtime:before {
  content: "\A33A";
}

body .vui-icon-paper_approve:before {
  content: "\A33B";
}

body .vui-icon-paper_health:before {
  content: "\A33C";
}

body .vui-icon-password:before {
  content: "\A33D";
}

body .vui-icon-password1:before {
  content: "\A33E";
}

body .vui-icon-passwordcard:before {
  content: "\A33F";
}

body .vui-icon-pdf .path1:before {
  content: "\A340";
  color: rgb(255, 255, 255);
}

body .vui-icon-pdf .path2:before {
  content: "\A341";
  margin-left: -1em;
  color: rgb(237, 38, 6);
}

body .vui-icon-pdf .path3:before {
  content: "\A342";
  margin-left: -1em;
  color: rgb(237, 38, 6);
}

body .vui-icon-pdf .path4:before {
  content: "\A343";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-pdf .path5:before {
  content: "\A344";
  margin-left: -1em;
  color: rgb(237, 38, 6);
}

body .vui-icon-perfection-outline:before {
  content: "\A345";
}

body .vui-icon-perfection-outline-bold:before {
  content: "\A346";
}

body .vui-icon-perfection-solid:before {
  content: "\A347";
}

body .vui-icon-phone:before {
  content: "\A348";
}

body .vui-icon-phrase:before {
  content: "\A349";
}

body .vui-icon-pin:before {
  content: "\A34A";
}

body .vui-icon-plaintext .path1:before {
  content: "\A34B";
  color: rgb(194, 199, 209);
}

body .vui-icon-plaintext .path2:before {
  content: "\A34C";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-plaintext .path3:before {
  content: "\A34D";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-plaintext .path4:before {
  content: "\A34E";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-plaintext .path5:before {
  content: "\A34F";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-plaintext .path6:before {
  content: "\A350";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-plane:before {
  content: "\A351";
}

body .vui-icon-play:before {
  content: "\A352";
}

body .vui-icon-print:before {
  content: "\A353";
}

body .vui-icon-printer:before {
  content: "\A354";
}

body .vui-icon-product:before {
  content: "\A355";
}

body .vui-icon-prohibit:before {
  content: "\A356";
}

body .vui-icon-prohibit-solid:before {
  content: "\A357";
}

body .vui-icon-prompt:before {
  content: "\A358";
}

body .vui-icon-prompt-outline:before {
  content: "\A359";
}

body .vui-icon-prompt-outline-large:before {
  content: "\A35A";
}

body .vui-icon-prompt-solid:before {
  content: "\A35B";
}

body .vui-icon-purchase:before {
  content: "\A35C";
}

body .vui-icon-purchase_fill:before {
  content: "\A35D";
}

body .vui-icon-purchase_line:before {
  content: "\A35E";
}

body .vui-icon-purchase-bold:before {
  content: "\A35F";
}

body .vui-icon-qr_code:before {
  content: "\A360";
}

body .vui-icon-radio:before {
  content: "\A361";
}

body .vui-icon-radio-active .path1:before {
  content: "\A362";
  color: rgb(255, 255, 255);
}

body .vui-icon-radio-active .path2:before {
  content: "\A363";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-radio-active .path3:before {
  content: "\A364";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-radio-active-disabled:before {
  content: "\A365";
  color: #dbdcde;
}

body .vui-icon-radio-hover .path1:before {
  content: "\A366";
  color: rgb(255, 255, 255);
}

body .vui-icon-radio-hover .path2:before {
  content: "\A367";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-radio-normal .path1:before {
  content: "\A368";
  color: rgb(255, 255, 255);
}

body .vui-icon-radio-normal .path2:before {
  content: "\A369";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-radionormaldisabled .path1:before {
  content: "\A36A";
  color: rgb(247, 248, 250);
}

body .vui-icon-radionormaldisabled .path2:before {
  content: "\A36B";
  margin-left: -1em;
  color: rgb(219, 220, 222);
}

body .vui-icon-rar:before {
  content: "\A36C";
}

body .vui-icon-read:before {
  content: "\A36D";
}

body .vui-icon-read1:before {
  content: "\A36E";
}

body .vui-icon-reader-add:before {
  content: "\A36F";
}

body .vui-icon-reallocate:before {
  content: "\A370";
}

body .vui-icon-real-locate:before {
  content: "\A371";
}

body .vui-icon-recommend:before {
  content: "\A372";
}

body .vui-icon-redact:before {
  content: "\A373";
}

body .vui-icon-reference:before {
  content: "\A374";
}

body .vui-icon-refresh:before {
  content: "\A375";
}

body .vui-icon-refresh_circle:before {
  content: "\A376";
}

body .vui-icon-refresh1:before {
  content: "\A377";
}

body .vui-icon-remind:before {
  content: "\A378";
}

body .vui-icon-remind_close:before {
  content: "\A379";
}

body .vui-icon-replacement:before {
  content: "\A37A";
}

body .vui-icon-reply:before {
  content: "\A37B";
}

body .vui-icon-report:before {
  content: "\A37C";
}

body .vui-icon-report_access:before {
  content: "\A37D";
}

body .vui-icon-report_add:before {
  content: "\A37E";
}

body .vui-icon-report_chart:before {
  content: "\A37F";
}

body .vui-icon-report_list:before {
  content: "\A380";
}

body .vui-icon-report_minus:before {
  content: "\A381";
}

body .vui-icon-report_todo_activa:before {
  content: "\A382";
}

body .vui-icon-report_todo_normal:before {
  content: "\A383";
}

body .vui-icon-report-bold:before {
  content: "\A384";
}

body .vui-icon-restaurant:before {
  content: "\A385";
}

body .vui-icon-review:before {
  content: "\A386";
}

body .vui-icon-revoke:before {
  content: "\A387";
}

body .vui-icon-rightfloating .path1:before {
  content: "\A388";
  color: rgb(67, 74, 89);
}

body .vui-icon-rightfloating .path2:before {
  content: "\A389";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-right-to-left .path1:before {
  content: "\A38A";
  color: rgb(65, 95, 255);
}

body .vui-icon-right-to-left .path2:before {
  content: "\A38B";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

body .vui-icon-rise:before {
  content: "\A38C";
}

body .vui-icon-rotate:before {
  content: "\A38D";
}

body .vui-icon-sales:before {
  content: "\A38E";
}

body .vui-icon-save:before {
  content: "\A38F";
}

body .vui-icon-save1:before {
  content: "\A390";
}

body .vui-icon-saveandclose:before {
  content: "\A391";
}

body .vui-icon-scan:before {
  content: "\A392";
}

body .vui-icon-scan1:before {
  content: "\A393";
}

body .vui-icon-scancode:before {
  content: "\A394";
}

body .vui-icon-screenfull:before {
  content: "\A395";
}

body .vui-icon-screenoff:before {
  content: "\A396";
}

body .vui-icon-search:before {
  content: "\A397";
}

body .vui-icon-search1:before {
  content: "\A398";
}

body .vui-icon-search-bold:before {
  content: "\A399";
}

body .vui-icon-section:before {
  content: "\A39A";
}

body .vui-icon-selectall .path1:before {
  content: "\A39B";
  color: rgb(0, 0, 0);
}

body .vui-icon-selectall .path2:before {
  content: "\A39C";
  margin-left: -1em;
  color: rgb(169, 183, 255);
}

body .vui-icon-select-all:before {
  content: "\A39D";
}

body .vui-icon-sell:before {
  content: "\A39E";
}

body .vui-icon-sell1:before {
  content: "\A39F";
}

body .vui-icon-send:before {
  content: "\A3A0";
}

body .vui-icon-send1:before {
  content: "\A3A1";
}

body .vui-icon-serialnumber:before {
  content: "\A3A2";
  color: #434a59;
}

body .vui-icon-set:before {
  content: "\A3A3";
}

body .vui-icon-set1:before {
  content: "\A3A4";
}

body .vui-icon-setting:before {
  content: "\A3A5";
}

body .vui-icon-share:before {
  content: "\A3A6";
}

body .vui-icon-shift_enter:before {
  content: "\A3A7";
}

body .vui-icon-shift_enter_list:before {
  content: "\A3A8";
}

body .vui-icon-shift_out:before {
  content: "\A3A9";
}

body .vui-icon-shift_out_list:before {
  content: "\A3AA";
}

body .vui-icon-shoppingcart:before {
  content: "\A3AB";
}

body .vui-icon-show-psw:before {
  content: "\A3AC";
}

body .vui-icon-sidebar:before {
  content: "\A3AD";
}

body .vui-icon-sidebar_off:before {
  content: "\A3AE";
}

body .vui-icon-sign-out:before {
  content: "\A3AF";
}

body .vui-icon-skip:before {
  content: "\A3B0";
}

body .vui-icon-smallprogram:before {
  content: "\A3B1";
}

body .vui-icon-sort:before {
  content: "\A3B2";
}

body .vui-icon-sort_down:before {
  content: "\A3B3";
}

body .vui-icon-sort_up:before {
  content: "\A3B4";
}

body .vui-icon-sort1:before {
  content: "\A3B5";
}

body .vui-icon-sortable:before {
  content: "\A3B6";
}

body .vui-icon-sort-asc:before {
  content: "\A3B7";
}

body .vui-icon-sort-desc:before {
  content: "\A3B8";
}

body .vui-icon-sort-down:before {
  content: "\A3B9";
}

body .vui-icon-sorting-bottom:before {
  content: "\A3BA";
}

body .vui-icon-sorting-top:before {
  content: "\A3BB";
}

body .vui-icon-sort-up:before {
  content: "\A3BC";
}

body .vui-icon-special:before {
  content: "\A3BD";
  color: #36cf82;
}

body .vui-icon-split_screen:before {
  content: "\A3BE";
}

body .vui-icon-splitcolumns .path1:before {
  content: "\A3BF";
  color: rgb(255, 255, 255);
}

body .vui-icon-splitcolumns .path2:before {
  content: "\A3C0";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-splitcolumns .path3:before {
  content: "\A3C1";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-splitcolumns .path4:before {
  content: "\A3C2";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-splitcolumns .path5:before {
  content: "\A3C3";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-splitcolumns .path6:before {
  content: "\A3C4";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-spliter:before {
  content: "\A3C5";
}

body .vui-icon-splitrows .path1:before {
  content: "\A3C6";
  color: rgb(255, 255, 255);
}

body .vui-icon-splitrows .path2:before {
  content: "\A3C7";
  margin-left: -1em;
  color: rgb(194, 199, 209);
}

body .vui-icon-splitrows .path3:before {
  content: "\A3C8";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-splitrows .path4:before {
  content: "\A3C9";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-splitrows .path5:before {
  content: "\A3CA";
  margin-left: -1em;
  color: rgb(217, 223, 255);
}

body .vui-icon-splitrows .path6:before {
  content: "\A3CB";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-square-add:before {
  content: "\A3CC";
}

body .vui-icon-square-minus:before {
  content: "\A3CD";
}

body .vui-icon-ssd:before {
  content: "\A3CE";
}

body .vui-icon-stamp:before {
  content: "\A3CF";
}

body .vui-icon-star:before {
  content: "\A3D0";
  color: #ff9500;
}

body .vui-icon-star_filled:before {
  content: "\A3D1";
}

body .vui-icon-star_line:before {
  content: "\A3D2";
}

body .vui-icon-star2:before {
  content: "\A3D3";
}

body .vui-icon-star-bold:before {
  content: "\A3D4";
}

body .vui-icon-star-complete:before {
  content: "\A3D5";
  color: #dfe2eb;
}

body .vui-icon-star-complete1:before {
  content: "\A3D6";
}

body .vui-icon-star-empty:before {
  content: "\A3D7";
}

body .vui-icon-star-half .path1:before {
  content: "\A3D8";
  color: rgb(223, 226, 235);
}

body .vui-icon-star-half .path2:before {
  content: "\A3D9";
  margin-left: -1em;
  color: rgb(255, 149, 0);
}

body .vui-icon-star-half1:before {
  content: "\A3DA";
}

body .vui-icon-store:before {
  content: "\A3DB";
}

body .vui-icon-store1:before {
  content: "\A3DC";
}

body .vui-icon-strikethrough:before {
  content: "\A3DD";
  color: #434a59;
}

body .vui-icon-subscript:before {
  content: "\A3DE";
}

body .vui-icon-superscript:before {
  content: "\A3DF";
}

body .vui-icon-system:before {
  content: "\A3E0";
}

body .vui-icon-table:before {
  content: "\A3E1";
}

body .vui-icon-table-small:before {
  content: "\A3E2";
}

body .vui-icon-tag-agent:before {
  content: "\A3E3";
}

body .vui-icon-tag-branch:before {
  content: "\A3E4";
}

body .vui-icon-tag-office:before {
  content: "\A3E5";
}

body .vui-icon-tag-retailers:before {
  content: "\A3E6";
}

body .vui-icon-tag-store:before {
  content: "\A3E7";
}

body .vui-icon-target:before {
  content: "\A3E8";
}

body .vui-icon-target1:before {
  content: "\A3E9";
}

body .vui-icon-text_multiple_lines .path1:before {
  content: "\A3EA";
  color: rgb(255, 255, 255);
  opacity: 0.01;
}

body .vui-icon-text_multiple_lines .path2:before {
  content: "\A3EB";
  margin-left: -1em;
  color: rgb(38, 42, 51);
}

body .vui-icon-text_single .path1:before {
  content: "\A3EC";
  color: rgb(255, 255, 255);
  opacity: 0.01;
}

body .vui-icon-text_single .path2:before {
  content: "\A3ED";
  margin-left: -1em;
  color: rgb(38, 42, 51);
}

body .vui-icon-textbg .path1:before {
  content: "\A3EE";
  color: rgb(190, 240, 215);
}

body .vui-icon-textbg .path2:before {
  content: "\A3EF";
  margin-left: -1.34375em;
  color: rgb(67, 74, 89);
}

body .vui-icon-textborder:before {
  content: "\A3F0";
  color: #434a59;
}

body .vui-icon-textcolor .path1:before {
  content: "\A3F1";
  color: rgb(255, 51, 65);
}

body .vui-icon-textcolor .path2:before {
  content: "\A3F2";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-textcolor .path3:before {
  content: "\A3F3";
  margin-left: -1em;
  color: rgb(67, 74, 89);
}

body .vui-icon-tick:before {
  content: "\A3F4";
}

body .vui-icon-tick1:before {
  content: "\A3F5";
}

body .vui-icon-tickcircle:before {
  content: "\A3F6";
}

body .vui-icon-tickcircle_filled:before {
  content: "\A3F7";
}

body .vui-icon-tickmini:before {
  content: "\A3F8";
}

body .vui-icon-time:before {
  content: "\A3F9";
}

body .vui-icon-time_add:before {
  content: "\A3FA";
}

body .vui-icon-time_clock:before {
  content: "\A3FB";
}

body .vui-icon-time_filled:before {
  content: "\A3FC";
}

body .vui-icon-time_subtract:before {
  content: "\A3FD";
}

body .vui-icon-time1:before {
  content: "\A3FE";
}

body .vui-icon-time2 .path1:before {
  content: "\A3FF";
  color: rgb(65, 95, 255);
}

body .vui-icon-time2 .path2:before {
  content: "\A400";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

body .vui-icon-time2 .path3:before {
  content: "\A401";
  margin-left: -1em;
  color: rgb(65, 95, 255);
}

body .vui-icon-tool:before {
  content: "\A402";
}

body .vui-icon-tool_alt:before {
  content: "\A403";
}

body .vui-icon-top:before {
  content: "\A404";
}

body .vui-icon-trash:before {
  content: "\A405";
}

body .vui-icon-tree:before {
  content: "\A406";
}

body .vui-icon-underline:before {
  content: "\A407";
  color: #434a59;
}

body .vui-icon-undo:before {
  content: "\A408";
}

body .vui-icon-unlink .path1:before {
  content: "\A409";
  color: rgb(67, 74, 89);
}

body .vui-icon-unlink .path2:before {
  content: "\A40A";
  margin-left: -1em;
  color: rgb(255, 51, 65);
}

body .vui-icon-up-down .path1:before {
  content: "\A40B";
  color: rgb(67, 74, 89);
}

body .vui-icon-up-down .path2:before {
  content: "\A40C";
  margin-left: -1.34375em;
  color: rgb(65, 95, 255);
}

body .vui-icon-up-down .path3:before {
  content: "\A40D";
  margin-left: -1.34375em;
  color: rgb(65, 95, 255);
}

body .vui-icon-up-down .path4:before {
  content: "\A40E";
  margin-left: -1.34375em;
  color: rgb(67, 74, 89);
}

body .vui-icon-upgrade:before {
  content: "\A40F";
}

body .vui-icon-upgrade_add:before {
  content: "\A410";
}

body .vui-icon-upgrading:before {
  content: "\A411";
}

body .vui-icon-upgrading-add:before {
  content: "\A412";
}

body .vui-icon-upload:before {
  content: "\A413";
}

body .vui-icon-upside .path1:before {
  content: "\A414";
  color: rgb(67, 74, 89);
}

body .vui-icon-upside .path2:before {
  content: "\A415";
  margin-left: -1.34375em;
  color: rgb(65, 95, 255);
}

body .vui-icon-upside .path3:before {
  content: "\A416";
  margin-left: -1.34375em;
  color: rgb(67, 74, 89);
}

body .vui-icon-user:before {
  content: "\A417";
}

body .vui-icon-user_add:before {
  content: "\A418";
}

body .vui-icon-user_business_fill:before {
  content: "\A419";
}

body .vui-icon-user_business_line:before {
  content: "\A41A";
}

body .vui-icon-user_choose:before {
  content: "\A41B";
}

body .vui-icon-user_gruop:before {
  content: "\A41C";
}

body .vui-icon-user_idcard:before {
  content: "\A41D";
}

body .vui-icon-user_list:before {
  content: "\A41E";
}

body .vui-icon-user_minus:before {
  content: "\A41F";
}

body .vui-icon-user_redeploy:before {
  content: "\A420";
}

body .vui-icon-user_wokers:before {
  content: "\A421";
}

body .vui-icon-user_wrong:before {
  content: "\A422";
}

body .vui-icon-vacation:before {
  content: "\A423";
}

body .vui-icon-vchart:before {
  content: "\A424";
}

body .vui-icon-vertical:before {
  content: "\A425";
}

body .vui-icon-video:before {
  content: "\A426";
}

body .vui-icon-view:before {
  content: "\A427";
}

body .vui-icon-view1:before {
  content: "\A428";
}

body .vui-icon-vip:before {
  content: "\A429";
}

body .vui-icon-vivo-logo:before {
  content: "\A42A";
}

body .vui-icon-vmessage:before {
  content: "\A42B";
}

body .vui-icon-vmessage1:before {
  content: "\A42C";
}

body .vui-icon-voice_left:before {
  content: "\A42D";
}

body .vui-icon-voice_right:before {
  content: "\A42E";
}

body .vui-icon-vote:before {
  content: "\A42F";
}

body .vui-icon-warehouse:before {
  content: "\A430";
}

body .vui-icon-warehouse-bold:before {
  content: "\A431";
}

body .vui-icon-warning:before {
  content: "\A432";
}

body .vui-icon-warning-outline:before {
  content: "\A433";
}

body .vui-icon-warning-outline-large:before {
  content: "\A434";
}

body .vui-icon-warning-solid:before {
  content: "\A435";
}

body .vui-icon-wi-fi_off:before {
  content: "\A436";
}

body .vui-icon-wi-fi_on:before {
  content: "\A437";
}

body .vui-icon-woman:before {
  content: "\A438";
}

body .vui-icon-workbench:before {
  content: "\A43E";
}

body .vui-icon-write:before {
  content: "\A43F";
}

body .vui-icon-zoom:before {
  content: "\A440";
}

body .vui-icon-zoomout:before {
  content: "\A441";
}
