.form-item {
    margin-top: 15px;
    margin-bottom: 5px;
}

div#rateit-range-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.envionps {
   visibility: hidden;
}

.nps-confirm-wrapper {
  text-align: center;
  margin-top: 20px;
}

.nps-confirm-text {
  font-size: 22px;
  color: #000;
  margin-bottom: 12px;
}

.nps-confirm-btn {
  display: inline-block;
  background-color: #00a5df;
  color: white;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.nps-confirm-btn:hover {
  background-color: #008bbd;
}

.ajax-progress-throbber .throbber {
  display: inline;
  padding: 1px 5px 2px;
}

@media (max-width: 1023px) {
  .form-item-escala {
    height: 12rem !important;
  }
  
  #edit-actions {
    width: 55% !important;
    top: 70% !important;
  }
}

@media (max-width: 767px) {
  div#rateit-range-2 {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 217px !important;
  }
}