div#customerSurvey.bs-model-fixed { 
    top: 100%;
    bottom: auto;
    right: 0;
}
div#customerSurvey.bs-model-fixed.active {
    top: 0;
}

div#customerSurvey.bs-model-fixed div.inner { 
    height: 100vh;
    background: white;
    width:542px;    
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    position: static;
    transform: translate(100%,0%);
    padding: 0;
}
div#customerSurvey.bs-model-fixed.active div.inner {
    opacity: 1;
    transform: translate(0%,0%);    
}
div#customerSurvey.bs-model-fixed.active div.inner.overflow { 
    overflow: scroll;
}

div#customerSurvey a.close {
    position: absolute;
    z-index: 1000;
    top: 18px;
    right: auto;
    left: 10px;
}
div#customerSurvey .inner-wrap { 
    float: right;
    width:100%;
}
div#customerSurvey .header { 
    width:100%;
    float: right;
    padding: 20px 25px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px;
}
div#customerSurvey .header h3 { 
    font-weight: 600;;
    font-size: 29px;
    color: #29415E;
    letter-spacing: 0.87px;
    text-align: right;
    margin-bottom: 0;
}
div#customerSurvey .form { 
    width:100%;
    float: right;
    padding: 0px 25px;
}

div#customerSurvey .form p.question { 
    font-weight: 600;
    font-size: 21px;
    color: #5D5D5D;
    letter-spacing: 0.63px;
    text-align: right;
    line-height: 32px;
}
div#customerSurvey .form.options { 
    width:100%;
    float: right;
    margin-top: 20px;
}
div#customerSurvey .form a.option { 
    width:100%;
    height:48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #646464;
    display: block;
    border: 1px solid #707070;
    border-radius: 19px;
    text-align: center;
    margin-bottom: 20px;
}

div#customerSurvey .form a.option:hover,
div#customerSurvey .form a.option.chosen { 
    background-color: #333333;
    border-color: #333333;
    color: white;
    font-weight: 600;
}

div#customerSurvey .action-line .btn
{ 
    font-size: 18px;
    margin-top: 25px;
    width:100%;
}

div#customerSurvey .action-line .btn.loading {
    background-position: center;
    text-indent: -99999px;
    background-color: #255381;
}

div#customerSurveyResult {
    padding-top: 130px;   
}
div#customerSurveyResult p.result { 
    color:#009E24;
    font-size: 30px;
    line-height: 34px;
}
div#customerSurveyResult p.result i { 
    font-size: 60px;
    padding-bottom: 30px;
    display: inline-block;
}
div#customerSurveyResult button {
    width: 100%;
    max-width: 90%;
    margin-top: 30px;
    font-size: 17px;
}