@charset "UTF-8";
body {
  background-color: #f2f2f2;
  font-family: "Poppins", sans-serif;
}

h5 {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
  margin-top: 48px;
  font-family: "Poppins", serif;
  font-style: normal;
}

.card {
  width: 350px;
  box-shadow: 0px 0px 19px #dedede;
  border: none;
  border-radius: 0.5rem;
}

.textFooterCard {
  font-size: 14px;
  margin-top: 70px;
  color: gray;
}

#example2 {
  border: 1px solid;
  padding: 10px;
  box-shadow: 10px 10px 5px #dedede;
}

.card-header {
  border: none;
  background-color: white;
}

/*ANCHOR - campi input matrial design*/
.field {
  margin: 5px auto;
}

input {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  outline: 0;
  font-size: 12px;
  padding: 6px 5px 5px;
}
input:focus {
  border-color: #3BA9D8;
}

.card-header p {
  font-size: 13px;
  margin-top: 5px;
}

.login button {
  width: 100%;
}

.ricercaVeicoli .card-deck .cardGeneral p {
  font-size: 17px;
}
.ricercaVeicoli .card-deck .cardRisultatiRicerca .card-body {
  margin-top: -48px;
  padding: 22px;
}
.ricercaVeicoli .card-deck .cardRisultatiRicerca .headModello .card-header {
  border: none;
  margin: 0% 2%;
}
.ricercaVeicoli .cardRicerca .form-group {
  margin-bottom: 1rem;
}
.ricercaVeicoli .cardRicerca .form-group__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.ricercaVeicoli .cardRicerca .form-group__input-container {
  position: relative;
}
.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;
}
.ricercaVeicoli .cardRicerca .form-group input[type=text]:focus {
  outline: 1px solid #1c64f2;
  border-color: #1c64f2;
}
.ricercaVeicoli .cardRicerca .form-group input[type=text]:focus ~ .max-length-indicator {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.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;
}
.ricercaVeicoli .heightBodyCardRisultati {
  min-height: 200px;
}

.buttons {
  margin: 10%;
  text-align: center;
}

