
h1[data-v-4bfeb326] {
  font-size: 20px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-26c032d0] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-26c032d0], .v-leave-active[data-v-26c032d0] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-26c032d0] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-26c032d0] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html,
body {
  overflow-y: auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.v-application {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.v-application [class*=text-] {
  color: #36405a;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

@media only screen and (min-width: 960px) {
  ::-webkit-scrollbar {
    width: 14px;
    height: 14px;
  }

  ::-webkit-scrollbar-track {
    background-color: #fafafa;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #c8cdd4;
    border-radius: 20px;
    border: 4px solid transparent;
    background-clip: content-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #8ea0a3;
  }

  ::-webkit-scrollbar-corner {
    background-color: #fafafa;
  }
}

.v-ripple__container {
  display: none !important;
}

.v-btn,
.v-btn > * {
  line-height: 1;
}

.v-navigation-drawer {
  will-change: initial !important;
}

table th {
  white-space: nowrap;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mw-100 {
  max-width: 100%;
}

.h-50 {
  height: 50%;
}

.w-50 {
  width: 50%;
}

.cursor-loading {
  cursor: wait !important;
}

.tw-balance {
  text-wrap: balance;
}

.custom-simplecheckbox .v-input--selection-controls__ripple {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.custom-simplecheckbox .v-input--selection-controls__ripple:before {
  display: none;
}

.cursor-loading-force:after {
  content: "";
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMGMwYzBjIiBzdHJva2Utd2lkdGg9IjkiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjM5MjE1Njg2Mjc0NTA5ODFzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIj48L2FuaW1hdGVUcmFuc2Zvcm0+CjwvY2lyY2xlPgo8L3N2Zz4=");
  background-position: right 14px top 14px;
  background-repeat: no-repeat;
  cursor: wait !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.cursor-loading-force * {
  cursor: wait !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.datatable-full-size {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

.datatable-full-size .v-data-table__wrapper {
  flex: 1 1 auto !important;
}

@media only screen and (max-width: 1264px) {
  .datatable-full-size .v-data-table__wrapper {
    overflow-x: hidden !important;
  }
}

.datatable-full-size .v-data-table__wrapper td,
.datatable-full-size .v-data-table__wrapper th {
  padding: 0px !important;
}

.datatable-full-size .v-data-table__wrapper tbody tr td:first-child > div:first-of-type {
  padding-left: 15px;
}

.datatable-full-size .v-data-table__wrapper .v-input--selection-controls__ripple {
  height: auto;
}

.datatable-full-size .v-data-footer {
  margin: 0 !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.datatable {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.datatable .v-data-table__wrapper {
  flex: 1 1 auto !important;
}

.datatable .v-data-table__wrapper td,
.datatable .v-data-table__wrapper th {
  padding: 0 10px !important;
  white-space: nowrap !important;
}

.datatable .v-data-footer {
  margin: 0 !important;
  overflow: hidden !important;
  flex-shrink: 0;
}

.dialog-transition-enter, .dialog-transition-leave-to {
  transform: scale(0.92) !important;
  opacity: 0 !important;
}

.dialog-transition-enter-to, .dialog-transition-leave {
  opacity: 1 !important;
}

.v-input__icon--append .v-icon {
  padding: 8px !important;
  font-size: 18px !important;
}

.he-tree .tree-node {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: move;
}

.he-tree .tree-placeholder-node {
  background: #ddf2f9;
  border: 1px dashed #00d9ff;
  border-radius: 5px;
  height: 28px;
}

.he-tree .dragging .tree-node-back:hover {
  background-color: inherit;
}

.he-tree--hidden {
  display: none;
}

.he-tree--rtl {
  direction: rtl;
}

.v-messages__message {
  font-size: 14px !important;
}

.mainView {
  height: calc(100vh - 48px);
}

.v-main {
  padding-top: 0 !important;
}

.vsg_area {
  overflow: auto;
}

.pointer {
  cursor: pointer;
}

.c-disabled {
  cursor: not-allowed;
}

.d-contents {
  display: contents;
}

.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.v-data-table__wrapper {
  height: 100%;
}

.tableCell {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .tableCell {
    height: 3em;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

@media only screen and (min-width: 960px) {
  .tableCell {
    display: flex;
    align-items: center;
  }
}

.v-data-footer {
  height: -moz-fit-content;
  height: fit-content;
}

.v-data-footer__select {
  height: 40px;
}

.cursorEdit {
  cursor: url(/_nuxt/assets/images/cursor-pen-small.png), auto !important;
  border: 1px solid transparent;
}

.cursorEdit input {
  cursor: url(/_nuxt/assets/images/cursor-pen-small.png), auto !important;
}

.cursorEdit:hover {
  border: 1px solid LightGrey;
}

.denseSelect {
  height: 100%;
  margin-top: 0px;
}

.denseSelect.v-select--is-menu-active .v-input__control .v-input__slot .v-input__icon--append .v-icon {
  display: block;
  font-size: 13px !important;
}

.denseSelect.cursorEdit .v-input__control .v-input__slot:hover {
  cursor: url(/_nuxt/assets/images/cursor-pen-small.png), auto !important;
}

.denseSelect .v-input__control .v-input__slot {
  padding: 0px;
  padding-left: 2px;
}

.denseSelect .v-input__control .v-input__slot input {
  font-size: 14px;
}

.denseSelect .v-input__control .v-input__slot .v-input__append-inner {
  padding-left: 0;
}

.denseSelect .v-input__control .v-input__slot:hover .v-input__icon--append .v-icon {
  display: block;
  font-size: 13px !important;
  padding: 0px !important;
}

.denseSelect .v-input__control .v-input__slot:before {
  display: none;
}

.denseSelect .v-input__control .v-input__slot .v-input__icon--append .v-icon {
  display: none;
}

@media only screen and (min-width: 960px) {
  .denseSelect.v-input--is-focused .v-input__slot {
    max-width: 80vw !important;
    width: 300px !important;
    min-width: 300px !important;
  }
  .denseSelect.v-input--is-focused .v-select__slot {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

@media only screen and (max-width: 960px) {
  .denseSelect.v-input--is-focused input {
    min-width: auto !important;
  }
}

.m-auto {
  margin: auto;
}

.bt-1 {
  border-top: 1px solid #edebeb;
}

.br-1 {
  border-right: 1px solid #edebeb;
}

.bb-1 {
  border-bottom: 1px solid #edebeb;
}

.bl-1 {
  border-left: 1px solid #edebeb;
}

.overflow-hidden {
  overflow: hidden;
}

.p-absolute {
  position: absolute !important;
}

.imageRender {
  image-rendering: -webkit-optimize-contrast;
}

.headerTH {
  width: 100%;
  max-width: calc(100% - 8px);
  float: left;
}

.headerTH span {
  display: block;
}

.headerTH input {
  margin-bottom: 2px;
  width: 100%;
  max-width: calc(100% - 8px);
  display: block;
  border: 1px solid #edebeb;
}

.headerTH input:focus-visible {
  outline: none;
}

.theme--dark .lightPlaceholder {
  color: #fff;
}

.lightPlaceholder {
  border-radius: 2px;
}

.lightPlaceholder::-moz-placeholder {
  color: lightgrey;
  opacity: 1;
  /* Firefox */
  font-weight: lighter;
}

.lightPlaceholder::placeholder {
  color: lightgrey;
  opacity: 1;
  /* Firefox */
  font-weight: lighter;
}

.lightPlaceholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: lightgrey;
  font-weight: lighter;
}

.lightPlaceholder::-ms-input-placeholder {
  /* Microsoft Edge */
  color: lightgrey;
  font-weight: lighter;
}

.v-data-table-header th {
  white-space: nowrap;
}

.v-data-table-header [role=columnheader] .fas.fa-sort-up,
.v-data-table-header [role=columnheader] .fas.fa-sort-down {
  padding-top: 5px;
  font-size: 18px;
  width: 8px;
  margin-left: -10px;
}

.logoBackground {
  max-width: 450px;
}

.center-me {
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-65%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.p-relative {
  position: relative;
}

.o-hidden {
  overflow: hidden;
}

.logoMenu {
  background-image: url(/_nuxt/assets/images/beep-gradient-transparent.png);
  background-repeat: no-repeat;
  background-size: 40px;
  position: absolute;
  width: 30px;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  left: 5px;
  top: 5px;
}

.v-list-item--active .logoMenu {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.denseList .v-list-item__icon,
.denseList .v-list-group__header__append-icon {
  margin-left: 0px !important;
  min-width: 30px !important;
  width: 30px !important;
}

.hide_per_page_footer .v-data-footer .v-data-footer__select {
  display: none;
}

.hide_per_page_footer .v-data-footer .v-data-footer__pagination {
  margin: auto;
}

.v-data-footer__select .v-input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.v-data-footer__select .v-input .v-input__append-inner {
  margin-top: 0px !important;
}

.v-window.v-item-group.v-tabs-items .v-window__container {
  height: 100%;
}

.readonly .v-input__control .v-input__slot:before {
  display: none;
}

.addSlash:after {
  position: absolute;
  content: "/";
  color: LightGrey;
  font-weight: 700;
  font-size: 1.7em;
  left: 7px;
  top: -10px;
}

.sectionBlock {
  width: 100%;
  background-color: #edebeb;
  border-radius: 7px;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sectionBlock:hover {
  filter: brightness(85%);
  transition: filter 0.15s;
}

.sectionBlock .sectionTitle {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.sectionBlock .sectionToggleIcon {
  position: absolute;
  right: 5px;
  top: 5px;
}

.theme--dark .sectionBlock {
  background-color: rgba(0, 0, 0, 0.3);
}

.theme--dark .sectionBlock .sectionTitle {
  color: white;
}

.CodeMirror {
  margin-top: 32px;
  height: 100%;
  width: 100%;
}

.floatingBar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.CodeMirror-scroll {
  max-height: calc(100% - 32px);
}

.biggerTitle .v-input__control[title]:hover::after {
  content: attr(title);
  transition: 2s all;
  font-size: 12px;
  border-radius: 10px;
  padding: 5px;
  color: white;
  background-color: grey;
  position: absolute;
  top: -80%;
  left: 0;
}

.v-slide-group__prev.v-slide-group__prev--disabled {
  display: none !important;
}

.v-menu__content.menuable__content__active {
  z-index: 300 !important;
}

.fullpageFilterTable .v-data-table__wrapper {
  max-height: calc(100vh - 240px) !important;
  overflow-y: auto !important;
}

.small-overline {
  font-size: 0.65rem !important;
  font-weight: 500;
  letter-spacing: 0.1666666667em !important;
  text-transform: uppercase;
}

.d-grid {
  display: grid;
}

.added {
  background-color: rgba(0, 128, 0, 0.5);
}

.removed {
  background-color: rgba(255, 0, 0, 0.5);
}

.code-editor-container {
  height: 100%;
  width: 100%;
}

.code-editor-container .code-editor {
  display: inline-flex;
  height: calc(100% - 32px);
  height: calc(100% - 32px);
  width: 100%;
  overflow-y: auto;
  white-space: pre;
}

.code-editor-container .code-editor .enumerator {
  width: 30px;
  color: #999;
  background-color: #f7f7f7;
  text-align: right;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 2px;
}

.code-editor-container .code-editor .enumerator :hover {
  cursor: default;
  background: #bdbdbd;
  transition: background 0.3s;
}

.code-editor-container .code-editor .code {
  white-space: pre;
  max-width: calc(100% - 30px);
}

.newDocumentCardBody {
  min-height: calc(100vh - 85px);
  max-height: calc(100vh - 85px);
  height: calc(100vh - 85px);
  overflow-y: auto;
  position: relative;
}

.productsTableNewDocument .v-data-table__wrapper {
  max-height: calc(100% - 37px);
  overflow-y: auto;
}

.productsTableNewDocument .v-data-footer__select {
  display: none !important;
}

.productsTableNewDocument .v-data-footer__pagination {
  margin: auto !important;
}

.productsTableNewDocument .v-data-footer {
  margin-right: 0px !important;
}

.mobileValueBlock {
  min-width: 50px;
  text-align: right;
  float: right;
}

.overflow-y-auto {
  overflow-y: auto;
}

.theme--light .floatingActions {
  background-color: white;
}

.theme--dark .floatingActions {
  background-color: #1e1e1e;
}

.floatingActions {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  z-index: 10;
}

.crop-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.customCalendar .v-event.v-event-start.v-event-end {
  background-color: inherit !important;
  border-color: inherit !important;
  width: 100% !important;
}

.customCalendar .v-calendar-weekly__day:hover {
  transition: background 0.2s;
}

.customCalendar.theme--light .v-calendar-weekly__day:hover {
  background-color: #ebebeb;
}

.customCalendar.theme--light .v-calendar-weekly__day:hover .v-event-more {
  transition: background 0.2s;
  background-color: #ebebeb;
}

.customCalendar.theme--dark .v-calendar-weekly__day:hover {
  background-color: #474747;
}

.customCalendar.theme--dark .v-calendar-weekly__day:hover .v-event-more {
  transition: background 0.2s;
  background-color: #474747;
}

.customCalendar .v-calendar-weekly__day-label {
  margin-top: 0px !important;
}

.customCalendar .v-calendar-weekly__day-label .v-btn--fab.v-size--small {
  height: 20px !important;
  width: 20px !important;
}

.theme--light .text-line-through {
  color: rgba(0, 0, 0, 0.6);
}

.theme--dark .text-line-through {
  color: rgba(255, 255, 255, 0.6);
}

.text-line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.transitionList .v-enter-active,
.transitionList .v-leave-active {
  transition: opacity 0.3s;
}

.transitionList .v-leave-active {
  position: absolute;
}

.transitionList .v-enter,
.transitionList .v-leave-to {
  opacity: 0;
}

.transitionList li {
  transition: 0.3s;
}

.transitionList .opacityZero {
  opacity: 0;
}

.theme--dark .textColorTheme {
  color: white;
}

.v-icon.fa-question-circle:hover {
  cursor: help;
}

.theme--dark .customTooltip {
  border: 1px solid white;
  border-radius: 15px;
}

.customTooltip {
  opacity: 0.95 !important;
  background-color: rgba(29, 29, 29, 0.95) !important;
  z-index: 15 !important;
}
.v-navigation-drawer__content[data-v-7706a38a] {
  position: relative;
  scroll-behavior: smooth !important;
}
