html, body {
  overflow-x: hidden;
}

@media (width > 1920px) {
  #content > .container-fluid:not(.full) {
    max-width: calc(50vw - 14rem);
    margin-left: 0;
  }
}

.form-group #targa {
  text-transform: uppercase;
}

.form-group #codice_fiscale {
  text-transform: uppercase;
}

.form-group #codice_mezzo {
  text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card-login {
  max-width: 500px;
  min-width: 400px;
}

.margin-automatic {
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}

.margin-automatic h6 {
  font-size: 18px;
}

.margin-automatic i {
  font-size: 20px;
}

@media (max-width: 768px) {
  .order-sm-1 {
    margin-bottom: 1rem!important;
  }
}

.drag:hover {
  cursor: move;
}

.cursor-pointer:hover {
  cursor: pointer !important;
}

.my-map {
  width: 100%;
  height: 500px;
  padding: 20px;
  border: 3px solid #cccccc;
  background-color: #aadaff;
  border-radius: 10px;
}

.sidebar .sidebar-brand {
  padding: 0;
  background-color: #fff;
}

.sidebar .sidebar-brand > img {
  width: auto;
  height: 100%;
}

.sidebar-dark .nav-item .nav-link:hover {
  background-color: #4e73df;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}

.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
  background-color: #4e73df;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}

.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}

.list-group {
  font-size: 14px;
  color: #000000;
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
  min-height: 65px;
  width: 100%;
}

@media (min-width: 576px) {
  .modal-xxl {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .modal-xxl {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 90%;
  }
}

footer.sticky-footer {
  padding: 1rem 0;
}

.justify-self-end {
  justify-self: end;
}