.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;
}
.btn-hover:hover {
  color: #fff;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.btn-hover:focus {
  outline: none;
}
.btn-hover.color-1 {
  background-image: linear-gradient(to right, #19a8f5, #0f74aa, #4ca3d6, #95d4f7);
  border-radius: 30px;
}
.btn-hover.color-2 {
  background-image: linear-gradient(to right, #0b7a10, #0f74aa, #4ca3d6, #e71515);
  border-radius: 30px;
}
.btn-hover.color-3 {
  background-image: linear-gradient(to right, #694e00, #cca900, #886e00, #ffa500);
  border-radius: 30px;
}
.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;
}
.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;
}
.btn-hover.color-6 {
  background-image: linear-gradient(to right, #277104, #b89b0e, #886e00, #ffa500);
  border-radius: 30px;
}
.btn-hover.color-7 {
  background-image: linear-gradient(to right, #ff0e0e, #99bd11, #886e00, #d10808);
  border-radius: 30px;
}
.btn-hover.color-8 {
  background: -webkit-linear-gradient(right, #ff0000, #cc0000, #880000, #690000);
}
.btn-hover.color-9 {
  background: -webkit-linear-gradient(right, #006939, #00884a, #00cc6e, #0e9b5a);
}
.btn-hover.color-10 {
  background: -webkit-linear-gradient(right, #006939, #00884a, #00cc6e, #00ff89);
}

#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;
}
#confInv:hover {
  background-image: linear-gradient(to right, #080808, #5e5e5e, #302b2b, #727272);
}

.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 */
}

.cell {
  width: 45%;
  margin: -7px 11px 2px 10px;
  padding: 6px;
  color: black;
  font-size: 12px;
  border-radius: 5px;
}

.cellData {
  width: 45%;
  margin: 10px 11px 2px 10px;
  padding: 6px;
  color: black;
  font-size: 12px;
  border-radius: 5px;
}

.cellData1 {
  color: black;
  font-size: 15px;
}

.qui {
  color: black;
  font-weight: 900;
}

.login label {
  display: contents;
}
.login .form-check .form-check-input {
  float: left;
  margin-left: -4.2em;
}
.login .btn-link {
  color: gray;
}
.login input[type=text] {
  background-color: #F5F5F5;
}

.profile-menu .dropdown-menu {
  right: 0;
  left: unset;
}
.profile-menu .fa-fw {
  margin-right: 10px;
}

.toggle-change::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.spinner-border {
  position: fixed;
  top: 29%;
  left: 48%;
  z-index: 9999;
  width: 65px;
  height: 65px;
  color: rgba(128, 128, 128, 0.5607843137);
}

#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%;
	  position: relative;
    z-index: 9999;
}
#myButton:hover {
  background-image: linear-gradient(to right, #95d4f7, #4ca3d6, #0f74aa, #19a8f5);
}

.textNessunaNotaInfinity {
  display: block;
    color: #4f4f4f;
    margin: -28px auto 0px;
    font-size: 12px;
}

.textAncoraNoInventory {
  display: block;
  color: gray;
  margin-top: 20px;
}

.textNessunaNota {
  display: block;
  color: gray;
  margin-bottom: 10px;
}

#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;
}
#addNota:hover {
  background-image: linear-gradient(to right, #95d4f7, #4ca3d6, #0f74aa, #19a8f5);
}

.textNota {
  display: block;
  color: gray;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.ricercaPiazzali .wrapper {
  max-width: 75%;
  margin: auto;
}
.ricercaPiazzali h3 {
  color: #000000;
  margin: 40px 0;
  padding: 0;
  font-size: 28px;
  text-align: center;
}
.ricercaPiazzali select {
  width: 100%;
  min-height: 100px;
  border-radius: 3px;
  border: 1px solid #444;
  padding: 10px;
  color: #444444;
  font-size: 14px;
}
.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;
}
.ricercaPiazzali .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  padding-top: 5px;
}
.ricercaPiazzali .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  margin-top: calc(0.375rem + 2px);
}
.ricercaPiazzali .select2-container--bootstrap4 .select2-selection__clear {
  height: 16px;
  line-height: 16px;
}
.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;
}

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

.ricercaPiazzali table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
.ricercaPiazzali th, .ricercaPiazzali td {
  text-align: left;
  padding: 8px;
  color: black;
}
.ricercaPiazzali th {
  background-color: #f1f1f1;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}
.ricercaPiazzali .gray {
  background-color: rgba(131, 122, 122, 0.2392156863);
  color: gray;
}
.ricercaPiazzali .white {
  background-color: #fff;
}
.ricercaPiazzali tr:nth-child(even) {
  background-color: #f2f2f2;
}
.ricercaPiazzali tr:hover {
  background-color: #ddd;
}
.ricercaPiazzali .clicco {
  cursor: pointer;
  text-decoration: underline;
}
.ricercaPiazzali #testoVeicoloU, .ricercaPiazzali #testoVeicoloN {
  color: #000000;
  margin-top: 10px;
}

#messaggio-attesa {
  z-index: 9999;
  position: relative;
  left: 29%;
  margin-top: 45px;
}

.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;
}
.preloader:before, .preloader:after {
  content: "";
  position: absolute;
  top: 0;
}
.preloader:before, .preloader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}
.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.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;
  }
}
.dropdown-menu.show {
  display: block;
  float: right;
  margin-left: 66%;
}

.navbar img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease-in-out;
}

.alert-success {
  width: 63%;
  margin: -50px auto 59px;
  background: #00b100;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
}
.alert-success .text-sm {
  text-align: center;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 2;
  background: transparent;
  color: white;
}

.clickAddNote {
  background-color: rgb(255, 255, 255);
}

.positionBtnAddNoteInvNo {
  position: relative;
  top: -23px;
}

.cardRisultatiRicercaNotfound {
  width: 36em;
}

.alert {
  transition: opacity 1s ease-in-out;
}

.alertNacosto {
  opacity: 0;
}

.dropdown-toggle::after {
  color: white;
}

