@charset "UTF-8";
.color-title {
  color: #344767;
}

body {
  font-family: "Open Sans", sans-serif;
}

.bg-primary {
  background: linear-gradient(180deg, #f5f6f7, #f5f6f7);
}

.card {
  box-shadow: 0 0 2rem 0 rgba(10, 10, 10, 0.15) !important;
}

.btn-primary {
  background-color: #5e72e4;
}

.dropdown-item {
  font-weight: 400;
  color: #707c89;
  font-size: 14px;
}

.dataTables_wrapper {
  background: rgb(255, 255, 255);
  padding: 17px 15px;
  border-radius: 5px;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #fff;
}

.navbar-nav .dropdown-menu {
  margin-top: -14px;
  margin-left: 12px;
}

.navbar-vertical.navbar-expand-xs {
  display: flex;
}

#sottoMenuVendita {
  margin-left: 9px;
  margin-top: 0px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.3rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.form-control:focus {
  border-color: rgb(0, 94, 255);
  outline: none; /* Facoltativo, rimuove l'outline di default del browser */
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); /* Facoltativo, aggiunge un'ombra rossa */
}

.form-check-label {
  margin-left: -20px;
}

.form-control, .form-select {
  font-size: 12px;
}

.modal-body, .card {
  background-color: #fff;
  border-radius: 0.5rem;
}

/*Datatable*/
/* CSS personalizzato per la DataTable */
#indexUserTable th {
  font-family: system-ui;
  font-weight: 500;
  font-size: 13px;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
  height: 20px;
  padding: 0 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  padding: 0px;
}

.dataTables_wrapper .dataTables_info {
  font-size: 13px;
  color: gray;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  font-size: 13px;
  color: gray;
}

#indexVehicleTable {
  font-size: 0.6rem;
  /* Riduce il font size generale */
  table-layout: auto;
  word-wrap: break-word;
}

#indexVehicleTable th {
  color: black;
  padding: 0.1rem;
  font-size: 11px !important;
  /* Riduce il font size */
  width: 7%;
  /* Riduce la larghezza delle colonne */
}

#indexVehicleTable td {
  color: white;
  padding: 0.1rem;
  font-size: 11px !important;
  /* Riduce il font size */
}

#indexVehicleTable .table-responsive {
  font-size: calc(1rem - 3px);
  background: white;
  padding: 10px;
}

#indexVehicleTable th {
  padding: 4px;
  font-size: 12px;
}

#indexVehicleTable td {
  padding: 4px;
  font-size: 12px;
  color: black;
}

/* Reduce padding and font size for the table */
/* Reduce padding and font size for the table */
/* Ensure the table is fully visible */
.page-item-previous a.page-link {
  background-color: red;
  color: white;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 156px; /* Cambia questa dimensione secondo le tue necessità */
  display: inline-block;
  vertical-align: top;
}

.page-item.active .page-link {
  background-color: #fb6340;
  border-color: #fb6340;
}

.page-lista-veicoli label, .page-lista-veicoli .form-label {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0rem;
  color: #344767;
  margin-left: 0.25rem;
}

.page-lista-veicoli #dettaglioVeicoli::-webkit-scrollbar {
  width: 8px; /* Larghezza della scrollbar */
}

.page-lista-veicoli #dettaglioVeicoli::-webkit-scrollbar-track {
  background: #f1f1f1; /* Colore dello sfondo della scrollbar */
  border-radius: 10px; /* Arrotonda i bordi del track */
}

.page-lista-veicoli #dettaglioVeicoli::-webkit-scrollbar-thumb {
  background: #d3d3d3; /* Colore della thumb */
  border-radius: 10px; /* Arrotonda i bordi della thumb */
}

.page-lista-veicoli #dettaglioVeicoli::-webkit-scrollbar-thumb:hover {
  background: #a2a2a2; /* Colore della thumb quando si passa sopra */
}

.fc .fc-toolbar-title {
  text-transform: capitalize;
  font-size: 16px;
}

.fc .fc-button-primary:disabled {
  font-size: 13px;
}

