
: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;
  width: auto;
  margin: 4px 16px;
  box-sizing: border-box;
  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;
  cursor: pointer;
  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;
}

/* Responsive Global Styles */
@media (max-width: 1400px) {
.container {
    max-width: 1200px;
}
}
@media (max-width: 1200px) {
.container {
    max-width: 992px;
}
}
@media (max-width: 992px) {
.container {
    max-width: 768px;
}
}
@media (max-width: 768px) {
.container {
    max-width: 100%;
    padding: 0 16px;
}
html {
    font-size: 14px;
}
}
@media (max-width: 480px) {
.container {
    padding: 0 12px;
}
html {
    font-size: 13px;
}
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Focus Styles */
*:focus {
  outline: 2px solid #14AE5C;
  outline-offset: 2px;
}

/* Selection Styles */
::-moz-selection {
  background: #14AE5C;
  color: #ffffff;
}
::selection {
  background: #14AE5C;
  color: #ffffff;
}

/* Link Styles */
a {
  color: #14AE5C;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #134B35;
}

/* Button Reset */
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Image Responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Utility Classes */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mt-1 { margin-top: 8px;
}
.mt-2 { margin-top: 16px;
}
.mt-3 { margin-top: 24px;
}
.mt-4 { margin-top: 32px;
}
.mb-1 { margin-bottom: 8px;
}
.mb-2 { margin-bottom: 16px;
}
.mb-3 { margin-bottom: 24px;
}
.mb-4 { margin-bottom: 32px;
}
.p-1 { padding: 8px;
}
.p-2 { padding: 16px;
}
.p-3 { padding: 24px;
}
.p-4 { padding: 32px;
}


