body {
    background: #fff;
    color: #000;
    font-family: 'arial', sans-serif;
}
/* custom css */
.survey-containter {
    padding: 20px;
}
/* end */
/*image containter template 107*/
.images-view-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.images-view-section .img-container-small {
    width: 22%;
    padding: 1px;
    background: #E9E9E9;
    position: relative;
}
.images-view-section .zoom-in {
    bottom: 2px;
    right: 1px;
    padding: 5px 0 0 5px;
    width: 28px;
}
.images-view-section .zoom-in img {
    padding: 4px 5px;
}
.images-view-section .img-container-small.bg-select {
    box-shadow: 0 0 0 1px #ff4e4e;
}
.right-container {
    padding-left: 10px;
    width: 78%;
}
.heading-section {
    font-size: 13px;
    margin-bottom: 2px;
}
.images-view-section:last-child {
    margin-bottom: 0;
}
/*  end */
/*image containter template 108*/
.template-mobile-108 .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.template-mobile-108 .flexcenter .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
    padding-right: 10px;
    padding-left: 10px;
}
.template-mobile-108 .img-container {
    background: transparent;
    border: 1px solid #E9E9E9;
    padding: 0px !important;
    margin-bottom: 5px;
}
.template-mobile-108 .zoom-in {
    bottom: 2px;
    right: 2px;
    width: 50px;
}
.bottom-container-single {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}
.bottom-container-single .aware-not-aware-container label.aware-label {
    min-width: auto;
    width: 50%;
}
.bottom-container-single .aware-not-aware-container .mdl-checkbox__label,
.bottom-container-single .aware-not-aware-container .mdl-radio__label {
    font-size: 10px;
}
.template-mobile-108 .img-container.border-select {
    border: 2px solid #ff4e4e;
}
.bottom-container-single .aware-not-aware-container .mdl-radio__outer-circle {
    left: 4px;
}
.bottom-container-single .aware-not-aware-container .mdl-radio__inner-circle {
    left: 7px;
}
.bottom-container-single .aware-not-aware-container .mdl-radio.is-upgraded {
    padding-left: 20px;
}
/* end*/
/* aware and not aware box*/
.aware-not-aware-container label.aware-label {
    border: 1px solid #dddddd;
    border-radius: 20px 0px 0px 20px;
    margin-right: 0;
    height: 27px;
    min-width: 88px;
    background: #fff;
}
.aware-not-aware-container .mdl-radio__outer-circle {
    top: 6px;
    height: 14px;
    width: 14px;
    border: 1px solid #dddddd;
    left: 7px;
}
.aware-not-aware-container .mdl-radio__inner-circle {
    left: 10px;
    top: 9px;
    width: 8px;
    height: 8px;
}
.aware-not-aware-container .mdl-radio__ripple-container {
    top: -7px;
    left: -1px;
}
.aware-not-aware-container .mdl-checkbox__label,
.aware-not-aware-container .mdl-radio__label {
    margin-top: 0px;
    font-size: 11px;
    line-height: 26px;
}
.aware-not-aware-container {
    display: flex;
    text-align: left;
}
.aware-not-aware-container label.aware-label.not-aware {
    border-radius: 0px 20px 20px 0px;
    border-left: none;
}
.aware-not-aware-container label.aware-label.is-checked {
    background: #ff4e4e;
}
.aware-not-aware-container .mdl-radio.is-checked .mdl-radio__outer-circle {
    border-color: #ffffff;
}
label.aware-label.is-checked .mdl-radio__inner-circle {
    background: #ffffff;
}
.aware-not-aware-container label.aware-label.is-checked .mdl-checkbox__label,
.aware-not-aware-container label.aware-label.is-checked .mdl-radio__label {
    color: #fff;
    margin-left: 0;
}
/* end aware */
/* emoji template single*/
.emoji-mobile-single {
    margin-top: 7px;
}
.emoji-mobile-single ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.emoji-rating-mobile-single {
    position: relative;
    font-size: 1em;
    margin-top: 16px;
    width: auto;
    text-align: center;
}
.emoji-mobile-single li.rating-icon-mobile-single span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.7s;
    transition: -moz-transform 0.7s;
    transition: -ms-transform 0.7s;
    width: 24px;
    height: 24px;
    transition: transform 0.7s;
}
.emoji-mobile-single li.rating-icon-mobile-single.five-emoji span {
    width: 35px;
    height: 35px;
    margin: auto;
}
.emoji-mobile-single li.rating-icon-mobile-single.five-emoji {
    margin-right: 5px;
    width: 18%;
}
.emoji-mobile-single li.rating-icon-mobile-single.active span {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: -webkit-transform 0.7s;
    transition: -moz-transform 0.7s;
    transition: -ms-transform 0.7s;
    transition: transform 0.7s;
}
.emoji-mobile-single li {
    margin-right: 3%;
    list-style: none;
    text-align: center;
    cursor: pointer;
}
.emoji-mobile-single li:last-child,
.emoji-mobile-single li.rating-icon-mobile-single.five-emoji:last-child {
    margin-right: 0px;
}
.emoji-mobile-single li.rating-icon-mobile-single span {
    display: block;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-terrible span {
    background: url(../../images/template_images/emoji/S_Terrible_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-terrible.active span {
    background: url(../../images/template_images/emoji/S_Terrible_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-very-sad span {
    background: url(../../images/template_images/emoji/S_VerySad_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-very-sad.active span {
    background: url(../../images/template_images/emoji/S_VerySad_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-sad span {
    background: url(../../images/template_images/emoji/S_Sad_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-sad.active span {
    background: url(../../images/template_images/emoji/S_Sad_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-bad span {
    background: url(../../images/template_images/emoji/S_Bad_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-bad.active span {
    background: url(../../images/template_images/emoji/S_Bad_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-okay span {
    background: url(../../images/template_images/emoji/S_Okay_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-okay.active span {
    background: url(../../images/template_images/emoji/S_Okay_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-satisfied span {
    background: url(../../images/template_images/emoji/S_Satisfied_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-satisfied.active span {
    background: url(../../images/template_images/emoji/S_Satisfied_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-happy span {
    background: url(../../images/template_images/emoji/S_Happy_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-happy.active span {
    background: url(../../images/template_images/emoji/S_Happy_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-very-happy span {
    background: url(../../images/template_images/emoji/S_VeryHappy_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-very-happy.active span {
    background: url(../../images/template_images/emoji/S_VeryHappy_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-great span {
    background: url(../../images/template_images/emoji/S_Great_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-great.active span {
    background: url(../../images/template_images/emoji/S_Great_fill_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-excellent span {
    background: url(../../images/template_images/emoji/S_Excellent_icn.png) no-repeat;
    background-size: cover;
}
.emoji-mobile-single li.rating-icon-mobile-single.mobile-excellent.active span {
    background: url(../../images/template_images/emoji/S_Excellent_fill_icn.png) no-repeat;
    background-size: cover;
}
.center-emoji-text-content {
    margin-top: 8px;
    line-height: 18px;
}
a.dont-rate {
    text-align: center;
    display: block;
    color: #ff4e4e;
    font-size: 14px;
        margin-top: 7px;
}
/*end*/
/* back button  */
.backicon {
    /*background: #ff4e4e;
    padding: 10px;*/
    border-radius: 4px;
    color: #fff;
}
/* end  */
/* extere css */
/*.survey-card-full-view .survey-card-header {
    background: #97144d;
}
.survey-card-full-view .survey-round-bg-qualified {
    background: #97144d;
}
.survey-card-full-view .survey-card-type2.active .ripple_effect {
    background: #eeeded;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.survey-card-full-view .survey-msg-txt {
   
    color: #000;
    
}*/
/* end */
@media (max-width: 380px) {
    .emoji-mobile-single li.rating-icon-mobile-single span {
        width: 20px;
        height: 20px;
    }
    .emoji-mobile-single li.rating-icon-mobile-single.five-emoji span {
        width: 20px;
        height: 20px;
    }

}
/* matrix template */
.landscape-matrix-table .page-container {
    height: 100vh;
}
@media (max-width: 359px) {
    .bottom-container-single .aware-not-aware-container .mdl-checkbox__label,
    .bottom-container-single .aware-not-aware-container .mdl-radio__label {
        font-size: 8px;
        line-height: 27px;
    }
    .emoji-mobile-single li.rating-icon-mobile-single span {
        width: 18px;
        height: 18px;
    }
     .emoji-mobile-single li.rating-icon-mobile-single.five-emoji {
        margin-right: 17px;
    }
}
/* matrix template */
.landscape-matrix-table .page-container {
    height: 100vh;
}
.landscape-matrix-table #questionHtml {
    transform: rotate(-90deg) !important;
    transform-origin: left top !important;
    overflow-x: hidden !important;
    position: fixed !important;
    top: 100% !important;
    left: 0 !important;
    height: 100vw !important;
    padding: 0 10px;
}
.landscape-matrix-table .footer {
    background: transparent;
    bottom: initial;
    align-items: flex-end;
    transform: rotate(-90deg) !important;
    transform-origin: left top !important;
    width: 100vh !important;
    top: 100% !important;
    left: 0 !important;
    height: 100vw !important;
}
.landscape-matrix-table #questionHtml .mobile-que {
    margin-top: 10px;
}
.landscape-matrix-table #questionHtml .content {
    overflow-x: initial;
}
.landscape-matrix-table #questionHtml .matrix-table ul.matrix-left-header li {
    height: 49px;
}
.landscape-matrix-table #questionHtml .matrix-table ul li {
    height: 49px;
}
.landscape-matrix-table #questionHtml .mdl-radio__outer-circle {
    height: 16px;
    width: 16px;
}
.landscape-matrix-table #questionHtml .mdl-radio__inner-circle {
    height: 10px;
    left: 3px;
    top: 7px;
    width: 10px;
}
.landscape-matrix-table #questionHtml ul.matrix-top-header li {
    font-weight: bold;
}
.landscape-matrix-table #questionHtml .matrix-left-header-container {
    width: 123px;
    height: auto;
}
.landscape-matrix-table #questionHtml .matrix-top-header-container {
    width: auto;
}
.landscape-matrix-table #questionHtml .matrix-table {
    padding-left: 130px;
}
/* end */

/* Template 134 css START */
.option-left-and-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    font-weight: normal;
    font-size: 0.75em;
    margin-bottom: 20px;
}

.custom-add-remove-option .mobile-option-container {
    background:transparent;
    float: none;
    padding: 0;
}
.add-remove-main {
    display: flex;
    justify-content: space-between;
}
.add-remove-option-template {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 1.125em;
    font-size: 1em;
    /*background:rgba(0, 0, 0, 0.05);*/
    width: 100%;
    /*padding: 0.625em;*/
    position: relative;
    list-style: none;
    border-bottom: solid 1px #C6C6C6;
    font-weight: bold;

}

.add-remove-option-template:last-child{margin-bottom: 0px;}

.add-remove-option-template .option-box-container {
    text-align: center;
    cursor: pointer;
    word-break: break-word;
}
.add-remove-option-template.five-option .option-box-container {
    width: 90px;

}
.add-remove-option-template .option-box-container .option-text{
    line-height: 1.2em;
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: normal;
}
.add-remove-option-template .option-box-container.active .fr{
    display: none;
}
.add-remove-option-template .option-box-container .sec{
    display: none;
}
.add-remove-option-template .option-box-container.active .sec{
    display: block;
}
.add-remove-option-template .option-box-container .fr{
    display: block;
}
.add-remove-option-template .option-box-container .top-box-img .img-emoji-sec{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.7s;
    transition: -moz-transform 0.7s;
    transition: -ms-transform 0.7s;
    transition: transform 0.7s;
}
.add-remove-option-template .option-box-container.active .top-box-img .img-emoji-sec{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: -webkit-transform 0.7s;
    transition: -moz-transform 0.7s;
    transition: -ms-transform 0.7s;
    transition: transform 0.7s;
}
.add-remove-option-template .option-box-container .top-box-img {
    width: 1.30em;
    /*height: 1.250em;*/
    margin: auto;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
}
.option-text{
    display: none;
}
.five-option .option-left-and-right{
    display: none;
}
.five-option .option-text{
    display: block;
}

/* Template 134 css END */