.card-deck .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: white;
  border-bottom: white;
}

img {
  display: block;
  align-items: center;
}

.select2-container {
  font-size: 13px;
}

.select2-container--bootstrap4 .select2-selection__clear {
  padding-left: 0.27em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}
.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider:before {
  transform: translateX(14px);
}

#anteprima img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login .btn-hover #btnSearch {
  position: relative;
  left: 10rem;
}
.login .card-deck .card {
  margin: auto;
}

.ricercaVeicoli .heightBodyCardRisultati {
  position: relative;
  width: 470px;
  padding: 0;
}
.ricercaVeicoli #operatore, .ricercaVeicoli #dataOra, .ricercaVeicoli #ubicazione {
  font-size: 13px;
  margin-left: 13px;
}

.info-veicolo, .info-stato, .info-inventariato {
  color: green;
  font-weight: 900;
}

.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 */
}

.dati-header {
  width: 136px;
  font-size: 12px;
  text-align: end;
  position: absolute;
  top: 78px;
  left: 316px;
  margin-top: -62px;
}

.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 */
}

#indirizzo_gps {
  width: 96%;
  margin-left: 0.6rem;
  position: relative;
  top: -4rem;
  border: none;
}

.cell-targa {
  margin-top: -34px;
  margin-left: 1px;
}

.span-cell-targa {
  font-size: 12px;
  left: -7px;
  position: relative;
}

.cell-ritiro {
  margin-top: -30px;
  margin-right: -10px;
  max-width: 110px;
}

.span-cell-ritiro {
  font-size: 12px;
  position: relative;
  left: 24px;
  color: gray;
}

.cell-telaio {
  margin-top: -4px;
  margin-left: -15px;
}

.span-cell-telaio {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}

.cell-ncontratto {
  margin-right: -1px;
  margin-top: 0px;
  max-width: 88px;
}

.span-cell-ncontratto {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}

.cell-colore {
  margin-top: -3px;
  margin-left: -15px;
}

.span-cell-colore {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}

.cell-stipula-contratto {
  margin-right: -2px;
  margin-top: -2px;
  max-width: 147px;
}

.span-cell-stipula-contratto {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}

.cell-ubicazione {
  margin-top: -5px;
  margin-left: -15px;
}

.span-cell-ubicazione {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}

.cell-data-vendita {
  margin-right: -5px;
  margin-top: 0px;
  max-width: 139px;
}

.span-cell-data-vendita {
  font-size: 12px;
  position: relative;
  left: 9px;
  color: gray;
}

.dato-cell-targa {
  font-size: 12px;
  position: relative;
  left: -8px;
}

.dato-cell-ritiro {
  font-size: 12px;
  position: relative;
  left: -3px;
  float: inline-end;
}

.dato-cell-telaio {
  font-size: 12px;
  position: relative;
  left: 9px;
}

.dato-cell-ncontratto {
  font-size: 12px;
  position: relative;
  left: 6px;
  max-width: 36px;
  float: inline-end;
}

.dato-cell-colore {
  font-size: 12px;
  position: relative;
  left: 9px;
}

.dato-cell-stipula-contratto {
  font-size: 12px;
  position: relative;
  left: 6px;
  max-width: 70px;
  float: inline-end;
}

.dato-cell-ubicazione {
  font-size: 12px;
  position: relative;
  left: 9px;
}

.dato-cell-vendita {
  font-size: 12px;
  position: relative;
  left: 4px;
  max-width: 69px;
  float: inline-end;
}

.dato-cell-data-vendita {
  font-size: 12px;
  position: relative;
  left: 9px;
}

.info-operatore, .info-data {
  font-size: 11px;
  font-weight: 800;
  color: gray;
}

.info-inventario, .info-luogo {
  font-size: 11px;
  font-weight: 800;
  color: red;
}

