﻿.terapico-dropdown-validatore {
  border: 1px solid red !important;
  text-transform: unset !important;
}

.terapico-dropdown-errore {
  color: red;
}

.terapico-iframe {
  width: 100%;
  height: 600px;
  border: none;
  margin-top: 50px;
}

.terapico-loader {
  background: rgba(245, 245, 245, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.terapico-loader img {
  width: 100px;
  height: auto;
}
