.nps-dialog {
  z-index: 100;
  width: 575px;
  min-width: 575px;
  max-width: 575px;
  padding: 12px 25px;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.60);
  -webkit-box-shadow: 0 0 5px 0 var(--palette-black-alpha-60,rgba(0, 0, 0, 0.60));
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.60);
  box-shadow: 0 0 5px 0 var(--palette-black-alpha-60,rgba(0, 0, 0, 0.60));
  box-sizing: border-box;
  font-size: 12px; }
  .nps-dialog-single-step {
    height: 360px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .nps-dialog-single-step.nps-dialog-anonymous {
      height: 330px; }
  .nps-dialog-step-by-step {
    position: absolute;
    bottom: 25px;
    right: 25px; }
  .nps-dialog-close {
    position: relative;
    float: right; }
