
: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);
  font-size: var(--vgt-karrot-font-size-14);
}
[contenteditable] {
  outline: 1px solid transparent;
  border: 1px solid var(--vgt-karrot-border-gray);
  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 {
  display: flex;
  height: 35px;
  padding-right: 10px;
  margin-bottom: 0px;
  justify-content: right;
  text-align: right;
  line-height: 35px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: var(--vgt-karrot-content-color-white);
}

/* 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;
}
.page-top{
  display: flex;
  height: 38px;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 0.5px solid var(--vgt-nexa-line);
  background: var(--vgt-karrot-page-top);
}
.page-top .title{
  color: var(--vgt-karrot-font-color, #134B35);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-top .right{
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-top .right .buttons{
  display: flex;
  padding: 4px 24px;
  align-items: center;
  gap: 16px;
}
.page-top .right .icons{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  align-self: stretch;
}
.page-top .right .icons .title{
  color: var(--vgt-karrot-font-color, #134B35);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.left-drawer-default{
  right: unset;
}
.left-drawer-30{
  right: 30%!important;
}
.drawer-body-content{
  display: flex;height: calc(100vh);flex-direction: column;align-items: flex-start;background: var(--vgt-CR-aside);
}
.drawer-body-content .header{
  background: var(--vgt-karrot-main-light);display: flex;padding: 12px;justify-content: space-between;align-items: flex-start;align-self: stretch;
}
.drawer-body-content .content{
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0;
}
.drawer-body-content .content .footer{
  display: flex;
  padding: 16px 16px 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid var(--vgt-nexa-line);
}
.drawer-body-content .content .select-field {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 13px;
  height: 14px;
  align-self: stretch;
  border-radius: 4px;
}
.drawer-body-content .content .select-field .title {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: var(--vgt-karrot-font-size-14);
  flex: 1 0 0;
  align-self: stretch;
}
.drawer-body-content .content .select-field .counter {
  display: flex;
  padding: 2px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  background: #14AE5C;
  color: #FFF;
  text-align: center;
  font-size: var(--vgt-karrot-font-size-12);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.drawer-body-content .content .select-field .input-field{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: #000;
  font-size: var(--vgt-karrot-font-size-14);
  font-style: normal;
  font-weight: 400;
}

