@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Arapey);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
  scroll-padding-top: 4.5rem;
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  background-color: #ffffff;
  overflow-x: hidden;
}
body label.form-label {
  text-align: left;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Playfair Display", serif;
}
body a {
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}

section#genera-barcode .barcode-label {
  color: black;
  margin-bottom: 2px;
  font-size: 1.2rem;
}
section#genera-barcode .barcode-image {
  width: 100%;
  border: 1px solid #000000;
}
section#genera-barcode .barcode-input {
  color: black;
  margin-bottom: 25px;
  font-size: 1.2rem;
}
section#genera-barcode .barcode-span {
  color: black;
  font-size: 1.1rem;
  font-style: italic;
}

section#main-page #codice_cliente {
  font-size: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
section#main-page #btn-cerca-cliente {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  width: 100%;
  margin-right: 0.5rem;
}
section#main-page .conferma-convenzione {
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px;
  color: black;
}
section#main-page .style-label {
  font-size: 1.2rem;
  font-style: italic;
}
section#main-page .label-convenzioni {
  font-size: 1.6rem;
}
section#main-page span.style-value {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
}
section#main-page #reset-firma,
section#main-page #conferma-pranzo,
section#main-page #clear-pranzo {
  margin-top: 10px;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 20px;
  width: 100%;
}
section#main-page #input-data-pranzo {
  border-bottom: 1px solid #cab2b2;
  line-height: 50px;
  margin-bottom: 20px;
}

/*
section#main-page,
section#gestione-pranzi-cliente,
section#gestione-totali-pranzi-clienti,
section#gestione-totali-pranzi-ditte,
section#gestione-pranzi  {
*/
.button-action {
  font-size: 1.2rem;
  margin-top: 28px;
}

.select2-container .select2-selection--single {
  height: 41px;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.button-ok {
  margin-top: 31px;
}

.label-xhk-crea-barcode {
  font-size: 17px;
  margin-left: 10px;
}

#chk-crea-barcode {
  padding: 7px;
  margin-left: 10px;
}

.is-border {
  border: 1px solid #d9d4cc;
  border-radius: 5px;
  padding: 5px;
}

img:hover {
  border-color: coral;
}

img {
  width: 100%;
  filter: grayscale(0);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}

img#immagime-logo {
  width: 75%;
  background-color: black;
}

img#immagime-bg {
  width: 100%;
}

.errore {
  color: red;
  font-size: calc(0.8rem + 1.3vw);
}

.titolo-lista-datatables h3 {
  color: black;
  text-align: center;
}

.modal-title {
  color: black;
  font-weight: bold;
}

.descrizione-modal {
  font-weight: bold;
  font-size: calc(0.9rem + 0.5vw);
  color: black;
  margin-bottom: 15px;
  margin-left: 10px;
}

.descrizione-modal-tavolo {
  font-weight: normal;
  font-size: calc(0.7rem + 0.5vw);
  color: black;
  margin-bottom: 15px;
}

.bi-eye-fill {
  position: absolute;
  top: 15%;
  right: 4%;
  cursor: pointer;
  color: rgb(117, 114, 114);
}

label#pagamento {
  margin-bottom: 5px;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

#invia-ordine-carta {
  width: 100%;
}

#pagamento_ok {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 20px;
  font-weight: 900;
  border: 1px solid #d9d4cc;
  border-radius: 10px;
}
#pagamento_ok p.transition {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}

.displayMessage {
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 30px;
  font-weight: 900;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid #31240e;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  #invia-ordine-carta {
    width: 70%;
  }
  #paypal {
    width: 100%;
  }
  #id_buttons-ordine {
    margin-top: 29px;
  }
  #paypal {
    margin-left: 30px;
    margin-top: 15px;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .errore {
    color: red;
    font-size: calc(0.8rem + 1.3vw);
  }
  p.descrizione-modal {
    font-size: calc(0.8rem + 0.5vw);
  }
}
@media (min-width: 1200px) {
  .errore {
    color: red;
    font-size: calc(0.5rem + 0.9vw);
  }
  p.descrizione-modal {
    font-size: calc(0.9rem + 0.5vw);
  }
}

/*# sourceMappingURL=main.css.map */
