@charset "UTF-8";
body.path-node main#content div.field--label-above {
  background: none;
}
body.path-node main#content #top-content-appuntamento div.field--name-node-title {
  background: none;
  text-align: left;
}
body.path-node main#content #top-content-appuntamento div.field--name-node-title h2 {
  font-weight: bold;
}
body.path-node main#content div.field--label-above {
  background: none !important;
}

.path-user main#content #block-views-block-sezioni-di-appartenenza-block-1 {
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

body.page-view-prenota-appuntamento .form-required::after {
  background-image: url("../../images/required.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  background-size: 7px;
  object-fit: contain;
  margin: 0 0.3em;
}
body.page-view-prenota-appuntamento .select {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: white;
}

body.page-view-gestione-appuntamenti-sezioni .container, body.page-view-gestione-appuntamenti-operatore .container, body.page-view-gestione-appuntamenti-ufficio .container {
  max-width: 100% !important;
}

/*Inserisco * obbligatorietà alla label consenso del trattamento dei dati webform appuntamento*/
.form-item-trattamento-dati label::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url("./../../images/required.svg");
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

/* Finestra modale che si apre per inviare messaggio all'operatore della prenotazione */
body.page-view-i-miei-appuntamenti-new .modale-overlay, body.page-view-gestione-appuntamenti-operatore .modale-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container {
  background-color: white;
  position: relative;
  max-width: 50%;
  width: 100%;
  border-radius: 15px;
  border: solid 0.5px black;
  overflow: hidden;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-header, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: solid 0.5px;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-header .modale-header-title span, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-header .modale-header-title span {
  font-weight: 600;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-header .modale-header-close #modale-close, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-header .modale-header-close #modale-close {
  border-radius: 50%;
  border: transparent;
  font-weight: 800;
  color: white;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-body, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-body {
  padding: 1rem;
  border-bottom: solid 0.5px;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-body .modale-body-textarea p, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-body .modale-body-textarea p {
  font-weight: 600;
  font-size: 15px;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-body .modale-body-textarea textarea, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-body .modale-body-textarea textarea {
  width: 100%;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-footer, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-footer {
  padding: 1rem;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .modale-footer .modale-footer-azioni #modale-submit-button, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .modale-footer .modale-footer-azioni #modale-submit-button {
  font-weight: 600;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .loading-send-message, body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .response-message, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .loading-send-message, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .response-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
body.page-view-i-miei-appuntamenti-new .modale-overlay .modale-container .fontawesome-icona, body.page-view-gestione-appuntamenti-operatore .modale-overlay .modale-container .fontawesome-icona {
  font-size: 2rem;
}

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