
.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-71e9e103] {
  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-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

html,
body {
  overflow-y: auto;
}

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

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

::-webkit-scrollbar {
  width: 1px;
  background-color: #008f4d !important;
}

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

.hideDeleteGroupButton .v-row-group__header button:nth-child(2) {
  display: none;
}

.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%;
}

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

.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;
}

.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: 100vh;
}

.mainViewTable {
  height: 100% !important;
}

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

.vsg_area {
  overflow: auto;
}

@media only screen and (max-width: 599px) {
  .mainView {
    height: calc(100vh - 50px);
  }
}

.hoverCard {
  border: 2px solid transparent;
}

.hoverCard:hover {
  background-color: #00391f;
  border: 2px solid #008F4D;
}

.removeHover tbody tr:hover {
  background-color: #00391f !important;
}

.removeHover tbody tr:hover .tableProdotti {
  background-color: #00391f !important;
}

.removeHoverTd tbody tr:hover {
  background-color: transparent !important;
}

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

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

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

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

.w-100 {
  width: 100%;
}

.borderBottomNotLast tr:not(:last-child) td {
  border-bottom: 1px solid #00391f !important;
}

.boxShadowFooter {
  box-shadow: 0px 0px 5px 0px;
}

.selectedCard {
  border: 2px solid #008F4D !important;
  background-color: #00391f !important;
}

.pointer {
  cursor: pointer;
}

.sortable-ghost {
  background: #00391f !important;
}

.handle {
  cursor: move;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.close {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  color: red;
}

.text {
  margin: 20px;
}

.transitionColResize {
  transition: height 1s, max-height 1s, width 1s, max-width 1s, flex-basis 1s;
}

.transitionColResize.closedCard .hoverCard {
  animation-duration: 1s forwards !important;
  animation: lineInsertedBack 1s forwards !important;
  transition: all 1s !important;
}

.transitionColResize.openedCard .myCards {
  animation-duration: 1s forwards;
  animation: lineInserted 1s forwards;
  transition: height 1s;
}

@keyframes lineInserted {
  0% {
    height: 218px;
  }
  100% {
    height: calc(100vh - 100px);
  }
}

@keyframes lineInsertedBack {
  0% {
    height: calc(100vh - 100px);
  }
  100% {
    height: 218px;
  }
}

@keyframes widthAnimation {
  0% {
    flex: 0 0 0;
  }
  100% {
    flex: 0 0 25%;
  }
}

/*@keyframes widthAnimation {
  0% {
    width: 0px !important;
    transform: scaleX(0) scaleY(0);
  }
  100% {
    width: 0px !important;
    transform: scaleX(1) scaleY(1);
  }
}*/

.v-enter-active,
.v-leave-active {
  transition-delay: 1s;
}

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

.myopacityout {
  animation: myopacityout 1s forwards;
  transition: opacity 1s;
}

.myopacityin {
  animation: myopacityin 1s forwards;
  transition: opacity 1s;
}

@keyframes myopacityout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 0;
    width: 0;
  }
}

@keyframes myopacityin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    height: auto;
    width: auto;
  }
}

.borderNone {
  border-radius: 0;
}

.borderNone tr:not(:first-child) td {
  border-bottom: 1px solid #00391f !important;
}

.prodottoMancante {
  background-color: rgba(255,82,82,0.6902);
  border-radius: 5px;
}

.centerScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.centerScreenMobile {
  position: fixed;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translate(0, -50%);
  border-radius: 10px;
}

.smallText td {
  font-size: medium;
}

.travel-map {
  height: 400px;
}

.mancante {
  color: rgba(255,82,82,0.6902);
}

.giacenzaAggiunta {
  background-color: rgba(105, 175, 7, 0.3);
}

.giacenzaRimossa {
  background-color: rgba(255, 82, 82, 0.3);
}

.spedizioneElaborata {
  background-color: rgba(105, 175, 7, 0.3);
}

.spedizioneConclusa {
  background-color: rgba(7, 85, 175, 0.3);
}

