.main-result-warning .main-result-wrap .result-heading  {
    background-image: url(/fdrPuk/app/risorse/img/ico-result-warning.png);
}


.otp-code-container .form-control {
  -webkit-transition: none;
  transition: none;
  width: 32px;
  height: 32px;
  text-align: center
}

.otp-code-container .form-control:focus {
  color: #3F4254;
  background-color: #ffffff;
  border-color: #884377;
  outline: 0;
}

.otp-code-container .form-control.form-control-solid {
  background-color: #F3F6F9;
  border-color: #F3F6F9;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.otp-code-container .form-control.form-control-solid:active,
.otp-code-container .form-control.form-control-solid.active,
.otp-code-container .form-control.form-control-solid:focus,
.otp-code-container .form-control.form-control-solid.focus {
  background-color: #EBEDF3;
  border-color: #EBEDF3;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.otp-text-field {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}

.otp-text-field-text {
  height: 35px !important;
  width: 35px !important;
  padding: 0px 8px !important;
  margin-right: 8px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #d0d0d0 !important;
}

.otp-puk-text-field-text {
  height: 35px !important;
  width: 45px !important;
  padding: 0px 8px !important;
  margin-right: 8px;
  font-size: 25px !important;
  font-weight: bold;
  text-align: center;
  border: 0px 0px 0px 1px solid #d0d0d0 !important;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
  background-color: #f6f6f6;;
}
.bd-callout-alert {
  border-color: #fc5953;
  background-color: #fff;
}
.bd-callout-alert-row {
padding-right: 70px;
}

.puk-text-field-text {
  padding: 0px 8px ;
  font-size: 3rem;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
}

.has-success {
border-color:  #22c555!important
}

.popup-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  max-width: 550px;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 0px;
}

.popup-modal .btn-link {
  float: right;
}

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.loading-image {
  height: 50px;
  width: 96px;
}

.loading-image-active {
  background-image: url(/fdr/risorse/condivise/immagini/generiche/spinner_bianco.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}