
h1[data-v-23df989d] {
  font-size: 20px;
}
button[data-v-23df989d] {
  margin-right: 12px;
}


.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-ad8c5d3e] {
  position: relative;
  scroll-behavior: smooth !important;
}
.account-menu-actions[data-v-ad8c5d3e] {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.backend-status-alert[data-v-ad8c5d3e] {
  left: 50%;
  max-width: 720px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  z-index: 250;
}
.backend-status-content[data-v-ad8c5d3e] {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.backend-status-content span[data-v-ad8c5d3e] {
  min-width: 0;
}
.period-preset-row[data-v-ad8c5d3e] {
  display: flex;
  gap: 8px;
  padding-top: 8px !important;
}
.period-preset-row .v-btn[data-v-ad8c5d3e] {
  flex: 1 1 0;
  min-width: 0 !important;
}
.period-search-dialog-actions[data-v-ad8c5d3e] {
  gap: 8px;
}
.period-search-dialog-confirm[data-v-ad8c5d3e] {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 600px) {
.backend-status-content[data-v-ad8c5d3e] {
    align-items: flex-start;
    flex-direction: column;
}
.period-preset-row[data-v-ad8c5d3e] {
    gap: 6px;
}
.period-search-dialog-actions[data-v-ad8c5d3e] {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: -4px;
    padding: 0 16px 14px;
}
.period-search-dialog-clear[data-v-ad8c5d3e] {
    width: 100%;
}
.period-search-dialog-confirm[data-v-ad8c5d3e] {
    gap: 8px;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
}
.period-search-dialog-confirm .v-btn[data-v-ad8c5d3e] {
    flex: 1 1 0;
    min-width: 0 !important;
}
}

.attachment-section[data-v-295be51b] {
  min-height: 0;
}
.attachment-section__actions[data-v-295be51b] {
  text-align: right;
}
.attachment-section__dialog-field[data-v-295be51b] {
  padding-bottom: 14px !important;
}
.attachment-section__dialog-field[data-v-295be51b] .v-input__prepend-inner .v-icon {
  font-size: 16px;
}
.attachment-section__action-btn[data-v-295be51b] {
  min-width: 74px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}


.print-dialog-body[data-v-e4edd0ce] {
  min-height: 400px;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
}
.generated-document-preview-column[data-v-e4edd0ce] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.generated-document-preview-frame[data-v-e4edd0ce] {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}
.generated-document-section-title[data-v-e4edd0ce] {
  text-align: left;
}
.generated-document-preview[data-v-e4edd0ce] {
  display: flex;
  width: min(86%, 48vh);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(128, 128, 128, 0.45);
  box-sizing: border-box;
}
.generated-document-preview[data-v-e4edd0ce] canvas {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
@media (min-width: 960px) {
.print-dialog-card--generated[data-v-e4edd0ce] {
    display: flex;
    height: 90vh;
    max-height: 90vh;
    flex-direction: column;
}
.print-dialog-body--generated[data-v-e4edd0ce] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
}
.print-dialog-body--generated .print-dialog-body__content[data-v-e4edd0ce] {
    height: calc(100% - 1px);
}
.generated-document-content[data-v-e4edd0ce],
  .generated-document-layout[data-v-e4edd0ce] {
    min-height: 0;
}
.generated-document-email-column[data-v-e4edd0ce] {
    min-height: 0;
    overflow-y: auto;
    border-left: 1px solid rgba(128, 128, 128, 0.45);
}
}
@media (max-width: 959px) {
.generated-document-preview-column[data-v-e4edd0ce] {
    height: 65vh;
    min-height: 420px;
}
.generated-document-preview[data-v-e4edd0ce] {
    width: min(82%, 38vh);
}
.generated-document-email-column[data-v-e4edd0ce] {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(128, 128, 128, 0.45);
}
}

.dynamic-table .dynamic-table__copyable-cell {
  user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
}
.dynamic-table .dynamic-table__phone-link {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.dynamic-table .dynamic-table__column-header-title {
  margin-top: 0;
  margin-bottom: 4px;
  color: #36405a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
}
.dynamic-table .dynamic-table__column-filter-input {
  box-sizing: border-box;
  width: calc(100% - 8px);
  max-width: calc(100% - 8px);
  min-width: 88px;
  min-height: 30px;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-right: 8px;
  padding: 4px 9px;
  border: 1px solid #c8cdd4;
  border-radius: 4px;
  background-color: #ffffff;
  color: #36405a;
  font-size: 13px;
  line-height: 18px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.dynamic-table .dynamic-table__column-filter-input::-moz-placeholder {
  color: #8ea0a3;
  font-weight: 400;
  opacity: 1;
}
.dynamic-table .dynamic-table__column-filter-input::placeholder {
  color: #8ea0a3;
  font-weight: 400;
  opacity: 1;
}
.dynamic-table .dynamic-table__column-filter-input:-ms-input-placeholder {
  color: #8ea0a3;
  font-weight: 400;
}
.dynamic-table .dynamic-table__column-filter-input::-ms-input-placeholder {
  color: #8ea0a3;
  font-weight: 400;
}
.dynamic-table .dynamic-table__column-filter-input:hover {
  border-color: #8ea0a3;
}
.dynamic-table .dynamic-table__column-filter-input:focus, .dynamic-table .dynamic-table__column-filter-input:focus-visible {
  border-color: #36405a;
  box-shadow: 0 0 0 2px rgba(54, 64, 90, 0.12);
  outline: none;
}
.theme--dark .dynamic-table .dynamic-table__column-header-title {
  color: #ffffff;
}
.theme--dark .dynamic-table .dynamic-table__column-filter-input {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}
.theme--dark .dynamic-table .dynamic-table__column-filter-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.theme--dark .dynamic-table .dynamic-table__column-filter-input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.theme--dark .dynamic-table .dynamic-table__column-filter-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.theme--dark .dynamic-table .dynamic-table__column-filter-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.theme--dark .dynamic-table .dynamic-table__column-filter-input:hover {
  border-color: rgba(255, 255, 255, 0.54);
}
@media only screen and (max-width: 960px) {
.dynamic-table .dynamic-table__column-header-title {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 22px;
}
.dynamic-table .dynamic-table__column-filter-input {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: 104px;
    min-height: 36px;
    margin-right: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}
}

.product-availability-row[data-v-603f7980] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 22px;
  margin-top: 4px;
}
.product-availability-muted[data-v-603f7980] {
  color: #616161;
  font-size: 0.75rem;
}
.product-availability-chip[data-v-603f7980] {
  margin-left: 0;
  font-size: 0.78rem;
  font-weight: 500;
}
.product-availability-info[data-v-603f7980] {
  width: 20px;
  height: 20px;
}
.product-availability-tooltip[data-v-603f7980] {
  line-height: 1.45;
  white-space: normal;
}
.product-availability-mobile-details[data-v-603f7980] {
  flex: 0 0 100%;
  margin-top: 4px;
  padding: 6px 8px;
  border-left: 3px solid #9e9e9e;
  background-color: rgba(0, 0, 0, 0.04);
  color: #424242;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: left;
}
.product-price-history-row[data-v-603f7980] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 22px;
  margin-top: 4px;
}
.product-price-history-muted[data-v-603f7980] {
  color: #616161;
  font-size: 0.75rem;
}
.product-price-history-chip[data-v-603f7980] {
  margin-left: 0;
  font-size: 0.75rem;
  font-weight: 500;
}
.product-price-history-average-chip[data-v-603f7980] {
  background-color: rgba(25, 118, 210, 0.08);
}
.product-price-history-info[data-v-603f7980] {
  width: 20px;
  height: 20px;
}
.product-price-history-tooltip[data-v-603f7980] {
  line-height: 1.45;
  white-space: normal;
}
.product-price-history-mobile-details[data-v-603f7980] {
  flex: 0 0 100%;
  margin-top: 4px;
  padding: 6px 8px;
  border-left: 3px solid #9e9e9e;
  background-color: rgba(0, 0, 0, 0.04);
  color: #424242;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: left;
}
.quantity-availability-warning[data-v-603f7980] .v-input__slot {
  background-color: rgba(251, 140, 0, 0.08);
}
.quantity-availability-warning[data-v-603f7980] input {
  color: #e65100;
}
.quantity-availability-critical[data-v-603f7980] .v-input__slot {
  background-color: rgba(211, 47, 47, 0.08);
}
.quantity-availability-critical[data-v-603f7980] input {
  color: #b71c1c;
}


.verify-two-factor[data-v-eab05cf8] {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 330px;
}
.verify-two-factor__header[data-v-eab05cf8] {
  align-items: center;
  display: flex;
  min-height: 40px;
}
.verify-two-factor__back[data-v-eab05cf8] {
  letter-spacing: 0;
  text-transform: none;
}
.verify-two-factor__content[data-v-eab05cf8] {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
  text-align: center;
}
.verify-two-factor__form[data-v-eab05cf8] {
  width: 100%;
}
.verify-two-factor__actions[data-v-eab05cf8] {
  margin-top: 10px;
}
.verify-two-factor .v-btn[data-v-eab05cf8] {
  letter-spacing: 0;
}
.verify-two-factor__actions .v-btn[data-v-eab05cf8],
.verify-two-factor__form .v-btn[data-v-eab05cf8] {
  height: auto;
  min-height: 36px;
  white-space: normal;
}

