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

body {
  touch-action: manipulation;
  max-height: 100dvh !important;
  overflow-y: hidden !important;
}

body::-webkit-scrollbar {
  width: 0px;
  height: 5px !important;
  background-color: transparent !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px !important;
  background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 5px solid #a8a8a8;
}

.customTableScrollbar ::-webkit-scrollbar-button:start:increment {
  height: 48px !important;
  display: block;
  background-color: transparent !important;
}

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

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

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

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

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

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

.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: 15px !important;
  white-space: nowrap !important;
}

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

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

@media screen and (max-width: 600px) {
  .datatable-full-size .v-data-footer .v-data-footer__select {
    margin-left: 0 !important;
    margin-left: initial !important;
  }
  .datatable-full-size .v-data-footer .v-data-footer__select .v-select {
    margin: 0px !important;
  }
}

.v-data-table-header-mobile .v-data-table-header-mobile__wrapper .v-select {
  border: 1px solid lightgrey !important;
  border-radius: 5px !important;
  padding: 15px !important;
}

.v-data-table-header-mobile .v-data-table-header-mobile__wrapper .v-input__slot:before {
  border: 0px !important;
}

.v-data-table__mobile-row {
  min-height: 35px !important;
}

.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: 5px;
  border: 1px solid grey;
  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 #d9edf7;
}

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

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

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

.p-relative {
  position: relative;
}

.maxHeightStats .v-data-table__wrapper {
  max-height: 460px !important;
  overflow-y: auto !important;
}

.maxHeightPesateGiornaliere .v-data-table__wrapper {
  max-height: 500px !important;
  overflow-y: auto !important;
}

.plannerTableHeight .v-data-table__wrapper {
  max-height: 650px !important;
  overflow-y: auto;
}

.plannerDialogTableHeight .v-data-table__wrapper {
  max-height: 300px !important;
  overflow-y: auto;
}

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

.plannerTableHeightOccupazione .v-data-table__wrapper tr:hover {
  background-color: transparent !important;
}

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

.hideTabsArrows .v-slide-group__next {
  display: none !important;
}

.v-step {
  border-radius: 15px !important;
  border: 3px solid #d9edf7 !important;
  background-color: #737171 !important;
}

.removeInputCalendar .input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

.removeInputCalendar input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.customTabsContainer .v-window__container {
  height: 100% !important;
}

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.customBadge {
  background-color: #ff6666;
  border-radius: 999px;
  position: absolute;
  right: 45px;
  width: 10px !important;
  height: 10px !important;
  margin: 0px !important;
}

.v-expansion-panel-header {
  min-height: 64px;
}

.customBodyRow tr:nth-child(even) {
  background-color: #f2f2f2;
}

.customBodyRow tr:hover {
  cursor: pointer !important;
}

.custom-loader {
  animation: loader 0.8s infinite;
  display: flex;
}

@keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
  margin: 0px !important;
}

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

.selectedRouteBackground[data-v-314f53c6] {
  z-index: 999 !important;
  background-color: #337ab7 !important;
  color: white !important;
  margin-right: -10px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  margin-left: 10px !important;
}
.theme--light.v-list-item--active[data-v-314f53c6]:hover::before,
.theme--light.v-list-item--active[data-v-314f53c6]::before {
  opacity: 0 !important;
}
.v-list-item--link[data-v-314f53c6]:before {
  background-color: transparent !important;
  background-color: initial !important;
}

.mySnackbar {
  z-index: 999 !important;
}
.mySnackbar.customPosition .v-snack__wrapper {
  z-index: 999 !important;
  top: 75vh;
  position: fixed;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #777777;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 0px 0px rgba(35, 35, 35, 0);
}

