﻿
.PnlImageCheck {
  float: left;
  margin-left: 10px;
  width: 32px;
  height: 32px;
}

/* INFORMATIVA PRIVACY */

.PannelloInformativa {
  height: 90%;
  width: 90%;
}

.TitoloInformativa {
  background-color: #242527;
  color: White;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.TestoInformativa {
  font-size: 14px;
  color: black;
  width: calc(100% - 2px);
  height: 100%;
  border-radius: unset;
  resize: none;
}

.BottoneChiudiInformativa {
  float: right;
  width: 200px;
  height: 32px;
  margin: 3px;
}

/* MESSAGE REGISTRAZIONE CONFERMATA */

.PannelloShowMessage {
  border-color: white;
  background-color: #444447;
  width: 50%;
  min-width: 300px;
  height: 300px;
}

.TitoloShowMessage {
  background-color: #242527;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.TestoShowMessage {
  font-size: 18px;
  color: black;
  height: 100px;
  margin: 10px;
  width: calc(100% - 20px);
}

.BottoneChiudiShowMassage {
  float: right;
  width: 200px;
  height: 32px;
  margin: 3px;
}

