#nps-modal h1 {
  text-align: center;
  font-size: 32px;
}
#nps-modal .modal-body {
  padding-left: 32px;
  padding-right: 32px;
}
#nps-modal .modal-body.revshare {
  color: #fff;
  background: linear-gradient(32.7deg, #0f87ff 0%, #00d4ff 100%);
  padding: 24px;
}
#nps-modal .modal-header {
  padding: 16px;
  color: #000;
  left: 550px;
  z-index: 1;
  position: absolute;
  border: none;
}
#nps-modal .centered-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 16px;
}
#nps-modal .left-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 16px;
}
#nps-modal .right-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 16px;
}
#nps-modal .score > .btn {
  margin: 4px;
  line-height: 2.5;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
}
#nps-modal .score > .btn:hover {
  transform: scale(1.25);
}
#nps-modal .score-label {
  margin: 8px;
  font-size: 80%;
  position: absolute;
}
#nps-modal textarea {
  width: 100%;
  margin-bottom: 16px;
}
#nps-modal textarea {
  color: #000;
}
#nps-modal .modal-header {
  display: flex;
  justify-content: flex-end;
  left: 650px;
}
#nps-modal .revshare .btn-default {
  color: #fff;
  border-color: #fff;
}
#nps-modal .general {
  padding-top: 40px;
}

