.p-dropdown-panel {
  width: auto;
  width: fit-content;
}

.p-dropdown-header .p-dropdown-filter {
  text-align: left;
}

.p-inputtext {
  background: transparent;
  color: initial;
  border-color: transparent;
  color: #49a078;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /*border-bottom: 1px solid #49A078; */
  background: rgba(73, 160, 120, 0.1);
}

.p-inputtext:enabled:hover {
  border-color: transparent;
}

.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: transparent;
}

.predefinito .p-inputtext {
  background-color: transparent;
  color: #666;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.calcolatore_box_input.predefinito {
  border-bottom: 1px solid #666 !important;
}

.calcolatore_box_input.predefinito.no_border {
  border-bottom: none !important;
}

.calcolatore_box_input .readonly {
  color: #ccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
}

.p-inputnumber {
  width: 100%;
}

.euro_img {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.custom_radio:checked + .radio_label {
  color: #49a078;
  background: rgba(73, 160, 120, 0.1);
  border-bottom: 1px solid #49a078;
}

.radio_label {
  background: rgba(0, 0, 0, 0.02);
}

.pi.pi-question-circle {
  color: rgba(0, 0, 0, 0.6);
}

.pi.pi-question-circle .ml-5 {
  margin-left: 5px;
}

s-tooltip {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