.highlighted {
  background-color: rgb(228, 228, 228) !important;
}

#side_nav {
  background: #000;
  min-width: 250px;
  max-width: 250px;
  transition: all 0.3s;
}

.content {
  min-height: 100vh;
  width: 100%;
}

hr.h-color {
  background: #eee;
}

.sidebar li.active {
  background: #eee;
  border-radius: 8px;
}

.sidebar li.active a, .sidebar li.active a:hover {
  color: #000;
}

.sidebar li a {
  color: #fff;
}

/* General Calendar Styling */
#calendar {
  max-width: 900px;
  margin: 0 auto;
}

.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.fc-button-group .fc-button {
  border: none;
  background-color: #754b4a;
  color: white;
  border-radius: 4px;
  margin: 0 2px;
  padding: 2px;
}

.fc-button-group .fc-button:hover {
  background-color: #357ae8;
}

.fc-daygrid-day-number {
  font-size: 1.1em;
  font-weight: 500;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(13, 13, 12, 0.15);
}

.fc-event {
  background-color: #4285f4;
  border: none;
  color: white;
  border-radius: 4px;
  padding: 2px 5px;
  display: block;
}

.fc-event:hover {
  background-color: #357ae8;
}

.fc-event-title, .fc-event-time {
  white-space: normal;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
  border-radius: 0.5rem;
  background: white;
}

.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0px;
  border: none;
}

.data-event {
  margin-bottom: -20px;
}

.ui-widget-content {
  border: 1px solid #dddddd !important;
  background: #e3e3e3 !important;
  color: #333333 !important;
  font-family: monospace !important;
  font-size: 13px !important;
}

/* Stili di base per il dropdown */
/* Styles for the main button */
.dropdown-customize .dropdown-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* Styles for the dropdown menu */
.dropdown-customize .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Styles for the dropdown items */
.dropdown-customize .dropdown-item {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.dropdown-customize .dropdown-item:hover {
  background-color: #ddd;
  color: #000;
}

/* Ensure nested dropdowns are correctly positioned */
.dropdown-customize .dropdown-content .dropdown-content {
  left: 50%;
  top: 0;
}

.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
  display: none;
}

#sidenav-collapse-main .collapse .card-body {
  background-color: #faf6f6;
  padding: 11px 0 10px 16px;
}

#sidenav-collapse-main .spacing-10px .btn {
  margin-bottom: 10px;
}

#sidenav-collapse-main .spacing-30px .btn {
  margin-bottom: 230px;
}

.autocomplete-suggestions {
  max-height: 136px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  width: 378px;
  font-size: 13px;
  margin-bottom: -43px;
  background-color: #ddd;
}

.autocomplete-suggestion {
  padding: 3px 8px;
  cursor: pointer;
}

.autocomplete-suggestion:hover {
  background-color: #f0f0f0;
}

.form-group {
  margin-bottom: 5px;
}

.footer-permessi {
  background-color: #bdbdbd;
}

/* Riduce il padding delle righe a 0px */
.dataTable tr {
  padding: 0px !important;
}

table.dataTable tbody td {
  padding: 0px 10px;
}

select.form-control:not([size]):not([multiple]) {
  height: 28px;
  padding: 2px 7px;
}

.form-switch .form-check-input:after {
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  transform: translateX(1px);
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07);
  top: 0px;
}

.form-switch .form-check-input {
  width: 3.2rem;
  margin-left: -3rem;
  background-image: none;
  background-position: left center;
  border-radius: 2.5rem;
  transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
}

.form-switch .form-check-input:checked {
  border-color: rgb(52, 71, 103);
  background-color: rgb(52, 71, 103);
  transform: translateX(1.2em);
}

.enlarge-on-hover {
  transition: transform 0.3s ease-in-out; /* Transizione per l'ingrandimento e il ritorno */
}

.enlarge-on-hover:hover {
  transform: scale(2); /* Ingrandisce l'immagine del 20% */
}

/* formattazione table user */
#indexUserTable td {
  font-size: 13px;
  position: relative;
  left: 8px;
}

#indexUserTable tr {
  height: 30px;
}