.spedizioneAnnullata {
  background-color: rgba(255, 82, 82, 0.3);
}

.spedizioneParziale {
  background-color: rgba(255, 238, 82, 0.3);
}

.maxWidthMobile {
  max-width: 50%;
}

.maxWidth {
  max-width: 10%;
}

.imgMobile {
  border: 2px solid grey;
  border-radius: 10px;
  max-width: 200px;
  cursor: help;
  max-height: 300px;
}

.imgPc {
  border: 2px solid grey;
  border-radius: 10px;
  max-width: 400px;
  cursor: help;
  max-height: 500px;
}

.maxHeightWrapper .v-data-table__wrapper {
  max-height: calc(50vh - 70px) !important;
}

.maxHeightWrapperMobile .v-data-table__wrapper {
  max-height: calc(100vh - 310px) !important;
}

.maxHeightWrapperMobileMovimentazioni .v-data-table__wrapper {
  max-height: calc(100vh - 420px) !important;
}

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

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

.maxHeightTableDashboard td {
  color: black;
}

.maxHeightTableDashboard .v-data-table__wrapper {
  max-height: 395px !important;
  border-radius: 10px;
  overflow-y: auto;
}

.azzurroChiaro {
  background-color: #3db2e8;
}

.hideArrow input::-webkit-outer-spin-button,
.hideArrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.v-tabs-slider {
  background-color: currentColor;
  height: 100%;
  width: 80%;
  margin-left: 10%;
}

.apexcharts-series path:hover {
  cursor: pointer;
}

