.form-container {
  height: 60px;
  margin-bottom: 15px;
}

.panel {
  border-right: none;
  border-top: none;
  box-shadow: -2px 3px 10px #cecece;
  border-radius: 15px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.kpi-box {
  padding: 15px 25px;
  box-shadow: -2px 3px 10px #cecece;
  border-radius: 10px;
  color: #fff;
}

.bg-respostas {
  background-color: #3a416e;
}
.bg-detratores {
  background-color: #f22f64;
}
.bg-neutros {
  background-color: #fdcc00;
}
.bg-promotores {
  background-color: #59df9c;
}
.bg-media {
  background-color: #ebdb0a;
}
.bg-total-enviado {
  background-color: #24bc48;
}