#indexUserTable td, #indexUserTable th {
  vertical-align: middle;
}

/* formattazione table user */
.calendario-consegne-auto-nuove h6 {
  font-size: 13px;
}

.calendario-consegne-auto-nuove .section-dati-calendario-consegna {
  background-color: #f3f3f3;
  border-radius: 5px;
}

.calendario-consegne-auto-nuove .icon-plus {
  position: relative;
  top: 5px;
  font-size: 19px;
}

.calendario-consegne-auto-nuove select.form-control:not([size]):not([multiple]) {
  height: 33px;
  padding: 0px 7px;
  /* position: relative; */
  top: -3px;
  /* margin-top: -3px; */
  padding: 0.5rem 0.3rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 11px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
}

.calendario-consegne-auto-nuove .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
  height: 30px;
  padding: 14px 5px;
}

.calendario-appuntamenti-officina h4 {
  font-size: 13px;
}

.calendario-appuntamenti-officina .section-dati-calendario-consegna {
  background-color: #f3f3f3;
  border-radius: 5px;
}

.calendario-appuntamenti-officina .icon-plus {
  position: relative;
  top: 5px;
  font-size: 19px;
}

.calendario-appuntamenti-officina select.form-control:not([size]):not([multiple]) {
  height: 23px;
  padding: 0px 7px;
  /* position: relative; */
  top: -3px;
  margin-top: -3px;
}

.fade-in {
  opacity: 0;
  animation: fadeInAnimation 2s ease-in-out forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #side_nav {
    margin-left: -250px;
    position: absolute;
    min-height: 100vh;
    z-index: 1;
  }
  #side_nav.active {
    margin-left: 0;
  }
} 
.custom-modal {
  display: block;
  width: 70%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute; /* Importante per il posizionamento verticale */
}

.bg-gradient-primary {
  background-image: linear-gradient(310deg, #5e72e4, #825ee4);
}

/* Per la barra di ricerca */
.dataTables_filter label {
  color: gray;
  font-weight: bold;
}

/* Per il menu di selezione delle voci */
.dataTables_length label {
  color: gray;
  font-weight: bold;
}

.dataTables_wrapper .dataTables_info {
  font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
}

.trapezoid {
  position: relative;
  background: #4CAF50; /* Cambia il colore di sfondo secondo necessità */
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 10px 10px 0 0; /* Arrotonda i bordi superiori */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Aggiunge ombra */
  overflow: hidden;
}

/* Creazione della forma trapezoidale */
.trapezoid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* Regola l'altezza del trapezio */
  background: inherit; /* Usa lo stesso colore di sfondo */
  transform: perspective(20px) rotateX(5deg); /* Inclina la base */
  z-index: -1; /* Mette il trapezio dietro al contenuto */
}

