@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: black;
}

.selectize-dropdown [data-selectable].option {
  color: black;
}

.select2-results__option {
  color: black !important;
}

.green-bg {
  background-color: #00a751 !important;
}

.menu-item-link {
  color: white;
}

.card {
  border-radius: 10px 10px 0px 0px;
}

.card-title {
  color: white;
}

.card-header {
  min-height: 120px;
}

.card-header:first-child {
  color: white;
  border-radius: 10px 10px 0px 0px;
}

.btn-success {
  background-color: #00a751;
}

.btn-success:hover {
  background-color: #00833f;
}

.btn-success:focus {
  background-color: #00833f;
}

.btn-label-success {
  color: white;
  background-color: #00a751;
}

.btn-label-success:hover {
  background-color: #00833f;
}

.btn-label-success:focus {
  background-color: #00833f;
}

.results-btn {
  padding: 10px 15px;
  border-radius: 0.25rem;
  white-space: nowrap;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.green-text {
  color: #00a751;
}

.rules-table {
  background-color: rgb(212, 232, 215);
}

.rules-row {
  background-color: #eeeeee;
}

.paese-btn {
  color: black;
}

.paese-btn:hover {
  color: rgb(128, 128, 128);
}

.modal-header {
  background-color: #00a751;
}

.modal-title {
  color: black;
}

.modal-content {
  border: 0px;
}

.black-txt {
  color: black;
}

.search-title {
  letter-spacing: 1px;
}

.menu-item-text {
  font-size: 1.2rem;
}

.torna-sito {
  position: absolute;
  bottom: 100px;
  text-transform: uppercase;
}

.torna-sito .menu-item-text {
  font-weight: 700;
}

.bohboh {
  overflow: hidden;
}

.bohboh img {
  width: 100% !important;
}

#tabella-stabilimenti th {
  background-color: #00a751;
  color: white;
}

.filter-img {
  max-height: 48px;
  max-width: 48px;
}

.rules-img {
  max-height: 32px;
  max-width: 32px;
}

.menu-header-button-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-right: 7px;
}

.login-logos {
  width: 100%;
  min-width: 200px;
  max-width: 900px;
  height: auto;
}

.halfrow {
  flex: 1;
}

/* div > ul > li {
    white-space: break-spaces !important;
} */

.show-multiple-spaces > p {
  white-space: pre-wrap;
}

.hide-before {
  display: none;
}

#language-button {
  border: none;
  width: fit-content;
  margin-left: auto;
}

.green-box-danno {
  background-color: green;
  text-align: center;
  color: white;
  width: 40px;
  border-radius: 10%;
  padding: 10px;
}

.yellow-box-danno {
  background-color: rgb(255, 217, 0);
  text-align: center;
  color: white;
  width: 40px;
  border-radius: 10%;
  padding: 10px;
}

.red-box-danno {
  background-color: rgb(226, 0, 0);
  text-align: center;
  color: white;
  width: 40px;
  border-radius: 10%;
  padding: 10px;
}

.logos-container {
  background-color: #eceded;
  padding-bottom: 100px;
}

.select2-results__option {
  white-space: pre-wrap;
}

.landing {
  min-height: 50%;
}

.landing-bottom-half {
  background-color: #ededed;
}

.landing-paragraph-title:after {
  content: "";
  position: absolute;
  background: #00a751;
  height: 2px;
  left: 0;
  bottom: -4px;
  width: 40%;
}

.landing-menu-item-wrapper {
  width: 128px;
}

/* .landing-menu-item-logo-container {
    height: 96px;
    width: 96px;
    background-color: #00A751;
    border-radius: 50%;
} */

.coso-welcome {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.landing-welcome-text-frame {
  transform: translateY(-10%);
}

.landing-welcome-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 18px), calc(-50% + 8px));
  text-align: center;
}

.landing-menu-item-logo-container:after {
  content: "";
  position: absolute;
  background: #00a751;
  height: 2px;
  bottom: -8px;
  width: 40%;
}

.landing-menu-item-button {
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 5px 15px;
  font-weight: 700;
}

.landing-menu-item-button:hover {
  background-color: rgb(73, 73, 73);
  color: white;
}

.landing-menu-item-text {
  height: 60px;
  white-space: pre-wrap;
}

.landing-welcome-text-frame {
  max-height: 30vh;
}

@media screen and (max-width: 767px) {
  .coso-welcome {
    margin-top: 25px;
  }
}

.transparent-green-bg {
  background-color: rgba(0, 167, 81, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-left-rounded-border {
  border-radius: 25% 0% 0%;
}

.pageMainImageWrapper {
  width: fit-content;
  position: relative;
}

.pageMainImageWrapper:after {
  content: "";
  position: absolute;
  background-color: #00a751;
  width: 100%;
  bottom: -20px;
  left: 0px;
  height: 3px;
}

.zoneProtetteWrapper {
  flex-direction: row !important;
  justify-content: start;
  align-items: center;
  width: fit-content;
}

#formPassaporto {
  max-width: 70%;
  margin: auto;
}

#formRischio {
  max-width: 70%;
  margin: auto;
}

#passaportiWrapper {
  max-width: 70%;
  margin: auto;
}

#rischiWrapper {
  max-width: 70%;
  margin: auto;
}

#passaportiTable th:first-child {
  background-color: black;
  color: white;
}

#passaportiTable th {
  background-color: #00a751;
  color: white;
}

#rischiTable th:first-child {
  background-color: black;
  color: white;
}

#rischiTable th {
  background-color: #00a751;
  color: white;
}

.radius-10 {
  border-radius: 10px;
}

.scaricaPassaporto {
  background-color: black;
  color: white;
  white-space: nowrap;
  padding: 5px;
}

.scaricaPiano {
  background-color: black;
  color: white;
  white-space: nowrap;
  padding: 5px;
}

.cambiaPasswordUtente {
  background-color: black;
  color: white;
  white-space: nowrap;
  padding: 5px;
}

#addMisuraButton {
  background-color: #00a751;
  color: white;
  white-space: nowrap;
}

.me_icona_grossa {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #00a751;
}

.me_divider_h {
  width: 100px;
  color: #00a751;
  border-radius: 10px;
  opacity: 1;
}

.me_titoletto h3 {
  color: #00a751;
  font-weight: bold;
}

.me_titoletto {
  max-width: 300px;
}

.form-group-me {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.form-group-me label {
  background: #00a751;
  border-top-left-radius: 15px;
  display: inline-flex;
  align-items: center;
  color: white;
  justify-content: center;
  width: 150px;
  height: 35px;
  margin: 0;
}

.form-control-me {
  border: 0 none;
  background-color: #00a75154;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.me-black-field > .form-control-me {
  background-color: white;
  border: 1px solid black;
}

.me-black-field label {
  background: black;
}

.phyto-footer {
  background-color: #eceded;
}

.link-text {
  color: rgb(51, 51, 51);
}

.footer-social {
  color: rgb(51, 51, 51);
  background-color: white;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social > i {
  font-size: 14px;
}

.footer-first-row {
  border: solid #00000030;
  border-width: 0px 0px 1px 0px;
}

.break-spaces {
  white-space: break-spaces;
}

.livelloRischioImgWrapper {
  display: flex;
  justify-content: center;
}

.upload-loading {
  text-align: center;
  padding: 20px;
}

.upload-loading .upload-status {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.upload-loading .progress {
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}

.upload-loading .progress-bar {
  background-color: #2196f3;
  transition: width 0.3s ease;
}

.upload-loading .spinner-border {
  width: 2rem;
  height: 2rem;
}
