
.class-option-nps input[type="radio"] {
  display: none;
}

.class-option-nps input[type="radio"] + label {
  color: #292321;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.class-option-nps input[type="radio"] + label span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0px 1px 0px 0px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
  padding-right: 0px;
}

.class-option-nps input[type="radio"] + label span {
  border: 0px solid #E94F1D;
  color: #FFFFFF;
  background: #E94F1D;
  box-shadow: inset 0px 1px 0px #E94F1D, 0px 3px 0px 0px #BD441D, 0px 6px 3px #9C9191;
}

.class-option-nps input[type="radio"]:checked + label span,input[type="radio"] + label span:hover {
  background-color: #B53D16;
  color: #ffffff;
  border-color: #B53D16;
  box-shadow: none;
  margin-bottom: -10px;
}

.class-option-nps input[type="radio"] + label span,
.class-option-nps input[type="radio"]:checked + label span {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.value-des {
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
    margin-bottom: 35px;
}

.value-des.lf {
    /* float: left; */
    width: 155px;
    text-align: center;
    color: #AF1F0D;
    font-weight: 700;
    margin-top: 5px;
}

.value-des.rt {
    /* float: left; */
    width: 23px;
    margin-top: 5px;
    color: #64D448;
    font-weight: 700;
    text-align: center;
}
.nps {
    /* padding: 50px 20px; */
    /* background: #FFFFFF; */
    /* border: 1px solid #dfdfdf; */
    /* text-align: center; */
    /* margin: 25px 10px; */
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dfdfdf;
    /* padding-bottom: 60px; */
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    box-sizing: border-box;
}

.title-nps {
    font-size: 16px;
    margin-bottom: 15px;
}

.btn-radio-nps {
    display: inline-block;
}


.class-option-nps input[type="radio"] + label span.yellow {
    border-color: #F9A706;
    color: #FFFFFF;
    box-shadow: inset 0px 1px 0px #F9A706, 0px 3px 0px 0px #C1840C, 0px 6px 3px #999;
    background: #F9A706;
}

.class-option-nps input[type="radio"] + label span.green {
    border-color: #64D448;
    color: #FFFFFF;
    box-shadow: inset 0px 1px 0px #64D448, 0px 3px 0px 0px #577D4E, 0px 6px 3px #999;
    background: #64D448;
}

.class-option-nps input[type="radio"]:checked + label span.yellow, input[type="radio"] + label span.yellow:hover {
    background: #D89003;
    border-color: #D89003;
    box-shadow: none;
    margin-bottom: -10px;
}

.class-option-nps input[type="radio"]:checked + label span.green, input[type="radio"] + label span.green:hover {
    background: #52AB3C;
    border-color: #52AB3C;
    box-shadow: none;
}

.modal-form label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 0;
    background: white;
    padding-left: 10px;
    width: 44%;
    text-align: left;
    font-size: 12px;
}

.modal-title {
    padding: 20px;
    background: white;
    color: #4C4B4B;
}

.warning.modal-title {
    border-left: 5px solid #E94F1D;
}
.warning .modal-form .submit {background: #E94F1D;}
.success.modal-title {
    border-left: 5px solid #64D448;
}

.modal-form {
    padding-left: 20px;
    padding: 15px;
    margin-top: 5px;
    background: #E8E8E8;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.modal-form .submit {
    margin-top: 10px;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    background: #F9A706;
    float: right;
}

.modal-nps textarea {
    border: none;
    width: 100%;
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size: 12px;
    padding: 10px;
}

.modal-nps {
    /* margin-top: 40px; */
}

.modal-form .submit.green {
    background: #64D448;
}

.modal-form .submit.green {
    background: #64D448;
}
 .modal-nps {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
}

.nps {
    overflow: hidden;
}

.modal-nps.show {
    height: 250px;
    margin-top: 40px !important;
    opacity: 1 !important;
    /*position: relative;*/
    margin-top: 40px;
}
 
.modal-nps.success {
}
.modal-form .submit.green {
    background: #64D448;
 }

.value-des.nt {
    text-align: center;
    font-weight: 700;
    margin: 5px;
    color: #F9A706;
    margin-left: 7px;
    /* float: left; */
}

.netral.modal-title {
    border-left: 5px solid #F9A706;
    margin: -10px 0px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.modal-title.thanks {
    border-left: 5px solid #5EAADE;
    display: none;
    margin: 40px 0;
}