.inventory {
  /*ANCHOR - campi input matrial design*/
}
.inventory body {
  background-color: #f2f2f2;
  font-family: "Poppins", sans-serif;
}
.inventory h5 {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
  margin-top: 48px;
  font-style: normal;
}
.inventory .card {
  width: 350px;
  box-shadow: 0px 0px 19px #dedede;
  border: none;
  border-radius: 0.5rem;
}
.inventory .textFooterCard {
  font-size: 14px;
  margin-top: 70px;
  color: gray;
}
.inventory #example2 {
  border: 1px solid;
  padding: 10px;
  box-shadow: 10px 10px 5px #dedede;
}
.inventory .card-header {
  border: none;
  background-color: white;
}
.inventory .field {
  margin: 5px auto;
}
.inventory input {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  outline: 0;
  font-size: 12px;
  padding: 6px 5px 5px;
  height: 33px;
}
.inventory input:focus {
  border-color: #3BA9D8;
}
.inventory .card-header p {
  font-size: 13px;
  margin-top: 5px;
}
.inventory .login button {
  width: 100%;
}
.inventory .ricercaVeicoli .card-deck .cardGeneral p {
  font-size: 17px;
}
.inventory .ricercaVeicoli .card-deck .cardRisultatiRicerca .card-body {
  margin-top: -48px;
  padding: 22px;
}
.inventory .ricercaVeicoli .card-deck .cardRisultatiRicerca .headModello .card-header {
  border: none;
  margin: 0% 2%;
}
.inventory .ricercaVeicoli .cardRicerca .form-group {
  margin-bottom: 1rem;
}
.inventory .ricercaVeicoli .cardRicerca .form-group__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.inventory .ricercaVeicoli .cardRicerca .form-group__input-container {
  position: relative;
}
.inventory .ricercaVeicoli .cardRicerca .form-group input[type=text] {
  width: 100%;
  border: 1px solid #d1d5db;
  color: #111827;
  border-radius: 0.4rem;
  font-size: 1rem;
  padding: 1rem;
  margin: 0.5rem 0;
}
.inventory .ricercaVeicoli .cardRicerca .form-group input[type=text]:focus {
  outline: 1px solid #1c64f2;
  border-color: #1c64f2;
}
.inventory .ricercaVeicoli .cardRicerca .form-group input[type=text]:focus ~ .max-length-indicator {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.inventory .ricercaVeicoli .cardRicerca .max-length-indicator {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 300;
}
.inventory .ricercaVeicoli .heightBodyCardRisultati {
  min-height: 200px;
}
.inventory .buttons {
  margin: 10%;
  text-align: center;
}
.inventory .btn-hover {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 50px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.inventory .btn-hover:hover {
  color: #fff;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.inventory .btn-hover:focus {
  outline: none;
}
.inventory .btn-hover.color-1 {
  background-image: linear-gradient(to right, #19a8f5, #0f74aa, #4ca3d6, #95d4f7);
  border-radius: 30px;
}
.inventory .btn-hover.color-2 {
  background-image: linear-gradient(to right, #0b7a10, #0f74aa, #4ca3d6, #e71515);
  border-radius: 30px;
}
.inventory .btn-hover.color-3 {
  background-image: linear-gradient(to right, #694e00, #cca900, #886e00, #ffa500);
  border-radius: 30px;
}
.inventory .btn-hover.color-4 {
  background-image: -mozlinear-gradient(to right, #080808, #2e2e2e, #302b2b, #453801);
  background-image: linear-gradient(to right, #080808, #2e2e2e, #302b2b, #453801);
  width: 90%;
  height: 58px;
  border-radius: 30px;
}
.inventory .btn-hover.color-5 {
  background-image: -mozlinear-gradient(to right, #080808, #2e2e2e, #302b2b, #453801);
  background-image: linear-gradient(to right, #ee2a2a, #2e2e2e, #302b2b, #453801);
  width: 100%;
  height: 53px;
  border-radius: 30px;
}
.inventory .btn-hover.color-6 {
  background-image: linear-gradient(to right, #277104, #b89b0e, #886e00, #ffa500);
  border-radius: 30px;
}
.inventory .btn-hover.color-7 {
  background-image: linear-gradient(to right, #ff0e0e, #99bd11, #886e00, #d10808);
  border-radius: 30px;
}
.inventory .btn-hover.color-8 {
  background: -webkit-linear-gradient(right, #ff0000, #cc0000, #880000, #690000);
}
.inventory .btn-hover.color-9 {
  background: -webkit-linear-gradient(right, #006939, #00884a, #00cc6e, #0e9b5a);
}
.inventory .btn-hover.color-10 {
  background: -webkit-linear-gradient(right, #006939, #00884a, #00cc6e, #00ff89);
}
.inventory #confInv {
  background-image: linear-gradient(to right, #080808, #2e2e2e, #302b2b, #453801);
  color: white;
  border: none;
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 38px;
  width: 100%;
  margin: 20px auto 20px auto;
  display: inline;
  border-radius: 30px;
  font-size: 13px;
}
.inventory #confInv:hover {
  background-image: linear-gradient(to right, #080808, #5e5e5e, #302b2b, #727272);
}
.inventory .classeModello {
  display: inline-block;
  /* Necessario per il limite di larghezza */
  max-width: 30ch;
  /* Limita a 30 caratteri (approssimativamente) */
  word-wrap: break-word;
  /* Consente di andare a capo quando necessario */
  word-break: break-word;
  /* Per sicurezza, aggiunge supporto per altre situazioni */
  white-space: normal;
  /* Permette il ritorno a capo */
  text-align: left;
  /* Allineamento del testo */
}
.inventory .cell {
  width: 45%;
  margin: -7px 11px 2px 10px;
  padding: 6px;
  color: black;
  font-size: 12px;
  border-radius: 5px;
}
.inventory .cellData {
  width: 45%;
  margin: 10px 11px 2px 10px;
  padding: 6px;
  color: black;
  font-size: 12px;
  border-radius: 5px;
}
.inventory .cellData1 {
  color: black;
  font-size: 15px;
}
.inventory .qui {
  color: black;
  font-weight: 900;
}
.inventory .login label {
  display: contents;
}
.inventory .login .form-check .form-check-input {
  float: left;
  margin-left: -4.2em;
}
.inventory .login .btn-link {
  color: gray;
}
.inventory .login input[type=text] {
  background-color: #F5F5F5;
}
.inventory .profile-menu .dropdown-menu {
  right: 0;
  left: unset;
}
.inventory .profile-menu .fa-fw {
  margin-right: 10px;
}
.inventory .toggle-change::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.inventory .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: none;
}
.inventory .spinner-border {
  position: fixed;
  top: 29%;
  left: 48%;
  z-index: 9999;
  width: 65px;
  height: 65px;
  color: rgba(128, 128, 128, 0.5607843137);
}
.inventory #myButton {
  background-image: linear-gradient(to right, #19a8f5, #0f74aa, #4ca3d6, #95d4f7);
  color: white;
  border: none;
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 23px;
  width: 97%;
  z-index: 9999;
  position: relative;
}
.inventory #myButton:hover {
  background-image: linear-gradient(to right, #95d4f7, #4ca3d6, #0f74aa, #19a8f5);
}
.inventory .textNessunaNotaInfinity {
  display: block;
  color: gray;
  margin: -19px auto;
}
.inventory .textAncoraNoInventory {
  display: block;
  color: gray;
  margin-top: 20px;
}
.inventory .textNessunaNota {
  display: block;
  color: gray;
  margin-bottom: 10px;
}
.inventory #addNota {
  background-image: linear-gradient(to right, #19a8f5, #0f74aa, #4ca3d6, #95d4f7);
  color: white;
  border: none;
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 38px;
  display: inline;
  width: 92%;
  font-size: 13px;
  margin: auto;
}
.inventory #addNota:hover {
  background-image: linear-gradient(to right, #95d4f7, #4ca3d6, #0f74aa, #19a8f5);
}
.inventory .textNota {
  display: block;
  color: gray;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.inventory .ricercaPiazzali .wrapper {
  max-width: 75%;
  margin: auto;
}
.inventory .ricercaPiazzali h3 {
  color: #000000;
  margin: 40px 0;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.inventory .ricercaPiazzali select {
  width: 100%;
  min-height: 100px;
  border-radius: 3px;
  border: 1px solid #444;
  padding: 10px;
  color: #444444;
  font-size: 14px;
}
.inventory .ricercaPiazzali .select2-selection__choice {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.inventory .ricercaPiazzali .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  padding-top: 5px;
}
.inventory .ricercaPiazzali .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(0.375rem + 2px);
}
.inventory .ricercaPiazzali .select2-container--bootstrap4 .select2-selection__clear {
  height: 16px;
  line-height: 16px;
}
.inventory .ricercaPiazzali .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 4px;
  right: 5px;
  float: none;
  margin-right: 0;
  width: 16px;
  height: 16px;
}
.inventory .ricercaPiazzali .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 14px;
  padding-right: 5px;
  font-size: 10px;
}
.inventory .ricercaPiazzali .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #b9b9b9;
  color: white;
  font-size: 11px;
}
.inventory .esportaDocumenti .btn-hover {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 58px;
  padding: 4px 11px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.inventory .ricercaPiazzali table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
.inventory .ricercaPiazzali th, .inventory .ricercaPiazzali td {
  text-align: left;
  padding: 8px;
  color: black;
}
.inventory .ricercaPiazzali th {
  background-color: #f1f1f1;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}
.inventory .ricercaPiazzali .gray {
  background-color: rgba(131, 122, 122, 0.2392156863);
  color: gray;
}
.inventory .ricercaPiazzali .white {
  background-color: #fff;
}
.inventory .ricercaPiazzali tr:nth-child(even) {
  background-color: #f2f2f2;
}
.inventory .ricercaPiazzali tr:hover {
  background-color: #ddd;
}
.inventory .ricercaPiazzali .clicco {
  cursor: pointer;
  text-decoration: underline;
}
.inventory .ricercaPiazzali #testoVeicoloU, .inventory .ricercaPiazzali #testoVeicoloN {
  color: #000000;
  margin-top: 10px;
}
.inventory #messaggio-attesa {
  z-index: 9999;
  position: relative;
  left: 29%;
  margin-top: 45px;
}
.inventory .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
  animation-delay: -0.16s;
}
.inventory .preloader:before, .inventory .preloader:after {
  content: "";
  position: absolute;
  top: 0;
}
.inventory .preloader:before, .inventory .preloader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}
.inventory .preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.inventory .preloader:after {
  left: 3.5em;
}
@keyframes animation {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1em #333;
  }
  40% {
    box-shadow: 0 2em 0 0 #333;
  }
}
.inventory .dropdown-menu.show {
  display: block;
  float: right;
  margin-left: 66%;
}
.inventory .navbar img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease-in-out;
}
.inventory .alert-success {
  width: 63%;
  margin: -50px auto 59px;
  background: #00b100;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
}
.inventory .alert-success .text-sm {
  text-align: center;
}
.inventory .alert-dismissible .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 2;
  background: transparent;
  color: white;
}
.inventory .clickAddNote {
  background-color: rgb(255, 255, 255);
}
.inventory .positionBtnAddNoteInvNo {
  position: relative;
  top: -23px;
}
.inventory .cardRisultatiRicercaNotfound {
  width: 36em;
}
.inventory .alert {
  transition: opacity 1s ease-in-out;
}
.inventory .alertNacosto {
  opacity: 0;
}
.inventory .dropdown-toggle::after {
  color: white;
}
.inventory .card-deck .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: white;
  border-bottom: white;
}
.inventory img {
  display: block;
  align-items: center;
}
.inventory .select2-container {
  font-size: 13px;
}
.inventory .select2-container--bootstrap4 .select2-selection__clear {
  padding-left: 0.27em;
}
.inventory .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}
.inventory .switch input {
  display: none;
}
.inventory .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.inventory .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.inventory input:checked + .slider {
  background-color: #2196F3;
}
.inventory input:checked + .slider:before {
  transform: translateX(14px);
}
.inventory #anteprima img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.inventory .login .btn-hover #btnSearch {
  position: relative;
  left: 10rem;
}
.inventory .login .card-deck .card {
  margin: auto;
}
.inventory .ricercaVeicoli .heightBodyCardRisultati {
  position: relative;
  width: 470px;
  padding: 0;
}
.inventory .ricercaVeicoli #operatore, .inventory .ricercaVeicoli #dataOra, .inventory .ricercaVeicoli #ubicazione {
  font-size: 13px;
  margin-left: 13px;
}
.inventory .info-veicolo, .inventory .info-stato, .inventory .info-inventariato {
  color: green;
  font-weight: 900;
}
.inventory .card-ricerca {
  background-color: #000;
  /* Sfondo nero */
  color: #fff;
  /* Testo bianco per visibilità */
  max-height: 200px;
  /* Altezza massima */
  overflow-y: auto;
  /* Barra di scorrimento verticale se necessario */
  border-radius: 8px;
  /* Bordo arrotondato */
  padding: 15px;
  /* Spaziatura interna */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Ombra per un effetto migliore */
}
.inventory .dati-header {
  width: 136px;
  font-size: 12px;
  text-align: end;
  position: absolute;
  top: 78px;
  left: 316px;
  margin-top: -62px;
}
.inventory .limit-text {
  display: inline-block;
  /* Necessario per impostare un limite di larghezza */
  max-width: 17ch;
  /* Limita il testo a circa 30 caratteri per riga */
  word-wrap: break-word;
  /* Spezza le parole lunghe */
  word-break: break-word;
  /* Supporto aggiuntivo per spezzare le parole */
  white-space: normal;
  /* Permette il ritorno a capo */
  text-align: left;
  /* Mantiene l'allineamento a sinistra */
}
.inventory #indirizzo_gps {
  width: 96%;
  margin-left: 0.6rem;
  position: relative;
  top: -4rem;
  border: none;
}
.inventory .cell-targa {
  margin-top: -34px;
  margin-left: 1px;
}
.inventory .span-cell-targa {
  font-size: 12px;
  left: -7px;
  position: relative;
}
.inventory .cell-ritiro {
  margin-top: -30px;
  margin-right: -10px;
  max-width: 110px;
}
.inventory .span-cell-ritiro {
  font-size: 12px;
  position: relative;
  left: 24px;
  color: gray;
}
.inventory .cell-telaio {
  margin-top: -4px;
  margin-left: -15px;
}
.inventory .span-cell-telaio {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}
.inventory .cell-ncontratto {
  margin-right: -1px;
  margin-top: 0px;
  max-width: 88px;
}
.inventory .span-cell-ncontratto {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}
.inventory .cell-colore {
  margin-top: -3px;
  margin-left: -15px;
}
.inventory .span-cell-colore {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}
.inventory .cell-stipula-contratto {
  margin-right: -2px;
  margin-top: -2px;
  max-width: 147px;
}
.inventory .span-cell-stipula-contratto {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}
.inventory .cell-ubicazione {
  margin-top: -5px;
  margin-left: -15px;
}
.inventory .span-cell-ubicazione {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}
.inventory .cell-data-vendita {
  margin-right: -5px;
  margin-top: 0px;
  max-width: 139px;
}
.inventory .span-cell-data-vendita {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}
.inventory .dato-cell-targa {
  font-size: 12px;
  position: relative;
  left: -8px;
}
.inventory .dato-cell-ritiro {
  font-size: 12px;
  position: relative;
  left: -3px;
  float: inline-end;
}
.inventory .dato-cell-telaio {
  font-size: 12px;
  position: relative;
  left: 9px;
}
.inventory .dato-cell-ncontratto {
  font-size: 12px;
  position: relative;
  left: 6px;
  max-width: 36px;
  float: inline-end;
}
.inventory .dato-cell-colore {
  font-size: 12px;
  position: relative;
  left: 9px;
}
.inventory .dato-cell-stipula-contratto {
  font-size: 12px;
  position: relative;
  left: 6px;
  max-width: 70px;
  float: inline-end;
}
.inventory .dato-cell-ubicazione {
  font-size: 12px;
  position: relative;
  left: 9px;
}
.inventory .dato-cell-vendita {
  font-size: 12px;
  position: relative;
  left: 4px;
  max-width: 69px;
  float: inline-end;
}
.inventory .dato-cell-data-vendita {
  font-size: 12px;
  position: relative;
  left: 9px;
}
.inventory .info-operatore, .inventory .info-data {
  font-size: 11px;
  font-weight: 800;
  color: gray;
}
.inventory .info-inventario, .inventory .info-luogo {
  font-size: 11px;
  font-weight: 800;
  color: red;
}
@media (max-width: 576px) {
  .inventory .login .card-deck .card {
    min-width: 135%;
    margin: auto;
  }
  .inventory .heightBodyCardRisultati {
    height: 42em;
    width: 31rem;
  }
  .inventory #confInv {
    font-size: 12px;
    position: relative;
    top: -1.2rem;
  }
  .inventory #addNota {
    font-size: 12px;
    position: relative;
    top: -1rem;
    left: 1px;
  }
  .inventory #indirizzo_gps {
    width: 96%;
    margin-left: 0.6rem;
    position: relative;
    top: -1.8rem;
    border: 1px solid #e0dfdf;
  }
  .inventory .inventariato {
    position: relative;
    top: -0.3rem;
    font-size: 11px !important;
    color: gray;
    left: 0.8rem;
  }
  .inventory .btn-foto {
    position: relative;
    top: -25px;
    left: -345px;
    color: gray;
  }
  .inventory .card {
    overflow-y: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .inventory .classeModello {
    position: relative;
    top: -63px;
    left: -5px;
  }
  .inventory .cell-ritiro {
    position: relative;
    left: -16px;
    max-width: 89px;
    padding: 0px;
  }
  .inventory .cell-ncontratto {
    position: relative;
    left: 0px;
    max-width: 85px;
    padding: 0px;
  }
  .inventory .cell-stipula-contratto {
    position: relative;
    left: -2px;
    max-width: 141px;
    padding: 0px;
  }
  .inventory .cell-data-vendita {
    position: relative;
    left: -2px;
    max-width: 134px;
    padding: 0px;
  }
}
@media (min-width: 576px) {
  .inventory .login .card-deck .card {
    min-width: 135%;
    margin: auto;
  }
  .inventory .heightBodyCardRisultati {
    height: auto;
    width: 31rem;
  }
  .inventory #confInv {
    font-size: 12px;
    position: relative;
    top: -1.2rem;
  }
  .inventory #addNota {
    font-size: 12px;
    position: relative;
    top: -1rem;
    left: 1px;
  }
  .inventory #indirizzo_gps {
    width: 96%;
    margin-left: 0.6rem;
    position: relative;
    top: -4rem;
    border: none;
  }
  .inventory .inventariato {
    position: relative;
    top: -0.3rem;
    font-size: 11px !important;
    color: gray;
    left: 0.8rem;
  }
  .inventory .btn-foto {
    position: relative;
    top: -25px;
    left: -345px;
    color: gray;
  }
  .inventory .card {
    overflow-y: auto;
  }
  .inventory .classeModello {
    position: relative;
    top: -63px;
    font-size: 24px;
    left: -11px;
  }
}
@media (min-width: 768px) {
  .inventory .login .card-deck .card {
    min-width: 145%;
    margin: auto;
  }
  .inventory .heightBodyCardRisultati {
    position: relative;
    left: -69px;
    width: 471px;
    padding: 0;
  }
  .inventory .ricercaVeicoli .cardRicerca {
    max-width: 251px;
    position: relative;
    left: -3rem;
  }
  .inventory .ricercaVeicoli .heightBodyCardRisultati {
    position: relative;
    left: -115px;
    width: 460px;
    padding: 0;
  }
  .inventory .ricercaVeicoli #confInv {
    font-size: 12px;
    position: relative;
    top: -1rem;
  }
  .inventory .ricercaVeicoli #addNota {
    font-size: 12px;
    position: relative;
    top: -1rem;
    left: 1px;
  }
  .inventory .ricercaVeicoli .inventariato {
    position: relative;
    top: -0.1rem;
    font-size: 11px !important;
    color: gray;
    left: 0.4rem;
  }
  .inventory .ricercaVeicoli .btn-foto {
    position: relative;
    top: -26.5px;
    left: -336px;
    color: gray;
  }
  .inventory .ricercaVeicoli .card {
    height: auto;
    overflow-y: auto;
  }
  .inventory .card-deck {
    z-index: 600;
  }
}
@media (min-width: 992px) {
  .inventory .login .card-deck .card {
    min-width: 110%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .inventory .login .card-deck .card {
    min-width: 100%;
    margin: auto;
  }
  .inventory .card-deck {
    z-index: 600;
  }
  .inventory .card-deck .cardRisultatiRicerca {
    width: auto;
    position: relative;
    min-width: 27rem;
  }
  .inventory .ricercaVeicoli .heightBodyCardRisultati {
    position: relative;
    width: 470px;
    padding: 0;
    left: -85px;
  }
  .inventory .ricercaVeicoli .cardRicerca {
    max-width: 278px;
  }
}/*# sourceMappingURL=overwrite.css.map */