.testiGraficoBianchi tspan,
.testiGraficoBianchi span {
  color: white;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.topBarDatatableButton {
  height: 36px !important;
  padding: 0 16px !important;
}

.customInputLabelSize .v-input__control label {
  font-size: 14px !important;
}

.customInputLabelSize .v-input__control input {
  font-size: 14px !important;
}

.customInputLabelSize .v-input__control textarea {
  font-size: 14px !important;
}

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

.customInputLabelSize .v-select__selections .v-select__selection {
  white-space: normal !important;
  white-space: initial !important;
}

.v-data-table-header-mobile {
  display: none !important;
}

.v-application--is-ltr .v-data-footer__pagination {
  margin: 0 5px 0 5px !important;
}

.row-pointer > .v-data-table__wrapper > table > tbody > tr:hover {
  cursor: pointer;
}

.v-data-table__mobile-row:not(:last-child) {
  border-bottom: 1px dashed grey;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-table-row {
  margin: 10px;
  border: 1px solid #00391f;
  border-radius: 10px;
  display: block;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row__cell {
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row__head {
  border-bottom: 1px solid #00391f;
}

.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;
  height: 100%;
}

.datatable-full-size .v-data-table__wrapper th {
  padding: 0 10px !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}

.datatable-full-size .v-data-table__wrapper td {
  padding: 0 10px !important;
  font-size: 12px !important;
  white-space: normal !important;
  white-space: initial !important;
}

.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;
}

.overflowy-auto {
  overflow-y: auto !important;
}

.undraggable {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

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

.shake {
  animation: shake 1;
}

.theme--light.v-icon.notranslate.mdi.mdi-chevron-left,
.theme--light.v-icon.notranslate.mdi.mdi-chevron-right {
  color: #7fc7a6 !important;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

.v-list-group__items {
  padding-bottom: 10px !important;
}

.theme--light.v-select.v-input--dense .v-select__selection--comma {
  color: black;
}

.theme--light.v-icon.notranslate.fas.fa-xmark {
  color: red !important;
}

.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child {
  margin-right: 0px !important;
}

.fixed-button-container[data-v-314f53c6] {
  display: block;
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(45deg, #004d00, #00723e, #33a571, #66cdaa);
  color: white;
  text-align: center;
  top: 85%;
  right: 0;
  margin-top: -1.75rem;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 99;
  box-shadow: -0.5rem 0 1.5rem rgba(0, 0, 0, 0.25);
}
.custom-theme-icon-opacity[data-v-314f53c6] {
  color: white !important;
}
.icon-style[data-v-314f53c6] {
  color: white !important;
  margin-top: 60% !important;
  margin-left: -7px !important;
  font-size: 30px !important;
  transform: rotate(10deg);
}
@keyframes slideIn-314f53c6 {
from {
    transform: translateX(-100%);
}
to {
    transform: translateX(0);
}
}
.v-navigation-drawer[data-v-314f53c6] {
  animation: slideIn-314f53c6 0.5s ease-out;
}
.button-container[data-v-314f53c6] {
  display: flex;
  align-items: center;
  padding: 2px;
  width: 100%;
  box-sizing: border-box;
}
.button-container .v-spacer[data-v-314f53c6] {
  flex-grow: 1;
}
.action-button[data-v-314f53c6] {
  width: 20px !important;
}
.button-container:not(.is-mobile) .action-button[data-v-314f53c6] {
  margin-left: auto;
  margin-right: auto;
}
.button-container.is-mobile .action-button[data-v-314f53c6] {
  margin-left: 0;
  margin-right: 0;
}
.leaveBtn[data-v-314f53c6] {
  width: 50px;
}

/* side menu */
.list-item[data-v-314f53c6] {
  display: flex;
  align-items: center;
  border: 1px solid #7fc7a6;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 5px;
}
.icon-centered[data-v-314f53c6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-item-content[data-v-314f53c6] {
  flex: 1;
}
.child-item[data-v-314f53c6] {
  margin-left: 28px;
}
.list-group[data-v-314f53c6] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 5px;
}
.mini-container[data-v-314f53c6] {
  display: flex;
  justify-content: center; /* Horizontally center the button */
  align-items: center; /* Vertically center the button */
}
.custom-icon[data-v-314f53c6] {
  width: 24px; /* Adjust size as needed */
  height: 24px; /* Adjust size as needed */
  background-image: url("/static/my-image.png");
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.cool-button[data-v-314f53c6] {
  margin-top: 15px;
  border: none;
  background: linear-gradient(145deg, #008f4d, #006b3f);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
    -4px -4px 8px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.cool-button[data-v-314f53c6]:hover {
  background: linear-gradient(145deg, #006b3f, #008f4d);
  transform: scale(1.1);
}
.cool-button[data-v-314f53c6]:active {
  background: linear-gradient(145deg, #005c3f, #004b2d);
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1);
}
.cool-button .v-icon[data-v-314f53c6] {
  font-size: 24px; /* Make the icon larger */
  color: white; /* Icon color */
  transition: color 0.3s ease; /* Smooth color transition */
}
.cool-button:hover .v-icon[data-v-314f53c6] {
  color: #7fc7a6; /* Change icon color on hover to a contrasting color */
}
.darkModeButton[data-v-314f53c6] {
  display: block;
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(45deg, #004d00, #00723e, #33a571, #66cdaa);

  color: white;
  text-align: center;
  top: 85%;
  right: 0;
  margin-top: -1.75rem;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 99;
  box-shadow: -0.5rem 0 1.5rem rgba(0, 0, 0, 0.25);
}

.mySnackbar {
  z-index: 210 !important;
}
.mySnackbar.customPosition .v-snack__wrapper {
  top: 80vh;
}

.title[data-v-07833bb6] {
  justify-content: center; /* Center the title text */
  white-space: nowrap; /* Prevent the title from wrapping */
  overflow: hidden; /* Hide any overflowed text */
  text-overflow: ellipsis; /* Add ellipsis (...) if the text is too long */
  width: 100%; /* Ensure the title takes the full width of the container */
}
.text[data-v-07833bb6] {
  text-align: center; /* Center the text */
  width: 100%; /* Ensure it takes the full width of the container */
  height: auto;
  margin: 0;
}
.actions[data-v-07833bb6] {
  display: flex;
  justify-content: center; /* Center the buttons horizontally */
  width: 100%; /* Ensure buttons take full width for proper centering */
}

