
:root {
  --scrollbar-width: 8px;
  --scrollbar-height: 9px;
  --scrollbar-track-color: #16304e;
  --scrollbar-thumb-color: rgba(133, 214, 255, 0.616);
  --scrollbar-thumb-hover-color: rgba(133, 214, 255, 0.719);
  --scrollbar-button-color: #020e1f;
  --scrollbar-corner-color: #081b37;
  --word-break-value: keep-all;
}
* {
  word-break: var(--word-break-value) !important;
}
#app {
  font-family: InterNumber,Mulish,Noto Sans,Suisseintl,sans-serif!important;/*"Source Sans Pro", Arial, sans-serif;*/
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: var(--el-text-color-regular);
}
[contenteditable] {
  outline: 1px solid transparent;
  border: 1px solid #fff;
  width: 100%;
}
[contenteditable]:focus {
  border: 1px solid #8D9095;
  border-radius: 3px;
}
html, body, #app {
  margin: 0;
  padding: 0;
  background: #fff !important;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  line-height: inherit;
}
input[aria-hidden="true"] {
  display: none !important;
}
.common-layout-aside .left-main .search-area .flex-item {
  font-size: 14px;
}
.el-form-item__label {
  height: unset;
}
.clearfix::after {
  clear: both;
  overflow: hidden;
}
.clearfix::after, .clearfix::before {
  display: table;
  content: '';
}
.pagination-block {
  margin: 0 0 0 8px;
  display: flex;
  height: 55px;
  justify-content: right;
  text-align: right;
  line-height: 55px;
}

/* Scrollbar Styles */
::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-height);
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: 10px;
}
::-webkit-scrollbar-button {
  background-color: var(--scrollbar-button-color);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px var(--scrollbar-thumb-color);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover-color);
  -webkit-box-shadow: unset;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: var(--scrollbar-corner-color);
}
::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner-color);
}
.el-sub-menu {
  --el-menu-hover-bg-color: var(--el-color-primary);
}
.el-table .el-table__cell{
  padding: 4px 0;
}

body {
    --vgt-CR-hearder: #fff;
    --vgt-CR-main: #fff;/*#f5f7f9;*/
    --vgt-CR-router-view: #fff;
    --vgt-CR-aside: #fff;
    --vgt-CR-icon: #000;
    --vgt-mirus-blue:#013766;
}