@media (max-width: 576px) {
  .login .card-deck .card {
    min-width: 135%;
    margin: auto;
  }
  .heightBodyCardRisultati {
    height: 42em;
    width: 31rem;
  }
  #confInv {
    font-size: 12px;
    position: relative;
    top: -1.2rem;
  }
  #addNota {
    font-size: 12px;
    position: relative;
    top: -1rem;
    left: 1px;
  }
  #indirizzo_gps {
    width: 96%;
    margin-left: 0.6rem;
    position: relative;
    top: -1.8rem;
    border: 1px solid #e0dfdf;
  }
  .inventariato {
    position: relative;
    top: -0.3rem;
    font-size: 11px !important;
    color: gray;
    left: 0.8rem;
  }
  .btn-foto {
    position: relative;
    top: -25px;
    left: -345px;
    color: gray;
  }
  .card {
    overflow-y: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .classeModello {
    position: relative;
    top: -63px;
    left: -5px;
  }
  .cell-ritiro {
    position: relative;
    left: -16px;
    max-width: 89px;
    padding: 0px;
  }
  .cell-ncontratto {
    position: relative;
    left: 0px;
    max-width: 85px;
    padding: 0px;
  }
  .cell-stipula-contratto {
    position: relative;
    left: -2px;
    max-width: 141px;
    padding: 0px;
  }
  .cell-data-vendita {
    position: relative;
    left: -2px;
    max-width: 134px;
    padding: 0px;
  }
}
@media (min-width: 576px) {
  .login .card-deck .card {
    min-width: 135%;
    margin: auto;
  }
  .heightBodyCardRisultati {
    height: auto;
    width: 31rem;
  }
  #confInv {
    font-size: 12px;
    position: relative;
    top: -1.2rem;
  }
  #addNota {
    font-size: 12px;
    position: relative;
    top: -1rem;
    left: 1px;
  }
  #indirizzo_gps {
    width: 96%;
    margin-left: 0.6rem;
    position: relative;
    top: -4rem;
    border: none;
  }
  .inventariato {
    position: relative;
    top: -0.3rem;
    font-size: 11px !important;
    color: gray;
    left: 0.8rem;
  }
  .btn-foto {
    position: relative;
    top: -25px;
    left: -345px;
    color: gray;
  }
  .card {
    overflow-y: auto;
  }
  .classeModello {
    position: relative;
    top: -63px;
    font-size: 24px;
    left: -11px;
  }
}
@media (min-width: 768px) {
  .login .card-deck .card {
    min-width: 145%;
    margin: auto;
  }
  .heightBodyCardRisultati {
    position: relative;
    left: -69px;
    width: 471px;
    padding: 0;
  }
  .ricercaVeicoli .cardRicerca {
    max-width: 251px;
    position: relative;
    left: -3rem;
  }
  .ricercaVeicoli .heightBodyCardRisultati {
    position: relative;
    left: -115px;
    width: 460px;
    padding: 0;
  }
  .ricercaVeicoli #confInv {
    font-size: 12px;
    position: relative;
    top: -1rem;
  }
  .ricercaVeicoli #addNota {
    font-size: 12px;
    position: relative;
    top: -1rem;
    left: 1px;
  }
  .ricercaVeicoli .inventariato {
    position: relative;
    top: -0.1rem;
    font-size: 11px !important;
    color: gray;
    left: 0.4rem;
  }
  .ricercaVeicoli .btn-foto {
    position: relative;
    top: -26.5px;
    left: -336px;
    color: gray;
  }
  .ricercaVeicoli .card {
    height: auto;
    overflow-y: auto;
  }
  .card-deck {
    z-index: 600;
  }
}
@media (min-width: 992px) {
  .login .card-deck .card {
    min-width: 110%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .login .card-deck .card {
    min-width: 100%;
    margin: auto;
  }
  .card-deck {
    z-index: 600;
  }
  .card-deck .cardRisultatiRicerca {
    width: auto;
    position: relative;
    min-width: 27rem;
  }
  .ricercaVeicoli .heightBodyCardRisultati {
    position: relative;
    width: 470px;
    padding: 0;
    left: -85px;
  }
  .ricercaVeicoli .cardRicerca {
    max-width: 278px;
    position: relative;
    left: -2rem;
  }
}
/*# sourceMappingURL=custom.css.map */