@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);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 4.5rem;
  overflow-y: scroll;
}

body {
  font-family: tahoma;
  /*font-family: "Open Sans", sans-serif;*/
  color: black;
  background-color: #ffffff;
  overflow-x: hidden;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 1rem;
  */
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Playfair Display", serif;
}
body a {
  text-decoration: none;
}

body p {
  margin: 0px;
  padding: 0px;
}

body label.form-label {
  text-align: left;
}

body .nuovo-ordine {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

#main-container-admin {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.titolo-page {
  text-align: center;
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
}

.titolo-impostazioni {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.form-check-input {
  float: none;
  width: 1.5em;
  height: 1.5em
}

.form-check-label {
  margin-left: 5px;
  font-size: 1.1em;
  margin-top: 3px;
}

.sotto-titolo-impostazioni {
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  border-bottom: 3px;
}

.no-border {
  border: none;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  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;
}

#img-qrcode {
  text-align: center;
}

#img-qrcode #imgTavolo {
  font-size: 20px;
  font-weight: bold;
}

.descrizione-modal {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin: 0px;
}

#main-container {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

#header {
  background-color: black;
  color: white;
  height: 80px;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

label#viewPortSive {
  color:white;
}

.titolo-portata{
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

span.prezzo-portata {
  font-style: italic;
  font-weight: bold;
}

.titolo-piatto {
  font-weight: bold;
}

.sottotitolo-piatto {
  font-style: italic;
}


.input-quantita {
  font-size: 20px;
  font-weight: bold;
  border: none;
  text-align: center;
  width: 100%;
  padding-top: 5px;
}

button {
  outline: none;
  border: none;
  padding: 2rem 2.5rem;
  font-size: 1.5rem;
}

button {
  cursor: pointer;
}

button:hover {
  background-color: #e6e6e6;
}

.modal-title-ordine {
  color: black;
  font-size: 20px;
  font-weight: bold;
}


.conferma-ordine {
  width: 100%;
  padding: 10px 0px;
  font-size: calc(0.8rem + 0.8vw);
  font-weight: bold;
}

#ordine-qrcode {
  text-align: center;
}

#ordine-testo p {
  /*font-family: "Playfair Display", serif;*/
  font-size: calc(0.7rem + 0.6vw);
  font-weight: bold;
  color: black;
  text-align: left;
  margin: 0px;
  line-height: 25px;
}
#ordine-testo span.data-ordine {
  font-size: calc(0.7rem + 0.8vw);
  font-style: normal;
}
#ordine-testo p.titolo-header {
  font-size: calc(0.7rem + 1.2vw);
  margin-top: 10px;
  margin-bottom: 10px;
}
#ordine-testo p.titolo-portata {
  font-size: calc(0.7rem + 1.1vw);
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
  color: blue;
  background-color: #b9b4cc;
}
#ordine-testo p.sottotitolo {
  font-size: calc(0.7rem + 0.9vw);
  font-weight: 900px;
  margin-top: 25px;
  text-align: center;
}
#ordine-testo p.titolo-piatti {
  font-size: calc(0.7rem + 0.8vw);
  font-weight: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ordine-testo p.totale {
  font-size: 2rem;
  margin-bottom: 10px;
}
#ordine-testo p.progressivo {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
#ordine-testo span.piatto-scelto {
  font-size: calc(0.5rem + 0.8vw);
  margin-bottom: 10px;
  line-height: 30px;
}
#ordine-testo p.piatto-quantita {
  font-size: calc(0.9rem + 1vw);
  margin-bottom: 10px;
  line-height: 30px;
}
#ordine-testo p.piatto-prezzo {
  font-size: calc(0.7rem + 0.8vw);
  margin-bottom: 10px;
  line-height: 30px;
  text-align: right;
}

#ordine-testo p.linea-tratteggiata {
  overflow: hidden;
  -moz-overflow: hidden;
  white-space: nowrap;
}
#ordine-testo span.numero-piatto-scelto {
  font-size: calc(0.7rem + 1.2vw);
  margin-left: 10px;
}

/*
@media only screen and (min-width: 755px) {
  
  .card-body {
    flex-direction: row !important;
  }

}

@media only screen and (max-width: 756px) {
  
  .card-body {
    flex-direction: column !important;
  }

}
*/

@media only screen and (max-width: 767px) {
  .my-button {
    font-size: 22px;
  }
  .titolo-piatto {
    margin-bottom: 5px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

  #main-container {
    width: 50%;
    height: 100%;
  }

}

@media (min-width: 1200px) {
  #main-container {
    width: 50%;
    height: 100%;
  }
}
