body {
    overflow-x: hidden;
}

.gst {

}

.gst .appearG.ng-enter {
  transition:1s linear all;
  opacity:0;
  height: 0;
}

.gst .appearG.ng-enter.ng-enter-active {
  opacity:1;
}

.gst .questionContent.ng-enter {
    transition:0.5s linear all;
    opacity:0;
    margin-right: -150%;
}

.gst .questionContent.ng-enter.ng-enter-active {
    margin-right: 0%;
    opacity:0.9;
}

.gst .questionContent2.ng-enter {
    transition:0.5s linear all;
    opacity:0;
    margin-left: -150%;
}

.gst .questionContent2.ng-enter.ng-enter-active {
    margin-left: 0%;
    opacity:0.9;
}

.gst .checkContent {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 60px;
}

.gst .checkContent textarea {
    border: 0;
    width: 100%;
    max-width: 648px;
    margin-bottom: 0;
}

/*.gst .questionContent.ng-leave {
    transition:0.2s linear all;
    opacity:1;
}

.gst .questionContent.ng-leave.ng-leave-active {
    opacity:0;
}*/


.gst .question {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}

.gst .questionButtons {
    width: 90%;
    position: absolute;
    bottom: 70px;
    margin-top: 50px;
}

.gst .satisfactionImgs {
    margin: 0 auto;
    border: 2px;
    max-width :  850px;
    text-align: center;
}

.gst .satisfactionImgs img{
    width: 100px;
    cursor: pointer;
    margin-left: 60px;
    float: left;
    padding-top: 3px;
    padding-left: 5px;
    text-align: center;
}

.gst .satisfactionLabel {
    width: 100px;
    cursor: pointer;
    margin-left: 60px;
    float: left;
    padding-top: 3px;
    padding-left: 5px;
    text-align: center;
}

.gst .satisfactionImgs .active{
    border: 0px;
    border-radius: 50%;
    background-color: #10cfbd;
    width: 105px;
}

.gst .buttonsPay {
    margin: 0 auto;
    max-width : 250px;
}

.gst .buttonsPay button {
    width: 65px;
    height: 65px;
    margin-left: 40px;
}

.gst .buttonsPay .active {
    border: 2px solid #10cfbd;
}

.gst .question4 {
    margin: 0 auto;
    max-width :  500px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}


.gst .answerInput {
    margin: 0 auto;
    max-width :  400px;
    margin-top: -30px;
}

.gst .answerInput input {
    width: 60%;
    margin-bottom: 20px;
}

.gst .medicinesContent {
    margin: 0 auto;
    max-width : 650px;
     margin-bottom:50px;
    margin-top: 10px;
}
