ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block; }

.ag-rtl {
  direction: rtl; }

.ag-ltr {
  direction: ltr; }

.ag-select-agg-func-popup {
  position: absolute; }

.ag-body-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-root-wrapper {
  position: relative;
  display: flex;
  flex-direction: column; }
  .ag-root-wrapper.ag-layout-normal {
    height: 100%; }

.ag-root-wrapper-body {
  display: flex;
  flex-direction: row; }
  .ag-root-wrapper-body.ag-layout-normal {
    flex-grow: 1;
    height: 0px;
    min-height: 0px; }

.ag-root {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column; }
  .ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
    overflow: hidden;
    width: 0px;
    min-width: 0px;
    flex: 1; }
  .ag-root.ag-layout-normal {
    height: 100%; }

.ag-font-style {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.ag-header {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: flex; }

.ag-pinned-left-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden; }

.ag-pinned-right-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden; }

.ag-header-viewport {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1; }

.ag-header-row {
  position: absolute; }

.ag-header-container {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.ag-header-overlay {
  display: block;
  position: absolute; }

.ag-header-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom; }

.ag-floating-filter {
  box-sizing: border-box;
  display: inline-block;
  position: absolute; }

.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px; }

.ag-floating-filter-full-body {
  height: 20px;
  width: 100%; }

.ag-floating-filter-input {
  width: 100%; }

.ag-floating-filter-input:-moz-read-only {
  background-color: #eee; }

.ag-floating-filter-input:read-only {
  background-color: #eee; }

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px; }

.ag-dnd-ghost-label {
  display: inline-block; }

.ag-header-group-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }

.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex; }

.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis; }

.ag-header-cell-resize {
  position: absolute;
  z-index: 4;
  cursor: col-resize;
  height: 100%;
  width: 4px; }

.ag-ltr .ag-header-cell-resize {
  right: -4px; }

.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  left: -4px; }

.ag-rtl .ag-header-cell-resize {
  left: -4px; }

.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  right: -4px; }

.ag-ltr .ag-header-select-all {
  float: left; }

.ag-rtl .ag-header-select-all {
  float: right; }

.ag-header-expand-icon {
  padding-left: 4px; }

.ag-header-cell-menu-button {
  float: right; }

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.ag-primary-cols-header-panel .ag-column-name-filter {
  flex-grow: 1;
  flex-shrink: 1; }

.ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
  width: 100%; }

.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto; }

.ag-column-panel {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh; }

.ag-body-container.ag-layout-auto-height {
  min-height: 50px; }

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px; }

.ag-body {
  box-sizing: border-box;
  position: relative;
  display: flex; }
  .ag-body.ag-layout-normal {
    flex: 1;
    height: 0px;
    min-height: 0px; }

.ag-rtl .ag-body {
  flex-direction: row-reverse; }

.ag-ltr .ag-body {
  flex-direction: row; }

.ag-rtl .ag-floating-top {
  flex-direction: row-reverse; }

.ag-ltr .ag-floating-top {
  flex-direction: row; }

.ag-rtl .ag-floating-bottom {
  flex-direction: row-reverse; }

.ag-ltr .ag-floating-bottom {
  flex-direction: row; }

.ag-ltr .ag-header {
  flex-direction: row; }

.ag-rtl .ag-header {
  flex-direction: row-reverse; }

.ag-floating-top {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }

.ag-pinned-left-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000; }

.ag-pinned-right-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000; }

.ag-floating-top-viewport {
  box-sizing: border-box;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  flex: 1; }
  .ag-floating-top-viewport.ag-layout-normal {
    height: 100%; }

.ag-floating-top-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-floating-bottom {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }

.ag-pinned-left-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000; }

.ag-pinned-right-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  width: 0px;
  flex-grow: 1000; }

.ag-floating-bottom-viewport {
  box-sizing: border-box;
  overflow: hidden;
  flex: 1;
  width: 0px;
  min-width: 0px; }

.ag-floating-bottom-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-pinned-right-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
  flex-grow: 1000;
  min-width: 0px;
  width: 0px; }

.ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-pinned-right-cols-container {
  display: block;
  position: relative; }

.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden;
  flex-grow: 1000;
  min-width: 0px;
  width: 0px; }

.ag-pinned-left-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-pinned-left-cols-container {
  display: block;
  position: relative; }

.ag-body-viewport-wrapper {
  overflow: hidden; }
  .ag-body-viewport-wrapper.ag-layout-auto-height, .ag-body-viewport-wrapper.ag-layout-normal {
    height: 100%;
    width: 20px;
    min-width: 20px;
    flex: 1; }

.ag-body-viewport.ag-layout-auto-height {
  overflow-x: auto;
  overflow-y: hidden; }

.ag-body-viewport.ag-layout-normal {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box; }

.ag-full-width-viewport {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.ag-floating-bottom-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0; }

.ag-floating-top-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0; }

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }

.ag-body-container {
  position: relative; }
  .ag-body-container:not(.ag-layout-print) {
    display: block; }

.ag-row-animation .ag-row {
  transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s; }

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s; }

.ag-row {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%; }

.ag-row-position-absolute {
  position: absolute; }

.ag-row-position-relative {
  position: relative; }

.ag-column-moving .ag-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s; }

.ag-column-drop {
  box-sizing: border-box;
  width: 100%; }

.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 50px;
  overflow: hidden; }
  .ag-column-drop-vertical .ag-column-drop-list {
    flex-grow: 1;
    height: 20px;
    overflow-x: auto; }
  .ag-column-drop-vertical .ag-column-drop-cell {
    display: flex; }
    .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      overflow: hidden;
      flex: 1;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-column-drop-vertical .ag-column-drop-empty-message {
    display: block; }
  .ag-column-drop-vertical .ag-column-drop-cell-button {
    line-height: 16px; }

.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right; }

.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left; }

.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }
  .ag-column-drop-horizontal .ag-column-drop-cell {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-empty-message {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-list {
    height: 100%; }

.ag-cell {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-cell-with-height {
  height: 100%; }

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear; }

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }

.ag-opacity-zero {
  opacity: 0; }

.ag-cell-edit-input {
  height: 100%;
  width: 100%; }

.ag-group-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-footer-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px; }

.ag-menu-list {
  border-collapse: collapse;
  display: table; }

.ag-menu-option {
  display: table-row; }

.ag-menu-option-text {
  display: table-cell;
  white-space: nowrap; }

.ag-menu-option-shortcut {
  display: table-cell; }

.ag-menu-option-icon {
  display: table-cell; }

.ag-menu-option-popup-pointer {
  display: table-cell; }

.ag-menu-separator {
  display: table-row; }

.ag-menu-separator-cell {
  display: table-cell; }

.ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%; }

.ag-virtual-list-container {
  overflow: hidden;
  position: relative; }

.ag-rich-select {
  cursor: default;
  outline: none; }

.ag-rich-select-row {
  white-space: nowrap; }

.ag-rich-select-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-virtual-list-item {
  position: absolute;
  width: 100%; }
  .ag-virtual-list-item span:empty:not(.ag-icon) {
    border-left: 1px solid transparent; }

.ag-filter-filter {
  box-sizing: border-box;
  width: 100%; }

.ag-filter .ag-filter-checkbox {
  pointer-events: none; }

.ag-floating-filter-body input {
  height: 19px;
  margin: 0;
  width: 100%; }

.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%; }

.ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px; }

.ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-tool-panel-wrapper {
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px; }

.ag-primary-cols-list-panel {
  flex-grow: 1;
  height: 50px;
  overflow: auto; }

.ag-column-select-indent {
  display: inline-block; }

.ag-ltr .ag-column-tool-panel-column {
  margin-left: 16px; }

.ag-rtl .ag-column-tool-panel-column {
  margin-right: 16px; }

.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .ag-column-tool-panel-column .ag-column-tool-panel-column,
  .ag-column-tool-panel-column .ag-column-tool-panel-column-group,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ag-column-tool-panel-column .ag-column-drag,
  .ag-column-tool-panel-column-group .ag-column-drag {
    min-width: 16px;
    flex-grow: 0;
    flex-shrink: 0; }

.ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.ag-side-bar .ag-column-select-panel {
  flex-grow: 4; }

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }

.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px); }

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%; }

.ag-hidden {
  display: none !important; }

.ag-visibility-hidden {
  visibility: hidden !important; }

.ag-faded {
  opacity: 0.3; }

.ag-width-half {
  display: inline-block;
  width: 50%; }

.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right; }

@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

/* icons are used outside of the grid root (in the ghost) */
.ag-icon-aggregation {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAyLjVoLTZsMiAzLjUtMiAzLjVoNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-arrows {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDZsLTEuNDEgMS40MUwxNi4xNyA5SDR2MmgxMi4xN2wtMS41OCAxLjU5TDE2IDE0bDQtNHoiLz48cGF0aCBkPSJNNCA2bDEuNDEgMS40MUwzLjgzIDlIMTZ2MkgzLjgzbDEuNTggMS41OUw0IDE0bC00LTR6Ii8+PHBhdGggZD0iTTYgMTZsMS40MS0xLjQxTDkgMTYuMTdWNGgydjEyLjE3bDEuNTktMS41OEwxNCAxNmwtNCA0eiIvPjxwYXRoIGQ9Ik0xNCA0bC0xLjQxIDEuNDFMMTEgMy44M1YxNkg5VjMuODNMNy40MSA1LjQxIDYgNGw0LTR6Ii8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-asc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-column {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptMCAzaDR2N0gxeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-columns {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-contracted {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-copy {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41aDV2NWgtNXoiLz48cGF0aCBkPSJNNy41IDIuNWgtNXY1aDJ2Mmg1di01aC0ydi0yeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cut {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zIDMuMTJjLjY2Ny4wNzggMyAxLjc0NSA3IDUtLjMyNi4yMDQtLjY1OS4yMDQtMSAwLS4zNDEtLjIwNi0xLjY3NC0xLjIwNi00LTMgMCAuNjY2LS42NjcuNjY2LTIgMC0yLTEtMS0yLjEyIDAtMnoiLz48cGF0aCBkPSJNMyA4LjI2NGMuNjY3LS4wOCAzLTEuNzQ2IDctNS0uMzI2LS4yMDUtLjY1OS0uMjA1LTEgMC0uMzQxLjIwNC0xLjY3NCAxLjIwNC00IDMgMC0uNjY3LS42NjctLjY2Ny0yIDAtMiAxLTEgMi4xMTkgMCAyeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-desc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-expanded {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUgM2gydjZINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye-slash {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMwMDAiLz48cGF0aCBkPSJNNC4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTMuMDA0IDIuODM1bDQuOTkyIDYuMzMiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMwMDAiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-filter {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-group {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjUgMS41aDN2MmgtM3ptMCA0aDN2MmgtM3ptMCA0aDN2MmgtM3oiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAzaDF2OEgyem0xIDNoNHYxSDN6bTItNGgzdjFINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAxMGg1djFIMnoiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik0xLjUgMS41aDN2MmgtM3oiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wNTYgNC41ODFhMy4wMDEgMy4wMDEgMCAwIDAgNS44ODggMEM4LjA1OSA0LjE5NCA3LjA3OCA0IDYgNGMtMS4wNzggMC0yLjA2LjE5NC0yLjk0NC41ODF6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNS41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTEuMzMzIDMtMiA1LTJzMy42NjcuNjY3IDUgMkM5LjY2NyA3LjMzMyA4IDggNiA4cy0zLjY2Ny0uNjY3LTUtMnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-loading {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAxaDJ2M0g1eiIvPjxwYXRoIGlkPSJiIiBkPSJNNSA4aDJ2M0g1eiIvPjxwYXRoIGlkPSJjIiBkPSJNMSA1aDN2MkgxeiIvPjxwYXRoIGlkPSJkIiBkPSJNOCA1aDN2Mkg4eiIvPjxwYXRoIGlkPSJlIiBkPSJNNCAwaDJ2M0g0eiIvPjxwYXRoIGlkPSJmIiBkPSJNNCA3aDJ2M0g0eiIvPjxwYXRoIGlkPSJnIiBkPSJNMCA0aDN2MkgweiIvPjxwYXRoIGlkPSJoIiBkPSJNNyA0aDN2Mkg3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgMS41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNS41IDguNWgxdjJoLTF6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTEuNSA1LjVoMnYxaC0yeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2QiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik04LjUgNS41aDJ2MWgtMnoiLz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2UiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik00LjUuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2giLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik03LjUgNC41aDJ2MWgtMnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-menu {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-minus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-none {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-not-allowed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-paste {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjUgMi41aDd2N2gtN3oiLz48cGF0aCBkPSJNNi41IDEuNWgtMXYyaC0xdjFoM3YtMWgtMXYtMnoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pin {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMyAyaDZ2MUg4djRsMiAxSDdsLTEgMy0xLTNIMmwyLTFWM0gzeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiIGQ9Ik01IDNoMXY0SDV6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuMjgiIGZpbGw9IiNGRkYiIGQ9Ik00IDNoMXYzSDR6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pivot {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiByeD0iMSIvPjxwYXRoIGQ9Ik0xMC41IDMuNWgtOW0yLTJ2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgNi41bDEtMSAxIDFtLTMgMWwtMSAxIDEgMSIvPjxwYXRoIGQ9Ik04LjUgNS41djNoLTMiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-plus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNSAyaDJ2OEg1eiIvPjxwYXRoIGQ9Ik0yIDVoOHYySDJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-up {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgN2w0LTQgNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-down {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tick {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSA1LjVsMyAzIDYtNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cross {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTBsOC04bTAgOEwyIDIiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-closed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1; }

.ag-details-row {
  height: 100%;
  width: 100%; }

.ag-details-grid {
  height: 100%;
  width: 100%; }

.ag-primary-cols-header-panel {
  display: flex;
  flex-direction: row; }

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px; }

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px; }

.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box; }
  .ag-side-bar .ag-side-buttons {
    width: 20px; }
    .ag-side-bar .ag-side-buttons div button {
      display: block;
      white-space: nowrap;
      outline: none; }
      .ag-side-bar .ag-side-buttons div button span {
        -webkit-writing-mode: tb;
        -ms-writing-mode: tb;
        writing-mode: tb;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
  .ag-side-bar .panel-container {
    width: 180px; }
  .ag-side-bar.full-width .panel-container {
    width: 200px; }

.ag-rtl .ag-side-bar .ag-side-buttons button span {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.ag-row-inline-editing {
  z-index: 1; }

.ag-status-bar {
  display: flex;
  justify-content: space-between; }
  .ag-status-bar .ag-status-panel {
    display: inline-flex; }

.ag-status-bar-left {
  display: inline-flex; }

.ag-status-bar-center {
  display: inline-flex; }

.ag-status-bar-right {
  display: inline-flex; }

@media print {
  .ag-body-viewport {
    display: block; }
  .ag-row {
    page-break-inside: avoid; } }

.ag-body .ag-pinned-left-cols-viewport, .ag-body .ag-body-viewport, .ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch; }


.ag-theme-balham {
  background-color: white;
  color: #000;
  font: 400 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .ag-theme-balham .ag-header,
  .ag-theme-balham .ag-row,
  .ag-theme-balham .ag-header-cell,
  .ag-theme-balham .ag-header-group-cell,
  .ag-theme-balham .ag-rich-select-value,
  .ag-theme-balham .ag-root {
    box-sizing: border-box; }
  .ag-theme-balham .ag-menu, .ag-theme-balham .ag-theme-balham.ag-dnd-ghost, .ag-theme-balham .ag-cell-inline-editing, .ag-theme-balham .ag-popup-editor, .ag-theme-balham .ag-select-agg-func-popup, .ag-theme-balham .ag-overlay-loading-center {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab-header .ag-tab {
    border: 1px solid transparent;
    border-bottom-width: 0;
    display: inline-block;
    margin: 4px;
    margin-bottom: 0;
    padding: 4px 8px; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
    background-color: white;
    border-bottom: 2px solid #0091EA;
    border-bottom: 2px solid white;
    border-color: #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 20px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 20px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
    padding-left: 28px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
    padding-right: 28px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 40px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 40px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
    padding-left: 56px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
    padding-right: 56px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 60px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 60px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
    padding-left: 84px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
    padding-right: 84px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 80px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 80px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
    padding-left: 112px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
    padding-right: 112px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 100px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 100px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 120px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 120px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
    padding-left: 168px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
    padding-right: 168px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
    padding-left: 196px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
    padding-right: 196px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 160px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 160px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
    padding-left: 224px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
    padding-right: 224px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 180px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 180px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
    padding-left: 252px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
    padding-right: 252px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 200px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 200px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 220px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 220px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
    padding-left: 308px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
    padding-right: 308px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 240px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 240px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
    padding-left: 336px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
    padding-right: 336px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 260px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 260px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
    padding-left: 364px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
    padding-right: 364px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
    padding-left: 392px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
    padding-right: 392px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 300px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 300px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 320px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 320px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
    padding-left: 448px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
    padding-right: 448px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 340px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 340px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
    padding-left: 476px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
    padding-right: 476px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 360px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 360px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
    padding-left: 504px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
    padding-right: 504px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 380px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 380px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
    padding-left: 532px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
    padding-right: 532px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 400px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 400px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
    padding-left: 588px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
    padding-right: 588px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 440px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 440px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
    padding-left: 616px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
    padding-right: 616px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 460px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 460px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
    padding-left: 644px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
    padding-right: 644px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 480px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 480px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
    padding-left: 672px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
    padding-right: 672px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 500px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 500px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 520px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 520px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
    padding-left: 728px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
    padding-right: 728px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 540px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 540px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
    padding-left: 756px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
    padding-right: 756px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
    padding-left: 784px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
    padding-right: 784px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 580px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 580px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
    padding-left: 812px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
    padding-right: 812px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 600px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 600px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 620px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 620px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
    padding-left: 868px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
    padding-right: 868px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 640px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 640px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
    padding-left: 896px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
    padding-right: 896px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 660px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 660px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
    padding-left: 924px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
    padding-right: 924px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 680px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 680px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
    padding-left: 952px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
    padding-right: 952px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 720px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 720px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
    padding-left: 1008px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
    padding-right: 1008px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 740px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 740px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
    padding-left: 1036px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
    padding-right: 1036px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 760px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 760px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
    padding-left: 1064px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
    padding-right: 1064px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 780px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 780px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
    padding-left: 1092px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
    padding-right: 1092px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 800px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 800px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
    padding-left: 1120px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
    padding-right: 1120px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 820px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 820px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
    padding-left: 1148px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
    padding-right: 1148px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
    padding-left: 1176px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
    padding-right: 1176px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 860px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 860px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
    padding-left: 1204px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
    padding-right: 1204px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 880px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 880px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
    padding-left: 1232px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
    padding-right: 1232px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 900px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 900px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
    padding-left: 1260px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
    padding-right: 1260px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 920px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 920px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
    padding-left: 1288px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
    padding-right: 1288px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 940px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 940px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
    padding-left: 1316px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
    padding-right: 1316px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 960px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 960px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
    padding-left: 1344px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
    padding-right: 1344px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
    padding-left: 1372px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
    padding-right: 1372px; }
  .ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 28px; }
  .ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 28px; }
  .ag-theme-balham .ag-rtl .ag-cell-first-right-pinned {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-cell-first-right-pinned {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-rtl .ag-cell-last-left-pinned {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-cell-last-left-pinned {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-balham .ag-value-change-delta-up {
    color: #43a047; }
  .ag-theme-balham .ag-value-change-delta-down {
    color: #e53935; }
  .ag-theme-balham .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-balham .ag-value-change-value-highlight {
    background-color: rgba(22, 160, 133, 0.5);
    transition: background-color 0.1s; }
  .ag-theme-balham .ag-header {
    background-color: #f5f7f7;
    color: rgba(0, 0, 0, 0.54);
    font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .ag-theme-balham .ag-header-row {
    border-style: solid;
    border-color: #BDC3C7;
    box-sizing: border-box;
    border-width: 0 0 1px; }
  .ag-theme-balham .ag-row {
    border-style: solid;
    border-color: #BDC3C7;
    box-sizing: border-box;
    border-width: 0; }
    .ag-theme-balham .ag-row:not(.ag-row-first) {
      border-width: 1px 0 0; }
    .ag-theme-balham .ag-row.ag-row-last {
      border-bottom-width: 1px; }
  .ag-theme-balham .ag-row-odd {
    background-color: #fcfdfe; }
  .ag-theme-balham .ag-row-even {
    background-color: white; }
  .ag-theme-balham .ag-row-hover {
    background-color: #ECF0F1; }
  .ag-theme-balham .ag-numeric-cell {
    text-align: right; }
  .ag-theme-balham .ag-header-cell-label {
    display: flex;
    float: left;
    height: 100%;
    width: calc(100% - 16px); }
    .ag-theme-balham .ag-header-cell-label span {
      height: 100%; }
    .ag-theme-balham .ag-header-cell-label > span {
      float: left; }
    .ag-theme-balham .ag-header-cell-label .ag-header-icon {
      background-position-y: 10px;
      background-size: 14px 14px;
      height: 100%;
      margin: 0;
      margin-left: 4px;
      opacity: 0.87; }
    .ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse;
    float: right; }
    .ag-theme-balham .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-balham .ag-header-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ag-theme-balham .ag-header-cell,
  .ag-theme-balham .ag-header-group-cell {
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px; }
  .ag-theme-balham .ag-cell {
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
    padding-right: 11px; }
  .ag-theme-balham .ag-row-drag {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    background-position-x: left;
    background-position-y: 4px;
    float: left;
    height: 100%;
    width: 28px; }
  .ag-theme-balham .ag-column-drag {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    background-position-x: left;
    background-position-y: 4px !important;
    height: 100%;
    min-width: 20px; }
  .ag-theme-balham .ag-row-dragging {
    opacity: 0.5;
    z-index: 10000; }
  .ag-theme-balham .ag-ltr .ag-cell-focus {
    border: 1px solid #0091EA;
    outline: initial; }
  .ag-theme-balham .ag-rtl .ag-cell-focus {
    border: 1px solid #0091EA;
    outline: initial; }
  .ag-theme-balham .ag-header-cell-resize {
    width: 8px; }
  .ag-theme-balham .ag-icon-aggregation {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDZWNC41aC01di41MzJhMSAxIDAgMCAwIC4zNi43NjhsMS43MTggMS40MzJhMSAxIDAgMCAxIDAgMS41MzZMNS44NiAxMC4yYTEgMSAwIDAgMC0uMzYuNzY4di41MzJoNVYxMCIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-arrows {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxNFYzTTIgOC41aDExbS03LjUgNGwyIDIgMi0ybTAtOGwtMi0yLTIgMm0tMiAybC0yIDIgMiAybTggMGwyLTItMi0yIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-asc {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-checked-readonly {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggc3Ryb2tlPSIjN0Y4QzhEIiBkPSJNMTIgNWwtNS41IDUuNUw0IDgiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-checked {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiM3RjhDOEQiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate-readonly {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggZD0iTTQgOC41aDgiIHN0cm9rZT0iIzdGOEM4RCIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBkPSJNNCA4LjVoOCIgc3Ryb2tlPSIjN0Y4QzhEIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-unchecked {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-column {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjV2OGgzdi04eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-columns {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-contracted {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-copy {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjQuNSIgeT0iNC41IiB3aWR0aD0iOCIgaGVpZ2h0PSI5IiByeD0iMiIvPjxwYXRoIGQ9Ik0xMSAyLjVINC41YTIgMiAwIDAgMC0yIDJWMTMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-cut {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzQ4IDQuOTQ4Yy4xNjEtLjM1LjI1Mi0uNzM1LjI1Mi0xLjE0OGEyLjggMi44IDAgMSAwLTUuNiAwIDIuOCAyLjggMCAwIDAgMi44IDIuOGMuNDEzIDAgLjc5OC0uMDkxIDEuMTQ4LS4yNTJMNi42IDggNC45NDggOS42NTJBMi43MjggMi43MjggMCAwIDAgMy44IDkuNGEyLjggMi44IDAgMSAwIDAgNS42IDIuOCAyLjggMCAwIDAgMi44LTIuOGMwLS40MTMtLjA5MS0uNzk4LS4yNTItMS4xNDhMOCA5LjRsNC45IDQuOUgxNXYtLjdMNi4zNDggNC45NDh6TTMuOCA1LjJhMS40IDEuNCAwIDEgMSAwLTIuOCAxLjQgMS40IDAgMCAxIDAgMi44em0wIDguNGExLjQgMS40IDAgMSAxIDAtMi44IDEuNCAxLjQgMCAwIDEgMCAyLjh6TTggOC4zNUEuMzQ3LjM0NyAwIDAgMSA3LjY1IDhjMC0uMTk2LjE1NC0uMzUuMzUtLjM1LjE5NiAwIC4zNS4xNTQuMzUuMzUgMCAuMTk2LS4xNTQuMzUtLjM1LjM1em00LjktNi42NUw4LjcgNS45bDEuNCAxLjRMMTUgMi40di0uN2gtMi4xeiIgZmlsbD0iIzdGOEM4RCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-desc {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-expanded {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-eye-slash {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMCAwIDEuNTgzIDggNi44OTkgNi44OTkgMCAwIDAgOCAxMi4zNzUgNi44OTkgNi44OTkgMCAwIDAgMTQuNDE3IDggNi44OTkgNi44OTkgMCAwIDAgOCAzLjYyNXoiLz48cGF0aCBkPSJNOCAxMC45MTdhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIvPjxwYXRoIGQ9Ik0zLjUgMy41bDkgOSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-eye {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMCAwIDEuNTgzIDggNi44OTkgNi44OTkgMCAwIDAgOCAxMi4zNzUgNi44OTkgNi44OTkgMCAwIDAgMTQuNDE3IDggNi44OTkgNi44OTkgMCAwIDAgOCAzLjYyNXoiLz48cGF0aCBkPSJNOCAxMC45MTdhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-filter {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-group {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjUgNS41aDFtMSAyaDFtMiAwaDRtLTcgMmgxbTIgMGg0bS02LTRoNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-indeterminate {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDQuNjI1Yy0yLjkxNyAwLTUuNDA4LjgxNC02LjQxNyAzLjM3NSAxLjAxIDIuNTYgMy41IDMuMzc1IDYuNDE3IDMuMzc1czUuNDA4LS44MTQgNi40MTctMy4zNzVjLTEuMDEtMi41Ni0zLjUtMy4zNzUtNi40MTctMy4zNzV6Ii8+PHBhdGggZD0iTTggOS45MTdDNi4zOSA5LjkxNyA1LjA4MyA5LjYxIDUuMDgzIDhTNi4zOSA2LjA4MyA4IDYuMDgzYzEuNjEgMCAyLjkxNy4zMDcgMi45MTcgMS45MTdTOS42MSA5LjkxNyA4IDkuOTE3eiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-left {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-loading {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxwYXRoIGQ9Ik03LjUgMTAuNXYzIiBvcGFjaXR5PSIuOCIvPjxwYXRoIGQ9Ik0xMC41IDcuNWgzIiBvcGFjaXR5PSIuNiIvPjxwYXRoIGQ9Ik0xLjUgNy41aDMiLz48cGF0aCBkPSJNNy41IDEuNXYzIiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Ik05LjUgNS41TDEyIDMiIG9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTkuNSA5LjVMMTIgMTIiIG9wYWNpdHk9Ii43Ii8+PHBhdGggZD0iTTUuNSA5LjVMMyAxMiIgb3BhY2l0eT0iLjkiLz48cGF0aCBkPSJNNS41IDUuNUwzIDMiIG9wYWNpdHk9Ii4zIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-menu {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-minus {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoMTF2MmgtMTF6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-none {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-not-allowed {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOSAxMS4wMTJBMy43NSAzLjc1IDAgMCAwIDExLjAxMiA1LjlsLTUuMTE0IDUuMTEzek00LjQ4NyA5LjYwMUw5LjYgNC40ODhBMy43NSAzLjc1IDAgMCAwIDQuNDg4IDkuNnpNNy43NSAxMy41YTUuNzUgNS43NSAwIDEgMSAwLTExLjUgNS43NSA1Ljc1IDAgMCAxIDAgMTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-paste {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDNjMC0uNS0uNS0xLjUtMi0xLjVTNiAyLjUgNiAzSDRhMiAyIDAgMCAwLTIgMnY3YTIgMiAwIDAgMCAyIDJoOGEyIDIgMCAwIDAgMi0yVjVhMiAyIDAgMCAwLTItMmgtMnptLTIgLjI3M2MuMzY3IDAgLjY2Ny4yODYuNjY3LjYzNiAwIC4zNS0uMy42MzYtLjY2Ny42MzYtLjM2NyAwLS42NjctLjI4Ni0uNjY3LS42MzYgMC0uMzUuMy0uNjM2LjY2Ny0uNjM2ek0xMiAxM0g0YTEgMSAwIDAgMS0xLTFWNWExIDEgMCAwIDEgMS0xaDF2Mmg2VjRoMWExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMXoiIGZpbGw9IiM3RjhDOEQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-pin {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSAxMy41bDQtNE0xNCA2Yy0uMzkuNTI5LS43MjQuODYyLTEgMXMtLjYxLjEzOC0xIDBsLTIgMmMuMTM4LjkyLjEzOCAxLjU4NiAwIDItLjEzOC40MTQtLjQ3MS43NDgtMSAxTDQgN2MuMDgtLjQ3MS40MTQtLjgwNSAxLTEgLjU4Ni0uMTk1IDEuMjUyLS4xOTUgMiAwbDItMmMtLjE5NS0uMjc2LS4xOTUtLjYxIDAtMXMuNTI5LS43MjQgMS0xbDQgNHoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-pivot {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMy41IDQuNWgtOW0wIDB2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgMTIuNWwtMS0xIDEtMW01LTNsLTEtMS0xIDEiLz48cGF0aCBkPSJNNC41IDExLjVoLTJtNi05djJtLTMtMnYybTYtMnYyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTExLjUgNi41djNhMiAyIDAgMCAxLTIgMmgtMyIvPjxwYXRoIGQ9Ik00LjUgOC41aC0ybTItM2gtMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-plus {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoNHYtNGgydjRoNHYyaC00djRoLTJ2LTRoLTR6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-right {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-left {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNEw0IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-right {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-up {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDhMOCA0IDQgOCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-down {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgOGw0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tick {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDZsLTUuNSA1LjVMNCA5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-cross {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgNS41bC02IDZtMC02bDYgNiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-open {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-closed {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-indeterminate {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA3LjVoOSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 32px; }
  .ag-theme-balham .ag-icon-checkbox-checked:empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwOTFFQSIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiMwMDkxRUEiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=); }
  .ag-theme-balham .ag-menu {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    padding: 0;
    z-index: 5; }
    .ag-theme-balham .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
      width: 100%; }
    .ag-theme-balham .ag-menu .ag-menu-option {
      line-height: 16px;
      padding-left: 8px;
      padding-right: 8px; }
      .ag-theme-balham .ag-menu .ag-menu-option > span {
        display: table-cell;
        vertical-align: middle; }
    .ag-theme-balham .ag-menu .ag-menu-option-active {
      background: #ECF0F1; }
    .ag-theme-balham .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
    .ag-theme-balham .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
      padding-right: 4px; }
      .ag-theme-balham .ag-menu .ag-menu-option-icon span {
        height: 16px;
        line-height: 0;
        margin-top: 4px; }
    .ag-theme-balham .ag-menu .ag-menu-option-shortcut {
      padding-left: 8px; }
    .ag-theme-balham .ag-menu .ag-menu-separator {
      margin-left: -4px; }
      .ag-theme-balham .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml;utf8,<svg width=%271%27 height=%278px%27 viewBox=%270 0 1 8px%27 xmlns=%27http://www.w3.org/2000/svg%27> <line x1=%270%27 y1=%274px%27 x2=%271%27 y2=%274px%27 stroke-width=%271%27 stroke=%27#BDC3C7%27/%3E%20%3C/svg%3E");
        height: 8px; }
    .ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
      width: 24px; }
  .ag-theme-balham.ag-dnd-ghost {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    border: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    height: 32px !important;
    line-height: 32px;
    margin: 0;
    padding: 0 8px;
    transform: translateY(8px);
    z-index: 5; }
    .ag-theme-balham.ag-dnd-ghost span,
    .ag-theme-balham.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
      opacity: 0.87; }
  .ag-theme-balham .ag-tab-header {
    background: #f5f7f7;
    min-width: 220px;
    width: 100%; }
    .ag-theme-balham .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 16px;
      text-align: center;
      vertical-align: middle; }
      .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
        display: inline-block; }
      .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
        display: inline-block; }
      .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiMwMDkxRUEiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
        display: inline-block; }
  .ag-theme-balham .ag-tab-body {
    padding: 4px 0; }
    .ag-theme-balham .ag-tab-body .ag-filter-select {
      margin: 4px;
      width: calc(100% - 8px); }
    .ag-theme-balham .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
      .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-balham .ag-filter-select {
    margin: 4px;
    width: calc(100% - 8px); }
  .ag-theme-balham .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-balham .ag-filter input[type="text"],
  .ag-theme-balham .ag-filter input[type="date"] {
    padding-left: 4px; }
  .ag-theme-balham .ag-filter label {
    display: block;
    padding-left: 4px; }
  .ag-theme-balham .ag-filter .ag-set-filter-list {
    height: 182px;
    padding-top: 4px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    box-sizing: border-box;
    height: 28px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter .ag-filter-checkbox {
    float: left;
    height: 28px;
    margin-right: 4px;
    padding-top: 2px; }
  .ag-theme-balham .ag-filter .ag-filter-value {
    height: 28px;
    line-height: 14px; }
  .ag-theme-balham .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    padding-top: 8px; }
    .ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 8px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
    height: 16px;
    line-height: 16px;
    margin-left: 0; }
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column span {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-indent,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-indent {
      width: 8px; }
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
    padding-top: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 24px; }
  .ag-theme-balham .ag-filter-filter {
    margin-bottom: 4px; }
  .ag-theme-balham .ag-primary-cols-header-panel {
    border-bottom: 1px solid #BDC3C7;
    box-sizing: border-box;
    height: 32px;
    padding-top: 4px; }
    .ag-theme-balham .ag-primary-cols-header-panel a {
      margin: 0 4px;
      padding-top: 2px; }
    .ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-group-child-count::before {
    content: " "; }
  .ag-theme-balham .ag-tool-panel-wrapper {
    border-right: 0; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
      width: 100%; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
        color: rgba(0, 0, 0, 0.54);
        font-weight: 600;
        flex: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        display: flex;
        flex-flow: column nowrap; }
        .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
          padding: 5px 0 5px 5px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
        padding-top: 5px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
        border: 1px solid #BDC3C7;
        border-left: 0;
        border-right: 0;
        padding: 4px 0; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
      border-bottom: 1px solid #BDC3C7;
      box-sizing: border-box;
      height: 32px;
      line-height: 32px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
        float: left;
        height: 100%; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
        margin-left: 4px; }
        .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
          margin-left: 4px; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
      border-bottom: 1px solid #BDC3C7;
      padding-bottom: 3px;
      padding-top: 0; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
      border-bottom: 1px solid #BDC3C7;
      clear: both;
      overflow: auto;
      padding: 4px 0;
      padding-bottom: 8px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        float: left;
        height: 20px;
        margin: 0 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        clear: right;
        float: left;
        height: 20px;
        line-height: 20px;
        width: calc(100% - 24px); }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        clear: both;
        color: rgba(0, 0, 0, 0.38);
        font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        line-height: 8px;
        padding-left: 16px;
        padding-right: 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-balham .ag-filter-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-ascending-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-descending-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-none-icon:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 4px; }
  .ag-theme-balham .ag-paging-panel {
    align-items: center;
    border-top: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    height: 32px;
    justify-content: flex-end;
    padding: 0 12px; }
    .ag-theme-balham .ag-paging-panel > span {
      margin-left: 16px; }
  .ag-theme-balham button[ref="btFirst"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btFirst"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btPrevious"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btPrevious"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btLast"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btLast"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btNext"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-balham button[ref="btNext"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham .ag-rtl button[ref="btFirst"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btPrevious"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btLast"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btNext"] {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-row-selected {
    background-color: #b7e4ff; }
  .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.2); }
  .ag-theme-balham .ag-cell-inline-editing {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: #f5f7f7;
    height: 40px;
    line-height: normal;
    padding: 12px;
    z-index: 2; }
    .ag-theme-balham .ag-cell-inline-editing select {
      height: auto; }
  .ag-theme-balham .ag-popup-editor {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: #f5f7f7;
    padding: 0;
    z-index: 1; }
    .ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
      padding: 12px; }
  .ag-theme-balham .ag-rich-select {
    background-color: #f5f7f7;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position-x: calc(100% - 4px);
    background-position-y: 8px;
    background-repeat: no-repeat; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-list {
      height: 182px; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-value {
      height: 28px;
      line-height: 28px;
      padding-left: 12px; }
    .ag-theme-balham .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 28px;
      line-height: 28px; }
      .ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
        background-color: #ECF0F1; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-row {
      padding-left: 12px; }
    .ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
      background-color: #b7e4ff; }
  .ag-theme-balham .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 24px); }
    .ag-theme-balham .ag-floating-filter-body input {
      box-sizing: border-box; }
  .ag-theme-balham .ag-floating-filter-full-body input {
    box-sizing: border-box; }
  .ag-theme-balham .ag-floating-filter-input {
    line-height: normal; }
  .ag-theme-balham .ag-floating-filter-button {
    float: right;
    line-height: 16px;
    margin-top: 10px; }
    .ag-theme-balham .ag-floating-filter-button button {
      appearance: none;
      background: transparent;
      border: 0;
      height: 16px;
      padding: 0;
      width: 16px; }
  .ag-theme-balham .ag-cell-label-container {
    height: 100%; }
  .ag-theme-balham .ag-header-group-cell-label {
    height: 100%; }
    .ag-theme-balham .ag-header-group-cell-label span {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-header-select-all {
    height: 100%;
    margin-right: 12px; }
    .ag-theme-balham .ag-header-select-all span {
      height: 100%; }
  .ag-theme-balham .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
    width: calc(100% - 16px - 12px); }
  .ag-theme-balham .ag-selection-checkbox span,
  .ag-theme-balham .ag-group-expanded span,
  .ag-theme-balham .ag-group-contracted span {
    margin-right: 12px; }
  .ag-theme-balham .ag-selection-checkbox span {
    position: relative;
    top: 2px; }
  .ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 28px;
    line-height: 16px;
    padding-left: 12px; }
    .ag-theme-balham .ag-column-drop-horizontal.ag-width-half {
      margin-bottom: -3px; }
    .ag-theme-balham .ag-column-drop-horizontal span {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-column-drop-horizontal > div:first-child {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 12px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 4px;
      opacity: 0.54; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 28px;
      opacity: 0.38; }
  .ag-theme-balham .ag-column-drop-cell {
    background: #dde4e6;
    border-radius: 16px;
    box-sizing: border-box;
    height: 16px !important;
    margin-top: 4px;
    padding: 0 2px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 16px;
      margin: 0 4px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDQuNWwtNiA2Ii8+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI1LjUiLz48cGF0aCBkPSJNNC41IDQuNWw2IDYiLz48L2c+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      overflow: hidden;
      text-indent: 100%;
      min-width: 16px;
      height: 100%;
      margin: 0 2px;
      opacity: 0.54; }
      .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 0.87; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drag {
      margin-left: 8px;
      margin-top: 2px;
      width: 16px; }
  .ag-theme-balham .ag-select-agg-func-popup {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
    padding: 0; }
    .ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
      padding-left: 8px; }
  .ag-theme-balham .ag-set-filter-list,
  .ag-theme-balham .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 0; }
  .ag-theme-balham .ag-cell-data-changed {
    background-color: rgba(22, 160, 133, 0.5) !important; }
  .ag-theme-balham .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-balham .ag-stub-cell {
    padding-left: 12px;
    padding-top: 4px; }
    .ag-theme-balham .ag-stub-cell .ag-loading-icon {
      float: left;
      height: 100%; }
    .ag-theme-balham .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 4px;
      margin-top: 4px; }
  .ag-theme-balham .ag-rtl .ag-numeric-cell {
    text-align: left; }
  .ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-balham .ag-rtl .ag-header-cell-label {
    float: right;
    width: calc(100% - 16px); }
    .ag-theme-balham .ag-rtl .ag-header-cell-label > span {
      float: right; }
    .ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label {
    float: left; }
    .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
      float: left; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
    margin-right: 4px; }
    .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
      margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
    clear: left;
    float: right; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
    padding-left: 4px;
    padding-right: 16px; }
  .ag-theme-balham .ag-rtl .ag-filter-checkbox {
    float: right;
    margin-left: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group span,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column span {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 0;
    margin-right: 24px; }
  .ag-theme-balham .ag-rtl .ag-icon-tree-closed {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl .ag-header-group-cell-label {
    height: 100%; }
    .ag-theme-balham .ag-rtl .ag-header-group-cell-label span {
      float: right;
      height: 100%; }
  .ag-theme-balham .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-header-select-all {
    margin-left: 12px;
    margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-selection-checkbox span,
  .ag-theme-balham .ag-rtl .ag-group-expanded span,
  .ag-theme-balham .ag-rtl .ag-group-contracted span {
    margin-left: 12px;
    margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
    padding-right: 12px; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal span {
      float: right; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal > div:first-child {
      float: right; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
      margin-left: 12px;
      margin-right: 0; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      height: 100%; }
    .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      height: 100%; }
  .ag-theme-balham .ag-rtl .ag-floating-filter-body {
    float: right;
    margin-left: 0; }
  .ag-theme-balham .ag-rtl .ag-floating-filter-button {
    float: left; }
  .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drag {
    background-position-x: right; }
  .ag-theme-balham .ag-status-bar {
    background: white;
    border: 1px solid #BDC3C7;
    border-top: 0;
    color: rgba(0, 0, 0, 0.38);
    font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding-right: 16px;
    padding-left: 16px; }
  .ag-theme-balham .ag-name-value-value {
    color: #000; }
  .ag-theme-balham .ag-status-bar-center {
    text-align: center; }
  .ag-theme-balham .ag-name-value {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .ag-theme-balham .ag-details-row {
    box-sizing: border-box;
    padding: 20px; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-balham .ag-side-bar {
    background-color: #f5f7f7;
    border-right: 1px solid #BDC3C7;
    border-top: 1px solid #BDC3C7;
    position: relative; }
    .ag-theme-balham .ag-side-bar .ag-side-buttons {
      padding-top: 16px;
      background: white;
      border-bottom: 1px solid #BDC3C7;
      position: relative; }
      .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
        background: transparent;
        border: 0;
        color: #000;
        padding: 8px 0 8px 0;
        width: 100%;
        margin: 0;
        min-height: 72px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: transparent;
        background-position-y: 4px;
        background-position-x: center;
        background-repeat: no-repeat; }
      .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
        background-color: #f5f7f7;
        margin-left: -1px;
        padding-left: 1px;
        width: calc(100% + 1px);
        border-color: #BDC3C7; }
    .ag-theme-balham .ag-side-bar .ag-panel-container {
      border-right: 1px solid #BDC3C7;
      box-sizing: border-box; }
    .ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
      border-right: 0; }
    .ag-theme-balham .ag-side-bar .ag-column-drop {
      min-height: 50px; }
  .ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
    border-left: 0; }
  .ag-theme-balham .ag-primary-cols-filter {
    box-sizing: border-box;
    width: 100%; }
  .ag-theme-balham .ag-primary-cols-filter-wrapper {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-balham .sass-variables::after {
    content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
    display: none; }
  .ag-theme-balham .ag-header {
    background-color: #f5f7f7;
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-pinned-right-header {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-pinned-left-header {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-cell-highlight {
    background-color: #0091EA !important; }
  .ag-theme-balham .ag-header-cell-resize::after {
    height: 80%;
    margin-top: 8px; }
  .ag-theme-balham .ag-header-cell::after,
  .ag-theme-balham .ag-header-group-cell::after {
    border-right: 1px solid rgba(189, 195, 199, 0.5);
    content: " ";
    height: 16px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    text-indent: -2000px;
    top: 0; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid #BDC3C7;
    border-bottom: 0; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
    border-right: 0; }
  .ag-theme-balham .ag-row {
    border-color: #d9dcde; }
  .ag-theme-balham .ag-row-selected {
    border-color: #b7e4ff; }
  .ag-theme-balham .ag-row-drag {
    background-position-y: center; }
  .ag-theme-balham .ag-column-drag {
    background-position-y: center; }
  .ag-theme-balham .ag-column-drop-cell {
    height: 24px !important; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      box-sizing: border-box;
      height: calc(100% - 4px);
      margin-bottom: 2px;
      margin-top: 2px; }
    .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
      opacity: 1; }
  .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
    margin-left: 8px;
    margin-right: 8px; }
    .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      line-height: 24px;
      margin-left: 8px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 32px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      line-height: 32px; }
    .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
      line-height: 24px;
      margin-left: 8px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    height: 24px; }
  .ag-theme-balham .ag-root {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab {
    box-sizing: initial; }
  .ag-theme-balham .ag-filter .ag-filter-value {
    line-height: 20px; }
  .ag-theme-balham .ag-tool-panel-wrapper {
    border-right: 1px solid #BDC3C7;
    border-bottom: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
      padding-bottom: 8px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column-group,
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column {
        height: 20px;
        line-height: 20px; }
    .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
      padding-bottom: 8px;
      padding-top: 8px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        margin-bottom: 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        display: inline-block;
        float: none;
        margin-bottom: 4px; }
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        height: 16px;
        line-height: 16px;
        padding-left: 24px; }
  .ag-theme-balham .ag-rtl .ag-side-bar,
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-icon-expanded,
  .ag-theme-balham .ag-icon-contracted {
    transform: translateY(2px); }
  .ag-theme-balham .ag-rtl .ag-icon-expanded {
    transform: translateY(2px) rotate(180deg); }
  .ag-theme-balham .ag-menu-option {
    height: 28px;
    line-height: 28px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
    height: 20px;
    line-height: 20px; }
  .ag-theme-balham .ag-filter-filter {
    margin-left: 4px;
    margin-right: 4px;
    width: calc(100% - 8px); }
  .ag-theme-balham .ag-tab-header {
    border-bottom: 1px solid #BDC3C7; }
    .ag-theme-balham .ag-tab-header .ag-tab {
      margin-bottom: -2px; }
    .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
      background-color: white;
      border-bottom-color: transparent; }
  .ag-theme-balham .ag-tab-body,
  .ag-theme-balham .ag-popup-editor,
  .ag-theme-balham .ag-menu {
    background-color: white;
    color: #000; }
  .ag-theme-balham .ag-cell-inline-editing {
    height: 28px;
    padding: 0; }
    .ag-theme-balham .ag-cell-inline-editing input {
      box-sizing: border-box; }
  .ag-theme-balham .ag-details-row {
    background-color: white; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background-color: white;
    border: 1px solid #BDC3C7;
    color: #000;
    padding: 16px; }
  .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.3); }
  .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.4); }
  .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.5); }
  .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.6); }
  .ag-theme-balham .ag-rich-select-value {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter-apply-panel {
    border-top: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-header-cell-moving {
    background-color: white; }
  .ag-theme-balham .ag-filter-toolpanel-body {
    background-color: white; }


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}:root{--brand-blue: #313de0}button:focus{outline:none}.close{font-size:20px;color:#fff;text-shadow:none;cursor:pointer}.close:hover{color:#fff}.text-success{color:hsl(157,85%,41%)}.grid-container{width:100%;height:100%;padding:3px;background:#f5f5f5}.grid-container span[ref=eSortDesc],.grid-container span[ref=eSortAsc]{position:absolute;right:12px}.ag-theme-balham{font-family:"Open sans"}.ag-theme-balham .ag-header-group-cell:after{height:100%;margin-top:0px}.ag-theme-balham .ag-header-cell:after{height:100%;margin-top:0px}.ag-theme-balham .ag-header-cell-label .ag-header-cell-text{white-space:pre-wrap;line-height:16px;padding-top:6px}.ag-theme-balham .ag-row-focus{background-color:#b8e0f9}.ag-theme-balham .ag-cell{border-right:1px solid #eaedef;text-align:right;outline:none}.ag-theme-balham .ag-cell-focus{border:1px solid #0091ea}.ag-theme-balham .ag-header-cell-resize:after{height:100%;margin-top:0px}.ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button{float:right}.ag-theme-balham .ag-numeric-header .ag-header-cell-label{flex-direction:row}.ag-theme-balham .ag-menu-option>span i{font-size:18px;color:rgba(0,0,0,.5)}.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent{margin-left:0}.ag-theme-balham.text-left .ag-cell{text-align:left}.ag-theme-balham.text-right .ag-cell{text-align:right}.ag-theme-balham.text-center .ag-cell{text-align:center}.ag-theme-balham .ag-cell.text-right{text-align:right}.ag-theme-balham .ag-cell.text-center{text-align:center}.ag-theme-balham .ag-cell.text-left{text-align:left}.grid-report .ag-header-cell-label{overflow:visible;text-overflow:unset}.grid-report .ag-header-cell-label .ag-header-cell-text{overflow:visible;text-overflow:unset}.grid-report .row-red .ag-cell{background-color:red;border-right:1px solid #e89f9f}.grid-report .row-yellow .ag-cell{background-color:#ffd88d;border-right:1px solid #e5c27f}.grid-report .row-green .ag-cell{background-color:#88e278;border-right:1px solid #77c769}.ol-ctx-menu-container{background:#f8f8f8;color:#676767;font-size:12px;padding:.25rem 0}.ol-ctx-menu-container li{padding:.2rem 1rem;line-height:inherit}.ol-ctx-menu-container li i{font-size:18px}.ol-ctx-menu-container li:hover:not(.ol-ctx-menu-separator){background-color:#eaeaea;color:#6b6b6b}.ol-ctx-menu-container li.ol-ctx-menu-separator hr{background:#e9ecef;margin:.5rem 0}.ol-zoom{right:5px;left:auto;top:auto;bottom:5px}.ol-attribution{display:none}.ol-control{padding:0;background:rgba(0,0,0,0);box-shadow:0px 3px 4px rgba(0,0,0,.1)}.ol-control button{background:#fff;color:#666;width:26px;height:26px;cursor:pointer}.ol-control button:hover,.ol-control button:focus{background:#fff;color:var(--brand-blue)}.multiselect__content-wrapper{box-shadow:0px 4px 14px rgba(0,0,0,.1)}.multiselect__option{font-size:12px;min-height:30px}.tooltip{display:block !important;z-index:10000}.tooltip .tooltip-inner{background:#252629;color:#fff;border-radius:3px;padding:4px 8px 4px}.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:#252629;z-index:1}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0 5px;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px 5px;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip.popover .popover-inner{background:#f9f9f9;color:#000;padding:24px;border-radius:5px;box-shadow:0 5px 30px rgba(0,0,0,.1)}.tooltip.popover .popover-arrow{border-color:#f9f9f9}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s}.dygraph-label{font-size:10px}.el-button--mini i{font-size:15px}.el-button i+span{margin-left:5px}.el-button.is-transparent{background:rgba(0,0,0,0);border:none}.el-button+.el-dropdown{margin-left:10px}.el-dropdown-menu{max-height:350px;overflow-y:auto;overflow-x:hidden}.el-dropdown-menu--mini .el-dropdown-menu__item i{font-size:15px}.el-dropdown-menu__item i+span{margin-left:5px}.el-dialog{border-radius:3px}.el-dialog__header{padding:10px 20px;background-color:#3b3b3b;border-radius:3px 3px 0 0}.el-dialog__title{color:#fff;font-size:12px;text-transform:uppercase;font-weight:bold}.el-dialog__headerbtn{top:10px}.el-dialog--tabbed .el-dialog__body{padding-top:0}.el-dialog .inner-top-bar{margin:-20px -30px 35px -20px;padding:15px 20px 20px 20px;border-bottom:1px solid #dcdfe6;width:calc(100% + 40px)}.el-step__title{cursor:pointer}.el-select-dropdown__item{font-size:13px;height:28px;line-height:28px}.el-select-dropdown__item span{line-height:28px !important}.el-form{position:relative}.el-form-item{margin-bottom:5px}.el-form-item__label{color:dimgray;font-size:13px;font-weight:600}.el-form-item__unit{margin-left:5px;font-size:12px}.el-form--label-top .el-form-item__label{padding:0 0 5px}.el-checkbox__input.is-checked+.el-checkbox__label{color:inherit}.form-group-label{font-size:13px;font-weight:bold;margin-bottom:20px}.form-simple-dim{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;left:-10px;border-radius:4px;width:calc(100% + 20px);height:calc(100% + 10px);background:rgba(230,230,230,.89);z-index:10}.form-simple-dim p{font-size:12px;margin-bottom:10px;font-weight:600;margin-bottom:10px;color:#616161}.el-tabs__nav-next,.el-tabs__nav-prev{line-height:30px;border-left:1px solid #e4e7ed;background:#eaeaea}.el-tabs__nav-next:hover,.el-tabs__nav-prev:hover{background:#dadada}.el-tabs__nav-next{border-left:1px solid #e4e7ed}.el-tabs__nav-prev{border-right:1px solid #e4e7ed}.el-alert{border:1px solid rgba(0,0,0,.03);margin-top:12px;box-shadow:0px 5px 8px rgba(0,0,0,.05)}.el-alert__closebtn{color:#000;opacity:.5}.el-alert__closebtn:hover{opacity:1}.el-row--block{border-top:1px solid hsl(210,15%,95%);border-bottom:1px solid hsl(210,15%,95%);padding-top:15px;padding-bottom:5px}.el-row--block+.el-row--block{border-top:none;padding-top:0}.el-row.checkbox-group{margin-bottom:20px}.el-row.checkbox-group .el-col{margin-bottom:10px}.evidence-form .el-row.checkbox-group{margin-bottom:20px}.evidence-form .el-row.checkbox-group .el-col{margin-bottom:15px}:root{--ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);--ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);--ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);--ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);--ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);--ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);--ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);--ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);--ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);--ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);--ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);--ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);--ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);--ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86)}@keyframes rotate360{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.anim-rot360{animation:rotate360;animation-iteration-count:infinite;animation-duration:1s}.txt-stat-ok{color:hsl(157,85%,41%)}.txt-stat-wrn{color:hsl(50,82%,55%)}.txt-stat-wrn2{color:hsl(24,100%,67%)}.txt-stat-alrt{color:hsl(7,84%,50%)}.txt-stat-inf{color:#3583e4}.font-bold{font-weight:700 !important}.text-center{text-align:center}.scrollable{overflow:auto;height:100%}.text-blue{color:#3583e4}html,body,#app{width:100%;height:100%;font-family:"Open Sans",sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;background:linear-gradient(#12224a, #0e1228);overflow:hidden}.mdi{display:inline-block}.vdr.active:before{outline:none}strong{font-weight:bold}.form-control{font-size:14px;color:#333}.form-control:focus{color:#333;background-color:#fff;border-color:#548ef9;outline:none;box-shadow:0 0 0 1px #548df9}.col-form-label{font-size:12px;font-weight:600;color:rgba(0,0,0,.85)}.col-form-legend{font-size:11px;font-weight:bold;text-transform:uppercase}.custom-checkbox{font-size:12px;line-height:24px}.custom-control-indicator{width:14px;height:14px;cursor:pointer}.form-header{font-size:13px;font-weight:bold;margin-bottom:10px;color:#4f4f4f;border-bottom:1px solid #dcdfe6;padding-bottom:4px}.column-header{font-weight:bold;margin-bottom:20px;margin-top:20px;padding-left:10px}.form-group{padding:15px}.form-group__title{font-size:12px;font-weight:600;color:#484848;margin-bottom:15px;border-bottom:1px solid #ccc;padding-bottom:5px}.form-group-item--inline{display:flex;align-items:center}.form-group-item--inline .el-checkbox{margin-bottom:15px;margin-right:15px;margin-left:5px}.btn{cursor:pointer}.tooltip{pointer-events:none}.tooltip.show{opacity:1}.tooltip-inner{opacity:1;border:1px solid rgba(0,0,0,.05);font-size:11px;box-shadow:0px 0px 1px rgba(0,0,0,.2),0px 2px 4px rgba(0,0,0,.15)}span.trigger{width:100%;display:block}.tooltip.popover .popover-inner{padding:12px;background:#fff;box-shadow:0 5px 30px rgba(0,0,0,.35)}.dropdown.show .dropdown-toggle{box-shadow:none}.dropdown-menu{padding:.25rem 0;font-size:12px;box-shadow:0px 0px 1px rgba(0,0,0,.14),0px 2px 1px rgba(0,0,0,.14);background:hsl(0,0%,98%);border:none}.dropdown-header{padding:.5rem 1rem;font-size:10px;font-weight:600;color:#929292}.dropdown-item{padding:.2rem 1rem;cursor:pointer;color:rgba(0,0,0,.55)}.dropdown-item:hover,.dropdown-item:focus{background-color:hsl(210,8%,90%);color:rgba(0,0,0,.85);outline:none}.dropdown-item.isActive:before{content:"";color:green;display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased}.dropdown-toggle{cursor:pointer}.dropdown-toggle:after{vertical-align:.155em;border-top:.25em solid;border-right:.2em solid rgba(0,0,0,0);border-left:.2em solid rgba(0,0,0,0)}.dropdown--no-bg .dropdown-toggle,.dropdown--no-bg>.btn{background:none;border:none;color:#b4b4b4}.dropdown--no-bg .dropdown-toggle:hover,.dropdown--no-bg>.btn:hover{opacity:1;border-radius:3px;color:#fff;background-color:gray}.dropdown--no-bg.show>.dropdown-toggle{background-color:#3583e4}.modal-header{height:40px;min-height:40px;background-color:#3b3b3b;padding:12px}.modal-header .close{padding:0;margin:0;margin-left:auto}.modal-title{font-size:12px;font-weight:bold;text-transform:uppercase;color:#fff}.modal-settings .modal-body{padding:0}.modal-settings .tab-content{padding:24px}.nav-tabs .nav-item{margin-bottom:0}.nav-tabs .nav-link{border:none;font-size:12px;color:rgba(0,0,0,.55)}.nav-tabs .nav-link:hover{color:rgba(0,0,0,.7)}.nav-tabs .nav-link.active{color:rgba(0,0,0,.85);border-bottom:3px solid #3583e4}.tabs .col-auto .nav{border-right:1px solid #ddd;border-bottom:1px solid #ddd}.nav-pills .nav-link{font-size:12px;font-weight:600;color:rgba(0,0,0,.55);transition:transform .26s ease-in-out,color .16s ease-in-out}.nav-pills .nav-link:hover:not(.active){color:rgba(0,0,0,.85);transform:translateX(3px)}.nav-pills .nav-link.active{transition:none}.module-container{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;height:calc(100% - 40px);margin-top:40px;max-height:calc(100% - 40px);background:#dbdbdb}.module-content{width:100%;height:calc(100% - 40px);background:#fff;position:relative}.module-header+.module-content{height:calc(100% - 56px)}.module-container-widgets{position:relative;display:flex;height:100%;width:100%}.module-header{display:flex;padding:12px;background-color:#fff;border-bottom:1px solid #ddd;align-items:baseline;min-height:56px}.module-header__back-btn{margin-right:15px}.module-header__title{font-size:18px;font-weight:600;margin:0;margin-right:15px}.module-header__subtitle{font-size:12px}.module-header-tools{margin-left:auto}.onboard-screen{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:10;display:flex;justify-content:center;align-items:center}.alert{font-size:13px;font-weight:600}.alert-danger{color:#fff;background-color:#f32436;box-shadow:0px 3px 6px rgba(234,7,28,.2196078431)}.divider{width:100%;border-bottom:1px solid #dcdfe6;margin:20px 0}.divider--full-width{width:calc(100% + 40px);margin:20px -20px}.box{margin:10px;border:1px solid #dcdfe6;background:#fdfdfd;height:calc(100% - 20px)}.box-header{height:28px;display:flex;align-items:center;padding:0 10px;background:#f5f7f7;border-bottom:1px solid #dcdcdc}.box-header__title{font-size:12px;font-weight:bold;color:#4f4f4f}.box-body{height:calc(100% - 28px)}.widget{width:100%;position:relative;background:#fff;display:flex;flex-direction:column}.widget:first-child{border-bottom:1px solid #c9c9c9}.widget:last-child{border-top:1px solid #c9c9c9}.widget--fullscreen{position:absolute;top:0px;left:0px;width:100%;height:100%}.widget-toolbar{display:flex;align-items:center;padding:0 10px;height:28px;border-bottom:1px solid #dcdcdc;background:#f5f5f5}.widget-toolbar--bottom{border-bottom:none;border-top:1px solid #dcdcdc}.widget-toolbar__title{height:100%;vertical-align:middle;line-height:28px;padding-left:10px;font-size:12px;font-weight:600;color:#333}.widget-toolbar__badge{font-size:14px;padding:1px 6px;cursor:pointer}.widget-toolbar__badge:hover{background:#d8d8d8;border:1px solid rgba(0,0,0,.15);border-radius:2px}.widget-toolbar .btn-i{height:24px}.widget-body{height:calc(100% - 28px)}.widget-empty-data{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#e8e8e8}.widget-empty-data__error{margin-bottom:10px;padding:8px;border-radius:4px;min-width:200px;background:hsl(7,84%,50%);text-align:center;color:#fff}.vehicle-marker{position:relative;display:flex;flex-direction:column;justify-items:center;align-items:center;z-index:1;cursor:pointer;transition:transform .24s ease}.vehicle-marker:hover{transform:translateY(-2px)}.vehicle-marker--selected{z-index:10}.vehicle-marker--selected .vehicle-marker-info{background:#3583e4;box-shadow:0px 0px 0px 2px #1a75ff,0px 4px 16px 0px rgba(26,117,255,.32)}.vehicle-marker--selected .vehicle-marker-info:after{border-color:#3583e4 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.vehicle-marker--selected .vehicle-marker-info__regno{color:#fff}.vehicle-marker--selected .vehicle-marker-info__stats{border-top:0px;background-color:#fff;border-radius:0 0 3px 3px}.vehicle-marker--old-data-3 .point-date{color:hsl(7,84%,50%);font-weight:bold}.vehicle-marker-info{position:relative;background:#fff;border-radius:3px;font-size:9px;box-shadow:0px 2px 6px rgba(0,0,0,.2);margin-bottom:17px}.vehicle-marker-info:after{display:block;position:absolute;bottom:-6px;left:calc(50% - 6px);content:"";width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.vehicle-marker-info__regno{font-weight:bold;margin:3px 5px}.vehicle-marker-info__stats{padding:2px 0;border-top:0px solid rgba(0,0,0,.2);display:flex;justify-content:space-between}.vehicle-marker-info__stats>span{margin:0 3px}.vehicle-marker-info__stats:empty{display:none}.vehicle-marker-icon{position:relative;display:flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:20px;background-color:#1280e7;box-shadow:0 2px 4px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.4)}.vehicle-marker-icon__arrow{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;transform:rotate(0)}.vehicle-marker-icon__arrow:after{content:"";display:block;position:absolute;top:-10px;left:calc(50% - 4px);content:"";width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-bottom:8px solid red;z-index:-1}.vehicle-marker-icon img{display:none;width:calc(24px - 10px);height:calc(24px - 10px)}.empty-module{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, #eaeaea, #d0d8de)}.empty-module__info{text-align:center;padding:50px;border:1px solid rgba(0,0,0,.13);border-radius:5px;background:#fff;box-shadow:0px 6px 53px rgba(0,0,0,.06)}.empty-module__info h2{font-size:18px;opacity:.8}.empty-module__info button{margin-top:20px}.empty-module__info button.btn-primary{box-shadow:0px 3px 23px rgba(0,122,255,.4);animation-name:blink-shadow-btn;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}.empty-module__info button i{margin-right:10px}@keyframes blink-shadow-btn{from{box-shadow:0px 3px 15px rgba(0,122,255,0)}to{box-shadow:0px 3px 25px rgba(0,122,255,.5)}}.map-wrapper{width:100%;height:100%;position:relative}.map{width:100%;height:100%}.map-controls{position:absolute;right:5px;bottom:65px;background:#fff;z-index:500;box-shadow:0px 3px 4px rgba(0,0,0,.1)}.map-control{margin:1px;position:relative}.map-control .btn-i{width:26px;height:26px;margin:0;border-radius:3px}.map-control .btn-i i{font-size:14px}.map-control .btn-i.active{background-color:#1a75ff;color:#fff}.map-control .btn-i.active:hover{color:hsla(0,0%,100%,.6)}.map-control:first-child{border-radius:3px 3px 0 0}.map-control:last-child{border-radius:0 0 3px 3px}.map-control:not(:last-child){border-bottom:1px solid #e6e6e6}.map-control-dropdown{position:absolute;background:#fff;right:35px;box-shadow:0px 9px 12px rgba(0,0,0,.1);top:-100%;border-radius:4px}.map-control-dropdown:after{content:"";display:block;position:absolute;right:-8px;bottom:calc(50% - 5px);width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.map-control-dropdown ul li{cursor:pointer;padding:6px 12px;width:120px;font-size:14px}.map-control-dropdown ul li:not(:last-child){border-bottom:1px solid #efefef}.map-control-dropdown ul li:hover{background:#f7f7f7}.map-control-dropdown ul li.active{background:#3583e4;color:#fff;font-weight:bold}.map-control-dropdown ul li.active:first-child{border-radius:4px 4px 0 0}.map-control-dropdown ul li.active:last-child{border-radius:0 0 4px 4px}.ol-overlaycontainer-stopevent{position:relative;z-index:100}.evidence .el-tabs{height:100%}.evidence .el-tabs__header.is-left{background-color:hsl(220,20%,97%)}.evidence .el-tabs__header.is-left .el-tabs__nav:hover .el-tabs__item{opacity:1}.evidence .el-tabs__header.is-left .el-tabs__item{font-size:12px;font-weight:600;transition:opacity .25s ease;text-align:left}.evidence .el-tabs__header.is-left .el-tabs__item:not(:hover):not(.is-active){color:hsl(220,20%,37%)}.evidence .el-tabs__header.is-left .el-tabs__item:not(.is-active){opacity:.5}.evidence .el-tabs__content{height:100%}.evidence-form{height:100%}.evidence-form .el-row{margin-bottom:25px}.evidence-form .el-tab-pane{padding:25px;height:100%;overflow:auto}.evidence-form__group-title{margin-bottom:25px;padding-bottom:10px;font-size:16px;border-bottom:1px solid #ececec;font-weight:600;color:hsl(219,12%,10%)}.evidence-form .el-form-item__label{color:hsl(0,0%,25%);font-size:13px;font-weight:600;padding:0 0 5px}.evidence-form .el-select{width:100%}.cluster{width:35px;height:35px;background-color:#484b52;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0,0,0,.435),inset 0 0 2px 1px #000;cursor:pointer}.cluster-number{color:#fff;font-size:14px;font-weight:bold}
.btn-i{display:flex;align-items:center;justify-content:center;padding:0;width:30px;height:30px;margin:0 2px;padding:1px;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .18s ease;color:#b4b4b4;color:rgba(0,0,0,.54);font-size:19px}.btn-i--sq:hover{opacity:1;border-radius:3px;color:#fff;background-color:gray}.btn-i--text{width:auto;padding:0 4px}.btn-i--text>span{margin-left:10px}.btn-i--inactive{opacity:.4}.btn-i--active{background-color:#efefef;border-radius:4px;border:1px solid rgba(0,0,0,.0588235294)}.btn-i>i{pointer-events:none}.btn-i:not(.btn-i--disabled):hover,.btn-i:not(.btn-i--disabled).btn-i--active{opacity:1;color:#3583e4}.btn-i--disabled{cursor:default;opacity:.3}
.alarm-info{background:#f7f7f7;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.08);width:calc(100% + 40px);margin:0 -20px;padding-top:15px;margin-top:-30px;margin-bottom:20px;font-size:12px}.alarm-info strong{font-weight:600}.alarm-info .el-row .el-col:first-child{text-align:right}
.svg-mdi{font-family:"Material Design Icons"}
.window[data-v-3a44890e]{position:relative;border-radius:4px;background-color:#fff;box-shadow:0px 4px 12px rgba(0,0,0,.2)}.window-header[data-v-3a44890e]{color:#fff;display:flex;align-items:center;padding:0px 5px;min-height:26px;border-radius:4px 4px 0 0;background-color:#3b3b3b;width:100%}.window-header__title[data-v-3a44890e]{font-size:12px;font-weight:bold;margin-right:20px}.window-header__close[data-v-3a44890e]{margin-left:auto;opacity:.5;cursor:pointer}.window-header__close[data-v-3a44890e]:hover{opacity:1}.window-footer[data-v-3a44890e]{padding:8px;display:flex;justify-content:flex-end;border-top:1px solid #ebeef5}.alarms-list[data-v-3a44890e]{max-height:400px;overflow-y:auto;width:100%}.alarms-list table[data-v-3a44890e]{width:100%}.alarms-list table thead th[data-v-3a44890e]{border-bottom:1px solid #d8d8d8;padding:10px 8px;font-size:12px;font-weight:600;text-align:center;background-color:#f3f3f3}.alarms-list-item[data-v-3a44890e]{border-bottom:1px solid #d8d8d8;width:100%}.alarms-list-item[data-v-3a44890e]:hover{background:#ececec}.alarms-list-item--visible-on-map[data-v-3a44890e]{background:#1a75ff !important;color:#fff}.alarms-list-item td[data-v-3a44890e]{font-size:12px;text-align:center;padding:10px 8px}.alarms-list-item td.regno[data-v-3a44890e]{font-weight:600}
.window[data-v-c4f37688]{position:relative;border-radius:4px;background-color:#fff;box-shadow:0px 4px 12px rgba(0,0,0,.2)}.window-header[data-v-c4f37688]{color:#fff;display:flex;align-items:center;padding:0px 5px;min-height:26px;border-radius:4px 4px 0 0;background-color:#3b3b3b;width:100%}.window-header__title[data-v-c4f37688]{font-size:12px;font-weight:bold;margin-right:20px}.window-header__close[data-v-c4f37688]{margin-left:auto;opacity:.5;cursor:pointer}.window-header__close[data-v-c4f37688]:hover{opacity:1}.window-footer[data-v-c4f37688]{padding:8px;display:flex;justify-content:flex-end;border-top:1px solid #ebeef5}.remind[data-v-c4f37688]{padding:10px;font-size:12px;color:#33373e;border-bottom:1px solid #e6e6e6}.remind-type[data-v-c4f37688]{font-weight:700;font-size:15px;margin-bottom:10px;background:#f79b1f;padding:8px;color:#fff;border-radius:3px}.remind-name[data-v-c4f37688]{font-size:13px;margin-bottom:8px;font-weight:700}.remind-field[data-v-c4f37688]{margin-bottom:4px}.remind-field__label[data-v-c4f37688]{margin-right:5px;color:#5f5f5f}.remind-field__value[data-v-c4f37688]{font-weight:600;color:#1d1e25}
.user-bar{display:flex;flex-direction:row;width:100%;padding:5px;min-height:40px;height:40px;position:fixed;z-index:100;background-color:#333;box-shadow:0 1px 4px rgba(31,54,79,.2)}.user-bar-content{height:100%;display:flex}.user-bar-content--left{margin-right:auto}.user-bar-content--right{margin-left:auto}.user-bar .btn-i{color:hsla(0,0%,100%,.7)}.user-bar .btn-i:hover{color:#fff}.user-bar__logo{width:70px;margin:auto}.user-bar .el-badge__content{border:none;font-size:10px;height:15px;line-height:13px;font-weight:bold}.user-bar .el-badge__content.is-fixed{top:4px}.account-info{padding:.2rem 1rem;color:rgba(0,0,0,.55)}.account-info__company{font-size:14px;font-weight:600}.account-info__user{font-size:12px;font-weight:100}.notification-alarms{font-size:12px}.notification-alarms-item{padding:7px 10px !important}.notification-alarms-item:not(:first-child){border-top:1px solid #e2e2e2}.notification-alarms__header{display:flex;line-height:16px;margin-bottom:5px}.notification-alarms__title{font-weight:700}.notification-alarms__date{font-size:10px;margin-left:auto;opacity:.65}.notification-alarms__name{line-height:14px}
.menu{position:absolute;z-index:90;display:flex;flex-direction:row;top:40px;left:0;transition:transform .25s ease-in-out;transform:translateX(-100%);visibility:hidden}.menu--visible{transform:translateX(0);visibility:visible}.menu ul{list-style-type:none;padding:0;margin:0}.menu li{cursor:pointer}.menu-main{background-color:#3e5ae2;box-shadow:0 4px 10px rgba(0,0,0,.2);height:max-content}.menu-main li{position:relative;padding:15px 20px;border-bottom:1px solid rgba(0,0,0,.2);color:hsla(0,0%,100%,.7);font-size:14px}.menu-main li:hover{color:#fff}.menu-main li.active{background-color:#4b67e8;color:#fff}.menu-main li.active:after{content:"";position:absolute;right:-8px;top:calc(50% - 8px);width:0;height:0;border-style:solid;border-width:8px 0 8px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #4b67e8;clear:both}.menu-main li i{margin-right:15px}.menu-sub:not(:empty){padding:20px 30px;display:flex;flex-direction:row;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.2)}.menu-sub-col{padding-right:25px}.menu-sub-col:not(:last-child){border-right:1px solid #eee;margin-right:25px}.menu-sub-col h4{color:#bdbdbd;font-size:12px;text-transform:uppercase;margin-bottom:10px}.menu-sub-col ul{display:flex;flex-direction:column;flex-wrap:wrap;align-content:space-between;max-height:180px}.menu-sub-col ul+h4{margin-top:15px}.menu-sub-col li{flex:1 1 auto;font-size:12px;opacity:.75}.menu-sub-col li a{display:inline-block;color:inherit;text-decoration:none !important;margin:8px 10px;margin-left:0;width:100%}.menu-sub-col li.menu-link--clickable{padding:8px 10px;padding-left:0}.menu-sub-col li.menu-link--disabled{pointer-events:none;opacity:.2;padding:8px 10px;padding-left:0}.menu-sub-col li:hover{color:#fff;opacity:1;background:#4b67e9;box-shadow:-10px 0px 0px #4b66ea,10px 0px 0px #4b66ea;transition:box-shadow .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease;border-radius:3px}.menu-sub-col li i{margin-right:8px}.menu-dim{position:absolute;background:rgba(0,0,0,.6);width:100%;height:100%;top:0;left:0;z-index:10}
.loader-container{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:90;animation:opacity .15s ease-in}.loader-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.loader-text{color:#fff;font-size:14px;font-weight:bold;opacity:0;animation:opacity .15s ease-in .15s forwards}.loader-cancel{margin-top:20px}.loader-spinner{width:50px;height:10px;background:#577dfc;box-shadow:0 2px 12px rgba(87,125,252,.3);border-radius:5px;animation:load 1.8s ease-in-out infinite;margin-bottom:40px}.loader-spinner:before,.loader-spinner:after{position:absolute;display:block;content:"";animation:load 1.8s ease-in-out infinite;height:8px;border-radius:5px}.loader-spinner:before{top:-20px;left:20px;width:40px;background:#3a5ac8;box-shadow:0 2px 12px rgba(58,90,200,.3)}.loader-spinner:after{bottom:-20px;width:35px;background:#16328b;box-shadow:0 2px 12px rgba(22,50,13,.3)}@keyframes opacity{0%{opacity:0}100%{opacity:1}}@keyframes up{0%{transform:translateY(100px)}100%{transform:translateY(0)}}@keyframes load{0%{transform:translateX(40px)}50%{transform:translateX(-30px)}100%{transform:translateX(40px)}}.loader-fade-leave-active{transition:opacity .15s}.loader-fade-leave-to{opacity:0}
.alerts-container{position:absolute;bottom:0;right:0;padding:20px;z-index:1000;width:50%;min-width:400px}.alerts-container:empty{display:none}
.module-permission-denied{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#192b5d;z-index:1}.module-permission-denied>div{position:relative;height:auto;text-align:center;color:#fff}.module-permission-denied>div h2{font-weight:bold}.module-permission-denied>div p{opacity:.6}.module-permission-denied>div i{font-size:580px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1;opacity:.05}
.app-container{display:flex;flex-direction:column;height:100%;width:100%}
.sign-in-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#192b5d;background-image:url(/assets/sign-in-background2214656e08395575d3ae.png);background-repeat:no-repeat;background-size:cover}.sign-in-card{position:relative;width:350px;background:#fff;padding:40px;border-radius:3px;box-shadow:0px 5px 22px rgba(0,0,0,.8)}.el-form-item__error{color:#f56c6c;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:25%;left:15px}.sign-in-logo{margin-bottom:50px}.sign-in-button{position:relative;width:100%;height:50px;color:#11248e;font-weight:bold;cursor:pointer;border:2px solid #11248e;border-radius:40px;margin-top:20px;transition:transform .4s cubic-bezier(0.6, 0.295, 0.15, 1.645);font-size:14px;overflow:hidden}.sign-in-button:before{content:"";left:-10%;top:-25%;position:absolute;width:120%;height:150%;border-radius:20px;background:linear-gradient(90deg, #3A5AC9, #11248E);transform:scaleX(0);transition:transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275),opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1);opacity:0;z-index:-1}.sign-in-button:hover,.sign-in-button.sign-in-button--loading{transform:scale(1.06);color:#fff}.sign-in-button:hover:before,.sign-in-button.sign-in-button--loading:before{transform:scaleX(1);opacity:1}.sign-in-button:active{transform:translateY(2px)}.sign-in-button:active,.sign-in-button:focus{outline:none}.sign-in-form .el-form-item{margin-bottom:5px}.sign-in-form .el-form-item.is-required .el-form-item__label:before{display:none}.sign-in-form .el-form-item__label{font-weight:600;color:#393b40}.signin-error{background-color:#ec4734;color:#fff;border-radius:4px;margin-top:-15px;margin-bottom:10px;font-size:12px;display:flex}.signin-error__icon{padding:10px;display:flex;align-items:center}.signin-error__content{padding:10px;padding-left:0}.signin-error i{font-size:24px}.signin-error p{font-weight:bold;margin-bottom:5px}
.toolbar{display:flex;align-items:center;padding:0 10px;width:100%;min-height:40px;height:40px;position:relative;z-index:100;background-color:#fafafa;border-bottom:1px solid #dcdcdc}.toolbar--border-top{border-top:1px solid #dcdcdc}.toolbar-content{height:100%;display:flex;align-items:center}.toolbar-content--left{margin-right:auto}.toolbar-content--right{margin-left:auto}.toolbar--tabs{padding:0;background-color:#efefef}.toolbar--small{min-height:30px;height:30px}.toolbar .btn-i.active{box-shadow:inset 0 -2px #3583e4;color:rgba(0,0,0,.6)}.toolbar .btn-icon-dropdown{border-radius:4px;margin:0 2px}.toolbar .btn-icon-dropdown .el-button--mini{height:30px;padding:5px 8px}.toolbar .btn-icon-dropdown .el-dropdown__icon{margin:0}.toolbar .btn-icon-dropdown .el-dropdown__caret-button:before{top:2px;bottom:2px;left:0;background:rgba(0,0,0,.1)}.toolbar .btn-icon-dropdown--active .el-button{background-color:#efefef;opacity:1;color:#1a75ff}.toolbar .el-button--mini{height:24px;font-weight:600;padding:2px 10px}.toolbar .el-button--mini.is-round{padding:2px 10px}.toolbar-inline-label{font-size:12px;margin:0;margin-right:10px;color:rgba(0,0,0,.6);font-weight:600}.toolbar-divider{margin:0 10px;border-right:1px solid rgba(0,0,0,.1);height:100%}.toolbar-title--small{font-size:12px;color:#666}.btn-icon-dropdown-menu .el-dropdown-menu__item{opacity:.5}.btn-icon-dropdown-menu .el-dropdown-menu__item:hover{opacity:1}.btn-icon-dropdown-menu .el-dropdown-menu__item.active{opacity:1}
.vehicle[data-v-37606890]{display:grid;grid-template-columns:250px 1fr auto;background:#fff;border-bottom:1px solid rgba(0,0,0,.15);font-size:calc(100% - 3px);color:rgba(0,0,0,.8);transition:background-color .16s ease}.vehicle[data-v-37606890]:hover:not(.vehicle--selected){background-color:#fafcff;animation:shadowBlink-37606890 .8s ease-in-out infinite;animation-direction:alternate}.vehicle:hover:not(.vehicle--selected)>*[data-v-37606890]{opacity:1}.vehicle--actual-data[data-v-37606890]{background:#c5ffca}.vehicle--actual-data .vehicle--info-date[data-v-37606890]{color:hsl(157,85%,41%)}.vehicle--old-data-1[data-v-37606890]{background:#fffeb4}.vehicle--old-data-1 .vehicle--info-date[data-v-37606890]{color:hsl(50,82%,55%)}.vehicle--old-data-2[data-v-37606890]{background:#e2e2e2}.vehicle--old-data-2>*[data-v-37606890]{opacity:.8}.vehicle--old-data-2 .vehicle-info--date[data-v-37606890]{color:hsl(7,84%,50%);font-weight:bold}.vehicle--no-data[data-v-37606890]{background:#c7c7c7}.vehicle--has-alarm[data-v-37606890]{background-color:#ffb6b6}.vehicle--selected[data-v-37606890]{border:2px solid #000;margin-top:-1px}.vehicle *[data-v-37606890]{white-space:nowrap}.vehicle-stats[data-v-37606890],.vehicle-info[data-v-37606890]{padding:4px 4px}.vehicle-stats--geo[data-v-37606890],.vehicle-info--geo[data-v-37606890]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:229px}.vehicle-stats[data-v-37606890]{border-left:1px dashed rgba(0,0,0,.1);margin-right:15px}.vehicle-stats-items[data-v-37606890]{display:grid;grid-template-columns:1fr}.vehicle [class^=vehicle-info-][data-v-37606890]{padding:1px 0}.vehicle [class^=vehicle-info-] i[data-v-37606890]{margin-right:5px}.vehicle [class^=vehicle-stat-][data-v-37606890]{font-size:10px;padding:1px 0;font-weight:600}.vehicle [class^=vehicle-stat-] i[data-v-37606890]{margin-right:5px}.vehicle .vehicle-stat--isAlert[data-v-37606890]{background-color:#eb2d14;margin:3px 0;color:#fff;padding:2px;border-radius:3px;padding-left:4px}.vehicle-stats-header[data-v-37606890]{display:flex;justify-content:space-between;font-size:14px;color:rgba(0,0,0,.05);margin:-6px -15px 2px -6px;padding:4px 5px 0px 5px}.vehicle-stats-header>div[data-v-37606890]{padding:0 5px;border-radius:2px}.vehicle-stats-header>div[data-v-37606890]:hover{background-color:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1607843137)}.vehicle-stats-header--key-isPause[data-v-37606890]{color:#ff8a04}.vehicle-stats-header--key-isRiding[data-v-37606890]{color:hsl(157,85%,41%)}.vehicle-stats-header--key-isRed[data-v-37606890]{color:hsl(7,84%,50%)}.vehicle-stats-header--key-isBlue[data-v-37606890]{color:#3583e4}.vehicle-stats-header--key-isGray[data-v-37606890]{color:#666}.is-sorted[data-v-37606890]{background:#cde9ff;border:1px dotted rgba(0,0,0,.2);color:rgba(0,0,0,.85)}.inouts[data-v-37606890]{display:flex}.inouts i[data-v-37606890]{margin-right:5px}.inouts-container[data-v-37606890]{width:100%;height:11px;display:flex;font-size:9px;font-weight:bold;margin:2px 0;color:#5d5d5d}.inouts-container--row[data-v-37606890]{display:flex;flex-direction:row !important}.inouts-container--row .inouts__item[data-v-37606890]:not(:first-child){margin-left:5px}.inouts__item[data-v-37606890]{display:flex;justify-content:center;align-items:center;width:25%;min-width:11px;min-height:11px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);background-color:#e7e7e7;user-select:none}.inouts__item[data-v-37606890]:hover{transform:scale(1.2)}.inouts__item[data-v-37606890]:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.inouts__item[data-v-37606890]:first-child{border-radius:2px 0 0 2px;border-left:1px solid rgba(0,0,0,.1)}.inouts__item[data-v-37606890]:last-child{border-radius:0 2px 2px 0}.inouts__item--alco[data-v-37606890]{background-color:#3583e4;color:#fff}.inouts__item--alarm[data-v-37606890]{background-color:hsl(7,84%,50%);color:#fff}.inouts__item--active[data-v-37606890]{background-color:hsl(157,85%,41%);color:#fff}.inouts--thermo .inouts-container[data-v-37606890]{height:auto;flex-direction:column}.inouts--thermo .inouts__item[data-v-37606890]{width:100%;height:13px;border:1px solid rgba(0,0,0,.1);background-color:#e7e7e7;padding:0 3px}.inouts--thermo .inouts__item[data-v-37606890]:not(:last-child){margin-bottom:2px}.inouts--thermo .inouts__item[data-v-37606890]:hover{transform:scale(1.05)}.vehicle-info--no[data-v-37606890]{font-size:calc(100% - 2px);width:13px;display:inline-block;text-align:center;margin-right:10px}.vehicle-info--regno[data-v-37606890]{color:rgba(0,0,0,.85)}.vehicle-info--date-diff-actual[data-v-37606890]{color:#3c4cff;font-weight:bold}.vehicles-list--short .vehicle-stats[data-v-37606890]{padding-right:15px;margin-right:5px !important}.vehicles-list--short--level .vehicle[data-v-37606890]{grid-template-columns:auto 42%}.vehicles-list--short--level .vehicle-stats[data-v-37606890]{padding-right:6px;margin-right:5px !important}.vehicle-info-inspections .inspections[data-v-37606890]{display:flex;border-radius:2px}.vehicle-info-inspections .inspections .inspection[data-v-37606890]{color:#fff;height:15px;line-height:13px;text-align:center;font-size:9px;font-weight:bold;border-top:1px solid rgba(0,0,0,.3);border-bottom:1px solid rgba(0,0,0,.3);width:100%}.vehicle-info-inspections .inspections .inspection.v-popover div.trigger[data-v-37606890]{width:100%;cursor:pointer}.vehicle-info-inspections .inspections .inspection-inner[data-v-37606890]{width:60px}.vehicle-info-inspections .inspections .inspection-innerW[data-v-37606890]{width:30px}.vehicle-info-inspections .inspections .inspection[data-v-37606890]:first-child{border-radius:2px 0 0 2px;border-left:1px solid rgba(0,0,0,.3)}.vehicle-info-inspections .inspections .inspection[data-v-37606890]:not(:last-child){border-right:1px solid rgba(0,0,0,.3)}.vehicle-info-inspections .inspections .inspection[data-v-37606890]:last-child{border-radius:0 2px 2px 0;border-right:1px solid rgba(0,0,0,.3)}.vehicle-info-inspections .inspections .inspection.type-1[data-v-37606890]{background-color:blue;color:#fff}.vehicle-info-inspections .inspections .inspection.type-1[data-v-37606890]:hover{background-color:#0000cb}.vehicle-info-inspections .inspections .inspection.type-2[data-v-37606890]{background-color:#ff0;color:#000}.vehicle-info-inspections .inspections .inspection.type-2[data-v-37606890]:hover{background-color:#c6c600}.vehicle-info-inspections .inspections .inspection.type-3[data-v-37606890]{background-color:red;color:#fff}.vehicle-info-inspections .inspections .inspection.type-3[data-v-37606890]:hover{background-color:#c70000}.vehicle-info-inspections .inspections .inspection.type-4[data-v-37606890]{background-color:#666;color:#fff}.vehicle-info-inspections .inspections .inspection.type-4[data-v-37606890]:hover{background-color:#666}.vehicle-info-inspections .inspections--p[data-v-37606890]{margin-bottom:2px}.vehicle-info-inspections .inspections--p .inspection.type-1[data-v-37606890]{background-color:green}.vehicle-info-inspections .inspections--p .inspection[data-v-37606890]{width:25%}.vehicle-info-inspections .inspections--w .inspection[data-v-37606890]{width:12.5%}.trigger[data-v-37606890]{display:block;width:100%}@keyframes shadowBlink-37606890{from{box-shadow:0px 0px 0px 0px rgba(4,139,255,.01),0px 0px 0px 0px rgba(13,122,255,.05)}to{box-shadow:0px 0px 0px 8px rgba(4,139,255,.05),0px 0px 0px 3px rgba(13,122,255,.11)}}.vehicle-stats-header[data-v-37606890]{border-bottom:1px dashed rgba(0,0,0,.1)}.inouts-container[data-v-37606890]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:9px;font-weight:bold;margin:2px 0;color:#5d5d5d;height:auto}.therms-container[data-v-37606890]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;font-weight:bold;margin:2px 0;color:#5d5d5d;height:auto}.el-row[data-v-37606890]{width:100%}.el-row .temp__item[data-v-37606890]{margin-bottom:3px;width:100%}.el-row .temp__item--overhear[data-v-37606890]{color:red}.el-row .temp__item--underheat[data-v-37606890]{color:blue !important}.empty-data[data-v-37606890]{font-size:12px;color:#000;border:0px solid #eee;border-top:0;text-align:center;vertical-align:middle;line-height:90px}.v-popper--theme-my-theme .v-popper__arrow-inner[data-v-37606890]{visibility:visible;border-color:#fff}.info[data-v-37606890]{padding:7px;font-size:12px;font-weight:bold;display:flex;flex-direction:column;align-items:center;background:#fff}.circle[data-v-37606890]{width:19px;height:19px;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center;margin-left:-1px}.circle--alarm[data-v-37606890]{border-color:red}
.vehicle[data-v-0ded0a4c]{display:grid;grid-template-columns:250px 1fr auto;background:#fff;border-bottom:1px solid rgba(0,0,0,.15);font-size:calc(100% - 3px);color:rgba(0,0,0,.8);transition:background-color .16s ease}.vehicle[data-v-0ded0a4c]:hover:not(.vehicle--selected){background-color:#fafcff;animation:shadowBlink-0ded0a4c .8s ease-in-out infinite;animation-direction:alternate}.vehicle:hover:not(.vehicle--selected)>*[data-v-0ded0a4c]{opacity:1}.vehicle--actual-data[data-v-0ded0a4c]{background:#c5ffca}.vehicle--actual-data .vehicle--info-date[data-v-0ded0a4c]{color:hsl(157,85%,41%)}.vehicle--old-data-1[data-v-0ded0a4c]{background:#fffeb4}.vehicle--old-data-1 .vehicle--info-date[data-v-0ded0a4c]{color:hsl(50,82%,55%)}.vehicle--old-data-2[data-v-0ded0a4c]{background:#e2e2e2}.vehicle--old-data-2>*[data-v-0ded0a4c]{opacity:.8}.vehicle--old-data-2 .vehicle-info--date[data-v-0ded0a4c]{color:hsl(7,84%,50%);font-weight:bold}.vehicle--no-data[data-v-0ded0a4c]{background:#c7c7c7}.vehicle--has-alarm[data-v-0ded0a4c]{background-color:#ffb6b6}.vehicle--selected[data-v-0ded0a4c]{border:2px solid #000;margin-top:-1px}.vehicle *[data-v-0ded0a4c]{white-space:nowrap}.vehicle-stats[data-v-0ded0a4c],.vehicle-info[data-v-0ded0a4c]{padding:4px 4px}.vehicle-stats--geo[data-v-0ded0a4c],.vehicle-info--geo[data-v-0ded0a4c]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:229px}.vehicle-stats[data-v-0ded0a4c]{border-left:1px dashed rgba(0,0,0,.1);margin-right:15px}.vehicle-stats-items[data-v-0ded0a4c]{display:grid;grid-template-columns:1fr}.vehicle [class^=vehicle-info-][data-v-0ded0a4c]{padding:1px 0}.vehicle [class^=vehicle-info-] i[data-v-0ded0a4c]{margin-right:5px}.vehicle [class^=vehicle-stat-][data-v-0ded0a4c]{font-size:10px;padding:1px 0;font-weight:600}.vehicle [class^=vehicle-stat-] i[data-v-0ded0a4c]{margin-right:5px}.vehicle .vehicle-stat--isAlert[data-v-0ded0a4c]{background-color:#eb2d14;margin:3px 0;color:#fff;padding:2px;border-radius:3px;padding-left:4px}.vehicle-stats-header[data-v-0ded0a4c]{display:flex;justify-content:space-between;font-size:14px;color:rgba(0,0,0,.05);margin:-6px -15px 2px -6px;padding:4px 5px 0px 5px}.vehicle-stats-header>div[data-v-0ded0a4c]{padding:0 5px;border-radius:2px}.vehicle-stats-header>div[data-v-0ded0a4c]:hover{background-color:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1607843137)}.vehicle-stats-header--key-isPause[data-v-0ded0a4c]{color:#ff8a04}.vehicle-stats-header--key-isRiding[data-v-0ded0a4c]{color:hsl(157,85%,41%)}.vehicle-stats-header--key-isRed[data-v-0ded0a4c]{color:hsl(7,84%,50%)}.vehicle-stats-header--key-isBlue[data-v-0ded0a4c]{color:#3583e4}.vehicle-stats-header--key-isGray[data-v-0ded0a4c]{color:#666}.is-sorted[data-v-0ded0a4c]{background:#cde9ff;border:1px dotted rgba(0,0,0,.2);color:rgba(0,0,0,.85)}.inouts[data-v-0ded0a4c]{display:flex}.inouts i[data-v-0ded0a4c]{margin-right:5px}.inouts-container[data-v-0ded0a4c]{width:100%;height:11px;display:flex;font-size:9px;font-weight:bold;margin:2px 0;color:#5d5d5d}.inouts-container--row[data-v-0ded0a4c]{display:flex;flex-direction:row !important}.inouts-container--row .inouts__item[data-v-0ded0a4c]:not(:first-child){margin-left:5px}.inouts__item[data-v-0ded0a4c]{display:flex;justify-content:center;align-items:center;width:25%;min-width:11px;min-height:11px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);background-color:#e7e7e7;user-select:none}.inouts__item[data-v-0ded0a4c]:hover{transform:scale(1.2)}.inouts__item[data-v-0ded0a4c]:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.inouts__item[data-v-0ded0a4c]:first-child{border-radius:2px 0 0 2px;border-left:1px solid rgba(0,0,0,.1)}.inouts__item[data-v-0ded0a4c]:last-child{border-radius:0 2px 2px 0}.inouts__item--alco[data-v-0ded0a4c]{background-color:#3583e4;color:#fff}.inouts__item--alarm[data-v-0ded0a4c]{background-color:hsl(7,84%,50%);color:#fff}.inouts__item--active[data-v-0ded0a4c]{background-color:hsl(157,85%,41%);color:#fff}.inouts--thermo .inouts-container[data-v-0ded0a4c]{height:auto;flex-direction:column}.inouts--thermo .inouts__item[data-v-0ded0a4c]{width:100%;height:13px;border:1px solid rgba(0,0,0,.1);background-color:#e7e7e7;padding:0 3px}.inouts--thermo .inouts__item[data-v-0ded0a4c]:not(:last-child){margin-bottom:2px}.inouts--thermo .inouts__item[data-v-0ded0a4c]:hover{transform:scale(1.05)}.vehicle-info--no[data-v-0ded0a4c]{font-size:calc(100% - 2px);width:13px;display:inline-block;text-align:center;margin-right:10px}.vehicle-info--regno[data-v-0ded0a4c]{color:rgba(0,0,0,.85)}.vehicle-info--date-diff-actual[data-v-0ded0a4c]{color:#3c4cff;font-weight:bold}.vehicles-list--short .vehicle-stats[data-v-0ded0a4c]{padding-right:15px;margin-right:5px !important}.vehicles-list--short--level .vehicle[data-v-0ded0a4c]{grid-template-columns:auto 42%}.vehicles-list--short--level .vehicle-stats[data-v-0ded0a4c]{padding-right:6px;margin-right:5px !important}.vehicle-info-inspections .inspections[data-v-0ded0a4c]{display:flex;border-radius:2px}.vehicle-info-inspections .inspections .inspection[data-v-0ded0a4c]{color:#fff;height:15px;line-height:13px;text-align:center;font-size:9px;font-weight:bold;border-top:1px solid rgba(0,0,0,.3);border-bottom:1px solid rgba(0,0,0,.3);width:100%}.vehicle-info-inspections .inspections .inspection.v-popover div.trigger[data-v-0ded0a4c]{width:100%;cursor:pointer}.vehicle-info-inspections .inspections .inspection-inner[data-v-0ded0a4c]{width:60px}.vehicle-info-inspections .inspections .inspection-innerW[data-v-0ded0a4c]{width:30px}.vehicle-info-inspections .inspections .inspection[data-v-0ded0a4c]:first-child{border-radius:2px 0 0 2px;border-left:1px solid rgba(0,0,0,.3)}.vehicle-info-inspections .inspections .inspection[data-v-0ded0a4c]:not(:last-child){border-right:1px solid rgba(0,0,0,.3)}.vehicle-info-inspections .inspections .inspection[data-v-0ded0a4c]:last-child{border-radius:0 2px 2px 0;border-right:1px solid rgba(0,0,0,.3)}.vehicle-info-inspections .inspections .inspection.type-1[data-v-0ded0a4c]{background-color:blue;color:#fff}.vehicle-info-inspections .inspections .inspection.type-1[data-v-0ded0a4c]:hover{background-color:#0000cb}.vehicle-info-inspections .inspections .inspection.type-2[data-v-0ded0a4c]{background-color:#ff0;color:#000}.vehicle-info-inspections .inspections .inspection.type-2[data-v-0ded0a4c]:hover{background-color:#c6c600}.vehicle-info-inspections .inspections .inspection.type-3[data-v-0ded0a4c]{background-color:red;color:#fff}.vehicle-info-inspections .inspections .inspection.type-3[data-v-0ded0a4c]:hover{background-color:#c70000}.vehicle-info-inspections .inspections .inspection.type-4[data-v-0ded0a4c]{background-color:#666;color:#fff}.vehicle-info-inspections .inspections .inspection.type-4[data-v-0ded0a4c]:hover{background-color:#666}.vehicle-info-inspections .inspections--p[data-v-0ded0a4c]{margin-bottom:2px}.vehicle-info-inspections .inspections--p .inspection.type-1[data-v-0ded0a4c]{background-color:green}.vehicle-info-inspections .inspections--p .inspection[data-v-0ded0a4c]{width:25%}.vehicle-info-inspections .inspections--w .inspection[data-v-0ded0a4c]{width:12.5%}.trigger[data-v-0ded0a4c]{display:block;width:100%}@keyframes shadowBlink-0ded0a4c{from{box-shadow:0px 0px 0px 0px rgba(4,139,255,.01),0px 0px 0px 0px rgba(13,122,255,.05)}to{box-shadow:0px 0px 0px 8px rgba(4,139,255,.05),0px 0px 0px 3px rgba(13,122,255,.11)}}.vehicle[data-v-0ded0a4c]{grid-template-columns:250px 270px auto auto}.vehicle-temp[data-v-0ded0a4c]{border-left:1px dashed rgba(0,0,0,.1);padding:4px}.vehicle-stats[data-v-0ded0a4c]{border-left:1px dashed rgba(0,0,0,.1)}.vehicle-stats-header[data-v-0ded0a4c]{border-bottom:1px dashed rgba(0,0,0,.1)}.inouts-container[data-v-0ded0a4c]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:9px;font-weight:bold;margin:2px 0;color:#5d5d5d;height:auto}.therms-container[data-v-0ded0a4c]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;font-weight:bold;margin:2px 0;color:#5d5d5d;height:auto}.empty-data[data-v-0ded0a4c]{font-size:12px;color:#000;border:0px solid #eee;border-top:0;text-align:center;vertical-align:middle;line-height:90px}.el-row[data-v-0ded0a4c]{width:100%}.el-row .temp__item[data-v-0ded0a4c]{margin-bottom:3px;width:100%}.el-row .temp__item--overhear[data-v-0ded0a4c]{color:red}.el-row .temp__item--underheat[data-v-0ded0a4c]{color:blue !important}.info[data-v-0ded0a4c]{padding:7px;font-size:12px;font-weight:bold;display:flex;flex-direction:column;align-items:center;background:#fff}.circle[data-v-0ded0a4c]{width:19px;height:19px;border-radius:50%;border:1px solid #000;display:flex;align-items:center;justify-content:center;margin-left:-1px}.circle--alarm[data-v-0ded0a4c]{border-color:red}
.vehicles-list{font-size:14px;position:relative;background:#fff;border-right:1px solid #cecece;z-index:200;height:100%}.vehicles-list--short{width:auto;height:auto;position:absolute;left:0;top:0;box-shadow:0 10px 10px -4px rgba(31,54,79,.15)}.vehicles-list--wide{width:auto;height:auto;position:absolute;left:0;top:0;box-shadow:0 10px 10px -4px rgba(31,54,79,.15)}.vehicles-list__empty{padding:20px;display:flex;flex-direction:column;justify-content:center;text-align:center}.vehicles-list__empty p{font-size:14px;font-weight:600;margin-bottom:5px}.vehicles-list__empty span{font-size:12px}.vehicles-list ul{position:relative;z-index:50;margin:0;padding:0;list-style:none;max-height:calc(100vh - 120px);overflow-y:auto;overflow-x:hidden}.is-sorting--asc,.is-sorting--desc{position:relative}.is-sorting--asc:before,.is-sorting--desc:before{position:absolute;left:3px;color:green;display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased}.is-sorting--asc:before{content:""}.is-sorting--desc:before{content:""}
.map-popup[data-v-317c5f72]{min-width:150px;max-height:33.3333333333vh;overflow:auto;background:#fff;border-radius:4px;box-shadow:rgba(45,45,45,.05) 0px 2px 2px,rgba(49,49,49,.05) 0px 4px 4px,rgba(42,42,42,.05) 0px 8px 8px,rgba(32,32,32,.05) 0px 16px 16px,rgba(49,49,49,.05) 0px 32px 32px,rgba(35,35,35,.05) 0px 64px 64px}.map-popup[data-v-317c5f72]:after{content:"";display:block;position:absolute;left:calc(50% - 5px);bottom:-5px;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}
.map-tooltip{max-height:33.3333333333vh;background:#3c484e;border-radius:3px;color:#fff;border:2px solid rgba(0,0,0,.2);padding:6px;font-size:11px;box-shadow:0 4px 8px rgba(25,25,25,.09)}.map-tooltip h4{font-size:13px;font-weight:600;margin-bottom:6px}.map-tooltip p{margin-bottom:4px}.map-tooltip .hr:not(:last-child){border-bottom:1px solid #f5f5f5}.map-tooltip:after{content:"";display:block;position:absolute;left:calc(50% - 7px);bottom:-7px;width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:#3c484e rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}
.list[data-v-a2dcc610]{list-style:none}.list-item[data-v-a2dcc610]{padding:10px}.list-item[data-v-a2dcc610]:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.list-item[data-v-a2dcc610]{cursor:pointer}.list-item[data-v-a2dcc610]:hover{background-color:#eee}.list-item__content[data-v-a2dcc610]{display:flex;align-items:center}.list-item img[data-v-a2dcc610]{margin:0 10px 0 5px}.list-item__name[data-v-a2dcc610]{font-size:12px;color:#333}
.list[data-v-ac82e01c]{list-style:none}.list-item[data-v-ac82e01c]{padding:10px}.list-item[data-v-ac82e01c]:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.list-item[data-v-ac82e01c]{cursor:pointer}.list-item[data-v-ac82e01c]:hover{background-color:#eee}.list-item__content[data-v-ac82e01c]{display:flex;align-items:center}.list-item img[data-v-ac82e01c]{margin:0 10px 0 5px}.list-item__name[data-v-ac82e01c]{font-size:9px;font-weight:bold;color:#333}.list-item__geo[data-v-ac82e01c]{font-size:9px;color:#333}
.window[data-v-41da740b]{position:relative;border-radius:4px;background-color:#fff;box-shadow:0px 4px 12px rgba(0,0,0,.2)}.window-header[data-v-41da740b]{color:#fff;display:flex;align-items:center;padding:0px 5px;min-height:26px;border-radius:4px 4px 0 0;background-color:#3b3b3b;width:100%}.window-header__title[data-v-41da740b]{font-size:12px;font-weight:bold;margin-right:20px}.window-header__close[data-v-41da740b]{margin-left:auto;opacity:.5;cursor:pointer}.window-header__close[data-v-41da740b]:hover{opacity:1}.window-footer[data-v-41da740b]{padding:8px;display:flex;justify-content:flex-end;border-top:1px solid #ebeef5}
.chart-container[data-v-507b324e]{width:100%;flex-wrap:nowrap;display:flex}.chart-container[data-v-507b324e]:not(:last-child){border-bottom:1px solid #dcdcdc}.chart[data-v-507b324e]{width:calc(100% - 190px)}.legend[data-v-507b324e]{padding:5px 10px;width:190px;border-left:1px solid #dcdcdc;font-size:11px}.legend ul[data-v-507b324e]{padding:0}.legend ul li[data-v-507b324e]{display:flex;list-style:none;align-items:center;padding:1px 4px;cursor:pointer}.legend ul li[data-v-507b324e]:hover{background:#f7f7f7}.legend ul li.disabled[data-v-507b324e]{opacity:.4}.legend-indicator[data-v-507b324e]{width:10px;height:10px;background:gray;margin-right:10px;border-radius:2px}.legend-value[data-v-507b324e]{margin-left:auto}
.context-menu{top:0px;left:0px;position:absolute;background-color:#fff;z-index:10000;box-shadow:0px 5px 10px rgba(0,0,0,.1);border-radius:3px}.context-menu-item{display:flex;align-items:center;font-size:12px;padding:8px;cursor:pointer;color:#555}.context-menu-item:not(:last-child){border-bottom:1px solid #e7e7e7}.context-menu-item:hover{background-color:#f5f5f5}.context-menu-item__icon{width:24px;margin-right:5px}.context-menu-item__icon i{font-size:18px}
.window[data-v-5bdd9baa]{position:relative;border-radius:4px;background-color:#fff;box-shadow:0px 4px 12px rgba(0,0,0,.2)}.window-header[data-v-5bdd9baa]{color:#fff;display:flex;align-items:center;padding:0px 5px;min-height:26px;border-radius:4px 4px 0 0;background-color:#3b3b3b;width:100%}.window-header__title[data-v-5bdd9baa]{font-size:12px;font-weight:bold;margin-right:20px}.window-header__close[data-v-5bdd9baa]{margin-left:auto;opacity:.5;cursor:pointer}.window-header__close[data-v-5bdd9baa]:hover{opacity:1}.window-footer[data-v-5bdd9baa]{padding:8px;display:flex;justify-content:flex-end;border-top:1px solid #ebeef5}
.context-menu{top:0px;left:0px;position:absolute;background-color:#fff;z-index:10000;box-shadow:0px 5px 10px rgba(0,0,0,.1);border-radius:3px}.context-menu-item{display:flex;align-items:center;font-size:12px;padding:8px;cursor:pointer;color:#555}.context-menu-item:not(:last-child){border-bottom:1px solid #e7e7e7}.context-menu-item:hover{background-color:#f5f5f5}.context-menu-item__icon{width:24px;margin-right:5px}.context-menu-item__icon i{font-size:18px}
.route-tab[data-v-3a7bc1d2]{position:relative;display:flex;align-items:center;padding:4px 10px;height:100%;border-right:1px solid rgba(0,0,0,.075);cursor:pointer;z-index:1}.route-tab[data-v-3a7bc1d2]:hover{background-color:#fdfdfd;z-index:10}.route-tab:hover .route-tab__close[data-v-3a7bc1d2]{transform:scale(1)}.route-tab--active[data-v-3a7bc1d2]{box-shadow:inset 0px -2px #3583e4;background-color:#fff}.route-tab__close[data-v-3a7bc1d2]{transform:scale(0);position:absolute;right:-6px;top:-6px;background:#fff;width:18px;display:flex;align-items:center;justify-content:center;height:18px;border:1px solid #dcdcdc;border-radius:50%;transition:all .25s ease-in-out}.route-tab__close[data-v-3a7bc1d2]:hover{transform:scale(1.25) !important}.route-tab__close:hover i[data-v-3a7bc1d2]{color:red;opacity:1}.route-tab__close i[data-v-3a7bc1d2]{font-size:12px;opacity:.75}.route-tab__name[data-v-3a7bc1d2]{font-size:11px;font-weight:600}
#el-form-item__label{line-height:40px !important}.yyy{line-height:40px !important}
.route-stats[data-v-1a11c4f5]{font-size:11px;background:#f5f5f5;overflow-y:auto;overflow-x:hidden;width:260px;min-width:260px}.route-stats--left[data-v-1a11c4f5]{border-right:1px solid #c9c9c9}.route-stats--right[data-v-1a11c4f5]{border-left:1px solid #c9c9c9}.stats-column[data-v-1a11c4f5]{background:#fff}.stats-section--collapsed .stats-section-content[data-v-1a11c4f5]{display:none}.stats-section .stats-section-content-bold[data-v-1a11c4f5]{font-weight:600}.stats-section__header[data-v-1a11c4f5]{display:flex;align-items:center;padding:5px 10px;background-color:#f1f1f1;border-bottom:1px solid #dcdcdc}.stats-section__header[data-v-1a11c4f5]:hover{background-color:hsl(0,0%,93%);cursor:pointer}.stats-section__header i[data-v-1a11c4f5]{font-size:15px;margin-left:10px;opacity:.3}.stats-section__header i[data-v-1a11c4f5]:hover{opacity:.75}.stats-section__title[data-v-1a11c4f5]{color:rgba(0,0,0,.7);font-size:11px;margin-right:auto}.stats-section-content[data-v-1a11c4f5]{border-bottom:1px solid #dcdcdc}.stats-section-content table:not(.inputs) tr[data-v-1a11c4f5]:not(:last-child){border-bottom:1px solid hsl(0,0%,95%)}.stats-section-content table:not(.inputs) tr td[data-v-1a11c4f5]{padding:4px 10px;white-space:nowrap;text-align:right}.stats-section-content table:not(.inputs) tr td[data-v-1a11c4f5]:empty{background:hsl(0,0%,99%)}.stats-section-content table:not(.inputs) tr td[data-v-1a11c4f5]:first-child{width:100%;background:hsl(0,0%,99%);border-right:1px solid hsl(0,0%,95%)}.stats-section-content table:not(.inputs) tr td.val[data-v-1a11c4f5]{text-align:left;padding-left:0;color:#c5c5c5}.stats-section--inputs table[data-v-1a11c4f5]{width:100%}.stats-section--inputs tr.inputs-header td[data-v-1a11c4f5]{padding:4px 10px;font-weight:600;position:relative}.stats-section--inputs tr.active td[data-v-1a11c4f5]{background-color:#63d60f}.stats-section--inputs tr.active--alert td[data-v-1a11c4f5]{background-color:#d60f0f}.stats-section--inputs tr td[data-v-1a11c4f5]{text-align:left !important;padding:3px 5px;width:auto !important;border-bottom:1px solid rgba(0,0,0,.1)}.stats-section--inputs tr td[data-v-1a11c4f5]:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.stats-section-content--temp[data-v-1a11c4f5]{display:flex}.stats-section-content--temp .stats-temp[data-v-1a11c4f5]{display:flex}.stats-section-content--temp .stats-temp div[data-v-1a11c4f5]{padding:2px 4px;border-right:1px solid #f2f2f2}.stats-section-content--temp .stats-temp div[data-v-1a11c4f5]:first-child{background:#fcfcfc}.inout-chart-legend[data-v-1a11c4f5]{position:absolute;right:10px;top:4px;display:flex}.inout-chart-legend i[data-v-1a11c4f5]{font-size:12px;opacity:.3;margin-right:4px}.inout-chart-legend--square[data-v-1a11c4f5]{width:12px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.2)}.inout-chart-legend--inactive[data-v-1a11c4f5]{background:#444}.oil-table[data-v-1a11c4f5]{width:100%;table-layout:fixed}.oil-table td[data-v-1a11c4f5]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #e0e0e0}
.vehicle-marker-info__date[data-v-fae98546]{background-color:#3f5361;border-radius:3px 3px 0 0;color:#fff;text-align:center;font-weight:600;padding:5px;font-size:11px}.vehicle-marker-info__stats[data-v-fae98546]{padding:4px}.vehicle-marker__key[data-v-fae98546]{margin:-4px;padding:4px;border-bottom-right-radius:4px;font-size:13px;color:#cecece}.vehicle-marker__key--isPause[data-v-fae98546]{background-color:#ff8a04;color:#fff}.vehicle-marker__key--isRiding[data-v-fae98546]{background-color:hsl(157,85%,41%);color:#fff}.vehicle-marker-info__date+.vehicle-marker-info__date[data-v-fae98546]{border-radius:0;border-top:1px solid rgba(0,0,0,.25)}
.map-wrapper[data-v-7478bec6]{height:calc(100% - 40px)}
.route-controls[data-v-61ecb864]{display:flex;align-items:center;padding:12px;width:100%;height:40px;background-color:#fafafa;border-top:1px solid #dcdcdc}.route-controls__buttons[data-v-61ecb864]{min-width:150px}.route-controls .slider-options[data-v-61ecb864]{display:flex;margin:0 10px}.route-controls .slider-container[data-v-61ecb864]{width:100%;margin:0 10px}.points-counter[data-v-61ecb864]{font-size:10px;display:flex;color:rgba(0,0,0,.55)}.points-counter>span[data-v-61ecb864]{margin:0 2px}#animation-point-per-sec[data-v-61ecb864]{width:40px;padding:1px;font-size:11px}
.grid{height:100%}
.widget-resize[data-v-0e45f0d1]{position:absolute;left:0;width:100%;height:4px;background:rgba(0,0,0,0);z-index:1000;user-select:none}.widget-resize--top[data-v-0e45f0d1]{top:-2px}.widget-resize--bottom[data-v-0e45f0d1]{bottom:-2px}.widget-resize[data-v-0e45f0d1]:hover,.widget-resize[data-v-0e45f0d1]:active{background:#d8d8d8;border-top:1px solid rgba(0,0,0,.1803921569);cursor:ns-resize;border-bottom:1px solid rgba(0,0,0,.1882352941)}.widget-resize[data-v-0e45f0d1]:active{height:9px;top:-4px;border-style:dashed;box-shadow:0 0 3px 0 rgba(0,0,0,.25)}
.dangi .el-form-item label{width:40%}
.event-disabled[data-v-363fbaf4]{opacity:.3}
.route-report[data-v-73f0965a]{z-index:1000;overflow:auto}.route-report-section__header[data-v-73f0965a]{background-color:#e2e2e2;padding:5px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.71);display:flex;align-items:center}.route-report-section__title[data-v-73f0965a]{font-size:12px}.route-report-section__toggle[data-v-73f0965a]{font-size:15px;opacity:.4;cursor:pointer;margin-right:10px;margin-left:5px}.route-report-section__toggle[data-v-73f0965a]:hover{opacity:1}.route-report-section__body[data-v-73f0965a]:not(:empty){padding:10px}.route-report-section__body[data-v-73f0965a]{display:flex}.route-report-section table[data-v-73f0965a]{border:1px solid #c1c1c1}.route-report-section table tr td[data-v-73f0965a]{height:27px;vertical-align:middle;font-size:12px;padding:4px 8px;border-bottom:1px solid #c1c1c1}.route-report-section table tr td[data-v-73f0965a]:not(.item-value){background:#e6e6e6}.route-report-section table tr td[data-v-73f0965a]:not(:last-child){border-right:1px solid #c1c1c1}.route-report-section table tr td.item-value[data-v-73f0965a]{text-align:center}.route-report-section table tr td.item-title[data-v-73f0965a]{text-align:right}
.chart-container[data-v-0602e174]{width:100%;flex-wrap:nowrap;display:flex}.chart-container[data-v-0602e174]:not(:last-child){box-shadow:inset 0px -1px 0px 0px #dcdcdc}.chart[data-v-0602e174]{width:calc(100% - 190px);margin:10px 5px}.legend[data-v-0602e174]{padding:3px;min-width:190px;width:190px;border-left:1px solid #dcdcdc;font-size:11px}.legend ul[data-v-0602e174]{padding:0}.legend ul li[data-v-0602e174]{display:flex;list-style:none;align-items:center;padding:2px 4px;cursor:pointer}.legend ul li[data-v-0602e174]:hover{background:#f7f7f7}.legend ul li.disabled[data-v-0602e174]{opacity:.4}.legend-indicator[data-v-0602e174]{width:10px;height:10px;background:gray;margin-right:10px;border-radius:2px}.legend-value[data-v-0602e174]{margin-left:auto}.charts-scale-wrapper[data-v-0602e174]{margin-top:10px;display:flex;align-items:center}.charts-scale-wrapper i[data-v-0602e174]{opacity:.5}.charts-scale[data-v-0602e174]{width:120px;min-width:120px;margin:0 5px}
.charts-scale-wrapper[data-v-899d0af8]{display:flex;align-items:center}.charts-scale-wrapper i[data-v-899d0af8]{opacity:.5}.charts-scale[data-v-899d0af8]{width:150px;min-width:150px;margin:0 5px}
.route[data-v-4f2f80f1]{width:100%;height:100%;display:flex;flex-direction:row}
.map-placeholder{position:relative;overflow:hidden;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.map-placeholder .map-placeholder-info{text-align:center}.map-placeholder .map-placeholder-info p{color:#fff;font-weight:bold;margin-bottom:12px}.map-placeholder .map-placeholder-info{z-index:2}.map-placeholder __dim{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1}.map-placeholder img{position:absolute;left:-10px;top:-10px;filter:grayscale(1) blur(1px);z-index:0;pointer-events:none}
.report-create-dialog .el-steps{margin-top:-30px;width:calc(100% + 40px);margin-left:-20px}.report-create-dialog .el-tabs{margin-top:15px}.report-create-dialog .el-table__header-wrapper{display:none}.report-create-dialog .reports-list tr{cursor:pointer}.report-select-table__description .cell{font-size:11px;line-height:17px}
.customHeaderLabel[data-v-f9cc2eea]{margin-left:5px;margin-top:3px;float:left}.customExpandButton[data-v-f9cc2eea]{float:right;margin-top:5px;margin-left:3px}.expanded[data-v-f9cc2eea]{animation-name:toExpanded-f9cc2eea;animation-duration:1s;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.collapsed[data-v-f9cc2eea]{color:#6495ed;animation-name:toCollapsed-f9cc2eea;animation-duration:1s;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}@keyframes toExpanded-f9cc2eea{from{color:#6495ed;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{color:#000;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes toCollapsed-f9cc2eea{from{color:#000;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{color:#6495ed;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}
.report-placeholder-container[data-v-bf24b760]{top:0;width:100%;height:100%;position:absolute;background:#464646;z-index:1000}.info[data-v-bf24b760]{position:absolute;padding:60px;border-radius:4px;display:flex;flex-direction:column;align-items:center;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;box-shadow:0px 4px 38px rgba(0,0,0,.08)}.info p[data-v-bf24b760]{margin-bottom:20px}table[data-v-bf24b760]{margin:50px;width:calc(100% - 100px);height:calc(100% - 100px);border:1px solid rgba(0,0,0,.45);opacity:.25}table td[data-v-bf24b760],table th[data-v-bf24b760]{padding:10px;border-right:1px solid rgba(0,0,0,.45);border-bottom:1px solid rgba(0,0,0,.45)}table div[data-v-bf24b760]{background-color:rgba(0,0,0,.45);height:10px;border-radius:4px}table th>div[data-v-bf24b760]{height:20px;background-color:rgba(0,0,0,.45)}
.report-tabs{border-top:none;background-color:#f5f5f5}.report-tabs .el-row{margin:5px !important}.report-tabs .el-row .el-col{margin:5px 0px 5px 0px}.report-tabs .el-tabs__nav{border-top:none !important;border-radius:0 !important}.report-tabs .el-tabs__item{border-radius:0;height:30px;line-height:30px;font-weight:600;display:inline-flex;align-items:center;color:rgba(12,12,12,.49)}.report-tabs>.el-tabs__header{margin-bottom:0}.report-tabs>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#e4e7ed;background-color:#fff;color:#222}.report-tabs__content{font-size:12px}.report-tabs--group .report-tabs__content{display:flex}.report-tabs--group .report-tabs__content div:last-child{margin-left:5px;display:flex;flex-direction:column;font-size:9px;justify-content:space-around;padding-top:3px;padding-bottom:3px}.report-tabs--group .report-tabs__content div:last-child span{line-height:10px}
.add-row-container{padding:10px;display:flex;border:1px solid #bdc3c7;background-color:#f5f7f7;border-radius:4px;align-items:center;margin-bottom:2px}.add-row-container .el-input:not(:first-child),.add-row-container .el-checkbox{margin:0 5px}.add-row-container .el-checkbox__label{font-size:11px}.add-row-container__close{position:absolute;right:-9px;top:-9px;font-size:15px;opacity:1;background:#f5f7f7;padding:1px;border-radius:50%;border:1px solid #bdc3c7;color:#bdc3c7;cursor:pointer}.add-row-container__close:hover{color:red}
.icons-select__popover{pointer-events:auto}.icon-list-select{width:50px;height:50px;border:1px solid #dcdfe6;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff}.icon-list-select i{font-size:24px}.icon-list-select:hover{background-color:#f1f1f1}.icon-list{display:grid;height:100%;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:5px 5px}.icon-list__item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;background-color:#fff}.icon-list__item i{font-size:24px}.icon-list__item:hover{background-color:#f1f1f1}
.container[data-v-0e03915c]{display:flex;max-width:550px}
.container{display:flex;max-width:550px}
.w-100[data-v-3bcf8f06]{width:100%}.center-input .el-input__inner[data-v-3bcf8f06]{text-align:center !important}
.icons-select__popover{pointer-events:auto}.icon-list-select{width:50px;height:50px;border:1px solid #dcdfe6;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff}.icon-list-select:hover{background-color:#f1f1f1}.icon-list{display:grid;height:100%;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:5px 5px}.icon-list__item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;background-color:#fff}.icon-list__item:hover{background-color:#f1f1f1}
.poi-edit-map[data-v-7016994e]{border:3px solid #dcdfe6}.poi-edit-map--is-drawing[data-v-7016994e]{border-color:#2d62de}
.icons-select__popover{pointer-events:auto}.icon-list-select{width:50px;height:50px;border:1px solid #dcdfe6;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff}.icon-list-select:hover{background-color:#f1f1f1}.icon-list{display:grid;height:100%;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:5px 5px}.icon-list__item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;background-color:#fff}.icon-list__item:hover{background-color:#f1f1f1}
.poi-edit-map[data-v-4296e1b2]{border:3px solid #dcdfe6}.poi-edit-map--is-drawing[data-v-4296e1b2]{border-color:#2d62de}
.configurations-list{height:100%}.configurations-list .empty-list{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:#f5f5f5;font-size:12px}
.el-form-item[data-v-57aedc20]{margin-bottom:5px !important}.el-form-item__label[data-v-57aedc20]{padding:0 !important;line-height:10px !important;padding:0px !important}
.refuel-form[data-v-29af442e]{position:relative}.el-form-item[data-v-29af442e]{margin-bottom:5px !important}.el-form-item__label[data-v-29af442e]{padding:0 !important;line-height:10px !important;padding:0px !important}
.el-transfer-panel{width:33.33333%}
.el-transfer-panel{width:33.33333%}
.grid-container span[ref=eSortDesc],.grid-container span[ref=eSortAsc]{position:absolute;right:12px}
.el-transfer-panel{width:33.33333%}
.route-stats[data-v-23284719]{font-size:11px;background:#f5f5f5;border-right:1px solid #c9c9c9;overflow-y:auto;overflow-x:hidden}.stats-column[data-v-23284719]{background:#fff}.stats-section--collapsed .stats-section-content[data-v-23284719]{display:none}.stats-section__header[data-v-23284719]{display:flex;align-items:center;padding:5px 10px;background-color:#f1f1f1;border-bottom:1px solid #dcdcdc}.stats-section__header[data-v-23284719]:hover{background-color:hsl(0,0%,93%);cursor:pointer}.stats-section__header i[data-v-23284719]{font-size:15px;margin-left:10px;opacity:.3}.stats-section__header i[data-v-23284719]:hover{opacity:.75}.stats-section__title[data-v-23284719]{color:rgba(0,0,0,.7);font-size:11px;margin-right:auto}.stats-section-content[data-v-23284719]{border-bottom:1px solid #dcdcdc}.stats-section-content table:not(.inputs) tr[data-v-23284719]:not(:last-child){border-bottom:1px solid hsl(0,0%,95%)}.stats-section-content table:not(.inputs) tr td[data-v-23284719]{padding:4px 10px;white-space:nowrap;text-align:right}.stats-section-content table:not(.inputs) tr td[data-v-23284719]:empty{background:hsl(0,0%,99%)}.stats-section-content table:not(.inputs) tr td[data-v-23284719]:first-child{width:100%;background:hsl(0,0%,99%);border-right:1px solid hsl(0,0%,95%)}.stats-section-content table:not(.inputs) tr td.val[data-v-23284719]{text-align:left;padding-left:0;color:#c5c5c5}.stats-section--inputs table[data-v-23284719]{width:100%}.stats-section--inputs tr.inputs-header td[data-v-23284719]{padding:4px 10px;font-weight:600;position:relative}.stats-section--inputs tr.active td[data-v-23284719]{background-color:#63d60f}.stats-section--inputs tr.active--alert td[data-v-23284719]{background-color:#d60f0f}.stats-section--inputs tr td[data-v-23284719]{text-align:left !important;padding:3px 5px;width:auto !important;border-bottom:1px solid rgba(0,0,0,.1)}.stats-section--inputs tr td[data-v-23284719]:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.stats-section-content--temp[data-v-23284719]{display:flex}.stats-section-content--temp .stats-temp[data-v-23284719]{display:flex}.stats-section-content--temp .stats-temp div[data-v-23284719]{padding:2px 4px;border-right:1px solid #f2f2f2}.stats-section-content--temp .stats-temp div[data-v-23284719]:first-child{background:#fcfcfc}.inout-chart-legend[data-v-23284719]{width:12px;height:12px;position:absolute;right:10px;top:4px;border-radius:2px;border:1px solid rgba(0,0,0,.2)}
.route-stats[data-v-507d058a]{font-size:11px;background:#f5f5f5;border-right:1px solid #c9c9c9;overflow-y:auto;overflow-x:hidden}.stats-column[data-v-507d058a]{background:#fff}.stats-section--collapsed .stats-section-content[data-v-507d058a]{display:none}.stats-section__header[data-v-507d058a]{display:flex;align-items:center;padding:5px 10px;background-color:#f1f1f1;border-bottom:1px solid #dcdcdc}.stats-section__header[data-v-507d058a]:hover{background-color:hsl(0,0%,93%);cursor:pointer}.stats-section__header i[data-v-507d058a]{font-size:15px;margin-left:10px;opacity:.3}.stats-section__header i[data-v-507d058a]:hover{opacity:.75}.stats-section__title[data-v-507d058a]{color:rgba(0,0,0,.7);font-size:11px;margin-right:auto}.stats-section-content[data-v-507d058a]{border-bottom:1px solid #dcdcdc}.stats-section-content table:not(.inputs) tr[data-v-507d058a]:not(:last-child){border-bottom:1px solid hsl(0,0%,95%)}.stats-section-content table:not(.inputs) tr td[data-v-507d058a]{padding:4px 10px;white-space:nowrap;text-align:right}.stats-section-content table:not(.inputs) tr td[data-v-507d058a]:empty{background:hsl(0,0%,99%)}.stats-section-content table:not(.inputs) tr td[data-v-507d058a]:first-child{width:100%;background:hsl(0,0%,99%);border-right:1px solid hsl(0,0%,95%)}.stats-section-content table:not(.inputs) tr td.val[data-v-507d058a]{text-align:left;padding-left:0;color:#c5c5c5}.stats-section--inputs table[data-v-507d058a]{width:100%}.stats-section--inputs tr.inputs-header td[data-v-507d058a]{padding:4px 10px;font-weight:600;position:relative}.stats-section--inputs tr.active td[data-v-507d058a]{background-color:#63d60f}.stats-section--inputs tr.active--alert td[data-v-507d058a]{background-color:#d60f0f}.stats-section--inputs tr td[data-v-507d058a]{text-align:left !important;padding:3px 5px;width:auto !important;border-bottom:1px solid rgba(0,0,0,.1)}.stats-section--inputs tr td[data-v-507d058a]:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.stats-section-content--temp[data-v-507d058a]{display:flex}.stats-section-content--temp .stats-temp[data-v-507d058a]{display:flex}.stats-section-content--temp .stats-temp div[data-v-507d058a]{padding:2px 4px;border-right:1px solid #f2f2f2}.stats-section-content--temp .stats-temp div[data-v-507d058a]:first-child{background:#fcfcfc}.inout-chart-legend[data-v-507d058a]{width:12px;height:12px;position:absolute;right:10px;top:4px;border-radius:2px;border:1px solid rgba(0,0,0,.2)}
.dygraph-legend[data-v-56d0b18d]{background-color:rgba(200,200,255,.75) !important;padding:4px;border:1px solid #000;border-radius:10px;box-shadow:4px 4px 4px #888;pointer-events:none;width:100px}.chart-container[data-v-56d0b18d]{width:100%;flex-wrap:nowrap;display:flex}.chart-container[data-v-56d0b18d]:not(:last-child){border-bottom:1px solid #dcdcdc}.chart[data-v-56d0b18d]{width:calc(100% - 220px);height:100%;margin:10px 5px}.legend[data-v-56d0b18d]{padding:3px;min-width:220px;width:220px;border-left:1px solid #dcdcdc;font-size:11px}.legend ul[data-v-56d0b18d]{padding:0}.legend ul li[data-v-56d0b18d]{display:flex;list-style:none;align-items:center;padding:2px 4px;cursor:pointer}.legend ul li[data-v-56d0b18d]:hover{background:#f7f7f7}.legend ul li.disabled[data-v-56d0b18d]{opacity:.4}.legend-indicator[data-v-56d0b18d]{width:10px;height:10px;background:gray;margin-right:10px;border-radius:2px}.legend-value[data-v-56d0b18d]{margin-left:auto}
.charts-scale-wrapper[data-v-626f9bcc]{display:flex;align-items:center}.charts-scale-wrapper i[data-v-626f9bcc]{opacity:.5}.charts-scale[data-v-626f9bcc]{width:150px;min-width:150px;margin:0 5px}
.chart-container[data-v-5e996d2d]{width:100%;flex-wrap:nowrap;display:flex}.chart-container[data-v-5e996d2d]:not(:last-child){border-bottom:1px solid #dcdcdc}.chart[data-v-5e996d2d]{width:calc(100% - 190px);margin:10px 5px}.legend[data-v-5e996d2d]{padding:3px;min-width:190px;width:190px;border-left:1px solid #dcdcdc;font-size:11px}.legend ul[data-v-5e996d2d]{padding:0}.legend ul li[data-v-5e996d2d]{display:flex;list-style:none;align-items:center;padding:2px 4px;cursor:pointer}.legend ul li[data-v-5e996d2d]:hover{background:#f7f7f7}.legend ul li.disabled[data-v-5e996d2d]{opacity:.4}.legend-indicator[data-v-5e996d2d]{width:10px;height:10px;background:gray;margin-right:10px;border-radius:2px}.legend-value[data-v-5e996d2d]{margin-left:auto}
.charts-scale-wrapper[data-v-432b720a]{display:flex;align-items:center}.charts-scale-wrapper i[data-v-432b720a]{opacity:.5}.charts-scale[data-v-432b720a]{width:150px;min-width:150px;margin:0 5px}
.map-wrapper[data-v-1433729c]{height:calc(100% - 40px)}
.route-controls[data-v-4e0f6827]{display:flex;align-items:center;padding:12px;width:100%;height:40px;background-color:#fafafa;border-top:1px solid #dcdcdc}.route-controls__buttons[data-v-4e0f6827]{min-width:150px}.route-controls .slider-options[data-v-4e0f6827]{display:flex;margin:0 10px}.route-controls .slider-container[data-v-4e0f6827]{width:100%;margin:0 10px}.points-counter[data-v-4e0f6827]{font-size:10px;display:flex;color:rgba(0,0,0,.55)}.points-counter>span[data-v-4e0f6827]{margin:0 2px}#animation-point-per-sec[data-v-4e0f6827]{width:40px;padding:1px;font-size:11px}
.ecodriving-view[data-v-5d2a8fce]{width:100%;height:100%;display:flex;flex-direction:row}.horizontal-panes[data-v-5d2a8fce]{width:100%;height:600px;border:1px solid #ccc}.horizontal-panes>.pane[data-v-5d2a8fce]{text-align:left;padding:15px;overflow:hidden;background:#eee}.horizontal-panes>.pane~.pane[data-v-5d2a8fce]{border-top:1px solid #ccc}
.el-transfer-panel{width:33.33333%}
@font-face{font-family:"Material Design Icons";src:url(/assets/materialdesignicons-webfont5908ecb9ed942e5e61fa.eot);src:url(/assets/materialdesignicons-webfont5908ecb9ed942e5e61fa.eot?#iefix&v=4.9.95) format("embedded-opentype"),url(/assets/materialdesignicons-webfontd9f39587ab2751b33bcf.woff2) format("woff2"),url(/assets/materialdesignicons-webfontda9606b68b5c8ac55cfb.woff) format("woff"),url(/assets/materialdesignicons-webfontbbe05489cd38a31d1694.ttf) format("truetype");font-weight:normal;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"󰀜"}.mdi-abjad-arabic::before{content:"󰍓"}.mdi-abjad-hebrew::before{content:"󰍔"}.mdi-abugida-devanagari::before{content:"󰍕"}.mdi-abugida-thai::before{content:"󰍖"}.mdi-access-point::before{content:""}.mdi-access-point-network::before{content:""}.mdi-access-point-network-off::before{content:"﮽"}.mdi-account::before{content:""}.mdi-account-alert::before{content:""}.mdi-account-alert-outline::before{content:"שּׁ"}.mdi-account-arrow-left::before{content:"שּׂ"}.mdi-account-arrow-left-outline::before{content:"אַ"}.mdi-account-arrow-right::before{content:"אָ"}.mdi-account-arrow-right-outline::before{content:"אּ"}.mdi-account-badge::before{content:"ﶃ"}.mdi-account-badge-alert::before{content:"ﶄ"}.mdi-account-badge-alert-outline::before{content:"ﶅ"}.mdi-account-badge-horizontal::before{content:"ﷰ"}.mdi-account-badge-horizontal-outline::before{content:"ﷱ"}.mdi-account-badge-outline::before{content:"ﶆ"}.mdi-account-box::before{content:""}.mdi-account-box-multiple::before{content:"盧"}.mdi-account-box-multiple-outline::before{content:"󰀬"}.mdi-account-box-outline::before{content:""}.mdi-account-cancel::before{content:"󰌊"}.mdi-account-cancel-outline::before{content:"󰌋"}.mdi-account-card-details::before{content:""}.mdi-account-card-details-outline::before{content:"ﶇ"}.mdi-account-cash::before{content:"󰃂"}.mdi-account-cash-outline::before{content:"󰃃"}.mdi-account-check::before{content:""}.mdi-account-check-outline::before{content:"﮾"}.mdi-account-child::before{content:"愈"}.mdi-account-child-circle::before{content:"憎"}.mdi-account-child-outline::before{content:"󰃳"}.mdi-account-circle::before{content:""}.mdi-account-circle-outline::before{content:"בּ"}.mdi-account-clock::before{content:"גּ"}.mdi-account-clock-outline::before{content:"דּ"}.mdi-account-cog::before{content:"󰎛"}.mdi-account-cog-outline::before{content:"󰎜"}.mdi-account-convert::before{content:""}.mdi-account-convert-outline::before{content:"󰌬"}.mdi-account-details::before{content:""}.mdi-account-details-outline::before{content:"󰎝"}.mdi-account-edit::before{content:""}.mdi-account-edit-outline::before{content:"󰀝"}.mdi-account-group::before{content:""}.mdi-account-group-outline::before{content:"הּ"}.mdi-account-heart::before{content:""}.mdi-account-heart-outline::before{content:"﮿"}.mdi-account-key::before{content:""}.mdi-account-key-outline::before{content:"﯀"}.mdi-account-lock::before{content:"󰆉"}.mdi-account-lock-outline::before{content:"󰆊"}.mdi-account-minus::before{content:""}.mdi-account-minus-outline::before{content:"﫫"}.mdi-account-multiple::before{content:""}.mdi-account-multiple-check::before{content:""}.mdi-account-multiple-check-outline::before{content:"󰈩"}.mdi-account-multiple-minus::before{content:""}.mdi-account-multiple-minus-outline::before{content:"﯁"}.mdi-account-multiple-outline::before{content:""}.mdi-account-multiple-plus::before{content:""}.mdi-account-multiple-plus-outline::before{content:""}.mdi-account-multiple-remove::before{content:"󰈵"}.mdi-account-multiple-remove-outline::before{content:"󰈶"}.mdi-account-network::before{content:""}.mdi-account-network-outline::before{content:"﯂"}.mdi-account-off::before{content:""}.mdi-account-off-outline::before{content:"﯃"}.mdi-account-outline::before{content:""}.mdi-account-plus::before{content:""}.mdi-account-plus-outline::before{content:""}.mdi-account-question::before{content:"וּ"}.mdi-account-question-outline::before{content:"זּ"}.mdi-account-remove::before{content:""}.mdi-account-remove-outline::before{content:"﫬"}.mdi-account-search::before{content:""}.mdi-account-search-outline::before{content:"老"}.mdi-account-settings::before{content:""}.mdi-account-settings-outline::before{content:"󰃴"}.mdi-account-star::before{content:""}.mdi-account-star-outline::before{content:"﯄"}.mdi-account-supervisor::before{content:"慠"}.mdi-account-supervisor-circle::before{content:"懲"}.mdi-account-supervisor-outline::before{content:"󰅘"}.mdi-account-switch::before{content:""}.mdi-account-tie::before{content:"ﲿ"}.mdi-account-tie-outline::before{content:"󰃵"}.mdi-account-tie-voice::before{content:"󰌳"}.mdi-account-tie-voice-off::before{content:"󰌵"}.mdi-account-tie-voice-off-outline::before{content:"󰌶"}.mdi-account-tie-voice-outline::before{content:"󰌴"}.mdi-accusoft::before{content:""}.mdi-adjust::before{content:""}.mdi-adobe::before{content:"蘆"}.mdi-adobe-acrobat::before{content:"ﾽ"}.mdi-air-conditioner::before{content:""}.mdi-air-filter::before{content:"ﴟ"}.mdi-air-horn::before{content:"ﶈ"}.mdi-air-humidifier::before{content:"󰃄"}.mdi-air-purifier::before{content:"ﴠ"}.mdi-airbag::before{content:"﯅"}.mdi-airballoon::before{content:""}.mdi-airballoon-outline::before{content:"󰀭"}.mdi-airplane::before{content:""}.mdi-airplane-landing::before{content:""}.mdi-airplane-off::before{content:""}.mdi-airplane-takeoff::before{content:""}.mdi-airplay::before{content:""}.mdi-airport::before{content:""}.mdi-alarm::before{content:""}.mdi-alarm-bell::before{content:""}.mdi-alarm-check::before{content:""}.mdi-alarm-light::before{content:""}.mdi-alarm-light-outline::before{content:"﯆"}.mdi-alarm-multiple::before{content:""}.mdi-alarm-note::before{content:"ﺎ"}.mdi-alarm-note-off::before{content:"ﺏ"}.mdi-alarm-off::before{content:""}.mdi-alarm-plus::before{content:""}.mdi-alarm-snooze::before{content:""}.mdi-album::before{content:""}.mdi-alert::before{content:""}.mdi-alert-box::before{content:""}.mdi-alert-box-outline::before{content:"ﳀ"}.mdi-alert-circle::before{content:""}.mdi-alert-circle-check::before{content:"󰈘"}.mdi-alert-circle-check-outline::before{content:"󰈙"}.mdi-alert-circle-outline::before{content:""}.mdi-alert-decagram::before{content:""}.mdi-alert-decagram-outline::before{content:"ﳁ"}.mdi-alert-octagon::before{content:""}.mdi-alert-octagon-outline::before{content:"ﳂ"}.mdi-alert-octagram::before{content:""}.mdi-alert-octagram-outline::before{content:"ﳃ"}.mdi-alert-outline::before{content:""}.mdi-alert-rhombus::before{content:"󰇹"}.mdi-alert-rhombus-outline::before{content:"󰇺"}.mdi-alien::before{content:""}.mdi-alien-outline::before{content:"󰃶"}.mdi-align-horizontal-center::before{content:"󰇮"}.mdi-align-horizontal-left::before{content:"󰇭"}.mdi-align-horizontal-right::before{content:"󰇯"}.mdi-align-vertical-bottom::before{content:"󰇰"}.mdi-align-vertical-center::before{content:"󰇱"}.mdi-align-vertical-top::before{content:"󰇲"}.mdi-all-inclusive::before{content:""}.mdi-allergy::before{content:"󰊃"}.mdi-alpha::before{content:""}.mdi-alpha-a::before{content:"A"}.mdi-alpha-a-box::before{content:"﫭"}.mdi-alpha-a-box-outline::before{content:"﯇"}.mdi-alpha-a-circle::before{content:"﯈"}.mdi-alpha-a-circle-outline::before{content:"﯉"}.mdi-alpha-b::before{content:"B"}.mdi-alpha-b-box::before{content:"﫮"}.mdi-alpha-b-box-outline::before{content:"﯊"}.mdi-alpha-b-circle::before{content:"﯋"}.mdi-alpha-b-circle-outline::before{content:"﯌"}.mdi-alpha-c::before{content:"C"}.mdi-alpha-c-box::before{content:"﫯"}.mdi-alpha-c-box-outline::before{content:"﯍"}.mdi-alpha-c-circle::before{content:"﯎"}.mdi-alpha-c-circle-outline::before{content:"﯏"}.mdi-alpha-d::before{content:"D"}.mdi-alpha-d-box::before{content:"﫰"}.mdi-alpha-d-box-outline::before{content:"﯐"}.mdi-alpha-d-circle::before{content:"﯑"}.mdi-alpha-d-circle-outline::before{content:"﯒"}.mdi-alpha-e::before{content:"E"}.mdi-alpha-e-box::before{content:"﫱"}.mdi-alpha-e-box-outline::before{content:"ﯓ"}.mdi-alpha-e-circle::before{content:"ﯔ"}.mdi-alpha-e-circle-outline::before{content:"ﯕ"}.mdi-alpha-f::before{content:"F"}.mdi-alpha-f-box::before{content:"﫲"}.mdi-alpha-f-box-outline::before{content:"ﯖ"}.mdi-alpha-f-circle::before{content:"ﯗ"}.mdi-alpha-f-circle-outline::before{content:"ﯘ"}.mdi-alpha-g::before{content:"G"}.mdi-alpha-g-box::before{content:"﫳"}.mdi-alpha-g-box-outline::before{content:"ﯙ"}.mdi-alpha-g-circle::before{content:"ﯚ"}.mdi-alpha-g-circle-outline::before{content:"ﯛ"}.mdi-alpha-h::before{content:"H"}.mdi-alpha-h-box::before{content:"﫴"}.mdi-alpha-h-box-outline::before{content:"ﯜ"}.mdi-alpha-h-circle::before{content:"ﯝ"}.mdi-alpha-h-circle-outline::before{content:"ﯞ"}.mdi-alpha-i::before{content:"I"}.mdi-alpha-i-box::before{content:"﫵"}.mdi-alpha-i-box-outline::before{content:"ﯟ"}.mdi-alpha-i-circle::before{content:"ﯠ"}.mdi-alpha-i-circle-outline::before{content:"ﯡ"}.mdi-alpha-j::before{content:"J"}.mdi-alpha-j-box::before{content:"﫶"}.mdi-alpha-j-box-outline::before{content:"ﯢ"}.mdi-alpha-j-circle::before{content:"ﯣ"}.mdi-alpha-j-circle-outline::before{content:"ﯤ"}.mdi-alpha-k::before{content:"K"}.mdi-alpha-k-box::before{content:"﫷"}.mdi-alpha-k-box-outline::before{content:"ﯥ"}.mdi-alpha-k-circle::before{content:"ﯦ"}.mdi-alpha-k-circle-outline::before{content:"ﯧ"}.mdi-alpha-l::before{content:"L"}.mdi-alpha-l-box::before{content:"﫸"}.mdi-alpha-l-box-outline::before{content:"ﯨ"}.mdi-alpha-l-circle::before{content:"ﯩ"}.mdi-alpha-l-circle-outline::before{content:"ﯪ"}.mdi-alpha-m::before{content:"M"}.mdi-alpha-m-box::before{content:"﫹"}.mdi-alpha-m-box-outline::before{content:"ﯫ"}.mdi-alpha-m-circle::before{content:"ﯬ"}.mdi-alpha-m-circle-outline::before{content:"ﯭ"}.mdi-alpha-n::before{content:"N"}.mdi-alpha-n-box::before{content:"﫺"}.mdi-alpha-n-box-outline::before{content:"ﯮ"}.mdi-alpha-n-circle::before{content:"ﯯ"}.mdi-alpha-n-circle-outline::before{content:"ﯰ"}.mdi-alpha-o::before{content:"O"}.mdi-alpha-o-box::before{content:"﫻"}.mdi-alpha-o-box-outline::before{content:"ﯱ"}.mdi-alpha-o-circle::before{content:"ﯲ"}.mdi-alpha-o-circle-outline::before{content:"ﯳ"}.mdi-alpha-p::before{content:"P"}.mdi-alpha-p-box::before{content:"﫼"}.mdi-alpha-p-box-outline::before{content:"ﯴ"}.mdi-alpha-p-circle::before{content:"ﯵ"}.mdi-alpha-p-circle-outline::before{content:"ﯶ"}.mdi-alpha-q::before{content:"Q"}.mdi-alpha-q-box::before{content:"﫽"}.mdi-alpha-q-box-outline::before{content:"ﯷ"}.mdi-alpha-q-circle::before{content:"ﯸ"}.mdi-alpha-q-circle-outline::before{content:"ﯹ"}.mdi-alpha-r::before{content:"R"}.mdi-alpha-r-box::before{content:"﫾"}.mdi-alpha-r-box-outline::before{content:"ﯺ"}.mdi-alpha-r-circle::before{content:"ﯻ"}.mdi-alpha-r-circle-outline::before{content:"ﯼ"}.mdi-alpha-s::before{content:"S"}.mdi-alpha-s-box::before{content:"﫿"}.mdi-alpha-s-box-outline::before{content:"ﯽ"}.mdi-alpha-s-circle::before{content:"ﯾ"}.mdi-alpha-s-circle-outline::before{content:"ﯿ"}.mdi-alpha-t::before{content:"T"}.mdi-alpha-t-box::before{content:"ﬀ"}.mdi-alpha-t-box-outline::before{content:"ﰀ"}.mdi-alpha-t-circle::before{content:"ﰁ"}.mdi-alpha-t-circle-outline::before{content:"ﰂ"}.mdi-alpha-u::before{content:"U"}.mdi-alpha-u-box::before{content:"ﬁ"}.mdi-alpha-u-box-outline::before{content:"ﰃ"}.mdi-alpha-u-circle::before{content:"ﰄ"}.mdi-alpha-u-circle-outline::before{content:"ﰅ"}.mdi-alpha-v::before{content:"V"}.mdi-alpha-v-box::before{content:"ﬂ"}.mdi-alpha-v-box-outline::before{content:"ﰆ"}.mdi-alpha-v-circle::before{content:"ﰇ"}.mdi-alpha-v-circle-outline::before{content:"ﰈ"}.mdi-alpha-w::before{content:"W"}.mdi-alpha-w-box::before{content:"ﬃ"}.mdi-alpha-w-box-outline::before{content:"ﰉ"}.mdi-alpha-w-circle::before{content:"ﰊ"}.mdi-alpha-w-circle-outline::before{content:"ﰋ"}.mdi-alpha-x::before{content:"X"}.mdi-alpha-x-box::before{content:"ﬄ"}.mdi-alpha-x-box-outline::before{content:"ﰌ"}.mdi-alpha-x-circle::before{content:"ﰍ"}.mdi-alpha-x-circle-outline::before{content:"ﰎ"}.mdi-alpha-y::before{content:"Y"}.mdi-alpha-y-box::before{content:"ﬅ"}.mdi-alpha-y-box-outline::before{content:"ﰏ"}.mdi-alpha-y-circle::before{content:"ﰐ"}.mdi-alpha-y-circle-outline::before{content:"ﰑ"}.mdi-alpha-z::before{content:"Z"}.mdi-alpha-z-box::before{content:"ﬆ"}.mdi-alpha-z-box-outline::before{content:"ﰒ"}.mdi-alpha-z-circle::before{content:"ﰓ"}.mdi-alpha-z-circle-outline::before{content:"ﰔ"}.mdi-alphabet-aurebesh::before{content:"󰍗"}.mdi-alphabet-cyrillic::before{content:"󰍘"}.mdi-alphabet-greek::before{content:"󰍙"}.mdi-alphabet-latin::before{content:"󰍚"}.mdi-alphabet-piqad::before{content:"󰍛"}.mdi-alphabet-tengwar::before{content:"󰍢"}.mdi-alphabetical::before{content:""}.mdi-alphabetical-off::before{content:"󰀮"}.mdi-alphabetical-variant::before{content:"󰀯"}.mdi-alphabetical-variant-off::before{content:"󰀰"}.mdi-altimeter::before{content:""}.mdi-amazon::before{content:""}.mdi-amazon-alexa::before{content:""}.mdi-amazon-drive::before{content:""}.mdi-ambulance::before{content:""}.mdi-ammunition::before{content:"ﳄ"}.mdi-ampersand::before{content:"戴"}.mdi-amplifier::before{content:""}.mdi-amplifier-off::before{content:"󰇠"}.mdi-anchor::before{content:""}.mdi-android::before{content:""}.mdi-android-auto::before{content:"揄"}.mdi-android-debug-bridge::before{content:""}.mdi-android-head::before{content:""}.mdi-android-messages::before{content:"ﴡ"}.mdi-android-studio::before{content:""}.mdi-angle-acute::before{content:"虜"}.mdi-angle-obtuse::before{content:"路"}.mdi-angle-right::before{content:"露"}.mdi-angular::before{content:""}.mdi-angularjs::before{content:""}.mdi-animation::before{content:""}.mdi-animation-outline::before{content:"搜"}.mdi-animation-play::before{content:"魯"}.mdi-animation-play-outline::before{content:"摒"}.mdi-ansible::before{content:"󰃅"}.mdi-antenna::before{content:"󰅄"}.mdi-anvil::before{content:""}.mdi-apache-kafka::before{content:"󰀱"}.mdi-api::before{content:"󰃆"}.mdi-api-off::before{content:"󰊂"}.mdi-apple::before{content:""}.mdi-apple-finder::before{content:""}.mdi-apple-icloud::before{content:""}.mdi-apple-ios::before{content:""}.mdi-apple-keyboard-caps::before{content:""}.mdi-apple-keyboard-command::before{content:""}.mdi-apple-keyboard-control::before{content:""}.mdi-apple-keyboard-option::before{content:""}.mdi-apple-keyboard-shift::before{content:""}.mdi-apple-safari::before{content:""}.mdi-application::before{content:""}.mdi-application-export::before{content:"ﶉ"}.mdi-application-import::before{content:"ﶊ"}.mdi-approximately-equal::before{content:"ﾾ"}.mdi-approximately-equal-box::before{content:"﾿"}.mdi-apps::before{content:""}.mdi-apps-box::before{content:"ﴢ"}.mdi-arch::before{content:""}.mdi-archive::before{content:""}.mdi-archive-arrow-down::before{content:"󰊄"}.mdi-archive-arrow-down-outline::before{content:"󰊅"}.mdi-archive-arrow-up::before{content:"󰊆"}.mdi-archive-arrow-up-outline::before{content:"󰊇"}.mdi-archive-outline::before{content:"󰈹"}.mdi-arm-flex::before{content:"󰂏"}.mdi-arm-flex-outline::before{content:"󰂐"}.mdi-arrange-bring-forward::before{content:""}.mdi-arrange-bring-to-front::before{content:""}.mdi-arrange-send-backward::before{content:""}.mdi-arrange-send-to-back::before{content:""}.mdi-arrow-all::before{content:""}.mdi-arrow-bottom-left::before{content:""}.mdi-arrow-bottom-left-bold-outline::before{content:"禮"}.mdi-arrow-bottom-left-thick::before{content:"醴"}.mdi-arrow-bottom-right::before{content:""}.mdi-arrow-bottom-right-bold-outline::before{content:"隸"}.mdi-arrow-bottom-right-thick::before{content:"惡"}.mdi-arrow-collapse::before{content:""}.mdi-arrow-collapse-all::before{content:""}.mdi-arrow-collapse-down::before{content:""}.mdi-arrow-collapse-horizontal::before{content:""}.mdi-arrow-collapse-left::before{content:""}.mdi-arrow-collapse-right::before{content:""}.mdi-arrow-collapse-up::before{content:""}.mdi-arrow-collapse-vertical::before{content:""}.mdi-arrow-decision::before{content:"了"}.mdi-arrow-decision-auto::before{content:"僚"}.mdi-arrow-decision-auto-outline::before{content:"寮"}.mdi-arrow-decision-outline::before{content:"尿"}.mdi-arrow-down::before{content:""}.mdi-arrow-down-bold::before{content:""}.mdi-arrow-down-bold-box::before{content:""}.mdi-arrow-down-bold-box-outline::before{content:""}.mdi-arrow-down-bold-circle::before{content:""}.mdi-arrow-down-bold-circle-outline::before{content:""}.mdi-arrow-down-bold-hexagon-outline::before{content:""}.mdi-arrow-down-bold-outline::before{content:"料"}.mdi-arrow-down-box::before{content:""}.mdi-arrow-down-circle::before{content:"ﲷ"}.mdi-arrow-down-circle-outline::before{content:"ﲸ"}.mdi-arrow-down-drop-circle::before{content:""}.mdi-arrow-down-drop-circle-outline::before{content:""}.mdi-arrow-down-thick::before{content:""}.mdi-arrow-expand::before{content:""}.mdi-arrow-expand-all::before{content:""}.mdi-arrow-expand-down::before{content:""}.mdi-arrow-expand-horizontal::before{content:""}.mdi-arrow-expand-left::before{content:""}.mdi-arrow-expand-right::before{content:""}.mdi-arrow-expand-up::before{content:""}.mdi-arrow-expand-vertical::before{content:""}.mdi-arrow-horizontal-lock::before{content:"󰆆"}.mdi-arrow-left::before{content:""}.mdi-arrow-left-bold::before{content:""}.mdi-arrow-left-bold-box::before{content:""}.mdi-arrow-left-bold-box-outline::before{content:""}.mdi-arrow-left-bold-circle::before{content:""}.mdi-arrow-left-bold-circle-outline::before{content:""}.mdi-arrow-left-bold-hexagon-outline::before{content:""}.mdi-arrow-left-bold-outline::before{content:"樂"}.mdi-arrow-left-box::before{content:""}.mdi-arrow-left-circle::before{content:"ﲹ"}.mdi-arrow-left-circle-outline::before{content:"ﲺ"}.mdi-arrow-left-drop-circle::before{content:""}.mdi-arrow-left-drop-circle-outline::before{content:""}.mdi-arrow-left-right::before{content:"ﺐ"}.mdi-arrow-left-right-bold::before{content:"ﺑ"}.mdi-arrow-left-right-bold-outline::before{content:"燎"}.mdi-arrow-left-thick::before{content:""}.mdi-arrow-right::before{content:""}.mdi-arrow-right-bold::before{content:""}.mdi-arrow-right-bold-box::before{content:""}.mdi-arrow-right-bold-box-outline::before{content:""}.mdi-arrow-right-bold-circle::before{content:""}.mdi-arrow-right-bold-circle-outline::before{content:""}.mdi-arrow-right-bold-hexagon-outline::before{content:""}.mdi-arrow-right-bold-outline::before{content:"療"}.mdi-arrow-right-box::before{content:""}.mdi-arrow-right-circle::before{content:"ﲻ"}.mdi-arrow-right-circle-outline::before{content:"ﲼ"}.mdi-arrow-right-drop-circle::before{content:""}.mdi-arrow-right-drop-circle-outline::before{content:""}.mdi-arrow-right-thick::before{content:""}.mdi-arrow-split-horizontal::before{content:"鷺"}.mdi-arrow-split-vertical::before{content:"碌"}.mdi-arrow-top-left::before{content:""}.mdi-arrow-top-left-bold-outline::before{content:"蓼"}.mdi-arrow-top-left-bottom-right::before{content:"ﺒ"}.mdi-arrow-top-left-bottom-right-bold::before{content:"ﺓ"}.mdi-arrow-top-left-thick::before{content:"遼"}.mdi-arrow-top-right::before{content:""}.mdi-arrow-top-right-bold-outline::before{content:"龍"}.mdi-arrow-top-right-bottom-left::before{content:"ﺔ"}.mdi-arrow-top-right-bottom-left-bold::before{content:"ﺕ"}.mdi-arrow-top-right-thick::before{content:"暈"}.mdi-arrow-up::before{content:""}.mdi-arrow-up-bold::before{content:""}.mdi-arrow-up-bold-box::before{content:""}.mdi-arrow-up-bold-box-outline::before{content:""}.mdi-arrow-up-bold-circle::before{content:""}.mdi-arrow-up-bold-circle-outline::before{content:""}.mdi-arrow-up-bold-hexagon-outline::before{content:""}.mdi-arrow-up-bold-outline::before{content:"阮"}.mdi-arrow-up-box::before{content:""}.mdi-arrow-up-circle::before{content:"ﲽ"}.mdi-arrow-up-circle-outline::before{content:"ﲾ"}.mdi-arrow-up-down::before{content:"ﺖ"}.mdi-arrow-up-down-bold::before{content:"ﺗ"}.mdi-arrow-up-down-bold-outline::before{content:"劉"}.mdi-arrow-up-drop-circle::before{content:""}.mdi-arrow-up-drop-circle-outline::before{content:""}.mdi-arrow-up-thick::before{content:""}.mdi-arrow-vertical-lock::before{content:"󰆇"}.mdi-artist::before{content:""}.mdi-artist-outline::before{content:"ﳅ"}.mdi-artstation::before{content:"﬷"}.mdi-aspect-ratio::before{content:"﨣"}.mdi-assistant::before{content:""}.mdi-asterisk::before{content:""}.mdi-at::before{content:""}.mdi-atlassian::before{content:""}.mdi-atm::before{content:"ﴣ"}.mdi-atom::before{content:""}.mdi-atom-variant::before{content:"ﺘ"}.mdi-attachment::before{content:""}.mdi-audio-video::before{content:"祿"}.mdi-audio-video-off::before{content:"󰇡"}.mdi-audiobook::before{content:""}.mdi-augmented-reality::before{content:""}.mdi-auto-download::before{content:"󰎩"}.mdi-auto-fix::before{content:""}.mdi-auto-upload::before{content:""}.mdi-autorenew::before{content:""}.mdi-av-timer::before{content:""}.mdi-aws::before{content:"ﷲ"}.mdi-axe::before{content:""}.mdi-axis::before{content:"ﴤ"}.mdi-axis-arrow::before{content:"ﴥ"}.mdi-axis-arrow-lock::before{content:"ﴦ"}.mdi-axis-lock::before{content:"ﴧ"}.mdi-axis-x-arrow::before{content:"ﴨ"}.mdi-axis-x-arrow-lock::before{content:"ﴩ"}.mdi-axis-x-rotate-clockwise::before{content:"ﴪ"}.mdi-axis-x-rotate-counterclockwise::before{content:"ﴫ"}.mdi-axis-x-y-arrow-lock::before{content:"ﴬ"}.mdi-axis-y-arrow::before{content:"ﴭ"}.mdi-axis-y-arrow-lock::before{content:"ﴮ"}.mdi-axis-y-rotate-clockwise::before{content:"ﴯ"}.mdi-axis-y-rotate-counterclockwise::before{content:"ﴰ"}.mdi-axis-z-arrow::before{content:"ﴱ"}.mdi-axis-z-arrow-lock::before{content:"ﴲ"}.mdi-axis-z-rotate-clockwise::before{content:"ﴳ"}.mdi-axis-z-rotate-counterclockwise::before{content:"ﴴ"}.mdi-azure::before{content:""}.mdi-azure-devops::before{content:"󰂑"}.mdi-babel::before{content:"﨤"}.mdi-baby::before{content:""}.mdi-baby-bottle::before{content:"ｖ"}.mdi-baby-bottle-outline::before{content:"ｗ"}.mdi-baby-carriage::before{content:""}.mdi-baby-carriage-off::before{content:"￀"}.mdi-baby-face::before{content:"ﺙ"}.mdi-baby-face-outline::before{content:"ﺚ"}.mdi-backburger::before{content:""}.mdi-backspace::before{content:""}.mdi-backspace-outline::before{content:"טּ"}.mdi-backspace-reverse::before{content:"ﺛ"}.mdi-backspace-reverse-outline::before{content:"ﺜ"}.mdi-backup-restore::before{content:""}.mdi-bacteria::before{content:"ﻲ"}.mdi-bacteria-outline::before{content:"ﻳ"}.mdi-badminton::before{content:""}.mdi-bag-carry-on::before{content:"ｘ"}.mdi-bag-carry-on-check::before{content:"﵁"}.mdi-bag-carry-on-off::before{content:"ｙ"}.mdi-bag-checked::before{content:"ｚ"}.mdi-bag-personal::before{content:"ﷳ"}.mdi-bag-personal-off::before{content:"ﷴ"}.mdi-bag-personal-off-outline::before{content:"ﷵ"}.mdi-bag-personal-outline::before{content:"ﷶ"}.mdi-baguette::before{content:"｛"}.mdi-balloon::before{content:"逸"}.mdi-ballot::before{content:"杻"}.mdi-ballot-outline::before{content:"柳"}.mdi-ballot-recount::before{content:"ﰕ"}.mdi-ballot-recount-outline::before{content:"ﰖ"}.mdi-bandage::before{content:"ﶋ"}.mdi-bandcamp::before{content:""}.mdi-bank::before{content:""}.mdi-bank-minus::before{content:"ﶌ"}.mdi-bank-outline::before{content:"ﺝ"}.mdi-bank-plus::before{content:"ﶍ"}.mdi-bank-remove::before{content:"ﶎ"}.mdi-bank-transfer::before{content:"都"}.mdi-bank-transfer-in::before{content:"﨧"}.mdi-bank-transfer-out::before{content:"﨨"}.mdi-barcode::before{content:""}.mdi-barcode-off::before{content:"󰉡"}.mdi-barcode-scan::before{content:""}.mdi-barley::before{content:""}.mdi-barley-off::before{content:"יּ"}.mdi-barn::before{content:"ךּ"}.mdi-barrel::before{content:""}.mdi-baseball::before{content:""}.mdi-baseball-bat::before{content:""}.mdi-basecamp::before{content:""}.mdi-bash::before{content:"󰆮"}.mdi-basket::before{content:""}.mdi-basket-fill::before{content:""}.mdi-basket-outline::before{content:"󰆬"}.mdi-basket-unfill::before{content:""}.mdi-basketball::before{content:""}.mdi-basketball-hoop::before{content:"ﰗ"}.mdi-basketball-hoop-outline::before{content:"ﰘ"}.mdi-bat::before{content:"כּ"}.mdi-battery::before{content:""}.mdi-battery-10::before{content:""}.mdi-battery-10-bluetooth::before{content:"綠"}.mdi-battery-20::before{content:""}.mdi-battery-20-bluetooth::before{content:"菉"}.mdi-battery-30::before{content:""}.mdi-battery-30-bluetooth::before{content:"錄"}.mdi-battery-40::before{content:""}.mdi-battery-40-bluetooth::before{content:"鹿"}.mdi-battery-50::before{content:""}.mdi-battery-50-bluetooth::before{content:"論"}.mdi-battery-60::before{content:""}.mdi-battery-60-bluetooth::before{content:"壟"}.mdi-battery-70::before{content:""}.mdi-battery-70-bluetooth::before{content:"弄"}.mdi-battery-80::before{content:""}.mdi-battery-80-bluetooth::before{content:"籠"}.mdi-battery-90::before{content:""}.mdi-battery-90-bluetooth::before{content:"聾"}.mdi-battery-alert::before{content:""}.mdi-battery-alert-bluetooth::before{content:"牢"}.mdi-battery-alert-variant::before{content:"󰃷"}.mdi-battery-alert-variant-outline::before{content:"󰃸"}.mdi-battery-bluetooth::before{content:"磊"}.mdi-battery-bluetooth-variant::before{content:"賂"}.mdi-battery-charging::before{content:""}.mdi-battery-charging-10::before{content:""}.mdi-battery-charging-100::before{content:""}.mdi-battery-charging-20::before{content:""}.mdi-battery-charging-30::before{content:""}.mdi-battery-charging-40::before{content:""}.mdi-battery-charging-50::before{content:""}.mdi-battery-charging-60::before{content:""}.mdi-battery-charging-70::before{content:""}.mdi-battery-charging-80::before{content:""}.mdi-battery-charging-90::before{content:""}.mdi-battery-charging-high::before{content:"󰋑"}.mdi-battery-charging-low::before{content:"󰋏"}.mdi-battery-charging-medium::before{content:"󰋐"}.mdi-battery-charging-outline::before{content:""}.mdi-battery-charging-wireless::before{content:""}.mdi-battery-charging-wireless-10::before{content:""}.mdi-battery-charging-wireless-20::before{content:""}.mdi-battery-charging-wireless-30::before{content:""}.mdi-battery-charging-wireless-40::before{content:""}.mdi-battery-charging-wireless-50::before{content:""}.mdi-battery-charging-wireless-60::before{content:""}.mdi-battery-charging-wireless-70::before{content:""}.mdi-battery-charging-wireless-80::before{content:""}.mdi-battery-charging-wireless-90::before{content:""}.mdi-battery-charging-wireless-alert::before{content:""}.mdi-battery-charging-wireless-outline::before{content:""}.mdi-battery-heart::before{content:"󰈺"}.mdi-battery-heart-outline::before{content:"󰈻"}.mdi-battery-heart-variant::before{content:"󰈼"}.mdi-battery-high::before{content:"󰋎"}.mdi-battery-low::before{content:"󰋌"}.mdi-battery-medium::before{content:"󰋍"}.mdi-battery-minus::before{content:""}.mdi-battery-negative::before{content:""}.mdi-battery-off::before{content:"󰊈"}.mdi-battery-off-outline::before{content:"󰊉"}.mdi-battery-outline::before{content:""}.mdi-battery-plus::before{content:""}.mdi-battery-positive::before{content:""}.mdi-battery-unknown::before{content:""}.mdi-battery-unknown-bluetooth::before{content:"雷"}.mdi-battlenet::before{content:"לּ"}.mdi-beach::before{content:""}.mdi-beaker::before{content:"ﳆ"}.mdi-beaker-alert::before{content:"󰉔"}.mdi-beaker-alert-outline::before{content:"󰉕"}.mdi-beaker-check::before{content:"󰉖"}.mdi-beaker-check-outline::before{content:"󰉗"}.mdi-beaker-minus::before{content:"󰉘"}.mdi-beaker-minus-outline::before{content:"󰉙"}.mdi-beaker-outline::before{content:""}.mdi-beaker-plus::before{content:"󰉚"}.mdi-beaker-plus-outline::before{content:"󰉛"}.mdi-beaker-question::before{content:"󰉜"}.mdi-beaker-question-outline::before{content:"󰉝"}.mdi-beaker-remove::before{content:"󰉞"}.mdi-beaker-remove-outline::before{content:"󰉟"}.mdi-beats::before{content:""}.mdi-bed-double::before{content:"󰂒"}.mdi-bed-double-outline::before{content:"󰂓"}.mdi-bed-empty::before{content:""}.mdi-bed-king::before{content:"󰂔"}.mdi-bed-king-outline::before{content:"󰂕"}.mdi-bed-queen::before{content:"󰂖"}.mdi-bed-queen-outline::before{content:"󰂗"}.mdi-bed-single::before{content:"󰂘"}.mdi-bed-single-outline::before{content:"󰂙"}.mdi-bee::before{content:"￁"}.mdi-bee-flower::before{content:"ￂ"}.mdi-beehive-outline::before{content:"󰃹"}.mdi-beer::before{content:""}.mdi-beer-outline::before{content:"󰌷"}.mdi-behance::before{content:""}.mdi-bell::before{content:""}.mdi-bell-alert::before{content:"ﴵ"}.mdi-bell-alert-outline::before{content:"ﺞ"}.mdi-bell-check::before{content:"󰈐"}.mdi-bell-check-outline::before{content:"󰈑"}.mdi-bell-circle::before{content:"ﴶ"}.mdi-bell-circle-outline::before{content:"ﴷ"}.mdi-bell-off::before{content:""}.mdi-bell-off-outline::before{content:"敖"}.mdi-bell-outline::before{content:""}.mdi-bell-plus::before{content:""}.mdi-bell-plus-outline::before{content:"晴"}.mdi-bell-ring::before{content:""}.mdi-bell-ring-outline::before{content:""}.mdi-bell-sleep::before{content:""}.mdi-bell-sleep-outline::before{content:"朗"}.mdi-beta::before{content:""}.mdi-betamax::before{content:"流"}.mdi-biathlon::before{content:"ﷷ"}.mdi-bible::before{content:""}.mdi-bicycle::before{content:"󰃇"}.mdi-bicycle-basket::before{content:"󰉠"}.mdi-bike::before{content:""}.mdi-bike-fast::before{content:"󰅊"}.mdi-billboard::before{content:"󰀲"}.mdi-billiards::before{content:"﬽"}.mdi-billiards-rack::before{content:"מּ"}.mdi-bing::before{content:""}.mdi-binoculars::before{content:""}.mdi-bio::before{content:""}.mdi-biohazard::before{content:""}.mdi-bitbucket::before{content:""}.mdi-bitcoin::before{content:""}.mdi-black-mesa::before{content:""}.mdi-blackberry::before{content:""}.mdi-blender::before{content:"ﳇ"}.mdi-blender-software::before{content:""}.mdi-blinds::before{content:""}.mdi-blinds-open::before{content:"󰀳"}.mdi-block-helper::before{content:""}.mdi-blogger::before{content:""}.mdi-blood-bag::before{content:"ﳈ"}.mdi-bluetooth::before{content:""}.mdi-bluetooth-audio::before{content:""}.mdi-bluetooth-connect::before{content:""}.mdi-bluetooth-off::before{content:""}.mdi-bluetooth-settings::before{content:""}.mdi-bluetooth-transfer::before{content:""}.mdi-blur::before{content:""}.mdi-blur-linear::before{content:""}.mdi-blur-off::before{content:""}.mdi-blur-radial::before{content:""}.mdi-bolnisi-cross::before{content:"ﳉ"}.mdi-bolt::before{content:"ﶏ"}.mdi-bomb::before{content:""}.mdi-bomb-off::before{content:""}.mdi-bone::before{content:""}.mdi-book::before{content:""}.mdi-book-information-variant::before{content:"󰂚"}.mdi-book-lock::before{content:""}.mdi-book-lock-open::before{content:""}.mdi-book-minus::before{content:""}.mdi-book-minus-multiple::before{content:"望"}.mdi-book-multiple::before{content:""}.mdi-book-open::before{content:""}.mdi-book-open-outline::before{content:"﬿"}.mdi-book-open-page-variant::before{content:""}.mdi-book-open-variant::before{content:""}.mdi-book-outline::before{content:"נּ"}.mdi-book-play::before{content:"ﺟ"}.mdi-book-play-outline::before{content:"ﺠ"}.mdi-book-plus::before{content:""}.mdi-book-plus-multiple::before{content:"杖"}.mdi-book-remove::before{content:"殺"}.mdi-book-remove-multiple::before{content:"歹"}.mdi-book-search::before{content:"ﺡ"}.mdi-book-search-outline::before{content:"ﺢ"}.mdi-book-variant::before{content:""}.mdi-book-variant-multiple::before{content:""}.mdi-bookmark::before{content:""}.mdi-bookmark-check::before{content:""}.mdi-bookmark-check-outline::before{content:"󰎦"}.mdi-bookmark-minus::before{content:"溜"}.mdi-bookmark-minus-outline::before{content:"琉"}.mdi-bookmark-multiple::before{content:"ﷸ"}.mdi-bookmark-multiple-outline::before{content:"ﷹ"}.mdi-bookmark-music::before{content:""}.mdi-bookmark-music-outline::before{content:"󰎤"}.mdi-bookmark-off::before{content:"留"}.mdi-bookmark-off-outline::before{content:"硫"}.mdi-bookmark-outline::before{content:""}.mdi-bookmark-plus::before{content:""}.mdi-bookmark-plus-outline::before{content:""}.mdi-bookmark-remove::before{content:""}.mdi-bookmark-remove-outline::before{content:"󰎥"}.mdi-bookshelf::before{content:"󰊊"}.mdi-boom-gate::before{content:"ﺣ"}.mdi-boom-gate-alert::before{content:"ﺤ"}.mdi-boom-gate-alert-outline::before{content:"ﺥ"}.mdi-boom-gate-down::before{content:"ﺦ"}.mdi-boom-gate-down-outline::before{content:"ﺧ"}.mdi-boom-gate-outline::before{content:"ﺨ"}.mdi-boom-gate-up::before{content:"ﺩ"}.mdi-boom-gate-up-outline::before{content:"ﺪ"}.mdi-boombox::before{content:""}.mdi-boomerang::before{content:"󰃺"}.mdi-bootstrap::before{content:""}.mdi-border-all::before{content:""}.mdi-border-all-variant::before{content:""}.mdi-border-bottom::before{content:""}.mdi-border-bottom-variant::before{content:""}.mdi-border-color::before{content:""}.mdi-border-horizontal::before{content:""}.mdi-border-inside::before{content:""}.mdi-border-left::before{content:""}.mdi-border-left-variant::before{content:""}.mdi-border-none::before{content:""}.mdi-border-none-variant::before{content:""}.mdi-border-outside::before{content:""}.mdi-border-right::before{content:""}.mdi-border-right-variant::before{content:""}.mdi-border-style::before{content:""}.mdi-border-top::before{content:""}.mdi-border-top-variant::before{content:""}.mdi-border-vertical::before{content:""}.mdi-bottle-soda::before{content:"󰂛"}.mdi-bottle-soda-classic::before{content:"󰂜"}.mdi-bottle-soda-classic-outline::before{content:"󰎎"}.mdi-bottle-soda-outline::before{content:"󰂝"}.mdi-bottle-tonic::before{content:"󰅙"}.mdi-bottle-tonic-outline::before{content:"󰅚"}.mdi-bottle-tonic-plus::before{content:"󰅛"}.mdi-bottle-tonic-plus-outline::before{content:"󰅜"}.mdi-bottle-tonic-skull::before{content:"󰅝"}.mdi-bottle-tonic-skull-outline::before{content:"󰅞"}.mdi-bottle-wine::before{content:""}.mdi-bottle-wine-outline::before{content:"󰌻"}.mdi-bow-tie::before{content:""}.mdi-bowl::before{content:""}.mdi-bowling::before{content:""}.mdi-box::before{content:""}.mdi-box-cutter::before{content:""}.mdi-box-shadow::before{content:""}.mdi-boxing-glove::before{content:"סּ"}.mdi-braille::before{content:"紐"}.mdi-brain::before{content:"類"}.mdi-bread-slice::before{content:"ﳊ"}.mdi-bread-slice-outline::before{content:"ﳋ"}.mdi-bridge::before{content:""}.mdi-briefcase::before{content:""}.mdi-briefcase-account::before{content:"ﳌ"}.mdi-briefcase-account-outline::before{content:"ﳍ"}.mdi-briefcase-check::before{content:""}.mdi-briefcase-check-outline::before{content:"󰍉"}.mdi-briefcase-clock::before{content:"󰃻"}.mdi-briefcase-clock-outline::before{content:"󰃼"}.mdi-briefcase-download::before{content:""}.mdi-briefcase-download-outline::before{content:"ﰙ"}.mdi-briefcase-edit::before{content:"流"}.mdi-briefcase-edit-outline::before{content:"ﰚ"}.mdi-briefcase-minus::before{content:"﨩"}.mdi-briefcase-minus-outline::before{content:"ﰛ"}.mdi-briefcase-outline::before{content:""}.mdi-briefcase-plus::before{content:"飯"}.mdi-briefcase-plus-outline::before{content:"ﰜ"}.mdi-briefcase-remove::before{content:"飼"}.mdi-briefcase-remove-outline::before{content:"ﰝ"}.mdi-briefcase-search::before{content:"館"}.mdi-briefcase-search-outline::before{content:"ﰞ"}.mdi-briefcase-upload::before{content:""}.mdi-briefcase-upload-outline::before{content:"ﰟ"}.mdi-brightness-1::before{content:""}.mdi-brightness-2::before{content:""}.mdi-brightness-3::before{content:""}.mdi-brightness-4::before{content:""}.mdi-brightness-5::before{content:""}.mdi-brightness-6::before{content:""}.mdi-brightness-7::before{content:""}.mdi-brightness-auto::before{content:""}.mdi-brightness-percent::before{content:"ﳎ"}.mdi-broom::before{content:""}.mdi-brush::before{content:""}.mdi-buddhism::before{content:"壘"}.mdi-buffer::before{content:""}.mdi-bug::before{content:""}.mdi-bug-check::before{content:"鶴"}.mdi-bug-check-outline::before{content:"郞"}.mdi-bug-outline::before{content:"隷"}.mdi-bugle::before{content:"﶐"}.mdi-bulldozer::before{content:"﬇"}.mdi-bullet::before{content:"ﳏ"}.mdi-bulletin-board::before{content:""}.mdi-bullhorn::before{content:""}.mdi-bullhorn-outline::before{content:"﬈"}.mdi-bullseye::before{content:""}.mdi-bullseye-arrow::before{content:""}.mdi-bulma::before{content:"󰌒"}.mdi-bunk-bed::before{content:"󰌭"}.mdi-bus::before{content:""}.mdi-bus-alert::before{content:"滛"}.mdi-bus-articulated-end::before{content:""}.mdi-bus-articulated-front::before{content:""}.mdi-bus-clock::before{content:""}.mdi-bus-double-decker::before{content:""}.mdi-bus-marker::before{content:"󰈽"}.mdi-bus-multiple::before{content:"｜"}.mdi-bus-school::before{content:""}.mdi-bus-side::before{content:""}.mdi-bus-stop::before{content:"󰀴"}.mdi-bus-stop-covered::before{content:"󰀵"}.mdi-bus-stop-uncovered::before{content:"󰀶"}.mdi-cached::before{content:""}.mdi-cactus::before{content:"﶑"}.mdi-cake::before{content:""}.mdi-cake-layered::before{content:""}.mdi-cake-variant::before{content:""}.mdi-calculator::before{content:""}.mdi-calculator-variant::before{content:"滋"}.mdi-calendar::before{content:""}.mdi-calendar-account::before{content:"ﻴ"}.mdi-calendar-account-outline::before{content:"ﻵ"}.mdi-calendar-alert::before{content:"侮"}.mdi-calendar-arrow-left::before{content:"󰅟"}.mdi-calendar-arrow-right::before{content:"󰅠"}.mdi-calendar-blank::before{content:""}.mdi-calendar-blank-multiple::before{content:"󰂞"}.mdi-calendar-blank-outline::before{content:"﭂"}.mdi-calendar-check::before{content:""}.mdi-calendar-check-outline::before{content:"ﰠ"}.mdi-calendar-clock::before{content:""}.mdi-calendar-edit::before{content:""}.mdi-calendar-export::before{content:"﬉"}.mdi-calendar-heart::before{content:"六"}.mdi-calendar-import::before{content:"﬊"}.mdi-calendar-minus::before{content:"ﴸ"}.mdi-calendar-month::before{content:"ﷺ"}.mdi-calendar-month-outline::before{content:"ﷻ"}.mdi-calendar-multiple::before{content:""}.mdi-calendar-multiple-check::before{content:""}.mdi-calendar-multiselect::before{content:"僧"}.mdi-calendar-outline::before{content:"ףּ"}.mdi-calendar-plus::before{content:""}.mdi-calendar-question::before{content:""}.mdi-calendar-range::before{content:""}.mdi-calendar-range-outline::before{content:"פּ"}.mdi-calendar-remove::before{content:""}.mdi-calendar-remove-outline::before{content:"ﰡ"}.mdi-calendar-repeat::before{content:"ﺫ"}.mdi-calendar-repeat-outline::before{content:"ﺬ"}.mdi-calendar-search::before{content:"屢"}.mdi-calendar-star::before{content:"戮"}.mdi-calendar-text::before{content:""}.mdi-calendar-text-outline::before{content:"ﰢ"}.mdi-calendar-today::before{content:""}.mdi-calendar-week::before{content:"免"}.mdi-calendar-week-begin::before{content:"勉"}.mdi-calendar-weekend::before{content:"ﻶ"}.mdi-calendar-weekend-outline::before{content:"ﻷ"}.mdi-call-made::before{content:""}.mdi-call-merge::before{content:""}.mdi-call-missed::before{content:""}.mdi-call-received::before{content:""}.mdi-call-split::before{content:""}.mdi-camcorder::before{content:""}.mdi-camcorder-box::before{content:""}.mdi-camcorder-box-off::before{content:""}.mdi-camcorder-off::before{content:""}.mdi-camera::before{content:""}.mdi-camera-account::before{content:""}.mdi-camera-burst::before{content:""}.mdi-camera-control::before{content:"﭅"}.mdi-camera-enhance::before{content:""}.mdi-camera-enhance-outline::before{content:"צּ"}.mdi-camera-front::before{content:""}.mdi-camera-front-variant::before{content:""}.mdi-camera-gopro::before{content:""}.mdi-camera-image::before{content:""}.mdi-camera-iris::before{content:""}.mdi-camera-metering-center::before{content:""}.mdi-camera-metering-matrix::before{content:""}.mdi-camera-metering-partial::before{content:""}.mdi-camera-metering-spot::before{content:""}.mdi-camera-off::before{content:""}.mdi-camera-outline::before{content:"ﴹ"}.mdi-camera-party-mode::before{content:""}.mdi-camera-plus::before{content:"ﻸ"}.mdi-camera-plus-outline::before{content:"ﻹ"}.mdi-camera-rear::before{content:""}.mdi-camera-rear-variant::before{content:""}.mdi-camera-retake::before{content:"﷼"}.mdi-camera-retake-outline::before{content:"﷽"}.mdi-camera-switch::before{content:""}.mdi-camera-timer::before{content:""}.mdi-camera-wireless::before{content:"ﶒ"}.mdi-camera-wireless-outline::before{content:"ﶓ"}.mdi-campfire::before{content:"ﻺ"}.mdi-cancel::before{content:""}.mdi-candle::before{content:""}.mdi-candycane::before{content:""}.mdi-cannabis::before{content:""}.mdi-caps-lock::before{content:"漢"}.mdi-car::before{content:""}.mdi-car-2-plus::before{content:"󰀷"}.mdi-car-3-plus::before{content:"󰀸"}.mdi-car-back::before{content:"﷾"}.mdi-car-battery::before{content:""}.mdi-car-brake-abs::before{content:"ﰣ"}.mdi-car-brake-alert::before{content:"ﰤ"}.mdi-car-brake-hold::before{content:"ﴺ"}.mdi-car-brake-parking::before{content:"ﴻ"}.mdi-car-brake-retarder::before{content:"󰀹"}.mdi-car-child-seat::before{content:"ￃ"}.mdi-car-clutch::before{content:"󰀺"}.mdi-car-connected::before{content:""}.mdi-car-convertible::before{content:""}.mdi-car-coolant-level::before{content:"󰀻"}.mdi-car-cruise-control::before{content:"ﴼ"}.mdi-car-defrost-front::before{content:"ﴽ"}.mdi-car-defrost-rear::before{content:"﴾"}.mdi-car-door::before{content:"קּ"}.mdi-car-door-lock::before{content:"󰃈"}.mdi-car-electric::before{content:"רּ"}.mdi-car-esp::before{content:"ﰥ"}.mdi-car-estate::before{content:""}.mdi-car-hatchback::before{content:""}.mdi-car-info::before{content:"󰇩"}.mdi-car-key::before{content:"שּ"}.mdi-car-light-dimmed::before{content:"ﰦ"}.mdi-car-light-fog::before{content:"ﰧ"}.mdi-car-light-high::before{content:"ﰨ"}.mdi-car-limousine::before{content:""}.mdi-car-multiple::before{content:"תּ"}.mdi-car-off::before{content:"﷿"}.mdi-car-parking-lights::before{content:"﴿"}.mdi-car-pickup::before{content:""}.mdi-car-seat::before{content:"ￄ"}.mdi-car-seat-cooler::before{content:"ￅ"}.mdi-car-seat-heater::before{content:"ￆ"}.mdi-car-shift-pattern::before{content:"｝"}.mdi-car-side::before{content:""}.mdi-car-sports::before{content:""}.mdi-car-tire-alert::before{content:"ﰩ"}.mdi-car-traction-control::before{content:"﵀"}.mdi-car-turbocharger::before{content:"󰀼"}.mdi-car-wash::before{content:""}.mdi-car-windshield::before{content:"󰀽"}.mdi-car-windshield-outline::before{content:"󰀾"}.mdi-caravan::before{content:""}.mdi-card::before{content:"וֹ"}.mdi-card-bulleted::before{content:"בֿ"}.mdi-card-bulleted-off::before{content:"כֿ"}.mdi-card-bulleted-off-outline::before{content:"פֿ"}.mdi-card-bulleted-outline::before{content:"ﭏ"}.mdi-card-bulleted-settings::before{content:"ﭐ"}.mdi-card-bulleted-settings-outline::before{content:"ﭑ"}.mdi-card-outline::before{content:"ﭒ"}.mdi-card-plus::before{content:"󰈪"}.mdi-card-plus-outline::before{content:"󰈫"}.mdi-card-search::before{content:"󰂟"}.mdi-card-search-outline::before{content:"󰂠"}.mdi-card-text::before{content:"ﭓ"}.mdi-card-text-outline::before{content:"ﭔ"}.mdi-cards::before{content:""}.mdi-cards-club::before{content:""}.mdi-cards-diamond::before{content:""}.mdi-cards-diamond-outline::before{content:"󰀿"}.mdi-cards-heart::before{content:""}.mdi-cards-outline::before{content:""}.mdi-cards-playing-outline::before{content:""}.mdi-cards-spade::before{content:""}.mdi-cards-variant::before{content:""}.mdi-carrot::before{content:""}.mdi-cart::before{content:""}.mdi-cart-arrow-down::before{content:"﵂"}.mdi-cart-arrow-right::before{content:"ﰪ"}.mdi-cart-arrow-up::before{content:"﵃"}.mdi-cart-minus::before{content:"﵄"}.mdi-cart-off::before{content:""}.mdi-cart-outline::before{content:""}.mdi-cart-plus::before{content:""}.mdi-cart-remove::before{content:"﵅"}.mdi-case-sensitive-alt::before{content:""}.mdi-cash::before{content:""}.mdi-cash-100::before{content:""}.mdi-cash-marker::before{content:"ﶔ"}.mdi-cash-minus::before{content:"󰊋"}.mdi-cash-multiple::before{content:""}.mdi-cash-plus::before{content:"󰊌"}.mdi-cash-refund::before{content:"瀞"}.mdi-cash-register::before{content:"ﳐ"}.mdi-cash-remove::before{content:"󰊍"}.mdi-cash-usd::before{content:"󰆡"}.mdi-cash-usd-outline::before{content:""}.mdi-cassette::before{content:"陸"}.mdi-cast::before{content:""}.mdi-cast-audio::before{content:"󰁀"}.mdi-cast-connected::before{content:""}.mdi-cast-education::before{content:"﹭"}.mdi-cast-off::before{content:""}.mdi-castle::before{content:""}.mdi-cat::before{content:""}.mdi-cctv::before{content:""}.mdi-ceiling-light::before{content:""}.mdi-cellphone::before{content:""}.mdi-cellphone-android::before{content:""}.mdi-cellphone-arrow-down::before{content:"倫"}.mdi-cellphone-basic::before{content:""}.mdi-cellphone-dock::before{content:""}.mdi-cellphone-erase::before{content:"樓"}.mdi-cellphone-information::before{content:"～"}.mdi-cellphone-iphone::before{content:""}.mdi-cellphone-key::before{content:"淚"}.mdi-cellphone-link::before{content:""}.mdi-cellphone-link-off::before{content:""}.mdi-cellphone-lock::before{content:"漏"}.mdi-cellphone-message::before{content:""}.mdi-cellphone-message-off::before{content:"󰃽"}.mdi-cellphone-nfc::before{content:"ﺭ"}.mdi-cellphone-nfc-off::before{content:"󰌃"}.mdi-cellphone-off::before{content:"累"}.mdi-cellphone-play::before{content:"󰁁"}.mdi-cellphone-screenshot::before{content:"勤"}.mdi-cellphone-settings::before{content:""}.mdi-cellphone-settings-variant::before{content:"縷"}.mdi-cellphone-sound::before{content:"陋"}.mdi-cellphone-text::before{content:""}.mdi-cellphone-wireless::before{content:""}.mdi-celtic-cross::before{content:"ﳑ"}.mdi-centos::before{content:"󰅅"}.mdi-certificate::before{content:""}.mdi-certificate-outline::before{content:"󰆳"}.mdi-chair-rolling::before{content:"ﾺ"}.mdi-chair-school::before{content:""}.mdi-charity::before{content:"ﰫ"}.mdi-chart-arc::before{content:""}.mdi-chart-areaspline::before{content:""}.mdi-chart-areaspline-variant::before{content:"ﺮ"}.mdi-chart-bar::before{content:""}.mdi-chart-bar-stacked::before{content:""}.mdi-chart-bell-curve::before{content:"ﰬ"}.mdi-chart-bell-curve-cumulative::before{content:"ￇ"}.mdi-chart-bubble::before{content:""}.mdi-chart-donut::before{content:""}.mdi-chart-donut-variant::before{content:""}.mdi-chart-gantt::before{content:""}.mdi-chart-histogram::before{content:""}.mdi-chart-line::before{content:""}.mdi-chart-line-stacked::before{content:""}.mdi-chart-line-variant::before{content:""}.mdi-chart-multiline::before{content:""}.mdi-chart-multiple::before{content:"󰈾"}.mdi-chart-pie::before{content:""}.mdi-chart-ppf::before{content:"󰎫"}.mdi-chart-scatter-plot::before{content:"ﺯ"}.mdi-chart-scatter-plot-hexbin::before{content:""}.mdi-chart-snakey::before{content:"󰈊"}.mdi-chart-snakey-variant::before{content:"󰈋"}.mdi-chart-timeline::before{content:""}.mdi-chart-timeline-variant::before{content:"ﺰ"}.mdi-chart-tree::before{content:"ﺱ"}.mdi-chat::before{content:"ﭕ"}.mdi-chat-alert::before{content:"ﭖ"}.mdi-chat-alert-outline::before{content:"󰋴"}.mdi-chat-outline::before{content:"ﻻ"}.mdi-chat-processing::before{content:"ﭗ"}.mdi-chat-processing-outline::before{content:"󰋵"}.mdi-chat-sleep::before{content:"󰋼"}.mdi-chat-sleep-outline::before{content:"󰋽"}.mdi-check::before{content:""}.mdi-check-all::before{content:""}.mdi-check-bold::before{content:"﹮"}.mdi-check-box-multiple-outline::before{content:"ﰭ"}.mdi-check-box-outline::before{content:"ﰮ"}.mdi-check-circle::before{content:""}.mdi-check-circle-outline::before{content:""}.mdi-check-decagram::before{content:""}.mdi-check-network::before{content:"ﰯ"}.mdi-check-network-outline::before{content:"ﰰ"}.mdi-check-outline::before{content:""}.mdi-check-underline::before{content:"ﹰ"}.mdi-check-underline-circle::before{content:"ﹱ"}.mdi-check-underline-circle-outline::before{content:"ﹲ"}.mdi-checkbook::before{content:"煮"}.mdi-checkbox-blank::before{content:""}.mdi-checkbox-blank-circle::before{content:""}.mdi-checkbox-blank-circle-outline::before{content:""}.mdi-checkbox-blank-off::before{content:"󰌗"}.mdi-checkbox-blank-off-outline::before{content:"󰌘"}.mdi-checkbox-blank-outline::before{content:""}.mdi-checkbox-intermediate::before{content:""}.mdi-checkbox-marked::before{content:""}.mdi-checkbox-marked-circle::before{content:""}.mdi-checkbox-marked-circle-outline::before{content:""}.mdi-checkbox-marked-outline::before{content:""}.mdi-checkbox-multiple-blank::before{content:""}.mdi-checkbox-multiple-blank-circle::before{content:""}.mdi-checkbox-multiple-blank-circle-outline::before{content:""}.mdi-checkbox-multiple-blank-outline::before{content:""}.mdi-checkbox-multiple-marked::before{content:""}.mdi-checkbox-multiple-marked-circle::before{content:""}.mdi-checkbox-multiple-marked-circle-outline::before{content:""}.mdi-checkbox-multiple-marked-outline::before{content:""}.mdi-checkerboard::before{content:""}.mdi-checkerboard-minus::before{content:"󰈭"}.mdi-checkerboard-plus::before{content:"󰈬"}.mdi-checkerboard-remove::before{content:"󰈮"}.mdi-cheese::before{content:"󰋤"}.mdi-chef-hat::before{content:"ﭘ"}.mdi-chemical-weapon::before{content:""}.mdi-chess-bishop::before{content:""}.mdi-chess-king::before{content:""}.mdi-chess-knight::before{content:""}.mdi-chess-pawn::before{content:""}.mdi-chess-queen::before{content:""}.mdi-chess-rook::before{content:""}.mdi-chevron-double-down::before{content:""}.mdi-chevron-double-left::before{content:""}.mdi-chevron-double-right::before{content:""}.mdi-chevron-double-up::before{content:""}.mdi-chevron-down::before{content:""}.mdi-chevron-down-box::before{content:"崙"}.mdi-chevron-down-box-outline::before{content:"淪"}.mdi-chevron-down-circle::before{content:"﬋"}.mdi-chevron-down-circle-outline::before{content:"﬌"}.mdi-chevron-left::before{content:""}.mdi-chevron-left-box::before{content:"輪"}.mdi-chevron-left-box-outline::before{content:"律"}.mdi-chevron-left-circle::before{content:"﬍"}.mdi-chevron-left-circle-outline::before{content:"﬎"}.mdi-chevron-right::before{content:""}.mdi-chevron-right-box::before{content:"慄"}.mdi-chevron-right-box-outline::before{content:"栗"}.mdi-chevron-right-circle::before{content:"﬏"}.mdi-chevron-right-circle-outline::before{content:"﬐"}.mdi-chevron-triple-down::before{content:"ﶕ"}.mdi-chevron-triple-left::before{content:"ﶖ"}.mdi-chevron-triple-right::before{content:"ﶗ"}.mdi-chevron-triple-up::before{content:"ﶘ"}.mdi-chevron-up::before{content:""}.mdi-chevron-up-box::before{content:"率"}.mdi-chevron-up-box-outline::before{content:"隆"}.mdi-chevron-up-circle::before{content:"﬑"}.mdi-chevron-up-circle-outline::before{content:"﬒"}.mdi-chili-hot::before{content:""}.mdi-chili-medium::before{content:""}.mdi-chili-mild::before{content:""}.mdi-chip::before{content:""}.mdi-christianity::before{content:"勒"}.mdi-christianity-outline::before{content:"ﳒ"}.mdi-church::before{content:""}.mdi-cigar::before{content:"󰆴"}.mdi-circle::before{content:""}.mdi-circle-double::before{content:"ﺲ"}.mdi-circle-edit-outline::before{content:""}.mdi-circle-expand::before{content:"ﺳ"}.mdi-circle-medium::before{content:"利"}.mdi-circle-off-outline::before{content:"󰃾"}.mdi-circle-outline::before{content:""}.mdi-circle-slice-1::before{content:"瞧"}.mdi-circle-slice-2::before{content:"爵"}.mdi-circle-slice-3::before{content:"犯"}.mdi-circle-slice-4::before{content:"猪"}.mdi-circle-slice-5::before{content:"瑱"}.mdi-circle-slice-6::before{content:"甆"}.mdi-circle-slice-7::before{content:"画"}.mdi-circle-slice-8::before{content:"瘝"}.mdi-circle-small::before{content:"吏"}.mdi-circular-saw::before{content:"ﹳ"}.mdi-cisco-webex::before{content:""}.mdi-city::before{content:""}.mdi-city-variant::before{content:"卑"}.mdi-city-variant-outline::before{content:"喝"}.mdi-clipboard::before{content:""}.mdi-clipboard-account::before{content:""}.mdi-clipboard-account-outline::before{content:"ﰱ"}.mdi-clipboard-alert::before{content:""}.mdi-clipboard-alert-outline::before{content:"ﳓ"}.mdi-clipboard-arrow-down::before{content:""}.mdi-clipboard-arrow-down-outline::before{content:"ﰲ"}.mdi-clipboard-arrow-left::before{content:""}.mdi-clipboard-arrow-left-outline::before{content:"ﳔ"}.mdi-clipboard-arrow-right::before{content:"ﳕ"}.mdi-clipboard-arrow-right-outline::before{content:"ﳖ"}.mdi-clipboard-arrow-up::before{content:"ﰳ"}.mdi-clipboard-arrow-up-outline::before{content:"ﰴ"}.mdi-clipboard-check::before{content:""}.mdi-clipboard-check-multiple::before{content:"󰊎"}.mdi-clipboard-check-multiple-outline::before{content:"󰊏"}.mdi-clipboard-check-outline::before{content:""}.mdi-clipboard-file::before{content:"󰊐"}.mdi-clipboard-file-outline::before{content:"󰊑"}.mdi-clipboard-flow::before{content:""}.mdi-clipboard-flow-outline::before{content:"󰅂"}.mdi-clipboard-list::before{content:"󰃿"}.mdi-clipboard-list-outline::before{content:"󰄀"}.mdi-clipboard-multiple::before{content:"󰊒"}.mdi-clipboard-multiple-outline::before{content:"󰊓"}.mdi-clipboard-outline::before{content:""}.mdi-clipboard-play::before{content:"ﰵ"}.mdi-clipboard-play-multiple::before{content:"󰊔"}.mdi-clipboard-play-multiple-outline::before{content:"󰊕"}.mdi-clipboard-play-outline::before{content:"ﰶ"}.mdi-clipboard-plus::before{content:""}.mdi-clipboard-plus-outline::before{content:"󰍊"}.mdi-clipboard-pulse::before{content:""}.mdi-clipboard-pulse-outline::before{content:""}.mdi-clipboard-text::before{content:""}.mdi-clipboard-text-multiple::before{content:"󰊖"}.mdi-clipboard-text-multiple-outline::before{content:"󰊗"}.mdi-clipboard-text-outline::before{content:"嘆"}.mdi-clipboard-text-play::before{content:"ﰷ"}.mdi-clipboard-text-play-outline::before{content:"ﰸ"}.mdi-clippy::before{content:""}.mdi-clock::before{content:"肋"}.mdi-clock-alert::before{content:"凜"}.mdi-clock-alert-outline::before{content:""}.mdi-clock-check::before{content:"￈"}.mdi-clock-check-outline::before{content:"￉"}.mdi-clock-digital::before{content:"ﺴ"}.mdi-clock-end::before{content:""}.mdi-clock-fast::before{content:""}.mdi-clock-in::before{content:""}.mdi-clock-out::before{content:""}.mdi-clock-outline::before{content:""}.mdi-clock-start::before{content:""}.mdi-close::before{content:""}.mdi-close-box::before{content:""}.mdi-close-box-multiple::before{content:"ﰹ"}.mdi-close-box-multiple-outline::before{content:"ﰺ"}.mdi-close-box-outline::before{content:""}.mdi-close-circle::before{content:""}.mdi-close-circle-outline::before{content:""}.mdi-close-network::before{content:""}.mdi-close-network-outline::before{content:"ﰻ"}.mdi-close-octagon::before{content:""}.mdi-close-octagon-outline::before{content:""}.mdi-close-outline::before{content:""}.mdi-closed-caption::before{content:""}.mdi-closed-caption-outline::before{content:"ﶙ"}.mdi-cloud::before{content:""}.mdi-cloud-alert::before{content:"履"}.mdi-cloud-braces::before{content:""}.mdi-cloud-check::before{content:""}.mdi-cloud-check-outline::before{content:"󰋷"}.mdi-cloud-circle::before{content:""}.mdi-cloud-download::before{content:""}.mdi-cloud-download-outline::before{content:"ﭙ"}.mdi-cloud-lock::before{content:"󰈜"}.mdi-cloud-lock-outline::before{content:"󰈝"}.mdi-cloud-off-outline::before{content:""}.mdi-cloud-outline::before{content:""}.mdi-cloud-print::before{content:""}.mdi-cloud-print-outline::before{content:""}.mdi-cloud-question::before{content:"器"}.mdi-cloud-search::before{content:"凌"}.mdi-cloud-search-outline::before{content:"稜"}.mdi-cloud-sync::before{content:""}.mdi-cloud-sync-outline::before{content:"󰌁"}.mdi-cloud-tags::before{content:""}.mdi-cloud-upload::before{content:""}.mdi-cloud-upload-outline::before{content:"ﭚ"}.mdi-clover::before{content:""}.mdi-coach-lamp::before{content:"󰁂"}.mdi-coat-rack::before{content:"󰃉"}.mdi-code-array::before{content:""}.mdi-code-braces::before{content:""}.mdi-code-braces-box::before{content:"󰄁"}.mdi-code-brackets::before{content:""}.mdi-code-equal::before{content:""}.mdi-code-greater-than::before{content:""}.mdi-code-greater-than-or-equal::before{content:""}.mdi-code-less-than::before{content:""}.mdi-code-less-than-or-equal::before{content:""}.mdi-code-not-equal::before{content:""}.mdi-code-not-equal-variant::before{content:""}.mdi-code-parentheses::before{content:""}.mdi-code-parentheses-box::before{content:"󰄂"}.mdi-code-string::before{content:""}.mdi-code-tags::before{content:""}.mdi-code-tags-check::before{content:""}.mdi-codepen::before{content:""}.mdi-coffee::before{content:""}.mdi-coffee-maker::before{content:"󰃊"}.mdi-coffee-off::before{content:"ￊ"}.mdi-coffee-off-outline::before{content:"ￋ"}.mdi-coffee-outline::before{content:""}.mdi-coffee-to-go::before{content:""}.mdi-coffee-to-go-outline::before{content:"󰌹"}.mdi-coffin::before{content:"ﭛ"}.mdi-cog-clockwise::before{content:"󰈈"}.mdi-cog-counterclockwise::before{content:"󰈉"}.mdi-cogs::before{content:""}.mdi-coin::before{content:"󰆖"}.mdi-coin-outline::before{content:""}.mdi-coins::before{content:""}.mdi-collage::before{content:""}.mdi-collapse-all::before{content:"瘟"}.mdi-collapse-all-outline::before{content:"益"}.mdi-color-helper::before{content:""}.mdi-comma::before{content:"ﹴ"}.mdi-comma-box::before{content:"﹵"}.mdi-comma-box-outline::before{content:"ﹶ"}.mdi-comma-circle::before{content:"ﹷ"}.mdi-comma-circle-outline::before{content:"ﹸ"}.mdi-comment::before{content:""}.mdi-comment-account::before{content:""}.mdi-comment-account-outline::before{content:""}.mdi-comment-alert::before{content:""}.mdi-comment-alert-outline::before{content:""}.mdi-comment-arrow-left::before{content:"易"}.mdi-comment-arrow-left-outline::before{content:"李"}.mdi-comment-arrow-right::before{content:"梨"}.mdi-comment-arrow-right-outline::before{content:"泥"}.mdi-comment-check::before{content:""}.mdi-comment-check-outline::before{content:""}.mdi-comment-edit::before{content:"󰇪"}.mdi-comment-edit-outline::before{content:"󰋯"}.mdi-comment-eye::before{content:"塀"}.mdi-comment-eye-outline::before{content:"墨"}.mdi-comment-multiple::before{content:""}.mdi-comment-multiple-outline::before{content:""}.mdi-comment-outline::before{content:""}.mdi-comment-plus::before{content:"理"}.mdi-comment-plus-outline::before{content:""}.mdi-comment-processing::before{content:""}.mdi-comment-processing-outline::before{content:""}.mdi-comment-question::before{content:""}.mdi-comment-question-outline::before{content:""}.mdi-comment-quote::before{content:"󰁃"}.mdi-comment-quote-outline::before{content:"󰁄"}.mdi-comment-remove::before{content:""}.mdi-comment-remove-outline::before{content:""}.mdi-comment-search::before{content:"層"}.mdi-comment-search-outline::before{content:"屮"}.mdi-comment-text::before{content:""}.mdi-comment-text-multiple::before{content:""}.mdi-comment-text-multiple-outline::before{content:""}.mdi-comment-text-outline::before{content:""}.mdi-compare::before{content:""}.mdi-compass::before{content:""}.mdi-compass-off::before{content:"ﭜ"}.mdi-compass-off-outline::before{content:"ﭝ"}.mdi-compass-outline::before{content:""}.mdi-compass-rose::before{content:"󰎭"}.mdi-concourse-ci::before{content:"󰃋"}.mdi-console::before{content:""}.mdi-console-line::before{content:""}.mdi-console-network::before{content:""}.mdi-console-network-outline::before{content:"ﰼ"}.mdi-consolidate::before{content:"󰄃"}.mdi-contact-mail::before{content:""}.mdi-contact-mail-outline::before{content:"ﺵ"}.mdi-contact-phone::before{content:"ﺶ"}.mdi-contact-phone-outline::before{content:"ﺷ"}.mdi-contactless-payment::before{content:"﵆"}.mdi-contacts::before{content:""}.mdi-contain::before{content:"悔"}.mdi-contain-end::before{content:"慨"}.mdi-contain-start::before{content:"憎"}.mdi-content-copy::before{content:""}.mdi-content-cut::before{content:""}.mdi-content-duplicate::before{content:""}.mdi-content-paste::before{content:""}.mdi-content-save::before{content:""}.mdi-content-save-alert::before{content:"｟"}.mdi-content-save-alert-outline::before{content:"｠"}.mdi-content-save-all::before{content:""}.mdi-content-save-all-outline::before{content:"｡"}.mdi-content-save-edit::before{content:"ﳗ"}.mdi-content-save-edit-outline::before{content:"ﳘ"}.mdi-content-save-move::before{content:"ﹹ"}.mdi-content-save-move-outline::before{content:"ﹺ"}.mdi-content-save-outline::before{content:""}.mdi-content-save-settings::before{content:""}.mdi-content-save-settings-outline::before{content:"ﬓ"}.mdi-contrast::before{content:""}.mdi-contrast-box::before{content:""}.mdi-contrast-circle::before{content:""}.mdi-controller-classic::before{content:"ﭞ"}.mdi-controller-classic-outline::before{content:"ﭟ"}.mdi-cookie::before{content:""}.mdi-coolant-temperature::before{content:""}.mdi-copyright::before{content:""}.mdi-cordova::before{content:"綾"}.mdi-corn::before{content:""}.mdi-counter::before{content:""}.mdi-cow::before{content:""}.mdi-cowboy::before{content:"ﺸ"}.mdi-cpu-32-bit::before{content:"ﻼ"}.mdi-cpu-64-bit::before{content:"﻽"}.mdi-crane::before{content:""}.mdi-creation::before{content:""}.mdi-creative-commons::before{content:"﵇"}.mdi-credit-card::before{content:"󰀐"}.mdi-credit-card-clock::before{content:"﻾"}.mdi-credit-card-clock-outline::before{content:"ﾼ"}.mdi-credit-card-marker::before{content:""}.mdi-credit-card-marker-outline::before{content:"ﶚ"}.mdi-credit-card-minus::before{content:"ￌ"}.mdi-credit-card-minus-outline::before{content:"ￍ"}.mdi-credit-card-multiple::before{content:"󰀑"}.mdi-credit-card-multiple-outline::before{content:""}.mdi-credit-card-off::before{content:"󰀒"}.mdi-credit-card-off-outline::before{content:""}.mdi-credit-card-outline::before{content:""}.mdi-credit-card-plus::before{content:"󰀓"}.mdi-credit-card-plus-outline::before{content:""}.mdi-credit-card-refund::before{content:"󰀔"}.mdi-credit-card-refund-outline::before{content:"盛"}.mdi-credit-card-remove::before{content:"ￎ"}.mdi-credit-card-remove-outline::before{content:"ￏ"}.mdi-credit-card-scan::before{content:"󰀕"}.mdi-credit-card-scan-outline::before{content:""}.mdi-credit-card-settings::before{content:"󰀖"}.mdi-credit-card-settings-outline::before{content:""}.mdi-credit-card-wireless::before{content:""}.mdi-credit-card-wireless-outline::before{content:"﵈"}.mdi-cricket::before{content:"﵉"}.mdi-crop::before{content:""}.mdi-crop-free::before{content:""}.mdi-crop-landscape::before{content:""}.mdi-crop-portrait::before{content:""}.mdi-crop-rotate::before{content:""}.mdi-crop-square::before{content:""}.mdi-crosshairs::before{content:""}.mdi-crosshairs-gps::before{content:""}.mdi-crosshairs-off::before{content:"｢"}.mdi-crosshairs-question::before{content:"󰅡"}.mdi-crown::before{content:""}.mdi-crown-outline::before{content:"󰇻"}.mdi-cryengine::before{content:"菱"}.mdi-crystal-ball::before{content:"ﬔ"}.mdi-cube::before{content:""}.mdi-cube-outline::before{content:""}.mdi-cube-scan::before{content:"ﭠ"}.mdi-cube-send::before{content:""}.mdi-cube-unfolded::before{content:""}.mdi-cup::before{content:""}.mdi-cup-off::before{content:""}.mdi-cup-off-outline::before{content:"󰎨"}.mdi-cup-outline::before{content:"󰌺"}.mdi-cup-water::before{content:""}.mdi-cupboard::before{content:"｣"}.mdi-cupboard-outline::before{content:"､"}.mdi-cupcake::before{content:"陵"}.mdi-curling::before{content:""}.mdi-currency-bdt::before{content:""}.mdi-currency-brl::before{content:"ﭡ"}.mdi-currency-btc::before{content:""}.mdi-currency-cny::before{content:""}.mdi-currency-eth::before{content:""}.mdi-currency-eur::before{content:""}.mdi-currency-eur-off::before{content:"󰍀"}.mdi-currency-gbp::before{content:""}.mdi-currency-ils::before{content:"ﰽ"}.mdi-currency-inr::before{content:""}.mdi-currency-jpy::before{content:""}.mdi-currency-krw::before{content:""}.mdi-currency-kzt::before{content:""}.mdi-currency-ngn::before{content:""}.mdi-currency-php::before{content:"痢"}.mdi-currency-rial::before{content:"ﺹ"}.mdi-currency-rub::before{content:""}.mdi-currency-sign::before{content:""}.mdi-currency-try::before{content:""}.mdi-currency-twd::before{content:""}.mdi-currency-usd::before{content:""}.mdi-currency-usd-off::before{content:""}.mdi-current-ac::before{content:"讀"}.mdi-current-dc::before{content:"拏"}.mdi-cursor-default::before{content:""}.mdi-cursor-default-click::before{content:"ﳙ"}.mdi-cursor-default-click-outline::before{content:"ﳚ"}.mdi-cursor-default-gesture::before{content:"󰅒"}.mdi-cursor-default-gesture-outline::before{content:"󰅓"}.mdi-cursor-default-outline::before{content:""}.mdi-cursor-move::before{content:""}.mdi-cursor-pointer::before{content:""}.mdi-cursor-text::before{content:""}.mdi-database::before{content:""}.mdi-database-check::before{content:"直"}.mdi-database-edit::before{content:"ﭢ"}.mdi-database-export::before{content:"諾"}.mdi-database-import::before{content:"樂"}.mdi-database-lock::before{content:"睊"}.mdi-database-marker::before{content:"󰌡"}.mdi-database-minus::before{content:""}.mdi-database-plus::before{content:""}.mdi-database-refresh::before{content:"ﳛ"}.mdi-database-remove::before{content:"ﳜ"}.mdi-database-search::before{content:""}.mdi-database-settings::before{content:"ﳝ"}.mdi-death-star::before{content:""}.mdi-death-star-variant::before{content:""}.mdi-deathly-hallows::before{content:"ﭣ"}.mdi-debian::before{content:""}.mdi-debug-step-into::before{content:""}.mdi-debug-step-out::before{content:""}.mdi-debug-step-over::before{content:""}.mdi-decagram::before{content:""}.mdi-decagram-outline::before{content:""}.mdi-decimal::before{content:"󰃌"}.mdi-decimal-comma::before{content:"󰃍"}.mdi-decimal-comma-decrease::before{content:"󰃎"}.mdi-decimal-comma-increase::before{content:"󰃏"}.mdi-decimal-decrease::before{content:""}.mdi-decimal-increase::before{content:""}.mdi-delete::before{content:""}.mdi-delete-alert::before{content:"󰃐"}.mdi-delete-alert-outline::before{content:"󰃑"}.mdi-delete-circle::before{content:""}.mdi-delete-circle-outline::before{content:"ﭤ"}.mdi-delete-empty::before{content:""}.mdi-delete-empty-outline::before{content:"ﺺ"}.mdi-delete-forever::before{content:""}.mdi-delete-forever-outline::before{content:"ﭥ"}.mdi-delete-off::before{content:"󰃒"}.mdi-delete-off-outline::before{content:"󰃓"}.mdi-delete-outline::before{content:"罹"}.mdi-delete-restore::before{content:""}.mdi-delete-sweep::before{content:""}.mdi-delete-sweep-outline::before{content:"ﰾ"}.mdi-delete-variant::before{content:""}.mdi-delta::before{content:""}.mdi-desk::before{content:"󰉤"}.mdi-desk-lamp::before{content:"丹"}.mdi-deskphone::before{content:""}.mdi-desktop-classic::before{content:""}.mdi-desktop-mac::before{content:""}.mdi-desktop-mac-dashboard::before{content:"裏"}.mdi-desktop-tower::before{content:""}.mdi-desktop-tower-monitor::before{content:"着"}.mdi-details::before{content:""}.mdi-dev-to::before{content:"﵊"}.mdi-developer-board::before{content:""}.mdi-deviantart::before{content:""}.mdi-devices::before{content:"￐"}.mdi-diabetes::before{content:"󰅑"}.mdi-dialpad::before{content:""}.mdi-diameter::before{content:"ﰿ"}.mdi-diameter-outline::before{content:"ﱀ"}.mdi-diameter-variant::before{content:"ﱁ"}.mdi-diamond::before{content:"ﭦ"}.mdi-diamond-outline::before{content:"ﭧ"}.mdi-diamond-stone::before{content:""}.mdi-dice-1::before{content:""}.mdi-dice-1-outline::before{content:"󰅵"}.mdi-dice-2::before{content:""}.mdi-dice-2-outline::before{content:"󰅶"}.mdi-dice-3::before{content:""}.mdi-dice-3-outline::before{content:"󰅷"}.mdi-dice-4::before{content:""}.mdi-dice-4-outline::before{content:"󰅸"}.mdi-dice-5::before{content:""}.mdi-dice-5-outline::before{content:"󰅹"}.mdi-dice-6::before{content:""}.mdi-dice-6-outline::before{content:"󰅺"}.mdi-dice-d10::before{content:"󰅾"}.mdi-dice-d10-outline::before{content:""}.mdi-dice-d12::before{content:"󰅿"}.mdi-dice-d12-outline::before{content:""}.mdi-dice-d20::before{content:"󰆀"}.mdi-dice-d20-outline::before{content:""}.mdi-dice-d4::before{content:"󰅻"}.mdi-dice-d4-outline::before{content:""}.mdi-dice-d6::before{content:"󰅼"}.mdi-dice-d6-outline::before{content:""}.mdi-dice-d8::before{content:"󰅽"}.mdi-dice-d8-outline::before{content:""}.mdi-dice-multiple::before{content:""}.mdi-dice-multiple-outline::before{content:"󰆁"}.mdi-dictionary::before{content:""}.mdi-digital-ocean::before{content:"󰉢"}.mdi-dip-switch::before{content:""}.mdi-directions::before{content:""}.mdi-directions-fork::before{content:""}.mdi-disc::before{content:""}.mdi-disc-alert::before{content:""}.mdi-disc-player::before{content:"寧"}.mdi-discord::before{content:""}.mdi-dishwasher::before{content:"磌"}.mdi-dishwasher-alert::before{content:"󰇣"}.mdi-dishwasher-off::before{content:"󰇤"}.mdi-disqus::before{content:""}.mdi-disqus-outline::before{content:""}.mdi-distribute-horizontal-center::before{content:"󰇴"}.mdi-distribute-horizontal-left::before{content:"󰇳"}.mdi-distribute-horizontal-right::before{content:"󰇵"}.mdi-distribute-vertical-bottom::before{content:"󰇶"}.mdi-distribute-vertical-center::before{content:"󰇷"}.mdi-distribute-vertical-top::before{content:"󰇸"}.mdi-diving-flippers::before{content:"ﶛ"}.mdi-diving-helmet::before{content:"ﶜ"}.mdi-diving-scuba::before{content:"ﶝ"}.mdi-diving-scuba-flag::before{content:"ﶞ"}.mdi-diving-scuba-tank::before{content:"ﶟ"}.mdi-diving-scuba-tank-multiple::before{content:"ﶠ"}.mdi-diving-snorkel::before{content:"ﶡ"}.mdi-division::before{content:""}.mdi-division-box::before{content:""}.mdi-dlna::before{content:"懲"}.mdi-dna::before{content:""}.mdi-dns::before{content:""}.mdi-dns-outline::before{content:"ﭨ"}.mdi-do-not-disturb::before{content:""}.mdi-do-not-disturb-off::before{content:""}.mdi-dock-bottom::before{content:"󰃔"}.mdi-dock-left::before{content:"󰃕"}.mdi-dock-right::before{content:"󰃖"}.mdi-dock-window::before{content:"󰃗"}.mdi-docker::before{content:""}.mdi-doctor::before{content:"敏"}.mdi-dog::before{content:"既"}.mdi-dog-service::before{content:"窱"}.mdi-dog-side::before{content:"暑"}.mdi-dolby::before{content:""}.mdi-dolly::before{content:"ﺻ"}.mdi-domain::before{content:""}.mdi-domain-off::before{content:"﵋"}.mdi-domain-plus::before{content:"󰃘"}.mdi-domain-remove::before{content:"󰃙"}.mdi-domino-mask::before{content:"󰁅"}.mdi-donkey::before{content:""}.mdi-door::before{content:""}.mdi-door-closed::before{content:""}.mdi-door-closed-lock::before{content:"󰃚"}.mdi-door-open::before{content:""}.mdi-doorbell::before{content:"󰌑"}.mdi-doorbell-video::before{content:""}.mdi-dot-net::before{content:"節"}.mdi-dots-horizontal::before{content:""}.mdi-dots-horizontal-circle::before{content:""}.mdi-dots-horizontal-circle-outline::before{content:"ﭩ"}.mdi-dots-vertical::before{content:""}.mdi-dots-vertical-circle::before{content:""}.mdi-dots-vertical-circle-outline::before{content:"ﭪ"}.mdi-douban::before{content:""}.mdi-download::before{content:""}.mdi-download-lock::before{content:"󰍋"}.mdi-download-lock-outline::before{content:"󰍌"}.mdi-download-multiple::before{content:"裡"}.mdi-download-network::before{content:""}.mdi-download-network-outline::before{content:"ﱂ"}.mdi-download-off::before{content:"󰃛"}.mdi-download-off-outline::before{content:"󰃜"}.mdi-download-outline::before{content:"ﭫ"}.mdi-drag::before{content:""}.mdi-drag-horizontal::before{content:""}.mdi-drag-horizontal-variant::before{content:"󰌛"}.mdi-drag-variant::before{content:"ﭬ"}.mdi-drag-vertical::before{content:""}.mdi-drag-vertical-variant::before{content:"󰌜"}.mdi-drama-masks::before{content:"ﳞ"}.mdi-draw::before{content:"ｦ"}.mdi-drawing::before{content:""}.mdi-drawing-box::before{content:""}.mdi-dresser::before{content:"ｧ"}.mdi-dresser-outline::before{content:"ｨ"}.mdi-dribbble::before{content:""}.mdi-dribbble-box::before{content:""}.mdi-drone::before{content:""}.mdi-dropbox::before{content:""}.mdi-drupal::before{content:""}.mdi-duck::before{content:""}.mdi-dumbbell::before{content:""}.mdi-dump-truck::before{content:"ﱃ"}.mdi-ear-hearing::before{content:""}.mdi-ear-hearing-off::before{content:"梅"}.mdi-earth::before{content:""}.mdi-earth-arrow-right::before{content:"󰌼"}.mdi-earth-box::before{content:""}.mdi-earth-box-off::before{content:""}.mdi-earth-off::before{content:""}.mdi-edge::before{content:""}.mdi-edge-legacy::before{content:"󰉻"}.mdi-egg::before{content:"类"}.mdi-egg-easter::before{content:"絛"}.mdi-eight-track::before{content:"里"}.mdi-eject::before{content:""}.mdi-eject-outline::before{content:"ﭭ"}.mdi-electric-switch::before{content:"ﺼ"}.mdi-electric-switch-closed::before{content:"󰄄"}.mdi-electron-framework::before{content:"󰁆"}.mdi-elephant::before{content:""}.mdi-elevation-decline::before{content:""}.mdi-elevation-rise::before{content:""}.mdi-elevator::before{content:""}.mdi-elevator-down::before{content:"󰋭"}.mdi-elevator-passenger::before{content:"󰎬"}.mdi-elevator-up::before{content:"󰋬"}.mdi-ellipse::before{content:"ﺽ"}.mdi-ellipse-outline::before{content:"ﺾ"}.mdi-email::before{content:""}.mdi-email-alert::before{content:""}.mdi-email-alert-outline::before{content:"ﴞ"}.mdi-email-box::before{content:"ﳟ"}.mdi-email-check::before{content:"練"}.mdi-email-check-outline::before{content:"缾"}.mdi-email-edit::before{content:"＀"}.mdi-email-edit-outline::before{content:"！"}.mdi-email-lock::before{content:""}.mdi-email-mark-as-unread::before{content:"ﭮ"}.mdi-email-minus::before{content:"＂"}.mdi-email-minus-outline::before{content:"＃"}.mdi-email-multiple::before{content:"＄"}.mdi-email-multiple-outline::before{content:"％"}.mdi-email-newsletter::before{content:"￑"}.mdi-email-open::before{content:""}.mdi-email-open-multiple::before{content:"＆"}.mdi-email-open-multiple-outline::before{content:"＇"}.mdi-email-open-outline::before{content:""}.mdi-email-outline::before{content:""}.mdi-email-plus::before{content:"離"}.mdi-email-plus-outline::before{content:"匿"}.mdi-email-receive::before{content:"󰄅"}.mdi-email-receive-outline::before{content:"󰄆"}.mdi-email-search::before{content:"怒"}.mdi-email-search-outline::before{content:"率"}.mdi-email-send::before{content:"󰄇"}.mdi-email-send-outline::before{content:"󰄈"}.mdi-email-sync::before{content:"󰋲"}.mdi-email-sync-outline::before{content:"󰋳"}.mdi-email-variant::before{content:""}.mdi-ember::before{content:"ﬕ"}.mdi-emby::before{content:""}.mdi-emoticon::before{content:"ﱄ"}.mdi-emoticon-angry::before{content:"ﱅ"}.mdi-emoticon-angry-outline::before{content:"ﱆ"}.mdi-emoticon-confused::before{content:"󰄉"}.mdi-emoticon-confused-outline::before{content:"󰄊"}.mdi-emoticon-cool::before{content:"ﱇ"}.mdi-emoticon-cool-outline::before{content:""}.mdi-emoticon-cry::before{content:"ﱈ"}.mdi-emoticon-cry-outline::before{content:"ﱉ"}.mdi-emoticon-dead::before{content:"ﱊ"}.mdi-emoticon-dead-outline::before{content:""}.mdi-emoticon-devil::before{content:"ﱋ"}.mdi-emoticon-devil-outline::before{content:""}.mdi-emoticon-excited::before{content:"ﱌ"}.mdi-emoticon-excited-outline::before{content:""}.mdi-emoticon-frown::before{content:"ｩ"}.mdi-emoticon-frown-outline::before{content:"ｪ"}.mdi-emoticon-happy::before{content:"ﱍ"}.mdi-emoticon-happy-outline::before{content:""}.mdi-emoticon-kiss::before{content:"ﱎ"}.mdi-emoticon-kiss-outline::before{content:"ﱏ"}.mdi-emoticon-lol::before{content:"󰈿"}.mdi-emoticon-lol-outline::before{content:"󰉀"}.mdi-emoticon-neutral::before{content:"ﱐ"}.mdi-emoticon-neutral-outline::before{content:""}.mdi-emoticon-outline::before{content:""}.mdi-emoticon-poop::before{content:""}.mdi-emoticon-poop-outline::before{content:"ﱑ"}.mdi-emoticon-sad::before{content:"ﱒ"}.mdi-emoticon-sad-outline::before{content:""}.mdi-emoticon-tongue::before{content:""}.mdi-emoticon-tongue-outline::before{content:"ﱓ"}.mdi-emoticon-wink::before{content:"ﱔ"}.mdi-emoticon-wink-outline::before{content:"ﱕ"}.mdi-engine::before{content:""}.mdi-engine-off::before{content:"海"}.mdi-engine-off-outline::before{content:"渚"}.mdi-engine-outline::before{content:""}.mdi-epsilon::before{content:"󰄋"}.mdi-equal::before{content:""}.mdi-equal-box::before{content:""}.mdi-equalizer::before{content:"ﺿ"}.mdi-equalizer-outline::before{content:"ﻀ"}.mdi-eraser::before{content:""}.mdi-eraser-variant::before{content:""}.mdi-escalator::before{content:""}.mdi-escalator-down::before{content:"󰋫"}.mdi-escalator-up::before{content:"󰋪"}.mdi-eslint::before{content:"ﱖ"}.mdi-et::before{content:"者"}.mdi-ethereum::before{content:""}.mdi-ethernet::before{content:""}.mdi-ethernet-cable::before{content:""}.mdi-ethernet-cable-off::before{content:""}.mdi-etsy::before{content:""}.mdi-ev-station::before{content:""}.mdi-eventbrite::before{content:""}.mdi-evernote::before{content:""}.mdi-excavator::before{content:"󰁇"}.mdi-exclamation::before{content:""}.mdi-exclamation-thick::before{content:"󰉣"}.mdi-exit-run::before{content:"漢"}.mdi-exit-to-app::before{content:""}.mdi-expand-all::before{content:"荒"}.mdi-expand-all-outline::before{content:"華"}.mdi-expansion-card::before{content:""}.mdi-expansion-card-variant::before{content:"ￒ"}.mdi-exponent::before{content:"異"}.mdi-exponent-box::before{content:"北"}.mdi-export::before{content:""}.mdi-export-variant::before{content:"ﭯ"}.mdi-eye::before{content:""}.mdi-eye-check::before{content:"ﳠ"}.mdi-eye-check-outline::before{content:"ﳡ"}.mdi-eye-circle::before{content:"ﭰ"}.mdi-eye-circle-outline::before{content:"ﭱ"}.mdi-eye-minus::before{content:"󰁈"}.mdi-eye-minus-outline::before{content:"󰁉"}.mdi-eye-off::before{content:""}.mdi-eye-off-outline::before{content:""}.mdi-eye-outline::before{content:""}.mdi-eye-plus::before{content:""}.mdi-eye-plus-outline::before{content:""}.mdi-eye-settings::before{content:""}.mdi-eye-settings-outline::before{content:""}.mdi-eyedropper::before{content:""}.mdi-eyedropper-variant::before{content:""}.mdi-face::before{content:""}.mdi-face-agent::before{content:"﵌"}.mdi-face-outline::before{content:"ﭲ"}.mdi-face-profile::before{content:""}.mdi-face-profile-woman::before{content:"󰂡"}.mdi-face-recognition::before{content:"ﱗ"}.mdi-face-woman::before{content:"󰂢"}.mdi-face-woman-outline::before{content:"󰂣"}.mdi-facebook::before{content:""}.mdi-facebook-box::before{content:""}.mdi-facebook-messenger::before{content:""}.mdi-facebook-workplace::before{content:"ﬖ"}.mdi-factory::before{content:""}.mdi-fan::before{content:""}.mdi-fan-off::before{content:""}.mdi-fast-forward::before{content:""}.mdi-fast-forward-10::before{content:"﵍"}.mdi-fast-forward-30::before{content:"ﳢ"}.mdi-fast-forward-5::before{content:"󰈣"}.mdi-fast-forward-outline::before{content:""}.mdi-fax::before{content:""}.mdi-feather::before{content:""}.mdi-feature-search::before{content:"煮"}.mdi-feature-search-outline::before{content:"爫"}.mdi-fedora::before{content:""}.mdi-ferris-wheel::before{content:"ﻁ"}.mdi-ferry::before{content:""}.mdi-file::before{content:""}.mdi-file-account::before{content:""}.mdi-file-account-outline::before{content:"󰁊"}.mdi-file-alert::before{content:"琢"}.mdi-file-alert-outline::before{content:"碑"}.mdi-file-cabinet::before{content:"蝹"}.mdi-file-cad::before{content:"（"}.mdi-file-cad-box::before{content:"）"}.mdi-file-cancel::before{content:"ﶢ"}.mdi-file-cancel-outline::before{content:"ﶣ"}.mdi-file-certificate::before{content:"󰆱"}.mdi-file-certificate-outline::before{content:"󰆲"}.mdi-file-chart::before{content:""}.mdi-file-chart-outline::before{content:"󰁋"}.mdi-file-check::before{content:""}.mdi-file-check-outline::before{content:"ﹻ"}.mdi-file-clock::before{content:"󰌌"}.mdi-file-clock-outline::before{content:"󰌍"}.mdi-file-cloud::before{content:""}.mdi-file-cloud-outline::before{content:"󰁌"}.mdi-file-code::before{content:""}.mdi-file-code-outline::before{content:"󰁍"}.mdi-file-compare::before{content:""}.mdi-file-delimited::before{content:""}.mdi-file-delimited-outline::before{content:"ﻂ"}.mdi-file-document::before{content:""}.mdi-file-document-box::before{content:""}.mdi-file-document-box-check::before{content:"ﻃ"}.mdi-file-document-box-check-outline::before{content:"ﻄ"}.mdi-file-document-box-minus::before{content:"ﻅ"}.mdi-file-document-box-minus-outline::before{content:"ﻆ"}.mdi-file-document-box-multiple::before{content:"襁"}.mdi-file-document-box-multiple-outline::before{content:"覆"}.mdi-file-document-box-outline::before{content:"溺"}.mdi-file-document-box-plus::before{content:"ﻇ"}.mdi-file-document-box-plus-outline::before{content:"ﻈ"}.mdi-file-document-box-remove::before{content:"ﻉ"}.mdi-file-document-box-remove-outline::before{content:"ﻊ"}.mdi-file-document-box-search::before{content:"ﻋ"}.mdi-file-document-box-search-outline::before{content:"ﻌ"}.mdi-file-document-edit::before{content:"ﶤ"}.mdi-file-document-edit-outline::before{content:"ﶥ"}.mdi-file-document-outline::before{content:"吝"}.mdi-file-download::before{content:"磻"}.mdi-file-download-outline::before{content:"便"}.mdi-file-edit::before{content:"󰈒"}.mdi-file-edit-outline::before{content:"󰈓"}.mdi-file-excel::before{content:""}.mdi-file-excel-box::before{content:""}.mdi-file-excel-box-outline::before{content:"󰁎"}.mdi-file-excel-outline::before{content:"󰁏"}.mdi-file-export::before{content:""}.mdi-file-export-outline::before{content:"󰁐"}.mdi-file-eye::before{content:"ﶦ"}.mdi-file-eye-outline::before{content:"ﶧ"}.mdi-file-find::before{content:""}.mdi-file-find-outline::before{content:"ﭳ"}.mdi-file-hidden::before{content:""}.mdi-file-image::before{content:""}.mdi-file-image-outline::before{content:"ﻍ"}.mdi-file-import::before{content:""}.mdi-file-import-outline::before{content:"󰁑"}.mdi-file-key::before{content:"󰆯"}.mdi-file-key-outline::before{content:"󰆰"}.mdi-file-link::before{content:"󰆢"}.mdi-file-link-outline::before{content:"󰆣"}.mdi-file-lock::before{content:""}.mdi-file-lock-outline::before{content:"󰁒"}.mdi-file-move::before{content:"視"}.mdi-file-move-outline::before{content:"󰁓"}.mdi-file-multiple::before{content:""}.mdi-file-multiple-outline::before{content:"󰁔"}.mdi-file-music::before{content:""}.mdi-file-music-outline::before{content:"ﹼ"}.mdi-file-outline::before{content:""}.mdi-file-pdf::before{content:""}.mdi-file-pdf-box::before{content:""}.mdi-file-pdf-box-outline::before{content:"ￓ"}.mdi-file-pdf-outline::before{content:"ﹽ"}.mdi-file-percent::before{content:""}.mdi-file-percent-outline::before{content:"󰁕"}.mdi-file-phone::before{content:"󰆤"}.mdi-file-phone-outline::before{content:"󰆥"}.mdi-file-plus::before{content:""}.mdi-file-plus-outline::before{content:"＊"}.mdi-file-powerpoint::before{content:""}.mdi-file-powerpoint-box::before{content:""}.mdi-file-powerpoint-box-outline::before{content:"󰁖"}.mdi-file-powerpoint-outline::before{content:"󰁗"}.mdi-file-presentation-box::before{content:""}.mdi-file-question::before{content:""}.mdi-file-question-outline::before{content:"󰁘"}.mdi-file-remove::before{content:"ﭴ"}.mdi-file-remove-outline::before{content:"󰁙"}.mdi-file-replace::before{content:"ﬗ"}.mdi-file-replace-outline::before{content:"﬘"}.mdi-file-restore::before{content:""}.mdi-file-restore-outline::before{content:"󰁚"}.mdi-file-search::before{content:"ﱘ"}.mdi-file-search-outline::before{content:"ﱙ"}.mdi-file-send::before{content:""}.mdi-file-send-outline::before{content:"󰁛"}.mdi-file-settings::before{content:"󰂤"}.mdi-file-settings-outline::before{content:"󰂥"}.mdi-file-settings-variant::before{content:"󰂦"}.mdi-file-settings-variant-outline::before{content:"󰂧"}.mdi-file-star::before{content:"󰁜"}.mdi-file-star-outline::before{content:"󰁝"}.mdi-file-swap::before{content:"ￔ"}.mdi-file-swap-outline::before{content:"ￕ"}.mdi-file-sync::before{content:"󰉁"}.mdi-file-sync-outline::before{content:"󰉂"}.mdi-file-table::before{content:"ﱚ"}.mdi-file-table-box::before{content:"󰄌"}.mdi-file-table-box-multiple::before{content:"󰄍"}.mdi-file-table-box-multiple-outline::before{content:"󰄎"}.mdi-file-table-box-outline::before{content:"󰄏"}.mdi-file-table-outline::before{content:"ﱛ"}.mdi-file-tree::before{content:""}.mdi-file-undo::before{content:""}.mdi-file-undo-outline::before{content:"󰁞"}.mdi-file-upload::before{content:"社"}.mdi-file-upload-outline::before{content:"祉"}.mdi-file-video::before{content:""}.mdi-file-video-outline::before{content:"︐"}.mdi-file-word::before{content:""}.mdi-file-word-box::before{content:""}.mdi-file-word-box-outline::before{content:"󰁟"}.mdi-file-word-outline::before{content:"󰁠"}.mdi-film::before{content:""}.mdi-filmstrip::before{content:""}.mdi-filmstrip-off::before{content:""}.mdi-filter::before{content:""}.mdi-filter-menu::before{content:"󰄐"}.mdi-filter-menu-outline::before{content:"󰄑"}.mdi-filter-minus::before{content:"＋"}.mdi-filter-minus-outline::before{content:"，"}.mdi-filter-outline::before{content:""}.mdi-filter-plus::before{content:"－"}.mdi-filter-plus-outline::before{content:"．"}.mdi-filter-remove::before{content:""}.mdi-filter-remove-outline::before{content:""}.mdi-filter-variant::before{content:""}.mdi-filter-variant-minus::before{content:"󰄽"}.mdi-filter-variant-plus::before{content:"󰄾"}.mdi-filter-variant-remove::before{content:"󰁡"}.mdi-finance::before{content:""}.mdi-find-replace::before{content:""}.mdi-fingerprint::before{content:""}.mdi-fingerprint-off::before{content:"ﻎ"}.mdi-fire::before{content:""}.mdi-fire-extinguisher::before{content:"／"}.mdi-fire-hydrant::before{content:"󰅢"}.mdi-fire-hydrant-alert::before{content:"󰅣"}.mdi-fire-hydrant-off::before{content:"󰅤"}.mdi-fire-truck::before{content:""}.mdi-firebase::before{content:"復"}.mdi-firefox::before{content:""}.mdi-fireplace::before{content:"︑"}.mdi-fireplace-off::before{content:"︒"}.mdi-firework::before{content:"︓"}.mdi-fish::before{content:""}.mdi-fishbowl::before{content:"０"}.mdi-fishbowl-outline::before{content:"１"}.mdi-fit-to-page::before{content:"２"}.mdi-fit-to-page-outline::before{content:"３"}.mdi-flag::before{content:""}.mdi-flag-checkered::before{content:""}.mdi-flag-minus::before{content:"ﭵ"}.mdi-flag-minus-outline::before{content:"󰃝"}.mdi-flag-outline::before{content:""}.mdi-flag-plus::before{content:"ﭶ"}.mdi-flag-plus-outline::before{content:"󰃞"}.mdi-flag-remove::before{content:"ﭷ"}.mdi-flag-remove-outline::before{content:"󰃟"}.mdi-flag-triangle::before{content:""}.mdi-flag-variant::before{content:""}.mdi-flag-variant-outline::before{content:""}.mdi-flare::before{content:"﵎"}.mdi-flash::before{content:""}.mdi-flash-alert::before{content:"４"}.mdi-flash-alert-outline::before{content:"５"}.mdi-flash-auto::before{content:""}.mdi-flash-circle::before{content:""}.mdi-flash-off::before{content:""}.mdi-flash-outline::before{content:""}.mdi-flash-red-eye::before{content:""}.mdi-flashlight::before{content:""}.mdi-flashlight-off::before{content:""}.mdi-flask::before{content:""}.mdi-flask-empty::before{content:""}.mdi-flask-empty-minus::before{content:"󰉥"}.mdi-flask-empty-minus-outline::before{content:"󰉦"}.mdi-flask-empty-outline::before{content:""}.mdi-flask-empty-plus::before{content:"󰉧"}.mdi-flask-empty-plus-outline::before{content:"󰉨"}.mdi-flask-empty-remove::before{content:"󰉩"}.mdi-flask-empty-remove-outline::before{content:"󰉪"}.mdi-flask-minus::before{content:"󰉫"}.mdi-flask-minus-outline::before{content:"󰉬"}.mdi-flask-outline::before{content:""}.mdi-flask-plus::before{content:"󰉭"}.mdi-flask-plus-outline::before{content:"󰉮"}.mdi-flask-remove::before{content:"󰉯"}.mdi-flask-remove-outline::before{content:"󰉰"}.mdi-flask-round-bottom::before{content:"󰉶"}.mdi-flask-round-bottom-empty::before{content:"󰉷"}.mdi-flask-round-bottom-empty-outline::before{content:"󰉸"}.mdi-flask-round-bottom-outline::before{content:"󰉹"}.mdi-flattr::before{content:""}.mdi-fleur-de-lis::before{content:"󰌮"}.mdi-flickr::before{content:"ﳣ"}.mdi-flip-horizontal::before{content:"󰄒"}.mdi-flip-to-back::before{content:""}.mdi-flip-to-front::before{content:""}.mdi-flip-vertical::before{content:"󰄓"}.mdi-floor-lamp::before{content:""}.mdi-floor-lamp-dual::before{content:"󰁢"}.mdi-floor-lamp-variant::before{content:"󰁣"}.mdi-floor-plan::before{content:""}.mdi-floppy::before{content:""}.mdi-floppy-variant::before{content:"燐"}.mdi-flower::before{content:""}.mdi-flower-outline::before{content:"璘"}.mdi-flower-poppy::before{content:"ﳤ"}.mdi-flower-tulip::before{content:"藺"}.mdi-flower-tulip-outline::before{content:"隣"}.mdi-focus-auto::before{content:"ｫ"}.mdi-focus-field::before{content:"ｬ"}.mdi-focus-field-horizontal::before{content:"ｭ"}.mdi-focus-field-vertical::before{content:"ｮ"}.mdi-folder::before{content:""}.mdi-folder-account::before{content:""}.mdi-folder-account-outline::before{content:"ﭸ"}.mdi-folder-alert::before{content:"ﶨ"}.mdi-folder-alert-outline::before{content:"ﶩ"}.mdi-folder-clock::before{content:"調"}.mdi-folder-clock-outline::before{content:"諸"}.mdi-folder-download::before{content:""}.mdi-folder-download-outline::before{content:"󰄔"}.mdi-folder-edit::before{content:""}.mdi-folder-edit-outline::before{content:"ﶪ"}.mdi-folder-google-drive::before{content:""}.mdi-folder-heart::before{content:"󰄕"}.mdi-folder-heart-outline::before{content:"󰄖"}.mdi-folder-home::before{content:"󰃠"}.mdi-folder-home-outline::before{content:"󰃡"}.mdi-folder-image::before{content:""}.mdi-folder-information::before{content:"󰃢"}.mdi-folder-information-outline::before{content:"󰃣"}.mdi-folder-key::before{content:""}.mdi-folder-key-network::before{content:""}.mdi-folder-key-network-outline::before{content:"ﱜ"}.mdi-folder-key-outline::before{content:"󰄗"}.mdi-folder-lock::before{content:""}.mdi-folder-lock-open::before{content:""}.mdi-folder-marker::before{content:"󰊘"}.mdi-folder-marker-outline::before{content:"󰊙"}.mdi-folder-move::before{content:""}.mdi-folder-move-outline::before{content:"󰉱"}.mdi-folder-multiple::before{content:""}.mdi-folder-multiple-image::before{content:""}.mdi-folder-multiple-outline::before{content:""}.mdi-folder-music::before{content:"󰎄"}.mdi-folder-music-outline::before{content:"󰎅"}.mdi-folder-network::before{content:""}.mdi-folder-network-outline::before{content:"ﱝ"}.mdi-folder-open::before{content:""}.mdi-folder-open-outline::before{content:"ﶫ"}.mdi-folder-outline::before{content:""}.mdi-folder-plus::before{content:""}.mdi-folder-plus-outline::before{content:"ﭹ"}.mdi-folder-pound::before{content:"ﳥ"}.mdi-folder-pound-outline::before{content:"ﳦ"}.mdi-folder-remove::before{content:""}.mdi-folder-remove-outline::before{content:"ﭺ"}.mdi-folder-search::before{content:"不"}.mdi-folder-search-outline::before{content:"泌"}.mdi-folder-settings::before{content:"󰂨"}.mdi-folder-settings-outline::before{content:"󰂩"}.mdi-folder-settings-variant::before{content:"󰂪"}.mdi-folder-settings-variant-outline::before{content:"󰂫"}.mdi-folder-star::before{content:""}.mdi-folder-star-outline::before{content:"ﭻ"}.mdi-folder-swap::before{content:"ￖ"}.mdi-folder-swap-outline::before{content:"ￗ"}.mdi-folder-sync::before{content:"ﳧ"}.mdi-folder-sync-outline::before{content:"ﳨ"}.mdi-folder-table::before{content:"󰌎"}.mdi-folder-table-outline::before{content:"󰌏"}.mdi-folder-text::before{content:"ﱞ"}.mdi-folder-text-outline::before{content:"ﱟ"}.mdi-folder-upload::before{content:""}.mdi-folder-upload-outline::before{content:"󰄘"}.mdi-folder-zip::before{content:""}.mdi-folder-zip-outline::before{content:""}.mdi-font-awesome::before{content:""}.mdi-food::before{content:""}.mdi-food-apple::before{content:""}.mdi-food-apple-outline::before{content:"ﱠ"}.mdi-food-croissant::before{content:""}.mdi-food-fork-drink::before{content:""}.mdi-food-off::before{content:""}.mdi-food-variant::before{content:""}.mdi-foot-print::before{content:"ｯ"}.mdi-football::before{content:""}.mdi-football-australian::before{content:""}.mdi-football-helmet::before{content:""}.mdi-forklift::before{content:""}.mdi-format-align-bottom::before{content:""}.mdi-format-align-center::before{content:""}.mdi-format-align-justify::before{content:""}.mdi-format-align-left::before{content:""}.mdi-format-align-middle::before{content:""}.mdi-format-align-right::before{content:""}.mdi-format-align-top::before{content:""}.mdi-format-annotation-minus::before{content:"請"}.mdi-format-annotation-plus::before{content:""}.mdi-format-bold::before{content:""}.mdi-format-clear::before{content:""}.mdi-format-color-fill::before{content:""}.mdi-format-color-highlight::before{content:"︔"}.mdi-format-color-marker-cancel::before{content:"󰌾"}.mdi-format-color-text::before{content:""}.mdi-format-columns::before{content:""}.mdi-format-float-center::before{content:""}.mdi-format-float-left::before{content:""}.mdi-format-float-none::before{content:""}.mdi-format-float-right::before{content:""}.mdi-format-font::before{content:""}.mdi-format-font-size-decrease::before{content:"鱗"}.mdi-format-font-size-increase::before{content:"麟"}.mdi-format-header-1::before{content:""}.mdi-format-header-2::before{content:""}.mdi-format-header-3::before{content:""}.mdi-format-header-4::before{content:""}.mdi-format-header-5::before{content:""}.mdi-format-header-6::before{content:""}.mdi-format-header-decrease::before{content:""}.mdi-format-header-equal::before{content:""}.mdi-format-header-increase::before{content:""}.mdi-format-header-pound::before{content:""}.mdi-format-horizontal-align-center::before{content:""}.mdi-format-horizontal-align-left::before{content:""}.mdi-format-horizontal-align-right::before{content:""}.mdi-format-indent-decrease::before{content:""}.mdi-format-indent-increase::before{content:""}.mdi-format-italic::before{content:""}.mdi-format-letter-case::before{content:"﬙"}.mdi-format-letter-case-lower::before{content:"﬚"}.mdi-format-letter-case-upper::before{content:"﬛"}.mdi-format-letter-ends-with::before{content:"￘"}.mdi-format-letter-matches::before{content:"￙"}.mdi-format-letter-starts-with::before{content:"ￚ"}.mdi-format-line-spacing::before{content:""}.mdi-format-line-style::before{content:""}.mdi-format-line-weight::before{content:""}.mdi-format-list-bulleted::before{content:""}.mdi-format-list-bulleted-square::before{content:"ﶬ"}.mdi-format-list-bulleted-triangle::before{content:"ﻏ"}.mdi-format-list-bulleted-type::before{content:""}.mdi-format-list-checkbox::before{content:"數"}.mdi-format-list-checks::before{content:""}.mdi-format-list-numbered::before{content:""}.mdi-format-list-numbered-rtl::before{content:"ﳩ"}.mdi-format-list-text::before{content:"󰊚"}.mdi-format-overline::before{content:"ﻐ"}.mdi-format-page-break::before{content:""}.mdi-format-paint::before{content:""}.mdi-format-paragraph::before{content:""}.mdi-format-pilcrow::before{content:""}.mdi-format-quote-close::before{content:""}.mdi-format-quote-close-outline::before{content:"󰇓"}.mdi-format-quote-open::before{content:""}.mdi-format-quote-open-outline::before{content:"󰇒"}.mdi-format-rotate-90::before{content:""}.mdi-format-section::before{content:""}.mdi-format-size::before{content:""}.mdi-format-strikethrough::before{content:""}.mdi-format-strikethrough-variant::before{content:""}.mdi-format-subscript::before{content:""}.mdi-format-superscript::before{content:""}.mdi-format-text::before{content:""}.mdi-format-text-rotation-angle-down::before{content:"ￛ"}.mdi-format-text-rotation-angle-up::before{content:"ￜ"}.mdi-format-text-rotation-down::before{content:"﵏"}.mdi-format-text-rotation-down-vertical::before{content:"￝"}.mdi-format-text-rotation-none::before{content:"ﵐ"}.mdi-format-text-rotation-up::before{content:"￞"}.mdi-format-text-rotation-vertical::before{content:"￟"}.mdi-format-text-variant::before{content:"︕"}.mdi-format-text-wrapping-clip::before{content:"ﳪ"}.mdi-format-text-wrapping-overflow::before{content:"ﳫ"}.mdi-format-text-wrapping-wrap::before{content:"ﳬ"}.mdi-format-textbox::before{content:"ﳭ"}.mdi-format-textdirection-l-to-r::before{content:""}.mdi-format-textdirection-r-to-l::before{content:""}.mdi-format-title::before{content:""}.mdi-format-underline::before{content:""}.mdi-format-vertical-align-bottom::before{content:""}.mdi-format-vertical-align-center::before{content:""}.mdi-format-vertical-align-top::before{content:""}.mdi-format-wrap-inline::before{content:""}.mdi-format-wrap-square::before{content:""}.mdi-format-wrap-tight::before{content:""}.mdi-format-wrap-top-bottom::before{content:""}.mdi-forum::before{content:""}.mdi-forum-outline::before{content:""}.mdi-forward::before{content:""}.mdi-forwardburger::before{content:"ﵑ"}.mdi-fountain::before{content:"索"}.mdi-fountain-pen::before{content:"ﳮ"}.mdi-fountain-pen-tip::before{content:"ﳯ"}.mdi-foursquare::before{content:""}.mdi-freebsd::before{content:""}.mdi-frequently-asked-questions::before{content:"ﻑ"}.mdi-fridge::before{content:""}.mdi-fridge-alert::before{content:"󰇜"}.mdi-fridge-alert-outline::before{content:"󰇝"}.mdi-fridge-bottom::before{content:""}.mdi-fridge-off::before{content:"󰇚"}.mdi-fridge-off-outline::before{content:"󰇛"}.mdi-fridge-outline::before{content:""}.mdi-fridge-top::before{content:""}.mdi-fruit-cherries::before{content:"󰁤"}.mdi-fruit-citrus::before{content:"󰁥"}.mdi-fruit-grapes::before{content:"󰁦"}.mdi-fruit-grapes-outline::before{content:"󰁧"}.mdi-fruit-pineapple::before{content:"󰁨"}.mdi-fruit-watermelon::before{content:"󰁩"}.mdi-fuel::before{content:""}.mdi-fullscreen::before{content:""}.mdi-fullscreen-exit::before{content:""}.mdi-function::before{content:""}.mdi-function-variant::before{content:""}.mdi-furigana-horizontal::before{content:"󰂬"}.mdi-furigana-vertical::before{content:"󰂭"}.mdi-fuse::before{content:"ﱡ"}.mdi-fuse-blade::before{content:"ﱢ"}.mdi-gamepad::before{content:""}.mdi-gamepad-circle::before{content:"︖"}.mdi-gamepad-circle-down::before{content:"︗"}.mdi-gamepad-circle-left::before{content:"︘"}.mdi-gamepad-circle-outline::before{content:"︙"}.mdi-gamepad-circle-right::before{content:"︚"}.mdi-gamepad-circle-up::before{content:"︛"}.mdi-gamepad-down::before{content:"︜"}.mdi-gamepad-left::before{content:"︝"}.mdi-gamepad-right::before{content:"︞"}.mdi-gamepad-round::before{content:"︟"}.mdi-gamepad-round-down::before{content:"ﹾ"}.mdi-gamepad-round-left::before{content:"ﹿ"}.mdi-gamepad-round-outline::before{content:"ﺀ"}.mdi-gamepad-round-right::before{content:"ﺁ"}.mdi-gamepad-round-up::before{content:"ﺂ"}.mdi-gamepad-square::before{content:"ﻒ"}.mdi-gamepad-square-outline::before{content:"ﻓ"}.mdi-gamepad-up::before{content:"ﺃ"}.mdi-gamepad-variant::before{content:""}.mdi-gamepad-variant-outline::before{content:"ﻔ"}.mdi-gamma::before{content:"󰄙"}.mdi-gantry-crane::before{content:"ﶭ"}.mdi-garage::before{content:""}.mdi-garage-alert::before{content:""}.mdi-garage-alert-variant::before{content:"󰌀"}.mdi-garage-open::before{content:""}.mdi-garage-open-variant::before{content:"󰋿"}.mdi-garage-variant::before{content:"󰋾"}.mdi-gas-cylinder::before{content:""}.mdi-gas-station::before{content:""}.mdi-gas-station-outline::before{content:"ﻕ"}.mdi-gate::before{content:""}.mdi-gate-and::before{content:""}.mdi-gate-arrow-right::before{content:"󰆔"}.mdi-gate-nand::before{content:""}.mdi-gate-nor::before{content:""}.mdi-gate-not::before{content:""}.mdi-gate-open::before{content:"󰆕"}.mdi-gate-or::before{content:""}.mdi-gate-xnor::before{content:""}.mdi-gate-xor::before{content:""}.mdi-gatsby::before{content:"ﺄ"}.mdi-gauge::before{content:""}.mdi-gauge-empty::before{content:""}.mdi-gauge-full::before{content:""}.mdi-gauge-low::before{content:""}.mdi-gavel::before{content:""}.mdi-gender-female::before{content:""}.mdi-gender-male::before{content:""}.mdi-gender-male-female::before{content:""}.mdi-gender-male-female-variant::before{content:"󰅪"}.mdi-gender-non-binary::before{content:"󰅫"}.mdi-gender-transgender::before{content:""}.mdi-gentoo::before{content:""}.mdi-gesture::before{content:""}.mdi-gesture-double-tap::before{content:""}.mdi-gesture-pinch::before{content:"謁"}.mdi-gesture-spread::before{content:"諾"}.mdi-gesture-swipe::before{content:"ﵒ"}.mdi-gesture-swipe-down::before{content:""}.mdi-gesture-swipe-horizontal::before{content:"諭"}.mdi-gesture-swipe-left::before{content:""}.mdi-gesture-swipe-right::before{content:""}.mdi-gesture-swipe-up::before{content:""}.mdi-gesture-swipe-vertical::before{content:"謹"}.mdi-gesture-tap::before{content:""}.mdi-gesture-tap-box::before{content:"󰋔"}.mdi-gesture-tap-button::before{content:"󰋓"}.mdi-gesture-tap-hold::before{content:"ﵓ"}.mdi-gesture-two-double-tap::before{content:""}.mdi-gesture-two-tap::before{content:""}.mdi-ghost::before{content:""}.mdi-ghost-off::before{content:"林"}.mdi-gif::before{content:"ﵔ"}.mdi-gift::before{content:"ﺅ"}.mdi-gift-outline::before{content:""}.mdi-git::before{content:""}.mdi-github-box::before{content:""}.mdi-github-circle::before{content:""}.mdi-github-face::before{content:""}.mdi-gitlab::before{content:"ﭼ"}.mdi-glass-cocktail::before{content:""}.mdi-glass-flute::before{content:""}.mdi-glass-mug::before{content:""}.mdi-glass-mug-variant::before{content:"󰅁"}.mdi-glass-pint-outline::before{content:"󰌸"}.mdi-glass-stange::before{content:""}.mdi-glass-tulip::before{content:""}.mdi-glass-wine::before{content:""}.mdi-glassdoor::before{content:""}.mdi-glasses::before{content:""}.mdi-globe-light::before{content:"󰌂"}.mdi-globe-model::before{content:""}.mdi-gmail::before{content:""}.mdi-gnome::before{content:""}.mdi-go-kart::before{content:"ﵕ"}.mdi-go-kart-track::before{content:"ﵖ"}.mdi-gog::before{content:"ﭽ"}.mdi-gold::before{content:"󰉺"}.mdi-golf::before{content:""}.mdi-golf-cart::before{content:"󰇏"}.mdi-golf-tee::before{content:"󰂮"}.mdi-gondola::before{content:""}.mdi-goodreads::before{content:"ﵗ"}.mdi-google::before{content:""}.mdi-google-adwords::before{content:"ﱣ"}.mdi-google-analytics::before{content:""}.mdi-google-assistant::before{content:""}.mdi-google-cardboard::before{content:""}.mdi-google-chrome::before{content:""}.mdi-google-circles::before{content:""}.mdi-google-circles-communities::before{content:""}.mdi-google-circles-extended::before{content:""}.mdi-google-circles-group::before{content:""}.mdi-google-classroom::before{content:""}.mdi-google-cloud::before{content:"󰈡"}.mdi-google-controller::before{content:""}.mdi-google-controller-off::before{content:""}.mdi-google-downasaur::before{content:"󰎍"}.mdi-google-drive::before{content:""}.mdi-google-earth::before{content:""}.mdi-google-fit::before{content:"參"}.mdi-google-glass::before{content:""}.mdi-google-hangouts::before{content:""}.mdi-google-home::before{content:""}.mdi-google-keep::before{content:""}.mdi-google-lens::before{content:"淋"}.mdi-google-maps::before{content:""}.mdi-google-my-business::before{content:"󰁪"}.mdi-google-nearby::before{content:""}.mdi-google-pages::before{content:""}.mdi-google-photos::before{content:""}.mdi-google-physical-web::before{content:""}.mdi-google-play::before{content:""}.mdi-google-plus::before{content:""}.mdi-google-plus-box::before{content:""}.mdi-google-podcast::before{content:"ﻖ"}.mdi-google-spreadsheet::before{content:"臨"}.mdi-google-street-view::before{content:"ﱤ"}.mdi-google-translate::before{content:""}.mdi-gradient::before{content:""}.mdi-grain::before{content:"ﵘ"}.mdi-graph::before{content:"󰁫"}.mdi-graph-outline::before{content:"󰁬"}.mdi-graphql::before{content:""}.mdi-grave-stone::before{content:"ﭾ"}.mdi-grease-pencil::before{content:""}.mdi-greater-than::before{content:"塞"}.mdi-greater-than-or-equal::before{content:"省"}.mdi-grid::before{content:""}.mdi-grid-large::before{content:""}.mdi-grid-off::before{content:""}.mdi-grill::before{content:"ﺆ"}.mdi-grill-outline::before{content:"󰆵"}.mdi-group::before{content:""}.mdi-guitar-acoustic::before{content:""}.mdi-guitar-electric::before{content:""}.mdi-guitar-pick::before{content:""}.mdi-guitar-pick-outline::before{content:""}.mdi-guy-fawkes-mask::before{content:""}.mdi-hackernews::before{content:""}.mdi-hail::before{content:"變"}.mdi-hair-dryer::before{content:"󰄚"}.mdi-hair-dryer-outline::before{content:"󰄛"}.mdi-halloween::before{content:"ﭿ"}.mdi-hamburger::before{content:""}.mdi-hammer::before{content:""}.mdi-hammer-screwdriver::before{content:"󰍍"}.mdi-hammer-wrench::before{content:"󰍎"}.mdi-hand::before{content:"祈"}.mdi-hand-heart::before{content:"󰄜"}.mdi-hand-left::before{content:"ﺇ"}.mdi-hand-okay::before{content:"祐"}.mdi-hand-peace::before{content:"祖"}.mdi-hand-peace-variant::before{content:"祝"}.mdi-hand-pointing-down::before{content:"禍"}.mdi-hand-pointing-left::before{content:"禎"}.mdi-hand-pointing-right::before{content:""}.mdi-hand-pointing-up::before{content:"穀"}.mdi-hand-right::before{content:"ﺈ"}.mdi-hand-saw::before{content:"ﺉ"}.mdi-handball::before{content:"ｰ"}.mdi-handcuffs::before{content:"󰅩"}.mdi-handshake::before{content:"󰉃"}.mdi-hanger::before{content:""}.mdi-hard-hat::before{content:"葉"}.mdi-harddisk::before{content:""}.mdi-harddisk-plus::before{content:"󰁭"}.mdi-harddisk-remove::before{content:"󰁮"}.mdi-hat-fedora::before{content:"ﮀ"}.mdi-hazard-lights::before{content:"ﱥ"}.mdi-hdr::before{content:"ﵙ"}.mdi-hdr-off::before{content:"ﵚ"}.mdi-head::before{content:"󰎉"}.mdi-head-alert::before{content:"󰍣"}.mdi-head-alert-outline::before{content:"󰍤"}.mdi-head-check::before{content:"󰍥"}.mdi-head-check-outline::before{content:"󰍦"}.mdi-head-cog::before{content:"󰍧"}.mdi-head-cog-outline::before{content:"󰍨"}.mdi-head-dots-horizontal::before{content:"󰍩"}.mdi-head-dots-horizontal-outline::before{content:"󰍪"}.mdi-head-flash::before{content:"󰍫"}.mdi-head-flash-outline::before{content:"󰍬"}.mdi-head-heart::before{content:"󰍭"}.mdi-head-heart-outline::before{content:"󰍮"}.mdi-head-lightbulb::before{content:"󰍯"}.mdi-head-lightbulb-outline::before{content:"󰍰"}.mdi-head-minus::before{content:"󰍱"}.mdi-head-minus-outline::before{content:"󰍲"}.mdi-head-outline::before{content:"󰎊"}.mdi-head-plus::before{content:"󰍳"}.mdi-head-plus-outline::before{content:"󰍴"}.mdi-head-question::before{content:"󰍵"}.mdi-head-question-outline::before{content:"󰍶"}.mdi-head-remove::before{content:"󰍷"}.mdi-head-remove-outline::before{content:"󰍸"}.mdi-head-snowflake::before{content:"󰍹"}.mdi-head-snowflake-outline::before{content:"󰍺"}.mdi-head-sync::before{content:"󰍻"}.mdi-head-sync-outline::before{content:"󰍼"}.mdi-headphones::before{content:""}.mdi-headphones-bluetooth::before{content:"說"}.mdi-headphones-box::before{content:""}.mdi-headphones-off::before{content:""}.mdi-headphones-settings::before{content:""}.mdi-headset::before{content:""}.mdi-headset-dock::before{content:""}.mdi-headset-off::before{content:""}.mdi-heart::before{content:""}.mdi-heart-box::before{content:""}.mdi-heart-box-outline::before{content:""}.mdi-heart-broken::before{content:""}.mdi-heart-broken-outline::before{content:"ﳰ"}.mdi-heart-circle::before{content:"殺"}.mdi-heart-circle-outline::before{content:"辰"}.mdi-heart-flash::before{content:"６"}.mdi-heart-half::before{content:""}.mdi-heart-half-full::before{content:""}.mdi-heart-half-outline::before{content:""}.mdi-heart-multiple::before{content:"突"}.mdi-heart-multiple-outline::before{content:"節"}.mdi-heart-off::before{content:""}.mdi-heart-outline::before{content:""}.mdi-heart-pulse::before{content:""}.mdi-helicopter::before{content:"贈"}.mdi-help::before{content:""}.mdi-help-box::before{content:""}.mdi-help-circle::before{content:""}.mdi-help-circle-outline::before{content:""}.mdi-help-network::before{content:""}.mdi-help-network-outline::before{content:"ﱦ"}.mdi-help-rhombus::before{content:"ﮁ"}.mdi-help-rhombus-outline::before{content:"ﮂ"}.mdi-hexadecimal::before{content:"󰋒"}.mdi-hexagon::before{content:""}.mdi-hexagon-multiple::before{content:""}.mdi-hexagon-multiple-outline::before{content:"󰄝"}.mdi-hexagon-outline::before{content:""}.mdi-hexagon-slice-1::before{content:"輸"}.mdi-hexagon-slice-2::before{content:"遲"}.mdi-hexagon-slice-3::before{content:"醙"}.mdi-hexagon-slice-4::before{content:"鉶"}.mdi-hexagon-slice-5::before{content:"陼"}.mdi-hexagon-slice-6::before{content:"難"}.mdi-hexagram::before{content:"靖"}.mdi-hexagram-outline::before{content:"韛"}.mdi-high-definition::before{content:""}.mdi-high-definition-box::before{content:""}.mdi-highway::before{content:""}.mdi-hiking::before{content:"ﵛ"}.mdi-hinduism::before{content:"沈"}.mdi-history::before{content:""}.mdi-hockey-puck::before{content:""}.mdi-hockey-sticks::before{content:""}.mdi-hololens::before{content:""}.mdi-home::before{content:""}.mdi-home-account::before{content:""}.mdi-home-alert::before{content:""}.mdi-home-analytics::before{content:"ﻗ"}.mdi-home-assistant::before{content:""}.mdi-home-automation::before{content:""}.mdi-home-circle::before{content:""}.mdi-home-circle-outline::before{content:"󰁯"}.mdi-home-city::before{content:"ﳱ"}.mdi-home-city-outline::before{content:"ﳲ"}.mdi-home-currency-usd::before{content:""}.mdi-home-edit::before{content:"󰆄"}.mdi-home-edit-outline::before{content:"󰆅"}.mdi-home-export-outline::before{content:"ﾸ"}.mdi-home-flood::before{content:"７"}.mdi-home-floor-0::before{content:"ﶮ"}.mdi-home-floor-1::before{content:"ﵜ"}.mdi-home-floor-2::before{content:"ﵝ"}.mdi-home-floor-3::before{content:"ﵞ"}.mdi-home-floor-a::before{content:"ﵟ"}.mdi-home-floor-b::before{content:"ﵠ"}.mdi-home-floor-g::before{content:"ﵡ"}.mdi-home-floor-l::before{content:"ﵢ"}.mdi-home-floor-negative-1::before{content:"ﶯ"}.mdi-home-group::before{content:"ﶰ"}.mdi-home-heart::before{content:""}.mdi-home-import-outline::before{content:"ﾹ"}.mdi-home-lightbulb::before{content:"󰉼"}.mdi-home-lightbulb-outline::before{content:"󰉽"}.mdi-home-lock::before{content:""}.mdi-home-lock-open::before{content:""}.mdi-home-map-marker::before{content:""}.mdi-home-minus::before{content:"拾"}.mdi-home-modern::before{content:""}.mdi-home-outline::before{content:""}.mdi-home-plus::before{content:"若"}.mdi-home-remove::before{content:"󰉲"}.mdi-home-roof::before{content:"󰅖"}.mdi-home-thermometer::before{content:"ｱ"}.mdi-home-thermometer-outline::before{content:"ｲ"}.mdi-home-variant::before{content:""}.mdi-home-variant-outline::before{content:"ﮃ"}.mdi-hook::before{content:""}.mdi-hook-off::before{content:""}.mdi-hops::before{content:""}.mdi-horizontal-rotate-clockwise::before{content:"󰄞"}.mdi-horizontal-rotate-counterclockwise::before{content:"󰄟"}.mdi-horseshoe::before{content:"練"}.mdi-hospital::before{content:"󰀗"}.mdi-hospital-box::before{content:""}.mdi-hospital-box-outline::before{content:"󰀘"}.mdi-hospital-building::before{content:""}.mdi-hospital-marker::before{content:""}.mdi-hot-tub::before{content:""}.mdi-hotel::before{content:""}.mdi-houzz::before{content:""}.mdi-houzz-box::before{content:""}.mdi-hubspot::before{content:"ﳳ"}.mdi-hulu::before{content:""}.mdi-human::before{content:""}.mdi-human-child::before{content:""}.mdi-human-female::before{content:""}.mdi-human-female-boy::before{content:"縉"}.mdi-human-female-female::before{content:"繁"}.mdi-human-female-girl::before{content:"署"}.mdi-human-greeting::before{content:""}.mdi-human-handsdown::before{content:""}.mdi-human-handsup::before{content:""}.mdi-human-male::before{content:""}.mdi-human-male-boy::before{content:"者"}.mdi-human-male-female::before{content:""}.mdi-human-male-girl::before{content:"臭"}.mdi-human-male-height::before{content:"８"}.mdi-human-male-height-variant::before{content:"９"}.mdi-human-male-male::before{content:"艹"}.mdi-human-pregnant::before{content:""}.mdi-humble-bundle::before{content:""}.mdi-hvac::before{content:"󰍽"}.mdi-hydraulic-oil-level::before{content:"󰍏"}.mdi-hydraulic-oil-temperature::before{content:"󰍐"}.mdi-hydro-power::before{content:"󰌐"}.mdi-ice-cream::before{content:""}.mdi-ice-pop::before{content:"："}.mdi-id-card::before{content:"￠"}.mdi-identifier::before{content:"；"}.mdi-ideogram-cjk::before{content:"󰍜"}.mdi-ideogram-cjk-variant::before{content:"󰍝"}.mdi-iframe::before{content:"ﱧ"}.mdi-iframe-array::before{content:"󰄠"}.mdi-iframe-array-outline::before{content:"󰄡"}.mdi-iframe-braces::before{content:"󰄢"}.mdi-iframe-braces-outline::before{content:"󰄣"}.mdi-iframe-outline::before{content:"ﱨ"}.mdi-iframe-parentheses::before{content:"󰄤"}.mdi-iframe-parentheses-outline::before{content:"󰄥"}.mdi-iframe-variable::before{content:"󰄦"}.mdi-iframe-variable-outline::before{content:"󰄧"}.mdi-image::before{content:""}.mdi-image-album::before{content:""}.mdi-image-area::before{content:""}.mdi-image-area-close::before{content:""}.mdi-image-auto-adjust::before{content:"￡"}.mdi-image-broken::before{content:""}.mdi-image-broken-variant::before{content:""}.mdi-image-edit::before{content:"󰈎"}.mdi-image-edit-outline::before{content:"󰈏"}.mdi-image-filter::before{content:""}.mdi-image-filter-black-white::before{content:""}.mdi-image-filter-center-focus::before{content:""}.mdi-image-filter-center-focus-strong::before{content:"＜"}.mdi-image-filter-center-focus-strong-outline::before{content:"＝"}.mdi-image-filter-center-focus-weak::before{content:""}.mdi-image-filter-drama::before{content:""}.mdi-image-filter-frames::before{content:""}.mdi-image-filter-hdr::before{content:""}.mdi-image-filter-none::before{content:""}.mdi-image-filter-tilt-shift::before{content:""}.mdi-image-filter-vintage::before{content:""}.mdi-image-frame::before{content:"ﺊ"}.mdi-image-move::before{content:"立"}.mdi-image-multiple::before{content:""}.mdi-image-off::before{content:""}.mdi-image-off-outline::before{content:"󰇼"}.mdi-image-outline::before{content:"掠"}.mdi-image-plus::before{content:""}.mdi-image-search::before{content:"略"}.mdi-image-search-outline::before{content:"亮"}.mdi-image-size-select-actual::before{content:"ﱩ"}.mdi-image-size-select-large::before{content:"ﱪ"}.mdi-image-size-select-small::before{content:"ﱫ"}.mdi-import::before{content:""}.mdi-inbox::before{content:""}.mdi-inbox-arrow-down::before{content:""}.mdi-inbox-arrow-down-outline::before{content:"󰊛"}.mdi-inbox-arrow-up::before{content:""}.mdi-inbox-arrow-up-outline::before{content:"󰊜"}.mdi-inbox-full::before{content:"󰊝"}.mdi-inbox-full-outline::before{content:"󰊞"}.mdi-inbox-multiple::before{content:""}.mdi-inbox-multiple-outline::before{content:"ﮄ"}.mdi-inbox-outline::before{content:"󰊟"}.mdi-incognito::before{content:""}.mdi-infinity::before{content:""}.mdi-information::before{content:""}.mdi-information-outline::before{content:""}.mdi-information-variant::before{content:""}.mdi-instagram::before{content:""}.mdi-instapaper::before{content:""}.mdi-instrument-triangle::before{content:"󰁰"}.mdi-internet-explorer::before{content:""}.mdi-invert-colors::before{content:""}.mdi-invert-colors-off::before{content:"ﺋ"}.mdi-iobroker::before{content:"󰌓"}.mdi-ip::before{content:"艹"}.mdi-ip-network::before{content:"著"}.mdi-ip-network-outline::before{content:"ﱬ"}.mdi-ipod::before{content:"ﱭ"}.mdi-islam::before{content:"兩"}.mdi-island::before{content:"󰁱"}.mdi-itunes::before{content:""}.mdi-iv-bag::before{content:"󰃤"}.mdi-jabber::before{content:"ﶱ"}.mdi-jeepney::before{content:""}.mdi-jellyfish::before{content:"＞"}.mdi-jellyfish-outline::before{content:"？"}.mdi-jira::before{content:""}.mdi-jquery::before{content:""}.mdi-jsfiddle::before{content:""}.mdi-json::before{content:""}.mdi-judaism::before{content:"凉"}.mdi-jump-rope::before{content:"󰌪"}.mdi-kabaddi::before{content:"ﵣ"}.mdi-karate::before{content:""}.mdi-keg::before{content:""}.mdi-kettle::before{content:""}.mdi-kettle-alert::before{content:"󰍂"}.mdi-kettle-alert-outline::before{content:"󰍃"}.mdi-kettle-off::before{content:"󰍆"}.mdi-kettle-off-outline::before{content:"󰍇"}.mdi-kettle-outline::before{content:"ｳ"}.mdi-kettle-steam::before{content:"󰍄"}.mdi-kettle-steam-outline::before{content:"󰍅"}.mdi-kettlebell::before{content:"󰌫"}.mdi-key::before{content:""}.mdi-key-arrow-right::before{content:"󰌽"}.mdi-key-change::before{content:""}.mdi-key-link::before{content:"󰇊"}.mdi-key-minus::before{content:""}.mdi-key-outline::before{content:"ﶲ"}.mdi-key-plus::before{content:""}.mdi-key-remove::before{content:""}.mdi-key-star::before{content:"󰇉"}.mdi-key-variant::before{content:""}.mdi-key-wireless::before{content:"￢"}.mdi-keyboard::before{content:""}.mdi-keyboard-backspace::before{content:""}.mdi-keyboard-caps::before{content:""}.mdi-keyboard-close::before{content:""}.mdi-keyboard-esc::before{content:"󰋢"}.mdi-keyboard-f1::before{content:"󰋖"}.mdi-keyboard-f10::before{content:"󰋟"}.mdi-keyboard-f11::before{content:"󰋠"}.mdi-keyboard-f12::before{content:"󰋡"}.mdi-keyboard-f2::before{content:"󰋗"}.mdi-keyboard-f3::before{content:"󰋘"}.mdi-keyboard-f4::before{content:"󰋙"}.mdi-keyboard-f5::before{content:"󰋚"}.mdi-keyboard-f6::before{content:"󰋛"}.mdi-keyboard-f7::before{content:"󰋜"}.mdi-keyboard-f8::before{content:"󰋝"}.mdi-keyboard-f9::before{content:"󰋞"}.mdi-keyboard-off::before{content:""}.mdi-keyboard-off-outline::before{content:"ﺌ"}.mdi-keyboard-outline::before{content:"梁"}.mdi-keyboard-return::before{content:""}.mdi-keyboard-settings::before{content:"笠"}.mdi-keyboard-settings-outline::before{content:"粒"}.mdi-keyboard-space::before{content:"󰁲"}.mdi-keyboard-tab::before{content:""}.mdi-keyboard-variant::before{content:""}.mdi-khanda::before{content:"󰄨"}.mdi-kickstarter::before{content:""}.mdi-klingon::before{content:"󰎆"}.mdi-knife::before{content:"狀"}.mdi-knife-military::before{content:"炙"}.mdi-kodi::before{content:""}.mdi-kotlin::before{content:"󰉄"}.mdi-kubernetes::before{content:"󰄩"}.mdi-label::before{content:""}.mdi-label-multiple::before{content:"󰎠"}.mdi-label-multiple-outline::before{content:"󰎡"}.mdi-label-off::before{content:"響"}.mdi-label-off-outline::before{content:"頋"}.mdi-label-outline::before{content:""}.mdi-label-percent::before{content:"󰌕"}.mdi-label-percent-outline::before{content:"󰌖"}.mdi-label-variant::before{content:"頻"}.mdi-label-variant-outline::before{content:"鬒"}.mdi-ladybug::before{content:""}.mdi-lambda::before{content:""}.mdi-lamp::before{content:""}.mdi-lan::before{content:""}.mdi-lan-check::before{content:"󰋕"}.mdi-lan-connect::before{content:""}.mdi-lan-disconnect::before{content:""}.mdi-lan-pending::before{content:""}.mdi-language-c::before{content:""}.mdi-language-cpp::before{content:""}.mdi-language-csharp::before{content:""}.mdi-language-css3::before{content:""}.mdi-language-fortran::before{content:"󰉅"}.mdi-language-go::before{content:""}.mdi-language-haskell::before{content:"ﱮ"}.mdi-language-html5::before{content:""}.mdi-language-java::before{content:"﬜"}.mdi-language-javascript::before{content:""}.mdi-language-lua::before{content:""}.mdi-language-php::before{content:""}.mdi-language-python::before{content:""}.mdi-language-python-text::before{content:""}.mdi-language-r::before{content:""}.mdi-language-ruby-on-rails::before{content:"龜"}.mdi-language-swift::before{content:""}.mdi-language-typescript::before{content:""}.mdi-laptop::before{content:""}.mdi-laptop-chromebook::before{content:""}.mdi-laptop-mac::before{content:""}.mdi-laptop-off::before{content:""}.mdi-laptop-windows::before{content:""}.mdi-laravel::before{content:"𢡊"}.mdi-lasso::before{content:"＠"}.mdi-lastfm::before{content:""}.mdi-lastpass::before{content:""}.mdi-latitude::before{content:"ｴ"}.mdi-launch::before{content:""}.mdi-lava-lamp::before{content:""}.mdi-layers::before{content:""}.mdi-layers-minus::before{content:"ﺍ"}.mdi-layers-off::before{content:""}.mdi-layers-off-outline::before{content:"識"}.mdi-layers-outline::before{content:"什"}.mdi-layers-plus::before{content:"︰"}.mdi-layers-remove::before{content:"︱"}.mdi-layers-search::before{content:"󰈱"}.mdi-layers-search-outline::before{content:"󰈲"}.mdi-layers-triple::before{content:"ｵ"}.mdi-layers-triple-outline::before{content:"ｶ"}.mdi-lead-pencil::before{content:""}.mdi-leaf::before{content:""}.mdi-leaf-maple::before{content:"ﱯ"}.mdi-leaf-maple-off::before{content:"󰌅"}.mdi-leaf-off::before{content:"󰌄"}.mdi-leak::before{content:"ﶳ"}.mdi-leak-off::before{content:"ﶴ"}.mdi-led-off::before{content:""}.mdi-led-on::before{content:""}.mdi-led-outline::before{content:""}.mdi-led-strip::before{content:""}.mdi-led-strip-variant::before{content:"󰁳"}.mdi-led-variant-off::before{content:""}.mdi-led-variant-on::before{content:""}.mdi-led-variant-outline::before{content:""}.mdi-leek::before{content:"󰆨"}.mdi-less-than::before{content:"糧"}.mdi-less-than-or-equal::before{content:"良"}.mdi-library::before{content:""}.mdi-library-books::before{content:""}.mdi-library-movie::before{content:"ﳴ"}.mdi-library-music::before{content:""}.mdi-library-music-outline::before{content:"Ａ"}.mdi-library-shelves::before{content:"ﮅ"}.mdi-library-video::before{content:"ﳵ"}.mdi-license::before{content:"￣"}.mdi-lifebuoy::before{content:""}.mdi-light-switch::before{content:"諒"}.mdi-lightbulb::before{content:""}.mdi-lightbulb-cfl::before{content:"󰈳"}.mdi-lightbulb-cfl-off::before{content:"󰈴"}.mdi-lightbulb-cfl-spiral::before{content:"󰊠"}.mdi-lightbulb-cfl-spiral-off::before{content:"󰋮"}.mdi-lightbulb-group::before{content:"󰉾"}.mdi-lightbulb-group-off::before{content:"󰋸"}.mdi-lightbulb-group-off-outline::before{content:"󰋹"}.mdi-lightbulb-group-outline::before{content:"󰉿"}.mdi-lightbulb-multiple::before{content:"󰊀"}.mdi-lightbulb-multiple-off::before{content:"󰋺"}.mdi-lightbulb-multiple-off-outline::before{content:"󰋻"}.mdi-lightbulb-multiple-outline::before{content:"󰊁"}.mdi-lightbulb-off::before{content:"︲"}.mdi-lightbulb-off-outline::before{content:"︳"}.mdi-lightbulb-on::before{content:""}.mdi-lightbulb-on-outline::before{content:""}.mdi-lightbulb-outline::before{content:""}.mdi-lighthouse::before{content:"茶"}.mdi-lighthouse-on::before{content:"刺"}.mdi-link::before{content:""}.mdi-link-box::before{content:"ﳶ"}.mdi-link-box-outline::before{content:"ﳷ"}.mdi-link-box-variant::before{content:"ﳸ"}.mdi-link-box-variant-outline::before{content:"ﳹ"}.mdi-link-lock::before{content:"󰃥"}.mdi-link-off::before{content:""}.mdi-link-plus::before{content:"ﱰ"}.mdi-link-variant::before{content:""}.mdi-link-variant-minus::before{content:"󰄪"}.mdi-link-variant-off::before{content:""}.mdi-link-variant-plus::before{content:"󰄫"}.mdi-link-variant-remove::before{content:"󰄬"}.mdi-linkedin::before{content:""}.mdi-linkedin-box::before{content:""}.mdi-linux::before{content:""}.mdi-linux-mint::before{content:""}.mdi-litecoin::before{content:"褐"}.mdi-loading::before{content:""}.mdi-location-enter::before{content:"￤"}.mdi-location-exit::before{content:"￥"}.mdi-lock::before{content:""}.mdi-lock-alert::before{content:""}.mdi-lock-clock::before{content:"量"}.mdi-lock-open::before{content:""}.mdi-lock-open-outline::before{content:""}.mdi-lock-open-variant::before{content:"￦"}.mdi-lock-open-variant-outline::before{content:"￧"}.mdi-lock-outline::before{content:""}.mdi-lock-pattern::before{content:""}.mdi-lock-plus::before{content:""}.mdi-lock-question::before{content:""}.mdi-lock-reset::before{content:""}.mdi-lock-smart::before{content:""}.mdi-locker::before{content:""}.mdi-locker-multiple::before{content:""}.mdi-login::before{content:""}.mdi-login-variant::before{content:""}.mdi-logout::before{content:""}.mdi-logout-variant::before{content:""}.mdi-longitude::before{content:"ｷ"}.mdi-looks::before{content:""}.mdi-loupe::before{content:""}.mdi-lumx::before{content:""}.mdi-lungs::before{content:"󰂯"}.mdi-lyft::before{content:"יִ"}.mdi-magnet::before{content:""}.mdi-magnet-on::before{content:""}.mdi-magnify::before{content:""}.mdi-magnify-close::before{content:"勵"}.mdi-magnify-minus::before{content:""}.mdi-magnify-minus-cursor::before{content:"視"}.mdi-magnify-minus-outline::before{content:""}.mdi-magnify-plus::before{content:""}.mdi-magnify-plus-cursor::before{content:"謁"}.mdi-magnify-plus-outline::before{content:""}.mdi-magnify-remove-cursor::before{content:"󰈷"}.mdi-magnify-remove-outline::before{content:"󰈸"}.mdi-magnify-scan::before{content:"󰊡"}.mdi-mail::before{content:"ﻘ"}.mdi-mail-ru::before{content:""}.mdi-mailbox::before{content:""}.mdi-mailbox-open::before{content:"ﵤ"}.mdi-mailbox-open-outline::before{content:"ﵥ"}.mdi-mailbox-open-up::before{content:"ﵦ"}.mdi-mailbox-open-up-outline::before{content:"ﵧ"}.mdi-mailbox-outline::before{content:"ﵨ"}.mdi-mailbox-up::before{content:"ﵩ"}.mdi-mailbox-up-outline::before{content:"ﵪ"}.mdi-map::before{content:""}.mdi-map-check::before{content:"ﻙ"}.mdi-map-check-outline::before{content:"ﻚ"}.mdi-map-clock::before{content:"ﳺ"}.mdi-map-clock-outline::before{content:"ﳻ"}.mdi-map-legend::before{content:"切"}.mdi-map-marker::before{content:""}.mdi-map-marker-alert::before{content:"Ｂ"}.mdi-map-marker-alert-outline::before{content:"Ｃ"}.mdi-map-marker-check::before{content:"ﱱ"}.mdi-map-marker-check-outline::before{content:"󰌦"}.mdi-map-marker-circle::before{content:""}.mdi-map-marker-distance::before{content:""}.mdi-map-marker-down::before{content:"󰄭"}.mdi-map-marker-left::before{content:"󰌆"}.mdi-map-marker-left-outline::before{content:"󰌈"}.mdi-map-marker-minus::before{content:""}.mdi-map-marker-minus-outline::before{content:"󰌤"}.mdi-map-marker-multiple::before{content:""}.mdi-map-marker-multiple-outline::before{content:"󰊢"}.mdi-map-marker-off::before{content:""}.mdi-map-marker-off-outline::before{content:"󰌨"}.mdi-map-marker-outline::before{content:""}.mdi-map-marker-path::before{content:"ﳼ"}.mdi-map-marker-plus::before{content:""}.mdi-map-marker-plus-outline::before{content:"󰌣"}.mdi-map-marker-question::before{content:"Ｄ"}.mdi-map-marker-question-outline::before{content:"Ｅ"}.mdi-map-marker-radius::before{content:""}.mdi-map-marker-radius-outline::before{content:"󰌧"}.mdi-map-marker-remove::before{content:"Ｆ"}.mdi-map-marker-remove-outline::before{content:"󰌥"}.mdi-map-marker-remove-variant::before{content:"Ｇ"}.mdi-map-marker-right::before{content:"󰌇"}.mdi-map-marker-right-outline::before{content:"󰌉"}.mdi-map-marker-up::before{content:"󰄮"}.mdi-map-minus::before{content:"呂"}.mdi-map-outline::before{content:"女"}.mdi-map-plus::before{content:"廬"}.mdi-map-search::before{content:"旅"}.mdi-map-search-outline::before{content:"濾"}.mdi-mapbox::before{content:"ﮆ"}.mdi-margin::before{content:""}.mdi-markdown::before{content:""}.mdi-markdown-outline::before{content:"ｸ"}.mdi-marker::before{content:""}.mdi-marker-cancel::before{content:"ﶵ"}.mdi-marker-check::before{content:""}.mdi-mastodon::before{content:"𢡄"}.mdi-mastodon-variant::before{content:"𣏕"}.mdi-material-design::before{content:"礪"}.mdi-material-ui::before{content:""}.mdi-math-compass::before{content:""}.mdi-math-cos::before{content:"ﱲ"}.mdi-math-integral::before{content:"￨"}.mdi-math-integral-box::before{content:"￩"}.mdi-math-log::before{content:"󰂰"}.mdi-math-norm::before{content:"￪"}.mdi-math-norm-box::before{content:"￫"}.mdi-math-sin::before{content:"ﱳ"}.mdi-math-tan::before{content:"ﱴ"}.mdi-matrix::before{content:""}.mdi-medal::before{content:"閭"}.mdi-medal-outline::before{content:"󰍑"}.mdi-medical-bag::before{content:""}.mdi-meditation::before{content:"󰆦"}.mdi-medium::before{content:""}.mdi-meetup::before{content:"㮝"}.mdi-memory::before{content:""}.mdi-menu::before{content:""}.mdi-menu-down::before{content:""}.mdi-menu-down-outline::before{content:""}.mdi-menu-left::before{content:""}.mdi-menu-left-outline::before{content:"度"}.mdi-menu-open::before{content:"ﮇ"}.mdi-menu-right::before{content:""}.mdi-menu-right-outline::before{content:"拓"}.mdi-menu-swap::before{content:"謹"}.mdi-menu-swap-outline::before{content:"賓"}.mdi-menu-up::before{content:""}.mdi-menu-up-outline::before{content:""}.mdi-merge::before{content:"ｹ"}.mdi-message::before{content:""}.mdi-message-alert::before{content:""}.mdi-message-alert-outline::before{content:"糖"}.mdi-message-arrow-left::before{content:"󰌝"}.mdi-message-arrow-left-outline::before{content:"󰌞"}.mdi-message-arrow-right::before{content:"󰌟"}.mdi-message-arrow-right-outline::before{content:"󰌠"}.mdi-message-bulleted::before{content:""}.mdi-message-bulleted-off::before{content:""}.mdi-message-draw::before{content:""}.mdi-message-image::before{content:""}.mdi-message-image-outline::before{content:"󰆗"}.mdi-message-lock::before{content:"￬"}.mdi-message-lock-outline::before{content:"󰆘"}.mdi-message-minus::before{content:"󰆙"}.mdi-message-minus-outline::before{content:"󰆚"}.mdi-message-outline::before{content:""}.mdi-message-plus::before{content:""}.mdi-message-plus-outline::before{content:"󰃦"}.mdi-message-processing::before{content:""}.mdi-message-processing-outline::before{content:"󰆛"}.mdi-message-reply::before{content:""}.mdi-message-reply-text::before{content:""}.mdi-message-settings::before{content:""}.mdi-message-settings-outline::before{content:"󰆜"}.mdi-message-settings-variant::before{content:""}.mdi-message-settings-variant-outline::before{content:"󰆝"}.mdi-message-text::before{content:""}.mdi-message-text-clock::before{content:"󰆞"}.mdi-message-text-clock-outline::before{content:"󰆟"}.mdi-message-text-lock::before{content:"￭"}.mdi-message-text-lock-outline::before{content:"󰆠"}.mdi-message-text-outline::before{content:""}.mdi-message-video::before{content:""}.mdi-meteor::before{content:""}.mdi-metronome::before{content:""}.mdi-metronome-tick::before{content:""}.mdi-micro-sd::before{content:""}.mdi-microphone::before{content:""}.mdi-microphone-minus::before{content:""}.mdi-microphone-off::before{content:""}.mdi-microphone-outline::before{content:""}.mdi-microphone-plus::before{content:""}.mdi-microphone-settings::before{content:""}.mdi-microphone-variant::before{content:""}.mdi-microphone-variant-off::before{content:""}.mdi-microscope::before{content:""}.mdi-microsoft::before{content:""}.mdi-microsoft-dynamics::before{content:"驪"}.mdi-microwave::before{content:"ﱵ"}.mdi-middleware::before{content:"ｺ"}.mdi-middleware-outline::before{content:"ｻ"}.mdi-midi::before{content:""}.mdi-midi-port::before{content:""}.mdi-mine::before{content:"ﶶ"}.mdi-minecraft::before{content:""}.mdi-mini-sd::before{content:"宅"}.mdi-minidisc::before{content:"洞"}.mdi-minus::before{content:""}.mdi-minus-box::before{content:""}.mdi-minus-box-multiple::before{content:"󰅬"}.mdi-minus-box-multiple-outline::before{content:"󰅭"}.mdi-minus-box-outline::before{content:""}.mdi-minus-circle::before{content:""}.mdi-minus-circle-outline::before{content:""}.mdi-minus-network::before{content:""}.mdi-minus-network-outline::before{content:"ﱶ"}.mdi-mirror::before{content:"󰈨"}.mdi-mixcloud::before{content:""}.mdi-mixed-martial-arts::before{content:"ﵫ"}.mdi-mixed-reality::before{content:""}.mdi-mixer::before{content:""}.mdi-molecule::before{content:"ﮈ"}.mdi-monitor::before{content:""}.mdi-monitor-cellphone::before{content:"麗"}.mdi-monitor-cellphone-star::before{content:"黎"}.mdi-monitor-clean::before{content:"󰄯"}.mdi-monitor-dashboard::before{content:"暴"}.mdi-monitor-edit::before{content:"󰋱"}.mdi-monitor-lock::before{content:"ﶷ"}.mdi-monitor-multiple::before{content:""}.mdi-monitor-off::before{content:"ﵬ"}.mdi-monitor-screenshot::before{content:"︴"}.mdi-monitor-speaker::before{content:"ｼ"}.mdi-monitor-speaker-off::before{content:"ｽ"}.mdi-monitor-star::before{content:"ﶸ"}.mdi-moon-first-quarter::before{content:"ｾ"}.mdi-moon-full::before{content:"ｿ"}.mdi-moon-last-quarter::before{content:"ﾀ"}.mdi-moon-new::before{content:"ﾁ"}.mdi-moon-waning-crescent::before{content:"ﾂ"}.mdi-moon-waning-gibbous::before{content:"ﾃ"}.mdi-moon-waxing-crescent::before{content:"ﾄ"}.mdi-moon-waxing-gibbous::before{content:"ﾅ"}.mdi-moped::before{content:"󰂱"}.mdi-more::before{content:""}.mdi-mother-heart::before{content:"󰌿"}.mdi-mother-nurse::before{content:"ﳽ"}.mdi-motion-sensor::before{content:"ﵭ"}.mdi-motorbike::before{content:""}.mdi-mouse::before{content:""}.mdi-mouse-bluetooth::before{content:"力"}.mdi-mouse-off::before{content:""}.mdi-mouse-variant::before{content:""}.mdi-mouse-variant-off::before{content:""}.mdi-move-resize::before{content:""}.mdi-move-resize-variant::before{content:""}.mdi-movie::before{content:""}.mdi-movie-edit::before{content:"󰅍"}.mdi-movie-edit-outline::before{content:"󰅎"}.mdi-movie-filter::before{content:"󰅏"}.mdi-movie-filter-outline::before{content:"󰅐"}.mdi-movie-open::before{content:"￮"}.mdi-movie-open-outline::before{content:"￯"}.mdi-movie-outline::before{content:"ﶹ"}.mdi-movie-roll::before{content:""}.mdi-movie-search::before{content:"󰇽"}.mdi-movie-search-outline::before{content:"󰇾"}.mdi-muffin::before{content:"曆"}.mdi-multiplication::before{content:""}.mdi-multiplication-box::before{content:""}.mdi-mushroom::before{content:""}.mdi-mushroom-outline::before{content:""}.mdi-music::before{content:""}.mdi-music-accidental-double-flat::before{content:"ﾆ"}.mdi-music-accidental-double-sharp::before{content:"ﾇ"}.mdi-music-accidental-flat::before{content:"ﾈ"}.mdi-music-accidental-natural::before{content:"ﾉ"}.mdi-music-accidental-sharp::before{content:"ﾊ"}.mdi-music-box::before{content:""}.mdi-music-box-outline::before{content:""}.mdi-music-circle::before{content:""}.mdi-music-circle-outline::before{content:"䀘"}.mdi-music-clef-alto::before{content:"ﾋ"}.mdi-music-clef-bass::before{content:"ﾌ"}.mdi-music-clef-treble::before{content:"ﾍ"}.mdi-music-note::before{content:""}.mdi-music-note-bluetooth::before{content:""}.mdi-music-note-bluetooth-off::before{content:""}.mdi-music-note-eighth::before{content:""}.mdi-music-note-eighth-dotted::before{content:"ﾎ"}.mdi-music-note-half::before{content:""}.mdi-music-note-half-dotted::before{content:"ﾏ"}.mdi-music-note-off::before{content:""}.mdi-music-note-off-outline::before{content:"ﾐ"}.mdi-music-note-outline::before{content:"ﾑ"}.mdi-music-note-plus::before{content:"ﶺ"}.mdi-music-note-quarter::before{content:""}.mdi-music-note-quarter-dotted::before{content:"ﾒ"}.mdi-music-note-sixteenth::before{content:""}.mdi-music-note-sixteenth-dotted::before{content:"ﾓ"}.mdi-music-note-whole::before{content:""}.mdi-music-note-whole-dotted::before{content:"ﾔ"}.mdi-music-off::before{content:""}.mdi-music-rest-eighth::before{content:"ﾕ"}.mdi-music-rest-half::before{content:"ﾖ"}.mdi-music-rest-quarter::before{content:"ﾗ"}.mdi-music-rest-sixteenth::before{content:"ﾘ"}.mdi-music-rest-whole::before{content:"ﾙ"}.mdi-nail::before{content:"ﶻ"}.mdi-nas::before{content:""}.mdi-nativescript::before{content:""}.mdi-nature::before{content:""}.mdi-nature-people::before{content:""}.mdi-navigation::before{content:""}.mdi-near-me::before{content:""}.mdi-necklace::before{content:"Ｈ"}.mdi-needle::before{content:""}.mdi-netflix::before{content:""}.mdi-network::before{content:""}.mdi-network-off::before{content:"ﱷ"}.mdi-network-off-outline::before{content:"ﱸ"}.mdi-network-outline::before{content:"ﱹ"}.mdi-network-router::before{content:"󰂲"}.mdi-network-strength-1::before{content:""}.mdi-network-strength-1-alert::before{content:""}.mdi-network-strength-2::before{content:""}.mdi-network-strength-2-alert::before{content:""}.mdi-network-strength-3::before{content:""}.mdi-network-strength-3-alert::before{content:""}.mdi-network-strength-4::before{content:""}.mdi-network-strength-4-alert::before{content:""}.mdi-network-strength-off::before{content:""}.mdi-network-strength-off-outline::before{content:""}.mdi-network-strength-outline::before{content:""}.mdi-new-box::before{content:""}.mdi-newspaper::before{content:""}.mdi-newspaper-minus::before{content:"Ｉ"}.mdi-newspaper-plus::before{content:"Ｊ"}.mdi-newspaper-variant::before{content:"󰀣"}.mdi-newspaper-variant-multiple::before{content:"󰀤"}.mdi-newspaper-variant-multiple-outline::before{content:"󰀥"}.mdi-newspaper-variant-outline::before{content:"󰀦"}.mdi-nfc::before{content:""}.mdi-nfc-off::before{content:"︵"}.mdi-nfc-search-variant::before{content:"︶"}.mdi-nfc-tap::before{content:""}.mdi-nfc-variant::before{content:""}.mdi-nfc-variant-off::before{content:"︷"}.mdi-ninja::before{content:""}.mdi-nintendo-switch::before{content:""}.mdi-nix::before{content:"󰄰"}.mdi-nodejs::before{content:""}.mdi-noodles::before{content:"󰆩"}.mdi-not-equal::before{content:"歷"}.mdi-not-equal-variant::before{content:"轢"}.mdi-note::before{content:""}.mdi-note-multiple::before{content:""}.mdi-note-multiple-outline::before{content:""}.mdi-note-outline::before{content:""}.mdi-note-plus::before{content:""}.mdi-note-plus-outline::before{content:""}.mdi-note-text::before{content:""}.mdi-note-text-outline::before{content:"󰈂"}.mdi-notebook::before{content:""}.mdi-notebook-multiple::before{content:"︸"}.mdi-notebook-outline::before{content:"ﻜ"}.mdi-notification-clear-all::before{content:""}.mdi-npm::before{content:""}.mdi-npm-variant::before{content:"年"}.mdi-npm-variant-outline::before{content:"憐"}.mdi-nuke::before{content:""}.mdi-null::before{content:""}.mdi-numeric::before{content:""}.mdi-numeric-0::before{content:"0"}.mdi-numeric-0-box::before{content:""}.mdi-numeric-0-box-multiple::before{content:"Ｋ"}.mdi-numeric-0-box-multiple-outline::before{content:""}.mdi-numeric-0-box-outline::before{content:""}.mdi-numeric-0-circle::before{content:"ﱺ"}.mdi-numeric-0-circle-outline::before{content:"ﱻ"}.mdi-numeric-1::before{content:"1"}.mdi-numeric-1-box::before{content:""}.mdi-numeric-1-box-multiple::before{content:"Ｌ"}.mdi-numeric-1-box-multiple-outline::before{content:""}.mdi-numeric-1-box-outline::before{content:""}.mdi-numeric-1-circle::before{content:"ﱼ"}.mdi-numeric-1-circle-outline::before{content:"ﱽ"}.mdi-numeric-10::before{content:"󰀊"}.mdi-numeric-10-box::before{content:"ﾚ"}.mdi-numeric-10-box-multiple::before{content:"󰀋"}.mdi-numeric-10-box-multiple-outline::before{content:"󰀌"}.mdi-numeric-10-box-outline::before{content:"ﾛ"}.mdi-numeric-10-circle::before{content:"󰀍"}.mdi-numeric-10-circle-outline::before{content:"󰀎"}.mdi-numeric-2::before{content:"2"}.mdi-numeric-2-box::before{content:""}.mdi-numeric-2-box-multiple::before{content:"Ｍ"}.mdi-numeric-2-box-multiple-outline::before{content:""}.mdi-numeric-2-box-outline::before{content:""}.mdi-numeric-2-circle::before{content:"ﱾ"}.mdi-numeric-2-circle-outline::before{content:"ﱿ"}.mdi-numeric-3::before{content:"3"}.mdi-numeric-3-box::before{content:""}.mdi-numeric-3-box-multiple::before{content:"Ｎ"}.mdi-numeric-3-box-multiple-outline::before{content:""}.mdi-numeric-3-box-outline::before{content:""}.mdi-numeric-3-circle::before{content:"ﲀ"}.mdi-numeric-3-circle-outline::before{content:"ﲁ"}.mdi-numeric-4::before{content:"4"}.mdi-numeric-4-box::before{content:""}.mdi-numeric-4-box-multiple::before{content:"Ｏ"}.mdi-numeric-4-box-multiple-outline::before{content:""}.mdi-numeric-4-box-outline::before{content:""}.mdi-numeric-4-circle::before{content:"ﲂ"}.mdi-numeric-4-circle-outline::before{content:"ﲃ"}.mdi-numeric-5::before{content:"5"}.mdi-numeric-5-box::before{content:""}.mdi-numeric-5-box-multiple::before{content:"Ｐ"}.mdi-numeric-5-box-multiple-outline::before{content:""}.mdi-numeric-5-box-outline::before{content:""}.mdi-numeric-5-circle::before{content:"ﲄ"}.mdi-numeric-5-circle-outline::before{content:"ﲅ"}.mdi-numeric-6::before{content:"6"}.mdi-numeric-6-box::before{content:""}.mdi-numeric-6-box-multiple::before{content:"Ｑ"}.mdi-numeric-6-box-multiple-outline::before{content:""}.mdi-numeric-6-box-outline::before{content:""}.mdi-numeric-6-circle::before{content:"ﲆ"}.mdi-numeric-6-circle-outline::before{content:"ﲇ"}.mdi-numeric-7::before{content:"7"}.mdi-numeric-7-box::before{content:""}.mdi-numeric-7-box-multiple::before{content:"Ｒ"}.mdi-numeric-7-box-multiple-outline::before{content:""}.mdi-numeric-7-box-outline::before{content:""}.mdi-numeric-7-circle::before{content:"ﲈ"}.mdi-numeric-7-circle-outline::before{content:"ﲉ"}.mdi-numeric-8::before{content:"8"}.mdi-numeric-8-box::before{content:""}.mdi-numeric-8-box-multiple::before{content:"Ｓ"}.mdi-numeric-8-box-multiple-outline::before{content:""}.mdi-numeric-8-box-outline::before{content:""}.mdi-numeric-8-circle::before{content:"ﲊ"}.mdi-numeric-8-circle-outline::before{content:"ﲋ"}.mdi-numeric-9::before{content:"9"}.mdi-numeric-9-box::before{content:""}.mdi-numeric-9-box-multiple::before{content:"Ｔ"}.mdi-numeric-9-box-multiple-outline::before{content:""}.mdi-numeric-9-box-outline::before{content:""}.mdi-numeric-9-circle::before{content:"ﲌ"}.mdi-numeric-9-circle-outline::before{content:"ﲍ"}.mdi-numeric-9-plus::before{content:"󰀏"}.mdi-numeric-9-plus-box::before{content:""}.mdi-numeric-9-plus-box-multiple::before{content:"Ｕ"}.mdi-numeric-9-plus-box-multiple-outline::before{content:""}.mdi-numeric-9-plus-box-outline::before{content:""}.mdi-numeric-9-plus-circle::before{content:"ﲎ"}.mdi-numeric-9-plus-circle-outline::before{content:"ﲏ"}.mdi-numeric-negative-1::before{content:"󰁴"}.mdi-nut::before{content:""}.mdi-nutrition::before{content:""}.mdi-nuxt::before{content:"󰄱"}.mdi-oar::before{content:""}.mdi-ocarina::before{content:"ﶼ"}.mdi-oci::before{content:"󰌔"}.mdi-ocr::before{content:"󰅥"}.mdi-octagon::before{content:""}.mdi-octagon-outline::before{content:""}.mdi-octagram::before{content:""}.mdi-octagram-outline::before{content:""}.mdi-odnoklassniki::before{content:""}.mdi-offer::before{content:"󰉆"}.mdi-office::before{content:""}.mdi-office-building::before{content:"戀"}.mdi-oil::before{content:""}.mdi-oil-lamp::before{content:"Ｖ"}.mdi-oil-level::before{content:"󰁵"}.mdi-oil-temperature::before{content:"󰀙"}.mdi-omega::before{content:""}.mdi-one-up::before{content:"ﮉ"}.mdi-onedrive::before{content:""}.mdi-onenote::before{content:""}.mdi-onepassword::before{content:""}.mdi-opacity::before{content:""}.mdi-open-in-app::before{content:""}.mdi-open-in-new::before{content:""}.mdi-open-source-initiative::before{content:"ﮊ"}.mdi-openid::before{content:""}.mdi-opera::before{content:""}.mdi-orbit::before{content:""}.mdi-origin::before{content:"שׂ"}.mdi-ornament::before{content:""}.mdi-ornament-variant::before{content:""}.mdi-outdoor-lamp::before{content:"󰁶"}.mdi-outlook::before{content:"ﳾ"}.mdi-overscan::before{content:"󰀧"}.mdi-owl::before{content:""}.mdi-pac-man::before{content:"ﮋ"}.mdi-package::before{content:""}.mdi-package-down::before{content:""}.mdi-package-up::before{content:""}.mdi-package-variant::before{content:""}.mdi-package-variant-closed::before{content:""}.mdi-page-first::before{content:""}.mdi-page-last::before{content:""}.mdi-page-layout-body::before{content:""}.mdi-page-layout-footer::before{content:""}.mdi-page-layout-header::before{content:""}.mdi-page-layout-header-footer::before{content:"ﾜ"}.mdi-page-layout-sidebar-left::before{content:""}.mdi-page-layout-sidebar-right::before{content:""}.mdi-page-next::before{content:"ﮌ"}.mdi-page-next-outline::before{content:"ﮍ"}.mdi-page-previous::before{content:"ﮎ"}.mdi-page-previous-outline::before{content:"ﮏ"}.mdi-palette::before{content:""}.mdi-palette-advanced::before{content:""}.mdi-palette-outline::before{content:"﹬"}.mdi-palette-swatch::before{content:""}.mdi-palette-swatch-outline::before{content:"󰎇"}.mdi-palm-tree::before{content:"󰁷"}.mdi-pan::before{content:"ﮐ"}.mdi-pan-bottom-left::before{content:"ﮑ"}.mdi-pan-bottom-right::before{content:"ﮒ"}.mdi-pan-down::before{content:"ﮓ"}.mdi-pan-horizontal::before{content:"ﮔ"}.mdi-pan-left::before{content:"ﮕ"}.mdi-pan-right::before{content:"ﮖ"}.mdi-pan-top-left::before{content:"ﮗ"}.mdi-pan-top-right::before{content:"ﮘ"}.mdi-pan-up::before{content:"ﮙ"}.mdi-pan-vertical::before{content:"ﮚ"}.mdi-panda::before{content:""}.mdi-pandora::before{content:""}.mdi-panorama::before{content:""}.mdi-panorama-fisheye::before{content:""}.mdi-panorama-horizontal::before{content:""}.mdi-panorama-vertical::before{content:""}.mdi-panorama-wide-angle::before{content:""}.mdi-paper-cut-vertical::before{content:""}.mdi-paper-roll::before{content:"󰆂"}.mdi-paper-roll-outline::before{content:"󰆃"}.mdi-paperclip::before{content:""}.mdi-parachute::before{content:"ﲐ"}.mdi-parachute-outline::before{content:"ﲑ"}.mdi-parking::before{content:""}.mdi-party-popper::before{content:"󰁸"}.mdi-passport::before{content:""}.mdi-passport-biometric::before{content:"ﶽ"}.mdi-pasta::before{content:"󰆋"}.mdi-patio-heater::before{content:"ﾝ"}.mdi-patreon::before{content:""}.mdi-pause::before{content:""}.mdi-pause-circle::before{content:""}.mdi-pause-circle-outline::before{content:""}.mdi-pause-octagon::before{content:""}.mdi-pause-octagon-outline::before{content:""}.mdi-paw::before{content:""}.mdi-paw-off::before{content:""}.mdi-paypal::before{content:""}.mdi-pdf-box::before{content:"︹"}.mdi-peace::before{content:""}.mdi-peanut::before{content:"󰀞"}.mdi-peanut-off::before{content:"󰀟"}.mdi-peanut-off-outline::before{content:"󰀡"}.mdi-peanut-outline::before{content:"󰀠"}.mdi-pen::before{content:""}.mdi-pen-lock::before{content:"ﶾ"}.mdi-pen-minus::before{content:"ﶿ"}.mdi-pen-off::before{content:"ﷀ"}.mdi-pen-plus::before{content:"ﷁ"}.mdi-pen-remove::before{content:"ﷂ"}.mdi-pencil::before{content:""}.mdi-pencil-box::before{content:""}.mdi-pencil-box-multiple::before{content:"󰅯"}.mdi-pencil-box-multiple-outline::before{content:"󰅰"}.mdi-pencil-box-outline::before{content:""}.mdi-pencil-circle::before{content:""}.mdi-pencil-circle-outline::before{content:""}.mdi-pencil-lock::before{content:""}.mdi-pencil-lock-outline::before{content:"ﷃ"}.mdi-pencil-minus::before{content:"ﷄ"}.mdi-pencil-minus-outline::before{content:"ﷅ"}.mdi-pencil-off::before{content:""}.mdi-pencil-off-outline::before{content:"ﷆ"}.mdi-pencil-outline::before{content:"ﲒ"}.mdi-pencil-plus::before{content:"ﷇ"}.mdi-pencil-plus-outline::before{content:"﷈"}.mdi-pencil-remove::before{content:"﷉"}.mdi-pencil-remove-outline::before{content:"﷊"}.mdi-pencil-ruler::before{content:"󰍾"}.mdi-penguin::before{content:"ﻝ"}.mdi-pentagon::before{content:""}.mdi-pentagon-outline::before{content:""}.mdi-percent::before{content:""}.mdi-percent-outline::before{content:"󰊣"}.mdi-periodic-table::before{content:""}.mdi-periodic-table-co::before{content:"󰌩"}.mdi-periodic-table-co2::before{content:""}.mdi-periscope::before{content:""}.mdi-perspective-less::before{content:"ﳿ"}.mdi-perspective-more::before{content:"ﴀ"}.mdi-pharmacy::before{content:""}.mdi-phone::before{content:""}.mdi-phone-alert::before{content:"Ｗ"}.mdi-phone-alert-outline::before{content:"󰆹"}.mdi-phone-bluetooth::before{content:""}.mdi-phone-bluetooth-outline::before{content:"󰆺"}.mdi-phone-cancel::before{content:"󰃧"}.mdi-phone-cancel-outline::before{content:"󰆻"}.mdi-phone-check::before{content:"󰇔"}.mdi-phone-check-outline::before{content:"󰇕"}.mdi-phone-classic::before{content:""}.mdi-phone-classic-off::before{content:"󰊤"}.mdi-phone-forward::before{content:""}.mdi-phone-forward-outline::before{content:"󰆼"}.mdi-phone-hangup::before{content:""}.mdi-phone-hangup-outline::before{content:"󰆽"}.mdi-phone-in-talk::before{content:""}.mdi-phone-in-talk-outline::before{content:"󰆭"}.mdi-phone-incoming::before{content:""}.mdi-phone-incoming-outline::before{content:"󰆾"}.mdi-phone-lock::before{content:""}.mdi-phone-lock-outline::before{content:"󰆿"}.mdi-phone-log::before{content:""}.mdi-phone-log-outline::before{content:"󰇀"}.mdi-phone-message::before{content:"󰇁"}.mdi-phone-message-outline::before{content:"󰇂"}.mdi-phone-minus::before{content:""}.mdi-phone-minus-outline::before{content:"󰇃"}.mdi-phone-missed::before{content:""}.mdi-phone-missed-outline::before{content:"󰇐"}.mdi-phone-off::before{content:"﷋"}.mdi-phone-off-outline::before{content:"󰇑"}.mdi-phone-outgoing::before{content:""}.mdi-phone-outgoing-outline::before{content:"󰇄"}.mdi-phone-outline::before{content:"﷌"}.mdi-phone-paused::before{content:""}.mdi-phone-paused-outline::before{content:"󰇅"}.mdi-phone-plus::before{content:""}.mdi-phone-plus-outline::before{content:"󰇆"}.mdi-phone-return::before{content:""}.mdi-phone-return-outline::before{content:"󰇇"}.mdi-phone-ring::before{content:"󰇖"}.mdi-phone-ring-outline::before{content:"󰇗"}.mdi-phone-rotate-landscape::before{content:""}.mdi-phone-rotate-portrait::before{content:""}.mdi-phone-settings::before{content:""}.mdi-phone-settings-outline::before{content:"󰇈"}.mdi-phone-voip::before{content:""}.mdi-pi::before{content:""}.mdi-pi-box::before{content:""}.mdi-pi-hole::before{content:"﷍"}.mdi-piano::before{content:""}.mdi-pickaxe::before{content:""}.mdi-picture-in-picture-bottom-right::before{content:"︺"}.mdi-picture-in-picture-bottom-right-outline::before{content:"︻"}.mdi-picture-in-picture-top-right::before{content:"︼"}.mdi-picture-in-picture-top-right-outline::before{content:"︽"}.mdi-pier::before{content:""}.mdi-pier-crane::before{content:""}.mdi-pig::before{content:""}.mdi-pig-variant::before{content:"󰀨"}.mdi-piggy-bank::before{content:"󰀩"}.mdi-pill::before{content:""}.mdi-pillar::before{content:""}.mdi-pin::before{content:""}.mdi-pin-off::before{content:""}.mdi-pin-off-outline::before{content:"勞"}.mdi-pin-outline::before{content:"擄"}.mdi-pine-tree::before{content:""}.mdi-pine-tree-box::before{content:""}.mdi-pinterest::before{content:""}.mdi-pinterest-box::before{content:""}.mdi-pinwheel::before{content:"䀹"}.mdi-pinwheel-outline::before{content:"𥉉"}.mdi-pipe::before{content:""}.mdi-pipe-disconnected::before{content:""}.mdi-pipe-leak::before{content:""}.mdi-pipe-wrench::before{content:"󰍿"}.mdi-pirate::before{content:"輻"}.mdi-pistol::before{content:""}.mdi-piston::before{content:""}.mdi-pizza::before{content:""}.mdi-play::before{content:""}.mdi-play-box::before{content:"󰊥"}.mdi-play-box-outline::before{content:""}.mdi-play-circle::before{content:""}.mdi-play-circle-outline::before{content:""}.mdi-play-network::before{content:""}.mdi-play-network-outline::before{content:"ﲓ"}.mdi-play-outline::before{content:"Ｘ"}.mdi-play-pause::before{content:""}.mdi-play-protected-content::before{content:""}.mdi-play-speed::before{content:""}.mdi-playlist-check::before{content:""}.mdi-playlist-edit::before{content:""}.mdi-playlist-minus::before{content:""}.mdi-playlist-music::before{content:"ﲔ"}.mdi-playlist-music-outline::before{content:"ﲕ"}.mdi-playlist-play::before{content:""}.mdi-playlist-plus::before{content:""}.mdi-playlist-remove::before{content:""}.mdi-playlist-star::before{content:"﷎"}.mdi-playstation::before{content:""}.mdi-plex::before{content:""}.mdi-plus::before{content:""}.mdi-plus-box::before{content:""}.mdi-plus-box-multiple::before{content:""}.mdi-plus-box-multiple-outline::before{content:"󰅮"}.mdi-plus-box-outline::before{content:""}.mdi-plus-circle::before{content:""}.mdi-plus-circle-multiple-outline::before{content:""}.mdi-plus-circle-outline::before{content:""}.mdi-plus-minus::before{content:"撚"}.mdi-plus-minus-box::before{content:"漣"}.mdi-plus-network::before{content:""}.mdi-plus-network-outline::before{content:"ﲖ"}.mdi-plus-one::before{content:""}.mdi-plus-outline::before{content:""}.mdi-plus-thick::before{content:"󰈗"}.mdi-pocket::before{content:""}.mdi-podcast::before{content:"煉"}.mdi-podium::before{content:"ﴁ"}.mdi-podium-bronze::before{content:"ﴂ"}.mdi-podium-gold::before{content:"ﴃ"}.mdi-podium-silver::before{content:"ﴄ"}.mdi-point-of-sale::before{content:"ﵮ"}.mdi-pokeball::before{content:""}.mdi-pokemon-go::before{content:"行"}.mdi-poker-chip::before{content:""}.mdi-polaroid::before{content:""}.mdi-police-badge::before{content:"󰆒"}.mdi-police-badge-outline::before{content:"󰆓"}.mdi-poll::before{content:""}.mdi-poll-box::before{content:""}.mdi-poll-box-outline::before{content:"󰊦"}.mdi-polymer::before{content:""}.mdi-pool::before{content:""}.mdi-popcorn::before{content:""}.mdi-post::before{content:"󰀪"}.mdi-post-outline::before{content:"󰀫"}.mdi-postage-stamp::before{content:"ﲗ"}.mdi-pot::before{content:""}.mdi-pot-mix::before{content:""}.mdi-pound::before{content:""}.mdi-pound-box::before{content:""}.mdi-pound-box-outline::before{content:"󰆪"}.mdi-power::before{content:""}.mdi-power-cycle::before{content:"豈"}.mdi-power-off::before{content:"更"}.mdi-power-on::before{content:"車"}.mdi-power-plug::before{content:""}.mdi-power-plug-off::before{content:""}.mdi-power-settings::before{content:""}.mdi-power-sleep::before{content:"賈"}.mdi-power-socket::before{content:""}.mdi-power-socket-au::before{content:"滑"}.mdi-power-socket-de::before{content:"󰄲"}.mdi-power-socket-eu::before{content:""}.mdi-power-socket-fr::before{content:"󰄳"}.mdi-power-socket-jp::before{content:"󰄴"}.mdi-power-socket-uk::before{content:""}.mdi-power-socket-us::before{content:""}.mdi-power-standby::before{content:"串"}.mdi-powershell::before{content:"降"}.mdi-prescription::before{content:""}.mdi-presentation::before{content:""}.mdi-presentation-play::before{content:""}.mdi-printer::before{content:""}.mdi-printer-3d::before{content:""}.mdi-printer-3d-nozzle::before{content:"︾"}.mdi-printer-3d-nozzle-alert::before{content:"󰇫"}.mdi-printer-3d-nozzle-alert-outline::before{content:"󰇬"}.mdi-printer-3d-nozzle-outline::before{content:"︿"}.mdi-printer-alert::before{content:""}.mdi-printer-check::before{content:"󰅱"}.mdi-printer-off::before{content:"﹀"}.mdi-printer-pos::before{content:"󰁹"}.mdi-printer-settings::before{content:""}.mdi-printer-wireless::before{content:"見"}.mdi-priority-high::before{content:""}.mdi-priority-low::before{content:""}.mdi-professional-hexagon::before{content:""}.mdi-progress-alert::before{content:"ﲘ"}.mdi-progress-check::before{content:"璉"}.mdi-progress-clock::before{content:"秊"}.mdi-progress-close::before{content:"󰄵"}.mdi-progress-download::before{content:"練"}.mdi-progress-upload::before{content:"聯"}.mdi-progress-wrench::before{content:"ﲙ"}.mdi-projector::before{content:""}.mdi-projector-screen::before{content:""}.mdi-propane-tank::before{content:"󰎂"}.mdi-propane-tank-outline::before{content:"󰎃"}.mdi-protocol::before{content:"￹"}.mdi-publish::before{content:""}.mdi-pulse::before{content:""}.mdi-pumpkin::before{content:"ﮛ"}.mdi-purse::before{content:"Ｙ"}.mdi-purse-outline::before{content:"Ｚ"}.mdi-puzzle::before{content:""}.mdi-puzzle-outline::before{content:"贈"}.mdi-qi::before{content:"輦"}.mdi-qqchat::before{content:""}.mdi-qrcode::before{content:""}.mdi-qrcode-edit::before{content:""}.mdi-qrcode-minus::before{content:"󰆷"}.mdi-qrcode-plus::before{content:"󰆶"}.mdi-qrcode-remove::before{content:"󰆸"}.mdi-qrcode-scan::before{content:""}.mdi-quadcopter::before{content:""}.mdi-quality-high::before{content:""}.mdi-quality-low::before{content:"廓"}.mdi-quality-medium::before{content:"兀"}.mdi-quicktime::before{content:""}.mdi-quora::before{content:"ﴅ"}.mdi-rabbit::before{content:"句"}.mdi-racing-helmet::before{content:"ﵯ"}.mdi-racquetball::before{content:"ﵰ"}.mdi-radar::before{content:""}.mdi-radiator::before{content:""}.mdi-radiator-disabled::before{content:"𥳐"}.mdi-radiator-off::before{content:"𧻓"}.mdi-radio::before{content:""}.mdi-radio-am::before{content:"ﲚ"}.mdi-radio-fm::before{content:"ﲛ"}.mdi-radio-handheld::before{content:""}.mdi-radio-off::before{content:"󰉇"}.mdi-radio-tower::before{content:""}.mdi-radioactive::before{content:""}.mdi-radioactive-off::before{content:"ﻞ"}.mdi-radiobox-blank::before{content:""}.mdi-radiobox-marked::before{content:""}.mdi-radius::before{content:"ﲜ"}.mdi-radius-outline::before{content:"ﲝ"}.mdi-railroad-light::before{content:"［"}.mdi-raspberry-pi::before{content:""}.mdi-ray-end::before{content:""}.mdi-ray-end-arrow::before{content:""}.mdi-ray-start::before{content:""}.mdi-ray-start-arrow::before{content:""}.mdi-ray-start-end::before{content:""}.mdi-ray-vertex::before{content:""}.mdi-react::before{content:""}.mdi-read::before{content:""}.mdi-receipt::before{content:""}.mdi-record::before{content:""}.mdi-record-circle::before{content:"ﻟ"}.mdi-record-circle-outline::before{content:"ﻠ"}.mdi-record-player::before{content:"蓮"}.mdi-record-rec::before{content:""}.mdi-rectangle::before{content:"﹁"}.mdi-rectangle-outline::before{content:"﹂"}.mdi-recycle::before{content:""}.mdi-reddit::before{content:""}.mdi-redhat::before{content:"󰅆"}.mdi-redo::before{content:""}.mdi-redo-variant::before{content:""}.mdi-reflect-horizontal::before{content:"嗀"}.mdi-reflect-vertical::before{content:"﨎"}.mdi-refresh::before{content:""}.mdi-refresh-circle::before{content:"󰎢"}.mdi-regex::before{content:""}.mdi-registered-trademark::before{content:"辶"}.mdi-relative-scale::before{content:""}.mdi-reload::before{content:""}.mdi-reload-alert::before{content:"󰄶"}.mdi-reminder::before{content:""}.mdi-remote::before{content:""}.mdi-remote-desktop::before{content:""}.mdi-remote-off::before{content:"ﻡ"}.mdi-remote-tv::before{content:"ﻢ"}.mdi-remote-tv-off::before{content:"ﻣ"}.mdi-rename-box::before{content:""}.mdi-reorder-horizontal::before{content:""}.mdi-reorder-vertical::before{content:""}.mdi-repeat::before{content:""}.mdi-repeat-off::before{content:""}.mdi-repeat-once::before{content:""}.mdi-replay::before{content:""}.mdi-reply::before{content:""}.mdi-reply-all::before{content:""}.mdi-reply-all-outline::before{content:"＼"}.mdi-reply-circle::before{content:"󰇙"}.mdi-reply-outline::before{content:"］"}.mdi-reproduction::before{content:""}.mdi-resistor::before{content:"ײַ"}.mdi-resistor-nodes::before{content:"ﬠ"}.mdi-resize::before{content:"逸"}.mdi-resize-bottom-right::before{content:""}.mdi-responsive::before{content:""}.mdi-restart::before{content:""}.mdi-restart-alert::before{content:"󰄷"}.mdi-restart-off::before{content:"ﵱ"}.mdi-restore::before{content:"連"}.mdi-restore-alert::before{content:"󰄸"}.mdi-rewind::before{content:""}.mdi-rewind-10::before{content:"ﴆ"}.mdi-rewind-30::before{content:"ﵲ"}.mdi-rewind-5::before{content:"󰈤"}.mdi-rewind-outline::before{content:""}.mdi-rhombus::before{content:""}.mdi-rhombus-medium::before{content:"﨏"}.mdi-rhombus-outline::before{content:""}.mdi-rhombus-split::before{content:"塚"}.mdi-ribbon::before{content:""}.mdi-rice::before{content:""}.mdi-ring::before{content:""}.mdi-rivet::before{content:"﹃"}.mdi-road::before{content:""}.mdi-road-variant::before{content:""}.mdi-robber::before{content:"󰁺"}.mdi-robot::before{content:""}.mdi-robot-industrial::before{content:"ﬡ"}.mdi-robot-mower::before{content:"󰈢"}.mdi-robot-mower-outline::before{content:"󰈞"}.mdi-robot-vacuum::before{content:""}.mdi-robot-vacuum-variant::before{content:"龜"}.mdi-rocket::before{content:""}.mdi-rodent::before{content:"󰍒"}.mdi-roller-skate::before{content:"ﴇ"}.mdi-rollerblade::before{content:"ﴈ"}.mdi-rollupjs::before{content:"ﮜ"}.mdi-roman-numeral-1::before{content:"󰂳"}.mdi-roman-numeral-10::before{content:"󰂼"}.mdi-roman-numeral-2::before{content:"󰂴"}.mdi-roman-numeral-3::before{content:"󰂵"}.mdi-roman-numeral-4::before{content:"󰂶"}.mdi-roman-numeral-5::before{content:"󰂷"}.mdi-roman-numeral-6::before{content:"󰂸"}.mdi-roman-numeral-7::before{content:"󰂹"}.mdi-roman-numeral-8::before{content:"󰂺"}.mdi-roman-numeral-9::before{content:"󰂻"}.mdi-room-service::before{content:""}.mdi-room-service-outline::before{content:"ﵳ"}.mdi-rotate-3d::before{content:"ﻤ"}.mdi-rotate-3d-variant::before{content:""}.mdi-rotate-left::before{content:""}.mdi-rotate-left-variant::before{content:""}.mdi-rotate-orbit::before{content:"ﵴ"}.mdi-rotate-right::before{content:""}.mdi-rotate-right-variant::before{content:""}.mdi-rounded-corner::before{content:""}.mdi-router::before{content:"󰈍"}.mdi-router-wireless::before{content:""}.mdi-router-wireless-settings::before{content:"難"}.mdi-routes::before{content:""}.mdi-routes-clock::before{content:"󰁻"}.mdi-rowing::before{content:""}.mdi-rss::before{content:""}.mdi-rss-box::before{content:""}.mdi-rss-off::before{content:"＾"}.mdi-ruby::before{content:"ﴉ"}.mdi-rugby::before{content:"ﵵ"}.mdi-ruler::before{content:""}.mdi-ruler-square::before{content:"ﲞ"}.mdi-ruler-square-compass::before{content:"ﻛ"}.mdi-run::before{content:""}.mdi-run-fast::before{content:""}.mdi-rv-truck::before{content:"󰇿"}.mdi-sack::before{content:"ﴊ"}.mdi-sack-percent::before{content:"ﴋ"}.mdi-safe::before{content:"響"}.mdi-safe-square::before{content:"󰊧"}.mdi-safe-square-outline::before{content:"󰊨"}.mdi-safety-goggles::before{content:"ﴌ"}.mdi-sailing::before{content:"ﻥ"}.mdi-sale::before{content:""}.mdi-salesforce::before{content:""}.mdi-sass::before{content:""}.mdi-satellite::before{content:""}.mdi-satellite-uplink::before{content:"龜"}.mdi-satellite-variant::before{content:""}.mdi-sausage::before{content:""}.mdi-saw-blade::before{content:"﹄"}.mdi-saxophone::before{content:""}.mdi-scale::before{content:""}.mdi-scale-balance::before{content:""}.mdi-scale-bathroom::before{content:""}.mdi-scale-off::before{content:"󰁼"}.mdi-scanner::before{content:""}.mdi-scanner-off::before{content:"契"}.mdi-scatter-plot::before{content:"ﻦ"}.mdi-scatter-plot-outline::before{content:"ﻧ"}.mdi-school::before{content:""}.mdi-school-outline::before{content:"󰆫"}.mdi-scissors-cutting::before{content:"頻"}.mdi-scooter::before{content:"󰈔"}.mdi-scoreboard::before{content:"󰊩"}.mdi-scoreboard-outline::before{content:"󰊪"}.mdi-screen-rotation::before{content:""}.mdi-screen-rotation-lock::before{content:""}.mdi-screw-flat-top::before{content:"﷏"}.mdi-screw-lag::before{content:"﹔"}.mdi-screw-machine-flat-top::before{content:"﹕"}.mdi-screw-machine-round-top::before{content:"﹖"}.mdi-screw-round-top::before{content:"﹗"}.mdi-screwdriver::before{content:""}.mdi-script::before{content:"ﮝ"}.mdi-script-outline::before{content:""}.mdi-script-text::before{content:"ﮞ"}.mdi-script-text-outline::before{content:"ﮟ"}.mdi-sd::before{content:""}.mdi-seal::before{content:""}.mdi-seal-variant::before{content:"￺"}.mdi-search-web::before{content:""}.mdi-seat::before{content:"ﲟ"}.mdi-seat-flat::before{content:""}.mdi-seat-flat-angled::before{content:""}.mdi-seat-individual-suite::before{content:""}.mdi-seat-legroom-extra::before{content:""}.mdi-seat-legroom-normal::before{content:""}.mdi-seat-legroom-reduced::before{content:""}.mdi-seat-outline::before{content:"ﲠ"}.mdi-seat-passenger::before{content:"󰉴"}.mdi-seat-recline-extra::before{content:""}.mdi-seat-recline-normal::before{content:""}.mdi-seatbelt::before{content:"ﲡ"}.mdi-security::before{content:""}.mdi-security-network::before{content:""}.mdi-seed::before{content:"﹅"}.mdi-seed-outline::before{content:"﹆"}.mdi-segment::before{content:"ﻨ"}.mdi-select::before{content:""}.mdi-select-all::before{content:""}.mdi-select-color::before{content:"ﴍ"}.mdi-select-compare::before{content:"齃"}.mdi-select-drag::before{content:"恵"}.mdi-select-group::before{content:"ﾟ"}.mdi-select-inverse::before{content:""}.mdi-select-marker::before{content:"󰊫"}.mdi-select-multiple::before{content:"󰊬"}.mdi-select-multiple-marker::before{content:"󰊭"}.mdi-select-off::before{content:""}.mdi-select-place::before{content:"￻"}.mdi-select-search::before{content:"󰈯"}.mdi-selection::before{content:""}.mdi-selection-drag::before{content:"𤋮"}.mdi-selection-ellipse::before{content:"ﴎ"}.mdi-selection-ellipse-arrow-inside::before{content:"＿"}.mdi-selection-marker::before{content:"󰊮"}.mdi-selection-multiple-marker::before{content:"󰊯"}.mdi-selection-mutliple::before{content:"󰊰"}.mdi-selection-off::before{content:""}.mdi-selection-search::before{content:"󰈰"}.mdi-semantic-web::before{content:"󰍁"}.mdi-send::before{content:""}.mdi-send-check::before{content:"󰆌"}.mdi-send-check-outline::before{content:"󰆍"}.mdi-send-circle::before{content:"﹘"}.mdi-send-circle-outline::before{content:"﹙"}.mdi-send-clock::before{content:"󰆎"}.mdi-send-clock-outline::before{content:"󰆏"}.mdi-send-lock::before{content:""}.mdi-send-lock-outline::before{content:"󰆑"}.mdi-send-outline::before{content:"󰆐"}.mdi-serial-port::before{content:""}.mdi-server::before{content:""}.mdi-server-minus::before{content:""}.mdi-server-network::before{content:""}.mdi-server-network-off::before{content:""}.mdi-server-off::before{content:""}.mdi-server-plus::before{content:""}.mdi-server-remove::before{content:""}.mdi-server-security::before{content:""}.mdi-set-all::before{content:""}.mdi-set-center::before{content:""}.mdi-set-center-right::before{content:""}.mdi-set-left::before{content:""}.mdi-set-left-center::before{content:""}.mdi-set-left-right::before{content:""}.mdi-set-none::before{content:""}.mdi-set-right::before{content:""}.mdi-set-top-box::before{content:"咽"}.mdi-settings::before{content:""}.mdi-settings-box::before{content:""}.mdi-settings-helper::before{content:"舘"}.mdi-settings-outline::before{content:""}.mdi-settings-transfer::before{content:"󰁽"}.mdi-settings-transfer-outline::before{content:"󰁾"}.mdi-shaker::before{content:"󰄹"}.mdi-shaker-outline::before{content:"󰄺"}.mdi-shape::before{content:""}.mdi-shape-circle-plus::before{content:""}.mdi-shape-outline::before{content:""}.mdi-shape-oval-plus::before{content:"󰈥"}.mdi-shape-plus::before{content:""}.mdi-shape-polygon-plus::before{content:""}.mdi-shape-rectangle-plus::before{content:""}.mdi-shape-square-plus::before{content:""}.mdi-share::before{content:""}.mdi-share-all::before{content:"󰈟"}.mdi-share-all-outline::before{content:"󰈠"}.mdi-share-circle::before{content:"󰇘"}.mdi-share-off::before{content:"｀"}.mdi-share-off-outline::before{content:"ａ"}.mdi-share-outline::before{content:"櫓"}.mdi-share-variant::before{content:""}.mdi-sheep::before{content:"ﲢ"}.mdi-shield::before{content:""}.mdi-shield-account::before{content:""}.mdi-shield-account-outline::before{content:"﨑"}.mdi-shield-airplane::before{content:""}.mdi-shield-airplane-outline::before{content:"ﲣ"}.mdi-shield-alert::before{content:"ﻩ"}.mdi-shield-alert-outline::before{content:"ﻪ"}.mdi-shield-car::before{content:"ﾠ"}.mdi-shield-check::before{content:""}.mdi-shield-check-outline::before{content:"ﲤ"}.mdi-shield-cross::before{content:"ﲥ"}.mdi-shield-cross-outline::before{content:"ﲦ"}.mdi-shield-edit::before{content:"󰇋"}.mdi-shield-edit-outline::before{content:"󰇌"}.mdi-shield-half::before{content:"󰎋"}.mdi-shield-half-full::before{content:""}.mdi-shield-home::before{content:""}.mdi-shield-home-outline::before{content:"ﲧ"}.mdi-shield-key::before{content:"ﮠ"}.mdi-shield-key-outline::before{content:"ﮡ"}.mdi-shield-link-variant::before{content:"ﴏ"}.mdi-shield-link-variant-outline::before{content:"ﴐ"}.mdi-shield-lock::before{content:"列"}.mdi-shield-lock-outline::before{content:"ﲨ"}.mdi-shield-off::before{content:"劣"}.mdi-shield-off-outline::before{content:"鍊"}.mdi-shield-outline::before{content:""}.mdi-shield-plus::before{content:"龎"}.mdi-shield-plus-outline::before{content:"﫚"}.mdi-shield-refresh::before{content:"󰇍"}.mdi-shield-refresh-outline::before{content:"󰇎"}.mdi-shield-remove::before{content:"﫛"}.mdi-shield-remove-outline::before{content:"﫜"}.mdi-shield-search::before{content:"ﵶ"}.mdi-shield-star::before{content:"󰅦"}.mdi-shield-star-outline::before{content:"󰅧"}.mdi-shield-sun::before{content:"󰁿"}.mdi-shield-sun-outline::before{content:"󰂀"}.mdi-ship-wheel::before{content:""}.mdi-shoe-formal::before{content:"ﬢ"}.mdi-shoe-heel::before{content:"ﬣ"}.mdi-shoe-print::before{content:"﹚"}.mdi-shopify::before{content:"﫝"}.mdi-shopping::before{content:""}.mdi-shopping-music::before{content:""}.mdi-shopping-outline::before{content:"󰈀"}.mdi-shopping-search::before{content:"ﾡ"}.mdi-shovel::before{content:""}.mdi-shovel-off::before{content:""}.mdi-shower::before{content:"烈"}.mdi-shower-head::before{content:"裂"}.mdi-shredder::before{content:""}.mdi-shuffle::before{content:""}.mdi-shuffle-disabled::before{content:""}.mdi-shuffle-variant::before{content:""}.mdi-shuriken::before{content:"󰎪"}.mdi-sigma::before{content:""}.mdi-sigma-lower::before{content:""}.mdi-sign-caution::before{content:""}.mdi-sign-direction::before{content:""}.mdi-sign-direction-minus::before{content:"󰀢"}.mdi-sign-direction-plus::before{content:"�"}.mdi-sign-direction-remove::before{content:"￾"}.mdi-sign-real-estate::before{content:"󰅃"}.mdi-sign-text::before{content:""}.mdi-signal::before{content:""}.mdi-signal-2g::before{content:""}.mdi-signal-3g::before{content:""}.mdi-signal-4g::before{content:""}.mdi-signal-5g::before{content:"﩮"}.mdi-signal-cellular-1::before{content:""}.mdi-signal-cellular-2::before{content:""}.mdi-signal-cellular-3::before{content:""}.mdi-signal-cellular-outline::before{content:""}.mdi-signal-distance-variant::before{content:"﹇"}.mdi-signal-hspa::before{content:""}.mdi-signal-hspa-plus::before{content:""}.mdi-signal-off::before{content:""}.mdi-signal-variant::before{content:""}.mdi-signature::before{content:"﹛"}.mdi-signature-freehand::before{content:"﹜"}.mdi-signature-image::before{content:"﹝"}.mdi-signature-text::before{content:"﹞"}.mdi-silo::before{content:"ﬤ"}.mdi-silverware::before{content:""}.mdi-silverware-clean::before{content:"￿"}.mdi-silverware-fork::before{content:""}.mdi-silverware-fork-knife::before{content:"﩯"}.mdi-silverware-spoon::before{content:""}.mdi-silverware-variant::before{content:""}.mdi-sim::before{content:""}.mdi-sim-alert::before{content:""}.mdi-sim-off::before{content:""}.mdi-simple-icons::before{content:"󰍈"}.mdi-sina-weibo::before{content:"﫞"}.mdi-sitemap::before{content:""}.mdi-skate::before{content:"ﴑ"}.mdi-skew-less::before{content:"ﴒ"}.mdi-skew-more::before{content:"ﴓ"}.mdi-ski::before{content:"󰌯"}.mdi-ski-cross-country::before{content:"󰌰"}.mdi-ski-water::before{content:"󰌱"}.mdi-skip-backward::before{content:""}.mdi-skip-backward-outline::before{content:"ｂ"}.mdi-skip-forward::before{content:""}.mdi-skip-forward-outline::before{content:"ｃ"}.mdi-skip-next::before{content:""}.mdi-skip-next-circle::before{content:""}.mdi-skip-next-circle-outline::before{content:""}.mdi-skip-next-outline::before{content:"ｄ"}.mdi-skip-previous::before{content:""}.mdi-skip-previous-circle::before{content:""}.mdi-skip-previous-circle-outline::before{content:""}.mdi-skip-previous-outline::before{content:"ｅ"}.mdi-skull::before{content:""}.mdi-skull-crossbones::before{content:"ﮢ"}.mdi-skull-crossbones-outline::before{content:"ﮣ"}.mdi-skull-outline::before{content:"ﮤ"}.mdi-skype::before{content:""}.mdi-skype-business::before{content:""}.mdi-slack::before{content:""}.mdi-slackware::before{content:"金"}.mdi-slash-forward::before{content:"󰀀"}.mdi-slash-forward-box::before{content:"󰀁"}.mdi-sleep::before{content:""}.mdi-sleep-off::before{content:""}.mdi-slope-downhill::before{content:"﹟"}.mdi-slope-uphill::before{content:"﹠"}.mdi-slot-machine::before{content:"󰄿"}.mdi-slot-machine-outline::before{content:"󰅀"}.mdi-smart-card::before{content:"󰃨"}.mdi-smart-card-outline::before{content:"󰃩"}.mdi-smart-card-reader::before{content:"󰃪"}.mdi-smart-card-reader-outline::before{content:"󰃫"}.mdi-smog::before{content:"並"}.mdi-smoke-detector::before{content:""}.mdi-smoking::before{content:""}.mdi-smoking-off::before{content:""}.mdi-snapchat::before{content:""}.mdi-snowboard::before{content:"󰌲"}.mdi-snowflake::before{content:""}.mdi-snowflake-alert::before{content:"ｆ"}.mdi-snowflake-melt::before{content:"󰋶"}.mdi-snowflake-variant::before{content:"ｇ"}.mdi-snowman::before{content:""}.mdi-soccer::before{content:""}.mdi-soccer-field::before{content:""}.mdi-sofa::before{content:""}.mdi-solar-panel::before{content:"ﵷ"}.mdi-solar-panel-large::before{content:"ﵸ"}.mdi-solar-power::before{content:"况"}.mdi-soldering-iron::before{content:"󰂽"}.mdi-solid::before{content:""}.mdi-sort::before{content:""}.mdi-sort-alphabetical::before{content:""}.mdi-sort-alphabetical-ascending::before{content:"󰅳"}.mdi-sort-alphabetical-descending::before{content:"󰅴"}.mdi-sort-ascending::before{content:""}.mdi-sort-descending::before{content:""}.mdi-sort-numeric::before{content:""}.mdi-sort-variant::before{content:""}.mdi-sort-variant-lock::before{content:"ﲩ"}.mdi-sort-variant-lock-open::before{content:"ﲪ"}.mdi-sort-variant-remove::before{content:"󰅲"}.mdi-soundcloud::before{content:""}.mdi-source-branch::before{content:""}.mdi-source-commit::before{content:""}.mdi-source-commit-end::before{content:""}.mdi-source-commit-end-local::before{content:""}.mdi-source-commit-local::before{content:""}.mdi-source-commit-next-local::before{content:""}.mdi-source-commit-start::before{content:""}.mdi-source-commit-start-next-local::before{content:""}.mdi-source-fork::before{content:""}.mdi-source-merge::before{content:""}.mdi-source-pull::before{content:""}.mdi-source-repository::before{content:"ﲫ"}.mdi-source-repository-multiple::before{content:"ﲬ"}.mdi-soy-sauce::before{content:""}.mdi-spa::before{content:"ﲭ"}.mdi-spa-outline::before{content:"ﲮ"}.mdi-space-invaders::before{content:"ﮥ"}.mdi-space-station::before{content:"󰎮"}.mdi-spade::before{content:"﹈"}.mdi-speaker::before{content:""}.mdi-speaker-bluetooth::before{content:"說"}.mdi-speaker-multiple::before{content:"ﴔ"}.mdi-speaker-off::before{content:""}.mdi-speaker-wireless::before{content:""}.mdi-speedometer::before{content:""}.mdi-speedometer-medium::before{content:"ﾢ"}.mdi-speedometer-slow::before{content:"ﾣ"}.mdi-spellcheck::before{content:""}.mdi-spider::before{content:"󰈕"}.mdi-spider-thread::before{content:"󰈖"}.mdi-spider-web::before{content:"ﮦ"}.mdi-spotify::before{content:""}.mdi-spotlight::before{content:""}.mdi-spotlight-beam::before{content:""}.mdi-spray::before{content:""}.mdi-spray-bottle::before{content:"﫟"}.mdi-sprinkler::before{content:"󰂁"}.mdi-sprinkler-variant::before{content:"󰂂"}.mdi-sprout::before{content:"﹉"}.mdi-sprout-outline::before{content:"﹊"}.mdi-square::before{content:""}.mdi-square-edit-outline::before{content:"喇"}.mdi-square-inc::before{content:""}.mdi-square-inc-cash::before{content:""}.mdi-square-medium::before{content:"晴"}.mdi-square-medium-outline::before{content:"﨓"}.mdi-square-off::before{content:"󰌙"}.mdi-square-off-outline::before{content:"󰌚"}.mdi-square-outline::before{content:""}.mdi-square-root::before{content:""}.mdi-square-root-box::before{content:"廉"}.mdi-square-small::before{content:"﨔"}.mdi-squeegee::before{content:"﫠"}.mdi-ssh::before{content:""}.mdi-stack-exchange::before{content:""}.mdi-stack-overflow::before{content:""}.mdi-stackpath::before{content:""}.mdi-stadium::before{content:"󰀚"}.mdi-stadium-variant::before{content:""}.mdi-stairs::before{content:""}.mdi-stairs-down::before{content:"󰋩"}.mdi-stairs-up::before{content:"󰋨"}.mdi-stamper::before{content:"ﴕ"}.mdi-standard-definition::before{content:""}.mdi-star::before{content:""}.mdi-star-box::before{content:"全"}.mdi-star-box-multiple::before{content:"󰊱"}.mdi-star-box-multiple-outline::before{content:"󰊲"}.mdi-star-box-outline::before{content:"侀"}.mdi-star-circle::before{content:""}.mdi-star-circle-outline::before{content:"念"}.mdi-star-face::before{content:"捻"}.mdi-star-four-points::before{content:"﫡"}.mdi-star-four-points-outline::before{content:"﫢"}.mdi-star-half::before{content:""}.mdi-star-off::before{content:""}.mdi-star-outline::before{content:""}.mdi-star-three-points::before{content:"﫣"}.mdi-star-three-points-outline::before{content:"﫤"}.mdi-state-machine::before{content:"󰈚"}.mdi-steam::before{content:""}.mdi-steam-box::before{content:"奈"}.mdi-steering::before{content:""}.mdi-steering-off::before{content:"懶"}.mdi-step-backward::before{content:""}.mdi-step-backward-2::before{content:""}.mdi-step-forward::before{content:""}.mdi-step-forward-2::before{content:""}.mdi-stethoscope::before{content:""}.mdi-sticker::before{content:"󰎏"}.mdi-sticker-alert::before{content:"󰎐"}.mdi-sticker-alert-outline::before{content:"󰎑"}.mdi-sticker-check::before{content:"󰎒"}.mdi-sticker-check-outline::before{content:"󰎓"}.mdi-sticker-circle-outline::before{content:""}.mdi-sticker-emoji::before{content:""}.mdi-sticker-minus::before{content:"󰎔"}.mdi-sticker-minus-outline::before{content:"󰎕"}.mdi-sticker-outline::before{content:"󰎖"}.mdi-sticker-plus::before{content:"󰎗"}.mdi-sticker-plus-outline::before{content:"󰎘"}.mdi-sticker-remove::before{content:"󰎙"}.mdi-sticker-remove-outline::before{content:"󰎚"}.mdi-stocking::before{content:""}.mdi-stomach::before{content:"󰂾"}.mdi-stop::before{content:""}.mdi-stop-circle::before{content:""}.mdi-stop-circle-outline::before{content:""}.mdi-store::before{content:""}.mdi-store-24-hour::before{content:""}.mdi-store-outline::before{content:"󰎌"}.mdi-storefront::before{content:"󰃬"}.mdi-stove::before{content:""}.mdi-strategy::before{content:"󰈁"}.mdi-strava::before{content:"ﬥ"}.mdi-stretch-to-page::before{content:"ｈ"}.mdi-stretch-to-page-outline::before{content:"ｉ"}.mdi-string-lights::before{content:"󰋥"}.mdi-string-lights-off::before{content:"󰋦"}.mdi-subdirectory-arrow-left::before{content:""}.mdi-subdirectory-arrow-right::before{content:""}.mdi-subtitles::before{content:"凞"}.mdi-subtitles-outline::before{content:"猪"}.mdi-subway::before{content:""}.mdi-subway-alert-variant::before{content:"ﵹ"}.mdi-subway-variant::before{content:""}.mdi-summit::before{content:""}.mdi-sunglasses::before{content:""}.mdi-surround-sound::before{content:""}.mdi-surround-sound-2-0::before{content:""}.mdi-surround-sound-3-1::before{content:""}.mdi-surround-sound-5-1::before{content:""}.mdi-surround-sound-7-1::before{content:""}.mdi-svg::before{content:""}.mdi-swap-horizontal::before{content:""}.mdi-swap-horizontal-bold::before{content:"ﮩ"}.mdi-swap-horizontal-circle::before{content:"󰀂"}.mdi-swap-horizontal-circle-outline::before{content:"󰀃"}.mdi-swap-horizontal-variant::before{content:""}.mdi-swap-vertical::before{content:""}.mdi-swap-vertical-bold::before{content:"ﮪ"}.mdi-swap-vertical-circle::before{content:"󰀄"}.mdi-swap-vertical-circle-outline::before{content:"󰀅"}.mdi-swap-vertical-variant::before{content:""}.mdi-swim::before{content:""}.mdi-switch::before{content:""}.mdi-sword::before{content:""}.mdi-sword-cross::before{content:""}.mdi-syllabary-hangul::before{content:"󰍞"}.mdi-syllabary-hiragana::before{content:"󰍟"}.mdi-syllabary-katakana::before{content:"󰍠"}.mdi-syllabary-katakana-half-width::before{content:"󰍡"}.mdi-symfony::before{content:"﫥"}.mdi-sync::before{content:""}.mdi-sync-alert::before{content:""}.mdi-sync-circle::before{content:"󰎣"}.mdi-sync-off::before{content:""}.mdi-tab::before{content:""}.mdi-tab-minus::before{content:"ﬦ"}.mdi-tab-plus::before{content:""}.mdi-tab-remove::before{content:"ﬧ"}.mdi-tab-unselected::before{content:""}.mdi-table::before{content:""}.mdi-table-border::before{content:"益"}.mdi-table-chair::before{content:"󰂃"}.mdi-table-column::before{content:""}.mdi-table-column-plus-after::before{content:""}.mdi-table-column-plus-before::before{content:""}.mdi-table-column-remove::before{content:""}.mdi-table-column-width::before{content:""}.mdi-table-edit::before{content:""}.mdi-table-eye::before{content:"󰂿"}.mdi-table-headers-eye::before{content:"󰉈"}.mdi-table-headers-eye-off::before{content:"󰉉"}.mdi-table-large::before{content:""}.mdi-table-large-plus::before{content:"ﾤ"}.mdi-table-large-remove::before{content:"ﾥ"}.mdi-table-merge-cells::before{content:"殮"}.mdi-table-of-contents::before{content:""}.mdi-table-plus::before{content:"充"}.mdi-table-remove::before{content:"冀"}.mdi-table-row::before{content:""}.mdi-table-row-height::before{content:""}.mdi-table-row-plus-after::before{content:""}.mdi-table-row-plus-before::before{content:""}.mdi-table-row-remove::before{content:""}.mdi-table-search::before{content:"癩"}.mdi-table-settings::before{content:""}.mdi-table-tennis::before{content:"﹋"}.mdi-tablet::before{content:""}.mdi-tablet-android::before{content:""}.mdi-tablet-cellphone::before{content:"簾"}.mdi-tablet-dashboard::before{content:"ﻫ"}.mdi-tablet-ipad::before{content:""}.mdi-taco::before{content:""}.mdi-tag::before{content:""}.mdi-tag-faces::before{content:""}.mdi-tag-heart::before{content:""}.mdi-tag-heart-outline::before{content:"ﮫ"}.mdi-tag-minus::before{content:"羅"}.mdi-tag-minus-outline::before{content:"󰉊"}.mdi-tag-multiple::before{content:""}.mdi-tag-multiple-outline::before{content:"󰌢"}.mdi-tag-off::before{content:"󰉋"}.mdi-tag-off-outline::before{content:"󰉌"}.mdi-tag-outline::before{content:""}.mdi-tag-plus::before{content:""}.mdi-tag-plus-outline::before{content:"󰉍"}.mdi-tag-remove::before{content:""}.mdi-tag-remove-outline::before{content:"󰉎"}.mdi-tag-text::before{content:"󰉏"}.mdi-tag-text-outline::before{content:""}.mdi-tank::before{content:"ﴖ"}.mdi-tanker-truck::before{content:"󰀆"}.mdi-tape-measure::before{content:"ﬨ"}.mdi-target::before{content:""}.mdi-target-account::before{content:"ﮬ"}.mdi-target-variant::before{content:"勇"}.mdi-taxi::before{content:""}.mdi-tea::before{content:"ﵺ"}.mdi-tea-outline::before{content:"ﵻ"}.mdi-teach::before{content:""}.mdi-teamviewer::before{content:""}.mdi-telegram::before{content:""}.mdi-telescope::before{content:"﬩"}.mdi-television::before{content:""}.mdi-television-ambient-light::before{content:"󰎁"}.mdi-television-box::before{content:""}.mdi-television-classic::before{content:""}.mdi-television-classic-off::before{content:""}.mdi-television-clean::before{content:"󰄻"}.mdi-television-guide::before{content:""}.mdi-television-off::before{content:""}.mdi-television-pause::before{content:"ﾦ"}.mdi-television-play::before{content:"ﻬ"}.mdi-television-stop::before{content:"ﾧ"}.mdi-temperature-celsius::before{content:""}.mdi-temperature-fahrenheit::before{content:""}.mdi-temperature-kelvin::before{content:""}.mdi-tennis::before{content:"ﵼ"}.mdi-tennis-ball::before{content:""}.mdi-tent::before{content:""}.mdi-terraform::before{content:"󰂄"}.mdi-terrain::before{content:""}.mdi-test-tube::before{content:""}.mdi-test-tube-empty::before{content:"蘿"}.mdi-test-tube-off::before{content:"螺"}.mdi-text::before{content:"獵"}.mdi-text-recognition::before{content:"󰅨"}.mdi-text-shadow::before{content:""}.mdi-text-short::before{content:"令"}.mdi-text-subject::before{content:"囹"}.mdi-text-to-speech::before{content:""}.mdi-text-to-speech-off::before{content:""}.mdi-textarea::before{content:"󰃀"}.mdi-textbox::before{content:""}.mdi-textbox-lock::before{content:"󰎈"}.mdi-textbox-password::before{content:""}.mdi-texture::before{content:""}.mdi-texture-box::before{content:"󰀇"}.mdi-theater::before{content:""}.mdi-theme-light-dark::before{content:""}.mdi-thermometer::before{content:""}.mdi-thermometer-alert::before{content:"﹡"}.mdi-thermometer-chevron-down::before{content:"﹢"}.mdi-thermometer-chevron-up::before{content:"﹣"}.mdi-thermometer-high::before{content:"󰃭"}.mdi-thermometer-lines::before{content:""}.mdi-thermometer-low::before{content:"󰃮"}.mdi-thermometer-minus::before{content:"﹤"}.mdi-thermometer-plus::before{content:"﹥"}.mdi-thermostat::before{content:""}.mdi-thermostat-box::before{content:""}.mdi-thought-bubble::before{content:""}.mdi-thought-bubble-outline::before{content:""}.mdi-thumb-down::before{content:""}.mdi-thumb-down-outline::before{content:""}.mdi-thumb-up::before{content:""}.mdi-thumb-up-outline::before{content:""}.mdi-thumbs-up-down::before{content:""}.mdi-ticket::before{content:""}.mdi-ticket-account::before{content:""}.mdi-ticket-confirmation::before{content:""}.mdi-ticket-outline::before{content:"裸"}.mdi-ticket-percent::before{content:""}.mdi-tie::before{content:""}.mdi-tilde::before{content:""}.mdi-timelapse::before{content:""}.mdi-timeline::before{content:"ﮭ"}.mdi-timeline-alert::before{content:"ﾲ"}.mdi-timeline-alert-outline::before{content:"ﾵ"}.mdi-timeline-clock::before{content:"󰈦"}.mdi-timeline-clock-outline::before{content:"󰈧"}.mdi-timeline-help::before{content:"ﾶ"}.mdi-timeline-help-outline::before{content:"ﾷ"}.mdi-timeline-outline::before{content:"ﮮ"}.mdi-timeline-plus::before{content:"ﾳ"}.mdi-timeline-plus-outline::before{content:"ﾴ"}.mdi-timeline-text::before{content:"ﮯ"}.mdi-timeline-text-outline::before{content:"ﮰ"}.mdi-timer::before{content:""}.mdi-timer-10::before{content:""}.mdi-timer-3::before{content:""}.mdi-timer-off::before{content:""}.mdi-timer-sand::before{content:""}.mdi-timer-sand-empty::before{content:""}.mdi-timer-sand-full::before{content:""}.mdi-timetable::before{content:""}.mdi-toaster::before{content:"󰂅"}.mdi-toaster-off::before{content:"󰇢"}.mdi-toaster-oven::before{content:"ﲯ"}.mdi-toggle-switch::before{content:""}.mdi-toggle-switch-off::before{content:""}.mdi-toggle-switch-off-outline::before{content:"礼"}.mdi-toggle-switch-outline::before{content:"神"}.mdi-toilet::before{content:"寧"}.mdi-toolbox::before{content:"嶺"}.mdi-toolbox-outline::before{content:"怜"}.mdi-tools::before{content:"󰂆"}.mdi-tooltip::before{content:""}.mdi-tooltip-account::before{content:""}.mdi-tooltip-edit::before{content:""}.mdi-tooltip-edit-outline::before{content:"󰋰"}.mdi-tooltip-image::before{content:""}.mdi-tooltip-image-outline::before{content:"ﮱ"}.mdi-tooltip-outline::before{content:""}.mdi-tooltip-plus::before{content:"﮲"}.mdi-tooltip-plus-outline::before{content:""}.mdi-tooltip-text::before{content:""}.mdi-tooltip-text-outline::before{content:"﮳"}.mdi-tooth::before{content:""}.mdi-tooth-outline::before{content:""}.mdi-toothbrush::before{content:"󰅔"}.mdi-toothbrush-electric::before{content:"󰅗"}.mdi-toothbrush-paste::before{content:"󰅕"}.mdi-tor::before{content:""}.mdi-tortoise::before{content:"ﴗ"}.mdi-toslink::before{content:"󰋣"}.mdi-tournament::before{content:"玲"}.mdi-tower-beach::before{content:""}.mdi-tower-fire::before{content:""}.mdi-towing::before{content:""}.mdi-toy-brick::before{content:"󰊳"}.mdi-toy-brick-marker::before{content:"󰊴"}.mdi-toy-brick-marker-outline::before{content:"󰊵"}.mdi-toy-brick-minus::before{content:"󰊶"}.mdi-toy-brick-minus-outline::before{content:"󰊷"}.mdi-toy-brick-outline::before{content:"󰊸"}.mdi-toy-brick-plus::before{content:"󰊹"}.mdi-toy-brick-plus-outline::before{content:"󰊺"}.mdi-toy-brick-remove::before{content:"󰊻"}.mdi-toy-brick-remove-outline::before{content:"󰊼"}.mdi-toy-brick-search::before{content:"󰊽"}.mdi-toy-brick-search-outline::before{content:"󰊾"}.mdi-track-light::before{content:"邏"}.mdi-trackpad::before{content:""}.mdi-trackpad-lock::before{content:"爐"}.mdi-tractor::before{content:""}.mdi-trademark::before{content:"勺"}.mdi-traffic-cone::before{content:"󰎧"}.mdi-traffic-light::before{content:""}.mdi-train::before{content:""}.mdi-train-car::before{content:"﮴"}.mdi-train-variant::before{content:""}.mdi-tram::before{content:""}.mdi-tram-side::before{content:"󰀈"}.mdi-transcribe::before{content:""}.mdi-transcribe-close::before{content:""}.mdi-transfer::before{content:"󰂇"}.mdi-transfer-down::before{content:"ﵽ"}.mdi-transfer-left::before{content:"ﵾ"}.mdi-transfer-right::before{content:""}.mdi-transfer-up::before{content:"ﵿ"}.mdi-transit-connection::before{content:"ﴘ"}.mdi-transit-connection-variant::before{content:"ﴙ"}.mdi-transit-detour::before{content:"ﾨ"}.mdi-transit-transfer::before{content:""}.mdi-transition::before{content:"樂"}.mdi-transition-masked::before{content:"洛"}.mdi-translate::before{content:""}.mdi-translate-off::before{content:"﹦"}.mdi-transmission-tower::before{content:"ﴚ"}.mdi-trash-can::before{content:"喝"}.mdi-trash-can-outline::before{content:"啕"}.mdi-tray::before{content:"󰊿"}.mdi-tray-alert::before{content:"󰋀"}.mdi-tray-full::before{content:"󰋁"}.mdi-tray-minus::before{content:"󰋂"}.mdi-tray-plus::before{content:"󰋃"}.mdi-tray-remove::before{content:"󰋄"}.mdi-treasure-chest::before{content:""}.mdi-tree::before{content:""}.mdi-tree-outline::before{content:"﹌"}.mdi-trello::before{content:""}.mdi-trending-down::before{content:""}.mdi-trending-neutral::before{content:""}.mdi-trending-up::before{content:""}.mdi-triangle::before{content:""}.mdi-triangle-outline::before{content:""}.mdi-triforce::before{content:"﮵"}.mdi-trophy::before{content:""}.mdi-trophy-award::before{content:""}.mdi-trophy-broken::before{content:"ﶀ"}.mdi-trophy-outline::before{content:""}.mdi-trophy-variant::before{content:""}.mdi-trophy-variant-outline::before{content:""}.mdi-truck::before{content:""}.mdi-truck-check::before{content:"ﲰ"}.mdi-truck-check-outline::before{content:"󰋅"}.mdi-truck-delivery::before{content:""}.mdi-truck-delivery-outline::before{content:"󰋆"}.mdi-truck-fast::before{content:""}.mdi-truck-fast-outline::before{content:"󰋇"}.mdi-truck-outline::before{content:"󰋈"}.mdi-truck-trailer::before{content:""}.mdi-trumpet::before{content:"󰃁"}.mdi-tshirt-crew::before{content:"喙"}.mdi-tshirt-crew-outline::before{content:""}.mdi-tshirt-v::before{content:"嗢"}.mdi-tshirt-v-outline::before{content:""}.mdi-tumble-dryer::before{content:"烙"}.mdi-tumble-dryer-alert::before{content:"󰇥"}.mdi-tumble-dryer-off::before{content:"󰇦"}.mdi-tumblr::before{content:""}.mdi-tumblr-box::before{content:"珞"}.mdi-tumblr-reblog::before{content:""}.mdi-tune::before{content:""}.mdi-tune-vertical::before{content:""}.mdi-turnstile::before{content:"ﲱ"}.mdi-turnstile-outline::before{content:"ﲲ"}.mdi-turtle::before{content:"ﲳ"}.mdi-twitch::before{content:""}.mdi-twitter::before{content:""}.mdi-twitter-box::before{content:""}.mdi-twitter-circle::before{content:""}.mdi-twitter-retweet::before{content:""}.mdi-two-factor-authentication::before{content:"瑩"}.mdi-typewriter::before{content:"ｊ"}.mdi-uber::before{content:""}.mdi-ubisoft::before{content:"﮶"}.mdi-ubuntu::before{content:""}.mdi-ufo::before{content:"󰃯"}.mdi-ufo-outline::before{content:"󰃰"}.mdi-ultra-high-definition::before{content:""}.mdi-umbraco::before{content:""}.mdi-umbrella::before{content:""}.mdi-umbrella-closed::before{content:"羚"}.mdi-umbrella-outline::before{content:""}.mdi-undo::before{content:""}.mdi-undo-variant::before{content:""}.mdi-unfold-less-horizontal::before{content:""}.mdi-unfold-less-vertical::before{content:""}.mdi-unfold-more-horizontal::before{content:""}.mdi-unfold-more-vertical::before{content:""}.mdi-ungroup::before{content:""}.mdi-unicode::before{content:"ﻭ"}.mdi-unity::before{content:""}.mdi-unreal::before{content:"聆"}.mdi-untappd::before{content:""}.mdi-update::before{content:""}.mdi-upload::before{content:""}.mdi-upload-lock::before{content:"󰎞"}.mdi-upload-lock-outline::before{content:"󰎟"}.mdi-upload-multiple::before{content:""}.mdi-upload-network::before{content:""}.mdi-upload-network-outline::before{content:"ﲴ"}.mdi-upload-off::before{content:"󰃱"}.mdi-upload-off-outline::before{content:"󰃲"}.mdi-upload-outline::before{content:"﹧"}.mdi-usb::before{content:""}.mdi-usb-flash-drive::before{content:"󰋉"}.mdi-usb-flash-drive-outline::before{content:"󰋊"}.mdi-usb-port::before{content:"󰈛"}.mdi-valve::before{content:"󰂈"}.mdi-valve-closed::before{content:"󰂉"}.mdi-valve-open::before{content:"󰂊"}.mdi-van-passenger::before{content:""}.mdi-van-utility::before{content:""}.mdi-vanish::before{content:""}.mdi-vanity-light::before{content:"󰈌"}.mdi-variable::before{content:"﫦"}.mdi-variable-box::before{content:"󰄼"}.mdi-vector-arrange-above::before{content:""}.mdi-vector-arrange-below::before{content:""}.mdi-vector-bezier::before{content:"﫧"}.mdi-vector-circle::before{content:""}.mdi-vector-circle-variant::before{content:""}.mdi-vector-combine::before{content:""}.mdi-vector-curve::before{content:""}.mdi-vector-difference::before{content:""}.mdi-vector-difference-ab::before{content:""}.mdi-vector-difference-ba::before{content:""}.mdi-vector-ellipse::before{content:""}.mdi-vector-intersection::before{content:""}.mdi-vector-line::before{content:""}.mdi-vector-link::before{content:"󰀉"}.mdi-vector-point::before{content:""}.mdi-vector-polygon::before{content:""}.mdi-vector-polyline::before{content:""}.mdi-vector-polyline-edit::before{content:"󰉐"}.mdi-vector-polyline-minus::before{content:"󰉑"}.mdi-vector-polyline-plus::before{content:"󰉒"}.mdi-vector-polyline-remove::before{content:"󰉓"}.mdi-vector-radius::before{content:""}.mdi-vector-rectangle::before{content:""}.mdi-vector-selection::before{content:""}.mdi-vector-square::before{content:""}.mdi-vector-triangle::before{content:""}.mdi-vector-union::before{content:""}.mdi-venmo::before{content:""}.mdi-vhs::before{content:"祥"}.mdi-vibrate::before{content:""}.mdi-vibrate-off::before{content:"ﲵ"}.mdi-video::before{content:""}.mdi-video-3d::before{content:""}.mdi-video-3d-variant::before{content:"ﻮ"}.mdi-video-4k-box::before{content:""}.mdi-video-account::before{content:"落"}.mdi-video-check::before{content:"󰂋"}.mdi-video-check-outline::before{content:"󰂌"}.mdi-video-image::before{content:"酪"}.mdi-video-input-antenna::before{content:""}.mdi-video-input-component::before{content:""}.mdi-video-input-hdmi::before{content:""}.mdi-video-input-scart::before{content:"ﾩ"}.mdi-video-input-svideo::before{content:""}.mdi-video-minus::before{content:"鈴"}.mdi-video-off::before{content:""}.mdi-video-off-outline::before{content:"﮷"}.mdi-video-outline::before{content:"﮸"}.mdi-video-plus::before{content:"零"}.mdi-video-stabilization::before{content:"駱"}.mdi-video-switch::before{content:""}.mdi-video-vintage::before{content:"福"}.mdi-video-wireless::before{content:"ﻯ"}.mdi-video-wireless-outline::before{content:"ﻰ"}.mdi-view-agenda::before{content:""}.mdi-view-agenda-outline::before{content:"󰈃"}.mdi-view-array::before{content:""}.mdi-view-carousel::before{content:""}.mdi-view-column::before{content:""}.mdi-view-comfy::before{content:"﹍"}.mdi-view-compact::before{content:"﹎"}.mdi-view-compact-outline::before{content:"﹏"}.mdi-view-dashboard::before{content:""}.mdi-view-dashboard-outline::before{content:"靖"}.mdi-view-dashboard-variant::before{content:""}.mdi-view-day::before{content:""}.mdi-view-grid::before{content:""}.mdi-view-grid-outline::before{content:"󰈄"}.mdi-view-grid-plus::before{content:"ﾪ"}.mdi-view-grid-plus-outline::before{content:"󰈅"}.mdi-view-headline::before{content:""}.mdi-view-list::before{content:""}.mdi-view-module::before{content:""}.mdi-view-parallel::before{content:""}.mdi-view-quilt::before{content:""}.mdi-view-sequential::before{content:""}.mdi-view-split-horizontal::before{content:"ﮧ"}.mdi-view-split-vertical::before{content:"ﮨ"}.mdi-view-stream::before{content:""}.mdi-view-week::before{content:""}.mdi-vimeo::before{content:""}.mdi-violin::before{content:""}.mdi-virtual-reality::before{content:""}.mdi-visual-studio::before{content:""}.mdi-visual-studio-code::before{content:"精"}.mdi-vk::before{content:""}.mdi-vk-box::before{content:""}.mdi-vk-circle::before{content:""}.mdi-vlc::before{content:""}.mdi-voice::before{content:""}.mdi-voice-off::before{content:"ﻱ"}.mdi-voicemail::before{content:""}.mdi-volleyball::before{content:"靈"}.mdi-volume-high::before{content:""}.mdi-volume-low::before{content:""}.mdi-volume-medium::before{content:""}.mdi-volume-minus::before{content:""}.mdi-volume-mute::before{content:""}.mdi-volume-off::before{content:""}.mdi-volume-plus::before{content:""}.mdi-volume-source::before{content:"󰅋"}.mdi-volume-variant-off::before{content:"﹨"}.mdi-volume-vibrate::before{content:"󰅌"}.mdi-vote::before{content:"羽"}.mdi-vote-outline::before{content:"﨟"}.mdi-vpn::before{content:""}.mdi-vuejs::before{content:""}.mdi-vuetify::before{content:"﹐"}.mdi-walk::before{content:""}.mdi-wall::before{content:""}.mdi-wall-sconce::before{content:"亂"}.mdi-wall-sconce-flat::before{content:"卵"}.mdi-wall-sconce-variant::before{content:"欄"}.mdi-wallet::before{content:""}.mdi-wallet-giftcard::before{content:""}.mdi-wallet-membership::before{content:""}.mdi-wallet-outline::before{content:"﮹"}.mdi-wallet-plus::before{content:"ﾫ"}.mdi-wallet-plus-outline::before{content:"ﾬ"}.mdi-wallet-travel::before{content:""}.mdi-wallpaper::before{content:"﹩"}.mdi-wan::before{content:""}.mdi-wardrobe::before{content:"ﾭ"}.mdi-wardrobe-outline::before{content:"ﾮ"}.mdi-warehouse::before{content:"ﾻ"}.mdi-washing-machine::before{content:""}.mdi-washing-machine-alert::before{content:"󰇧"}.mdi-washing-machine-off::before{content:"󰇨"}.mdi-watch::before{content:""}.mdi-watch-export::before{content:""}.mdi-watch-export-variant::before{content:""}.mdi-watch-import::before{content:""}.mdi-watch-import-variant::before{content:""}.mdi-watch-variant::before{content:""}.mdi-watch-vibrate::before{content:""}.mdi-watch-vibrate-off::before{content:"ﲶ"}.mdi-water::before{content:""}.mdi-water-boiler::before{content:"ﾯ"}.mdi-water-boiler-alert::before{content:"󰇞"}.mdi-water-boiler-off::before{content:"󰇟"}.mdi-water-off::before{content:""}.mdi-water-outline::before{content:"﹪"}.mdi-water-percent::before{content:""}.mdi-water-polo::before{content:"󰋋"}.mdi-water-pump::before{content:""}.mdi-water-pump-off::before{content:"ﾰ"}.mdi-water-well::before{content:"󰂍"}.mdi-water-well-outline::before{content:"󰂎"}.mdi-watermark::before{content:""}.mdi-wave::before{content:"ｋ"}.mdi-waves::before{content:""}.mdi-waze::before{content:"﮺"}.mdi-weather-cloudy::before{content:""}.mdi-weather-cloudy-alert::before{content:"ｌ"}.mdi-weather-cloudy-arrow-right::before{content:"﹑"}.mdi-weather-fog::before{content:""}.mdi-weather-hail::before{content:""}.mdi-weather-hazy::before{content:"ｍ"}.mdi-weather-hurricane::before{content:""}.mdi-weather-lightning::before{content:""}.mdi-weather-lightning-rainy::before{content:""}.mdi-weather-night::before{content:""}.mdi-weather-night-partly-cloudy::before{content:"ｎ"}.mdi-weather-partly-cloudy::before{content:""}.mdi-weather-partly-lightning::before{content:"ｏ"}.mdi-weather-partly-rainy::before{content:"ｐ"}.mdi-weather-partly-snowy::before{content:"ｑ"}.mdi-weather-partly-snowy-rainy::before{content:"ｒ"}.mdi-weather-pouring::before{content:""}.mdi-weather-rainy::before{content:""}.mdi-weather-snowy::before{content:""}.mdi-weather-snowy-heavy::before{content:"ｓ"}.mdi-weather-snowy-rainy::before{content:""}.mdi-weather-sunny::before{content:""}.mdi-weather-sunny-alert::before{content:"ｔ"}.mdi-weather-sunset::before{content:""}.mdi-weather-sunset-down::before{content:""}.mdi-weather-sunset-up::before{content:""}.mdi-weather-tornado::before{content:"ｕ"}.mdi-weather-windy::before{content:""}.mdi-weather-windy-variant::before{content:""}.mdi-web::before{content:""}.mdi-web-box::before{content:"ﾱ"}.mdi-web-clock::before{content:"󰉵"}.mdi-webcam::before{content:""}.mdi-webhook::before{content:""}.mdi-webpack::before{content:""}.mdi-webrtc::before{content:"󰉳"}.mdi-wechat::before{content:""}.mdi-weight::before{content:""}.mdi-weight-gram::before{content:"ﴛ"}.mdi-weight-kilogram::before{content:""}.mdi-weight-lifter::before{content:"󰆈"}.mdi-weight-pound::before{content:"領"}.mdi-whatsapp::before{content:""}.mdi-wheelchair-accessibility::before{content:""}.mdi-whistle::before{content:"例"}.mdi-whistle-outline::before{content:"󰋧"}.mdi-white-balance-auto::before{content:""}.mdi-white-balance-incandescent::before{content:""}.mdi-white-balance-iridescent::before{content:""}.mdi-white-balance-sunny::before{content:""}.mdi-widgets::before{content:""}.mdi-widgets-outline::before{content:"󰎀"}.mdi-wifi::before{content:""}.mdi-wifi-off::before{content:""}.mdi-wifi-star::before{content:"﹫"}.mdi-wifi-strength-1::before{content:"爛"}.mdi-wifi-strength-1-alert::before{content:"蘭"}.mdi-wifi-strength-1-lock::before{content:"鸞"}.mdi-wifi-strength-2::before{content:"嵐"}.mdi-wifi-strength-2-alert::before{content:"濫"}.mdi-wifi-strength-2-lock::before{content:"藍"}.mdi-wifi-strength-3::before{content:"襤"}.mdi-wifi-strength-3-alert::before{content:"拉"}.mdi-wifi-strength-3-lock::before{content:"臘"}.mdi-wifi-strength-4::before{content:"蠟"}.mdi-wifi-strength-4-alert::before{content:"廊"}.mdi-wifi-strength-4-lock::before{content:"朗"}.mdi-wifi-strength-alert-outline::before{content:"浪"}.mdi-wifi-strength-lock-outline::before{content:"狼"}.mdi-wifi-strength-off::before{content:"郎"}.mdi-wifi-strength-off-outline::before{content:"來"}.mdi-wifi-strength-outline::before{content:"冷"}.mdi-wii::before{content:""}.mdi-wiiu::before{content:""}.mdi-wikipedia::before{content:""}.mdi-wind-turbine::before{content:"ﶁ"}.mdi-window-close::before{content:""}.mdi-window-closed::before{content:""}.mdi-window-closed-variant::before{content:"󰈆"}.mdi-window-maximize::before{content:""}.mdi-window-minimize::before{content:""}.mdi-window-open::before{content:""}.mdi-window-open-variant::before{content:"󰈇"}.mdi-window-restore::before{content:""}.mdi-window-shutter::before{content:"󰅇"}.mdi-window-shutter-alert::before{content:"󰅈"}.mdi-window-shutter-open::before{content:"󰅉"}.mdi-windows::before{content:""}.mdi-windows-classic::before{content:"蘒"}.mdi-wiper::before{content:"﫨"}.mdi-wiper-wash::before{content:"ﶂ"}.mdi-wordpress::before{content:""}.mdi-worker::before{content:""}.mdi-wrap::before{content:""}.mdi-wrap-disabled::before{content:"﮻"}.mdi-wrench::before{content:""}.mdi-wrench-outline::before{content:"﮼"}.mdi-wunderlist::before{content:""}.mdi-xamarin::before{content:""}.mdi-xamarin-outline::before{content:""}.mdi-xaml::before{content:""}.mdi-xbox::before{content:""}.mdi-xbox-controller::before{content:""}.mdi-xbox-controller-battery-alert::before{content:""}.mdi-xbox-controller-battery-charging::before{content:"﨡"}.mdi-xbox-controller-battery-empty::before{content:""}.mdi-xbox-controller-battery-full::before{content:""}.mdi-xbox-controller-battery-low::before{content:""}.mdi-xbox-controller-battery-medium::before{content:""}.mdi-xbox-controller-battery-unknown::before{content:""}.mdi-xbox-controller-menu::before{content:"﹒"}.mdi-xbox-controller-off::before{content:""}.mdi-xbox-controller-view::before{content:"﹓"}.mdi-xda::before{content:""}.mdi-xing::before{content:""}.mdi-xing-box::before{content:""}.mdi-xing-circle::before{content:""}.mdi-xml::before{content:""}.mdi-xmpp::before{content:""}.mdi-yahoo::before{content:"שׁ"}.mdi-yammer::before{content:""}.mdi-yeast::before{content:""}.mdi-yelp::before{content:""}.mdi-yin-yang::before{content:""}.mdi-yoga::before{content:"󰆧"}.mdi-youtube::before{content:""}.mdi-youtube-creator-studio::before{content:""}.mdi-youtube-gaming::before{content:""}.mdi-youtube-subscription::before{content:"ﴜ"}.mdi-youtube-tv::before{content:""}.mdi-z-wave::before{content:"﫩"}.mdi-zend::before{content:"﫪"}.mdi-zigbee::before{content:"ﴝ"}.mdi-zip-box::before{content:""}.mdi-zip-box-outline::before{content:"󰀛"}.mdi-zip-disk::before{content:"諸"}.mdi-zodiac-aquarius::before{content:"塚"}.mdi-zodiac-aries::before{content:"墳"}.mdi-zodiac-cancer::before{content:"奄"}.mdi-zodiac-capricorn::before{content:"奔"}.mdi-zodiac-gemini::before{content:"婢"}.mdi-zodiac-leo::before{content:"嬨"}.mdi-zodiac-libra::before{content:"廒"}.mdi-zodiac-pisces::before{content:"廙"}.mdi-zodiac-sagittarius::before{content:"彩"}.mdi-zodiac-scorpio::before{content:"徭"}.mdi-zodiac-taurus::before{content:"惘"}.mdi-zodiac-virgo::before{content:"慎"}.mdi-blank::before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:hsla(0,0%,100%,.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:rgba(0,0,0,0);pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none !important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px rgba(0,0,0,.1019607843)}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:rgba(0,0,0,.8)}
@font-face {font-family: "iconfont-vet";
  src: url(/assets/iconfontb7feab366aa60b7987c1.eot); /* IE9 */
  src: url(/assets/iconfontb7feab366aa60b7987c1.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAUAAAsAAAAACyAAAASxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDZgqHQIYVATYCJAMsCxgABCAFhR0HgT0bkglRVG8aZD8K48anlKkVETWZmxLicOmVmr/4///x8P/79dvn3qcz8xFPKolFNvdIKJAgNOiEIo2SxNPXjOj8r077iQsE6gaMU1/sAgZkh+UqanrH9iEnOdgQNkDciDaaMP9X/+459urvAPmLo80GMsUfde9WdfvLpojgURRggVSlwN5AEshmYpu9MJMq5gH/bb43gY6Z8mk2dPbrIEhBLhSIGxZJD0GZWEWDMTQRVcWahXjCX5Mepft4HHx+jFkRQSRlJve151KHCZoHQ/qy0ldgLCuU8Ri79chYDhTEqUrfEVxUvByncyG/5o0qhZAGO4OTIIhlnc79P14iKpJ6kD7M7TBoggkGJwWRjDvfwSAH1AkGBagLDCpQNxjUoB4waEC9YFCC+sCgBfXDMWc2um6NacA4okPcBhl+IAhPKlQUTp+YEpZAwtijhYXF5gsJl14NvnwpPH+ue/GCX/uqiffs26Uabq95KRTqK8XaF16lZovzvSERa7YBKPF4yBPvWZs46NMIkjmORm0e2ga8blRNGNFEupQ43bY1CbleNXFQsJPP862N5z18BUoZWxid42lA3mJ2/cCCV6jwEooWE3oJpJqHlLgp7FEODmYwkWW/1FiTMGLatuawjTCeb6caaqJR9KpH5hPGdbdT8tr44duV2a4/z8GHbuRJR15WklOvcsXDN7NNB19U1MhRx4/DxoK50MbtevRol83kHj7i/KiHD7H1jnmFv08en536nsiv8C2eLuL5ounFRTIvxJbFcpEgWI9PMC3wUJne4+DdwfeC6xysOyAzGrr71oW1+Ab2h8GoWRsD65q7/Qw+SDN4vQZQ07GbPoNBzumA9q9f28PbVxnvNRl+PbYV+3YpoHwUvHxab/G69LWHdSD7W/slf08bpgu/xsBvXU6zoSH6XFpa9Hl0NjXpXJY76zD8z9zz2W648L3Ucg+dlCqQFP9NyavZEsiv2YMpnxu53ZtmVUpaf0wbMCeis9+D+O5fXPpZkLiln/oK6L/Nz3IGIF/WfoU0mo4BkH6nnbvZXqSbkDdpa4T5Zbo223ptNSBv1TaJ1G3a5s/s11h6YEPiZGT9tya0AB9+5dUF2f23hflKGgm28xPqZHYrrm7pGKNTTAOBruUj2x12VB59kOmTvB4/fCq7IqFnagJJbQ5kPYuFhXQllLrWQKVnO3QsM7h+12RLgBNFi6U8AsIMlyAZ5w1kM3wSFtL/UJoW8VCZEXnQcSjatti1MHZ02ijWM2xChrnIYiROUSewkPAjBW7MBrA0Y9fTfAvPImDqsoxBJYXFZWVd2InpmMu43FIpYyISKXGgTrE/bLcTJFNixUZWaGZMri0qEs+3VGgkDgixHoXpMZgJYjAXYmFEOImufyak8LcVcMOYAZhkhp0eZbTLCynAKBfL1CElChUzhV3kZLe61vO4uElKMYwIEVGEA9IpGLMrJERy9WxWmBFTyNyjUFaryOtN5FLhOsIdD6z779KGfMdupMhRRBlV1NFEG53oRk91H+up0RwgWuwM0xgTmTHYcQG1SGZWoKeUzEbnrTpcPHULiXOCGZE33UPblw8zEMaI4z5OtItQVlAQR3h6xQAAAAA=) format('woff2'),
  url(/assets/iconfontc3c6fe4927cd4f859ce2.woff) format('woff'),
  url(/assets/iconfont2c6ef557833c7b25b783.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url(/assets/iconfont5f9cfce9cbc96dee3df5.svg#iconfont-vet) format('svg'); /* iOS 4.1- */
}

.iconfont-vet {
  font-family: "iconfont-vet" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vet-search:before {
  content: "\e60a";
}

.icon-vet-filter:before {
  content: "\e612";
}

.icon-vet-double-right-arrow:before {
  content: "\e6345";
}

.icon-vet-double-left-arrow:before {
  content: "\e6346";
}

.icon-vet-left-arrow:before {
  content: "\e634a";
}

.icon-vet-top-arrow:before {
  content: "\e6347";
}

.icon-vet-right-arrow:before {
  content: "\e6348";
}

.icon-vet-bottom-arrow:before {
  content: "\e6349";
}

.icon-vet-sort-bottom-arrow:before {
  content: "\e634b";
}

.icon-vet-sort-top-arrow:before {
  content: "\e634c";
}


.ve-checkbox{cursor:pointer;font-size:12px;display:inline-block;position:relative;vertical-align:middle}.ve-checkbox:hover .ve-checkbox-inner{border-color:#108ee9}.ve-checkbox-content{white-space:nowrap;cursor:pointer;outline:none;display:inline-block;line-height:1;position:relative;vertical-align:text-bottom}.ve-checkbox-content:hover .ve-checkbox-inner{border-color:#108ee9}.ve-checkbox-content .ve-checkbox-input{position:absolute;left:0;z-index:1;cursor:pointer;opacity:0;filter:alpha(opacity=0);top:0;bottom:0;right:0}.ve-checkbox-content .ve-checkbox-input:focus .ve-checkbox-inner{border-color:#108ee9}.ve-checkbox-content .ve-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;border:1px solid #abbacc;border-radius:2px;background-color:#fff;transition:all .3s}.ve-checkbox-content .ve-checkbox-inner:after{transform:rotate(45deg) scale(0);position:absolute;left:4px;top:2px;display:table;width:6px;height:9px;border:2px solid #fff;border-top:0;border-left:0;content:" ";transition:all .1s cubic-bezier(0.71, -0.46, 0.88, 0.6)}.ve-checkbox .ve-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;border:1px solid #108ee9;content:"";animation-fill-mode:both;visibility:hidden}.ve-checkbox .ve-checkbox-checked .ve-checkbox-inner{background-color:#108ee9;border-color:#108ee9}.ve-checkbox .ve-checkbox-checked .ve-checkbox-inner:after{transform:rotate(45deg) scale(1);position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;content:" ";transition:all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s}.ve-checkbox .ve-checkbox-indeterminate .ve-checkbox-inner{border-color:#d9d9d9;position:relative;top:0;left:0;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ve-checkbox .ve-checkbox-indeterminate .ve-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#108ee9;border:0;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1;content:" "}.ve-checkbox .ve-checkbox-indeterminate .ve-checkbox-inner:hover{border-color:#108ee9}.ve-checkbox .ve-checkbox-indeterminate.ve-checkbox-disabled .ve-checkbox-inner:after{border-color:rgba(0,0,0,.25)}.ve-checkbox .ve-checkbox-disabled{cursor:not-allowed}.ve-checkbox .ve-checkbox-disabled.ve-checkbox-checked .ve-checkbox-inner:after{animation-name:none;border-color:rgba(0,0,0,.25)}.ve-checkbox .ve-checkbox-disabled .ve-checkbox-input{cursor:not-allowed}.ve-checkbox .ve-checkbox-disabled .ve-checkbox-inner{color:rgba(0,0,0,.25);cursor:not-allowed;border-color:#d9d9d9 !important;background-color:#f7f7f7}.ve-checkbox .ve-checkbox-disabled .ve-checkbox-inner:after{animation-name:none;border-color:#f7f7f7}.ve-checkbox-label{margin:0 6px 0 3px;width:100%;color:rgba(0,0,0,.8509803922) !important}.ve-contextmenu-popper{z-index:9999;overflow:hidden;border-radius:4px;border:1px solid #e4e7ed;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1019607843)}.ve-contextmenu{display:flex;flex-direction:row}.ve-contextmenu-panel{min-width:180px;min-height:50px;overflow:hidden}.ve-contextmenu-panel .ve-contextmenu-list{min-height:100%;margin:0;padding:6px 0;list-style:none;box-sizing:border-box}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node{display:flex;align-items:center;padding:0 30px 0 20px;height:34px;justify-content:center;outline:none;color:rgba(0,0,0,.8509803922);cursor:pointer}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node:not(.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-disabled):hover{background:#f5f7fa;color:#409eff}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-active{background:#f5f7fa;color:#409eff}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-label{flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-icon-postfix{color:#666}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-disabled{color:#c0c4cc;cursor:not-allowed}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-disabled .ve-contextmenu-node-icon-postfix{color:#c0c4cc}.ve-contextmenu-panel .ve-contextmenu-list .ve-contextmenu-node-separator{height:1px;margin:5px 0px;border-bottom:1px solid #eee}.ve-dropdown{display:inline-table;margin:0}.ve-dropdown a,.ve-dropdown a:visited{color:#000;text-decoration:none;outline:none}.ve-dropdown .ve-dropdown-dt,.ve-dropdown .ve-dropdown-items{margin:0px;padding:0px}.ve-dropdown .ve-dropdown-dt-selected{position:relative;display:block;border:1px solid #c8cdd4;border-radius:2px;font-size:14px;height:32px;line-height:32px}.ve-dropdown .ve-dropdown-dt-selected:hover{color:#108ee9;border-color:#108ee9}.ve-dropdown .ve-dropdown-dt-selected .ve-dropdown-dt-selected-span{width:80%;display:block !important;text-align:center;cursor:pointer;white-space:nowrap;overflow:hidden;padding-left:2px}.ve-dropdown .ve-dropdown-dt-selected .ve-dropdown-input{appearance:none;background-color:#fff;background-image:none;border:1px solid #fff;box-sizing:border-box;color:#1f2d3d;display:inline-block;font-size:inherit;line-height:1;outline:none;padding-left:2px;transition:border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:80%;text-align:left}.ve-dropdown-popper{z-index:999}.ve-dropdown-popper .ve-dropdown-dd,.ve-dropdown-popper .ve-dropdown-items{margin:0px;padding:0px}.ve-dropdown-popper .ve-dropdown-dd{display:block}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items{min-height:50px;overflow:hidden;text-overflow:ellipsis;word-wrap:normal;white-space:nowrap;top:2px;left:0px;list-style:none;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border:1px solid #d1dbe5;padding:5px 0px;width:auto}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper{overflow:auto}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li{white-space:nowrap;font-size:14px;height:32px;line-height:32px;background-color:#fff}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li a{text-decoration:none}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li:hover{background-color:#f3f3f3;color:#108ee9}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li.active{background-color:#e6f7ff}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li.active a{color:#108ee9}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li.active:hover{background-color:#e6f7ff}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li .ve-dropdown-items-li-a{width:100%;display:block;padding-left:8px;padding-right:8px;color:rgba(0,0,0,.8509803922)}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li .ve-dropdown-items-li-a-left{text-align:left}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li .ve-dropdown-items-li-a-center{text-align:center}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-li .ve-dropdown-items-li-a-right{text-align:right}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-multiple{display:table;padding:0 5px;width:100%;text-align:left}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-multiple .ve-checkbox{width:100%}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-multiple .ve-checkbox .ve-checkbox-label{padding-left:5px}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-multiple span{font-size:14px;font-weight:normal;color:#108ee9}.ve-dropdown-popper .ve-dropdown-dd .ve-dropdown-items .ve-dropdown-items-warpper .ve-dropdown-items-multiple:hover{background-color:#f3f3f3}.ve-dropdown-popper .ve-dropdown-operation{width:100%;margin-top:5px;padding:8px 0 3px 0;font-size:14px;border-top:1px solid #e8e8e8;display:flex;justify-content:space-around}.ve-dropdown-popper .ve-dropdown-operation .ve-dropdown-operation-item{color:#495060}.ve-dropdown-popper .ve-dropdown-operation .ve-dropdown-operation-item.ve-dropdown-filter-disable{color:#999}.ve-dropdown-popper .ve-dropdown-operation .ve-dropdown-operation-item:not(.ve-dropdown-filter-disable):hover{color:#108ee9}.ve-dropdown-popper .ve-dropdown-operation:last-child{float:right}.ve-dropdown-popper .ve-dropdown-operation:hover{color:#f3f3f3}.ve-icon{display:inline-block}.ve-loading-parent-relative{position:relative !important}.ve-loading-parent-lock{overflow:hidden !important}.ve-loading.ve-loading-overlay{position:absolute;z-index:1999;margin:0;top:0;right:0;bottom:0;left:0}.ve-loading.ve-loading-fixed{position:fixed !important}.ve-loading.ve-loading-hide{display:none}.ve-loading-spin-container{position:absolute;top:50%;margin-top:-20px;margin-left:-20px;width:100%;text-align:center}.ve-loading-spin-container .ve-loading-spin{display:inline-block}.ve-loading-plane{animation:sk-plane 1.2s infinite ease-in-out}@keyframes sk-plane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.ve-loading-bounce{position:relative}.ve-loading-bounce-dot{width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ve-loading-bounce-dot:nth-child(2){animation-delay:-1s}@keyframes sk-bounce{0%,100%{transform:scale(0)}45%,55%{transform:scale(1)}}.ve-loading-wave{display:flex;justify-content:space-between}.ve-loading-wave-rect{height:100%;width:15%;animation:sk-wave 1.2s infinite ease-in-out}.ve-loading-wave-rect:nth-child(1){animation-delay:-1.2s}.ve-loading-wave-rect:nth-child(2){animation-delay:-1.1s}.ve-loading-wave-rect:nth-child(3){animation-delay:-1s}.ve-loading-wave-rect:nth-child(4){animation-delay:-0.9s}.ve-loading-wave-rect:nth-child(5){animation-delay:-0.8s}@keyframes sk-wave{0%,40%,100%{transform:scaleY(0.4)}20%{transform:scaleY(1)}}.ve-loading-pulse{width:var(--sk-size);height:var(--sk-size);background-color:var(--sk-color);border-radius:100%;animation:sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955)}@keyframes sk-pulse{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.ve-loading-flow{width:calc(var(--sk-size)*1.3);height:calc(var(--sk-size)*1.3);display:flex;justify-content:space-between}.ve-loading-flow-dot{width:25%;height:25%;background-color:var(--sk-color);border-radius:50%;animation:sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both}.ve-loading-flow-dot:nth-child(1){animation-delay:-0.3s}.ve-loading-flow-dot:nth-child(2){animation-delay:-0.15s}@keyframes sk-flow{0%,80%,100%{transform:scale(0.3)}40%{transform:scale(1)}}.ve-loading-grid-cube{width:33.33%;height:33.33%;background-color:var(--sk-color);float:left;animation:sk-grid 1.3s infinite ease-in-out}.ve-loading-grid-cube:nth-child(1){animation-delay:.2s}.ve-loading-grid-cube:nth-child(2){animation-delay:.3s}.ve-loading-grid-cube:nth-child(3){animation-delay:.4s}.ve-loading-grid-cube:nth-child(4){animation-delay:.1s}.ve-loading-grid:nth-child(5){animation-delay:.2s}.ve-loading-grid-cube:nth-child(6){animation-delay:.3s}.ve-loading-grid-cube:nth-child(7){animation-delay:0s}.ve-loading-grid-cube:nth-child(8){animation-delay:.1s}.ve-loading-grid-cube:nth-child(9){animation-delay:.2s}@keyframes sk-grid{0%,70%,100%{transform:scale3D(1, 1, 1)}35%{transform:scale3D(0, 0, 1)}}*,:after,:before{box-sizing:border-box}.ve-pagination{font-size:14px;height:32px;line-height:32px;background-color:#fff;margin:0;padding:0;display:inline-block;margin:0 4px;list-style-type:none}.ve-pagination .ve-pagination-total{float:left;margin:0 4px;color:rgba(0,0,0,.8509803922)}.ve-pagination .ve-pagination-select{float:left;margin:0 4px}.ve-pagination .ve-pagination-pager{float:left}.ve-pagination .ve-pagination-goto{float:left;margin:0 4px;color:rgba(0,0,0,.8509803922)}.ve-pagination .ve-pagination-goto .ve-pagination-goto-input{width:50px;height:32px;padding:1px 7px;display:inline-block;border:1px solid #c8cdd4;background-color:#fff;background-image:none;transition:border .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;border-radius:4px;color:rgba(0,0,0,.8509803922)}.ve-pagination .ve-pagination-goto .ve-pagination-goto-input:focus{outline:none !important;border-color:#108ee9}.ve-pagination .ve-pagination-goto .ve-pagination-goto-input:hover{border-color:#108ee9}.ve-pagination .ve-pagination-li{min-width:32px;height:32px;float:left;margin-right:4px;cursor:pointer;transition:all .1s ease-in-out;text-align:center;list-style:none;background-color:#fff;border:1px solid #c8cdd4;border-radius:4px}.ve-pagination .ve-pagination-li a{color:rgba(0,0,0,.8509803922)}.ve-pagination .ve-pagination-li:hover{border-color:#108ee9}.ve-pagination .ve-pagination-li:hover a{color:#108ee9}.ve-pagination .ve-pagination-li.ve-pagination-li-active{border-color:#108ee9}.ve-pagination .ve-pagination-li.ve-pagination-li-active a{font-weight:bold;color:#108ee9}.ve-pagination .ve-pagination-li.ve-pagination-li-active:hover{border-color:#108ee9}.ve-pagination .ve-pagination-li.ve-pagination-li-active:hover a{font-weight:bold;color:#108ee9}.ve-pagination .ve-pagination-prev i,.ve-pagination .ve-pagination-next i{color:#666}.ve-pagination .ve-pagination-prev:hover i,.ve-pagination .ve-pagination-next:hover i{color:#108ee9}.ve-pagination .ve-pagination-jump-prev:after,.ve-pagination .ve-pagination-jump-next:after{content:"•••";display:block;letter-spacing:1px;color:#666;text-align:center}.ve-pagination .ve-pagination-jump-prev i,.ve-pagination .ve-pagination-jump-prev:hover:after,.ve-pagination .ve-pagination-jump-next i,.ve-pagination .ve-pagination-jump-next:hover:after{display:none}.ve-pagination .ve-pagination-jump-prev:hover i,.ve-pagination .ve-pagination-jump-next:hover i{display:inline;color:#108ee9}.ve-pagination .ve-pagination-disabled{cursor:not-allowed;border-color:#c8cdd4}.ve-pagination .ve-pagination-disabled:hover{border-color:#c8cdd4}.ve-pagination .ve-pagination-disabled:hover i{color:#ccc;cursor:not-allowed}.ve-pagination .ve-pagination-disabled i{color:#ccc}.ve-radio *,.ve-radio *:before,.ve-radio *:after{box-sizing:border-box}.ve-radio{margin:0 8px 0 0}.ve-radio,.ve-radio .ve-radio-container{padding:0;color:rgba(0,0,0,.8509803922);font-size:14px;line-height:22px;list-style:none;position:relative;display:inline-block;white-space:nowrap;cursor:pointer}.ve-radio .ve-radio-container{margin:0;top:-1px;line-height:1;vertical-align:sub;outline:none}.ve-radio .ve-radio-container .ve-radio-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;opacity:0}.ve-radio .ve-radio-container .ve-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:100px;transition:all .3s}.ve-radio .ve-radio-container .ve-radio-inner:after{position:absolute;top:3px;left:3px;display:table;width:8px;height:8px;background-color:#108ee9;border-top:0;border-left:0;border-radius:8px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(0.78, 0.14, 0.15, 0.86);content:" "}.ve-radio .ve-radio-container.ve-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #108ee9;border-radius:50%;visibility:hidden;animation-fill-mode:both;content:""}.ve-radio .ve-radio-container.ve-radio-checked .ve-radio-inner{border-color:#108ee9}.ve-radio .ve-radio-container.ve-radio-checked .ve-radio-inner:after{transform:scale(1);opacity:1;transition:all .3s cubic-bezier(0.78, 0.14, 0.15, 0.86)}.ve-radio .ve-radio-container.ve-radio-disabled .ve-radio-input{cursor:not-allowed}.ve-radio .ve-radio-container.ve-radio-disabled .ve-radio-inner{background-color:#f5f5f5;border-color:#d9d9d9 !important;cursor:not-allowed}.ve-radio .ve-radio-container.ve-radio-disabled .ve-radio-inner:after{background-color:rgba(0,0,0,.2)}.ve-radio .ve-radio-container.ve-radio-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ve-radio-label{padding:0 4px;color:rgba(0,0,0,.8509803922)}.ve-select .ve-select-input{appearance:none;background-color:#fff;background-image:none;border:1px solid #fff;box-sizing:border-box;color:#1f2d3d;display:inline-block;font-size:inherit;line-height:1;outline:none;padding-left:2px;transition:border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:80%;text-align:left}.ve-select .ve-select-selected-span{width:80%;display:block !important;text-align:center;cursor:pointer;white-space:nowrap;overflow:hidden;padding-left:2px;color:rgba(0,0,0,.8509803922)}.ve-select .ve-select-toggle-icon{display:inline-flex;position:absolute;line-height:32px;top:0;right:5px;color:#999}.ve-select .ve-select-toggle-icon::before{transform:rotate(0deg);transition:transform .3s}.ve-select .ve-select-toggle-icon.ve-select-show::before{transform:rotate(180deg);transition:transform .3s}.ve-table *,.ve-table *:before,.ve-table *:after{box-sizing:border-box}.ve-table{position:relative;overflow:hidden}.ve-table .ve-table-container{position:relative;overflow-y:auto;height:100%;width:100%;user-select:text}.ve-table .ve-table-container .ve-table-content-wrapper{position:relative;left:0;right:0;top:0}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content{min-width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header tr.ve-table-header-tr{height:40px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header tr.ve-table-header-tr th.ve-table-header-th{background-color:#fafafa;padding:10px;font-weight:500;color:rgba(0,0,0,.8509803922);font-size:14px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header tr.ve-table-header-tr th.ve-table-header-th.ve-table-cell-indicator{background-color:#eaebec}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header tr.ve-table-header-tr th.ve-table-header-th.ve-table-cell-indicator-active{background-color:#5f6266;color:#fff}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header.ve-table-fixed-header tr th{position:sticky;z-index:20}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th.ve-table-fixed-left,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th.ve-table-fixed-right{position:sticky;z-index:30}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-checkbox-wrapper{width:25px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-sort{display:inline-block;position:relative;width:16px;height:16px;margin-left:5px;color:#bfbfbf;pointer-events:none}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-sort .ve-table-sort-icon{position:absolute;display:block;font-size:14px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-sort .ve-table-sort-icon.ve-table-sort-icon-top{top:1px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-sort .ve-table-sort-icon.ve-table-sort-icon-bottom{top:9px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-sort .ve-table-sort-icon.active{color:#108ee9}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th.ve-table-sortable-column{cursor:pointer}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-filter{display:inline-block;position:relative;width:0;height:16px;cursor:pointer}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content thead.ve-table-header .ve-table-header-tr .ve-table-header-th .ve-table-filter .ve-table-filter-icon{color:#000;position:absolute;top:0;left:5px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr{height:40px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr td.ve-table-body-td,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr td.ve-table-body-td,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr td.ve-table-expand-td,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr td.ve-table-expand-td{background-color:#fff;color:rgba(0,0,0,.8509803922);height:inherit;font-size:14px;overflow:hidden}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr td.ve-table-body-td,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr td.ve-table-body-td{padding:10px;white-space:pre-wrap;overflow:hidden}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr td.ve-table-operation-col,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr td.ve-table-operation-col{background-color:#fafafa}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr td.ve-table-operation-col.ve-table-cell-indicator,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr td.ve-table-operation-col.ve-table-cell-indicator{background-color:#eaebec}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr td.ve-table-operation-col.ve-table-cell-indicator-active,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr td.ve-table-operation-col.ve-table-cell-indicator-active{background-color:#5f6266;color:#fff}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-expand-tr{display:table-row}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-row-scrolling>td{background-color:#fff}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body.ve-table-stripe tr.ve-table-body-tr:nth-child(2n+1) td{background-color:#fafafa}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body.ve-table-row-hover tr.ve-table-body-tr:hover td{background-color:#f5f7fa}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body.ve-table-row-highlight tr.ve-table-body-tr.ve-table-tr-highlight td{background-color:#e0f3ff}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td.ve-table-fixed-left,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td.ve-table-fixed-right{position:sticky;z-index:10}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td .ve-table-row-expand-icon{cursor:pointer;display:inline-block;width:20px;height:20px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td .ve-table-row-expand-icon i{display:inline-flex}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td .ve-table-row-expand-icon i::before{transform:rotate(0deg);transition:transform .3s}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td .ve-table-row-expand-icon.ve-table-expand-icon-collapsed i::before{transform:rotate(90deg);transition:transform .3s}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td .ve-table-checkbox-wrapper{width:25px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-body-tr .ve-table-body-td .ve-table-body-td-span-ellipsis{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body .ve-table-expand-tr .ve-table-expand-td-content{position:sticky;z-index:10;left:0px;padding:0 10px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tfoot.ve-table-footer tr.ve-table-footer-tr{height:40px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tfoot.ve-table-footer tr.ve-table-footer-tr td.ve-table-footer-td{background-color:#fafafa;color:rgba(0,0,0,.8509803922);padding:10px;font-size:14px}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tfoot.ve-table-footer.ve-table-fixed-footer tr td{position:sticky;z-index:20}.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tfoot.ve-table-footer .ve-table-footer-tr .ve-table-footer-td.ve-table-fixed-left,.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tfoot.ve-table-footer .ve-table-footer-tr .ve-table-footer-td.ve-table-fixed-right{position:sticky;z-index:30}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-current .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-normal-area .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-autofill-area .ve-table-selection-corner{position:absolute;z-index:11}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-current .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-normal-area .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-autofill-area .ve-table-selection-border{position:absolute;z-index:10}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-left .ve-table-selection-normal-area-layer{position:absolute;z-index:10}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-current .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-normal-area .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-autofill-area .ve-table-selection-corner{position:absolute;z-index:1}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-current .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-normal-area .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-autofill-area .ve-table-selection-border{position:absolute;z-index:0}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-middle .ve-table-selection-normal-area-layer{position:absolute;z-index:0}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-current .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-normal-area .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-autofill-area .ve-table-selection-corner{position:absolute;z-index:11}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-current .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-normal-area .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-autofill-area .ve-table-selection-border{position:absolute;z-index:10}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-fixed-right .ve-table-selection-normal-area-layer{position:absolute;z-index:10}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-normal-area-layer{background-color:#0d65eb;opacity:.1;pointer-events:none}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-current .ve-table-selection-corner,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-normal-area .ve-table-selection-corner{display:block;height:8px;width:8px;border-style:solid;border-color:#fff;background-color:#4b89ff;cursor:crosshair}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-current .ve-table-selection-border,.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-normal-area .ve-table-selection-border{display:block;background-color:#4b89ff}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-autofill-area .ve-table-selection-border{display:block;background-color:rgba(255,0,0,.5215686275)}.ve-table .ve-table-container .ve-table-content-wrapper .ve-table-selection-wrapper .ve-table-selection-border{pointer-events:none}.ve-table .ve-table-container .ve-table-virtual-phantom.ve-table-virtual-scroll{position:absolute;left:0;top:0;right:0;z-index:-1}.ve-table .ve-table-container.ve-table-container-left-scrolling .ve-table-last-left-fixed-column{border-right-color:#ddd}.ve-table .ve-table-container.ve-table-container-right-scrolling .ve-table-first-right-fixed-column{border-left:1px solid #ddd}.ve-table .ve-table-container.ve-table-autofilling{cursor:crosshair}.ve-table .ve-table-container.ve-table-enable-cell-selection{user-select:none}.ve-table .ve-table-container .ve-table-border-x th,.ve-table .ve-table-container .ve-table-border-x td{border-bottom:1px solid #eee}.ve-table .ve-table-container .ve-table-border-x tr:first-child>th,.ve-table .ve-table-container .ve-table-border-x tr.ve-table-footer-tr:first-child>td{border-top:1px solid #eee}.ve-table .ve-table-container .ve-table-border-y th,.ve-table .ve-table-container .ve-table-border-y td{border-right:1px solid #eee}.ve-table .ve-table-container .ve-table-border-y th:first-child,.ve-table .ve-table-container .ve-table-border-y td:first-child{border-left:1px solid #eee}.ve-table.ve-table-border-around{border:1px solid #eee}.ve-table.ve-table-border-around .ve-table-container table.ve-table-content.ve-table-border-x tr:last-child>td{border-bottom:0px}.ve-table.ve-table-border-around .ve-table-container table.ve-table-content.ve-table-border-x tr:first-child>th{border-top:0px}.ve-table.ve-table-border-around .ve-table-container table.ve-table-content.ve-table-border-y th.ve-table-last-column,.ve-table.ve-table-border-around .ve-table-container table.ve-table-content.ve-table-border-y td:last-child{border-right:0px}.ve-table.ve-table-border-around .ve-table-container table.ve-table-content.ve-table-border-y th:first-child,.ve-table.ve-table-border-around .ve-table-container table.ve-table-content.ve-table-border-y td:first-child{border-left:0px}.ve-table .ve-table-edit-input-container{position:absolute;right:auto}.ve-table .ve-table-edit-input-container .ve-table-edit-input{resize:none;overflow-y:visible;border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:30px;font-size:inherit;border:2px solid #2196f3;box-shadow:1px 2px 5px 0 rgba(31,35,41,.4);display:block;color:#000;border-radius:0;background-color:#fff}.ve-table .ve-table-column-resizer-handler{position:absolute;cursor:col-resize;top:0;bottom:0;width:5px;height:40px;z-index:50}.ve-table .ve-table-column-resizer-handler.active{background-color:#4d90fe}.ve-table .ve-table-column-resizer-line{position:absolute;pointer-events:none;top:0;bottom:0;width:0;border-left:1px solid #4d90fe;z-index:50}
