#rootTablet {
  min-height: 100vh;
  padding-top: 80px;
  background-color: #2A2A34 !important;
  overflow: auto;
}

.MuiContainer-root{
  max-width: 1800px !important;
}

.barraTop{
  background-color : #9c9c9c !important;
}

.bloccoHomeAdmin{
  font-size: 23px;
  background-color: #e3e3e3;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
}

*{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.boxlogin{
  padding: 20px;
  text-align: center;
  max-width: 500px;
}

.boxlogin img{
  width: 300px;
}

.container {
  /* height: 100vh;
  max-height: 100vh; */
  padding: 0px 40px !important;
  box-sizing: border-box;
}

.form_titolo {
  color: white;
  font-size: 40px;
  margin-top: 0px;
}

.centratoVert {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

.align_center{
  align-items: center;
}

a {
  text-decoration: none;
}

.input_testo {
  outline: 0px;
  width: 100%;
  height: 40px;
  background-color: white;
  border: solid 3px;
  border-color: transparent !important;
  border-radius: 30px;
  padding: 20px 20px;
  margin-bottom: 6px;
}

.selectCustom{
  outline: 0px;
  width: 100%;
  height: 40px;
  background-color: white;
  border: solid 3px;
  border-color: transparent !important;
  border-radius: 30px;
  padding: 20px 20px;
  margin-bottom: 6px;
}

.selectCustom:before, .selectCustom:after{
  border-bottom: 0px solid !important;
}

.input_testo.warning{
  border-color: orange !important;
}

.input_testo.error{
  border-color: #F14F4D !important;
}


.center {
  text-align: center;
}

.flex {
  display: flex;
}

.space_between{
    justify-content: space-between;
}

.text_area {
  resize: none;
  height: 80px;
}

.container_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  width: 130px;
  height: 60px;
  border: none;
  border-radius: 30px;
  font-size: 140%;
  color: white;
  cursor: pointer;
}

.button[disabled]{
  opacity: 0.5
}

.button_ok {
  background-color: #3DCD70;
}

.testoSuccess {
  color: #3DCD70;
}

.iconSuccess path {
  fill: #3DCD70;
}

.button_error{
  background-color: #F14F4D;
}

.testoError{
 color: #F14F4D;
}

.iconError path{
  fill: #F14F4D;
}

.form_description {
  color: white;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.switch_privacy.ruotato {
  margin-top: 5px;
  rotate: 270deg;
}

.switch_privacy {
  transform: scale(1.3);
}

.labelswitch{
  color: white;
  margin-right: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

.inputImmagine{
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.inputImmagine input{
  padding: 15px;
}

.testoGrande, .testoGrande *{
  font-size: 24px;
}

.Mui-checked + .MuiSwitch-track{
  background-color: #3DCD70 !important;
}

.ferr .Mui-checked + .MuiSwitch-track{
  background-color: #8fcc5b !important;
}

.arti .Mui-checked + .MuiSwitch-track{
  background-color: #f32b67 !important;
}

.ind .Mui-checked + .MuiSwitch-track{
  background-color: #00b3e9 !important;
}

.idrop .Mui-checked + .MuiSwitch-track{
  background-color: #ffc804 !important;
}

.MuiSwitch-track{
  opacity: 1 !important;
  background-color: #9e9e9e !important;
}

.MuiSwitch-thumb{
  background-color:white !important;
}

.bloccoHome {
  width: 50%;
  margin-top: 100px;
  background-color: white;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 30px;
  padding: 30px 20px;
}

.bloccoHome img {
  display: block;
  margin: auto;
  width: 50%;
  margin-top: -100px;
}

.bloccoHome p {
  color: #2a2a34;
  font-size: 24px;
}

.msgErrore{
  color: white;
  width:100%;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: orange;
}

.logo{
  bottom: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.indietro{
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 30px;
}

.risultati{
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.labelCheck{
  display: flex;
  align-items: center;
}