/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
body, .question-container {
    background-color: #eff7f9  !important;
    font-family: 'Poppins', sans-serif;
}
.question-container {
    border: 0px  !important;
    box-shadow: none  !important;
}
.qty-adjust {
    position: absolute;
    border: 1px solid #fff;
    padding: 7px 10px 7px 10px;
    border-radius: 5px;
    margin: 2px;
    cursor: pointer;
    background-color: #ddd;
} 

.up-down-numeric input{
  width: 104px;  
  text-align: center;
}
.ls-group-remaining, .ls-group-total {
    
}
.up-down-numeric .answer-item label{
    text-align: left;
    /*width: 60%;*/
}
.up-down-numeric .subquestion-list li{
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-bottom: 12px;
    background-color: #fff;
}
    .up-down-numeric .ls-group-remaining {
        width: 260px !important;
        float: left;
        padding-bottom: 0px  !important;
    }
    .up-down-numeric .ls-group-total {
      width: 260px !important;
      float: left;
      margin-left: 20px;  
      padding-bottom: 0px !important;
    }
    .up-down-numeric .ls-group-total .control-label, .up-down-numeric .ls-group-remaining .control-label{
      width: 50%;
    }


/* Checkbox */
.multiple-box .checkbox-list li, .radio-box .radio-list li {
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 8px;
}
.multiple-box .checkbox-list li label, .radio-box .radio-list li label, .radio-box-big .radio-list li label {
    height: 100%;
    width: 525px;
    padding: 16px 0px 16px 10px !important;
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}
.multiple-box .checkbox-list li label::after, .radio-box .radio-list li label::after{
   right: 12px;
   background-color: transparent !important;
   left: inherit !important;
   font-size: 20px !important;
   padding-top: 10px;
   padding-right: 17px;
   color: #328637 !important;
}  
.multiple-box .checkbox-list li label::before, .radio-box .radio-list li label::before {
    display: none !important;
}
.multiple-box .checkbox-list li label:hover, .radio-box .radio-list li label:hover{
   background: #fff;
   border: 1px solid #328637;
}
.multiple-box .checkbox-list li input[type="checkbox"]:checked + label {
  background: #fff;
  border: 1px solid #328637;
}
.multiple-box .checkbox-item input[type="checkbox"]:checked + label::after, .multiple-box .checkbox-item input[type="radio"]:checked + label::after {
    content: "\f058";
}

.radio-box .radio-list li input[type="radio"]:checked + label {
    background: #fff;
    border: 1px solid #328637;
}
.radio-box .radio-list li input[type="radio"]:checked + label::after {
    animation-name: rubberBand !important;
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    display: inline-block;
    transform: none;
    font-family: "FontAwesome";
    color: #fff;
    content: "\f058";
}

.radio-box-big .radio-list li label {
    padding: 21px 0px 21px 23px !important;
    font-weight: bold;
    color: #555;
}
.radio-box-big-more .radio-list li label {
    padding: 15px 0px 15px 23px !important;
}
.radio-box-big .radio-item label::before {
    left: inherit;
    right: 17px;
    width: 25px;
    height: 25px;
    top: 18px;
    border: 2px solid #ccc; 
}
.radio-box-big .radio-item label::after {
    left: inherit;
    right: 21px;
    top: 22px;
    width: 17px;
    height: 17px;
} 
.radio-box-big-more .radio-list li label img {
    width: 60px;
    border-radius: 40px;
    float: left;
    margin-right: 22px;
    object-fit: cover;
}
.radio-box-big-more .right-txt {
      margin-top: 2px;  
}
.radio-box-big-more .right-txt span{
    width: 100%;
    display: block;  
}
.radio-box-big-more .right-txt span:nth-child(2){
    color: #999; 
    font-weight: normal;
}
.radio-box-big-more .radio-item label::before {
    top: 30px;
}
.radio-box-big-more .radio-item label::after {
    top: 34px;
}
.radio-box-big-more .right-txt a{
    color: #2596be; 
}
.radio-box-big li {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
} 
.radio-box-big-more .modal-body{
    font-size: 15px;
    font-weight: normal;
    }
/* Checkbox */

.nps-score .button-item {
    border-radius: 14px;
    width: 40px;
    padding-bottom: 3px;
    padding-top: 7px;
}
.nps-score .bootstrap-buttons-div {
    width: 50px !important;
}
.nps-score .bootstrap-buttons-div:nth-child(1) .button-item{
     background-color: #e93631 !important;
     border: 2px solid #e93631 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(2) .button-item{
     background-color: #ee492b !important;
     border: 2px solid #ee492b !important;
}
.nps-score .bootstrap-buttons-div:nth-child(3) .button-item{
     background-color: #f05b23 !important;
     border: 2px solid #f05b23 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(4) .button-item{
     background-color: #f8691e !important;
     border: 2px solid #f8691e !important;
}
.nps-score .bootstrap-buttons-div:nth-child(5) .button-item{
     background-color: #f67c19 !important;
     border: 2px solid #f67c19 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(6) .button-item{
     background-color: #f78d13 !important;
     border: 2px solid #f78d13 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(7) .button-item{
     background-color: #f99d0c !important;
     border: 2px solid #f99d0c !important;
}
.nps-score .bootstrap-buttons-div:nth-child(8) .button-item{
     background-color: #feb103 !important;
     border: 2px solid #feb103 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(9) .button-item{
     background-color: #fbc002 !important;
     border: 2px solid #fbc002 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(10) .button-item{
     background-color: #a4ac09 !important;
     border: 2px solid #a4ac09 !important;
}
.nps-score .bootstrap-buttons-div:nth-child(11) .button-item{
     background-color: #0c8913 !important;
     border: 2px solid #0c8913 !important;
}

.nps-end {
   float: right;   
}
.nps-start,.nps-end {
    color: #999;
}
/*.nps-score .bootstrap-buttons-div .button-item {
   opacity: 0.5; 
} */
.nps-score .bootstrap-buttons-div .button-item:hover, .nps-score .bootstrap-buttons-div .button-item.active {
   border: 2px solid #555 !important;
}  

.up-down-rank .answers-list .col-sm-6:nth-child(1) {
    display: none;
}
.up-down-rank .sortable-list {
    border: 0px;
}
.up-down-rank  .list-group-item {
    margin-bottom: 5px;
    border-radius: 10px !important;
    min-height: 36px !important;
    padding-top: 23px;
    padding-left: 36px;
}

.up-down-rank .move-updown {
    margin-top: -10px !important;
    font-size: 30px;
    float: right; 
}

.up-down-rank .move-updown i{
    background: #ccc;
    padding: 1px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.up-down-rank .moveup {
   margin-right: 12px; 
}
.up-down-rank .em_default, .up-down-rank .sortable-rank-subtitle {
    display: none;
}
.up-down-rank .answers-list .col-xs-6 {
    width: 100%;
}
.up-down-rank .sortable-rank li:first-child .moveup i{
    cursor: none;
    opacity: .2;
    
}
.up-down-rank .sortable-rank li:last-child .movedown i{
    cursor: none;
    opacity: .2;
    
}
.up-down-rank .sortable-rank li:before {
    left: -20px;
    position: absolute;
    font-weight: bold;
}
.up-down-rank .sortable-rank li:after {
    content: "\2807";
    position: absolute;
    left: 8px;
    font-size: 25px;
    color: #999;
    top: 17px;
}
.up-down-rank .sortable-rank li:nth-child(1):before {
    content: "1. ";
}
.up-down-rank .sortable-rank li:nth-child(2):before {
    content: "2. ";
}
.up-down-rank .sortable-rank li:nth-child(3):before {
    content: "3. ";
}
.up-down-rank .sortable-rank li:nth-child(4):before {
    content: "4. ";
}
.up-down-rank .sortable-rank li:nth-child(5):before {
    content: "5. ";
}
.up-down-rank .sortable-rank li:nth-child(6):before {
    content: "6. ";
}
.up-down-rank .sortable-rank li:nth-child(7):before {
    content: "7. ";
}
.up-down-rank .sortable-rank li:nth-child(8):before {
    content: "8. ";
}
.up-down-rank .sortable-rank li:nth-child(9):before {
    content: "9. ";
}
.up-down-rank .sortable-rank li:nth-child(10):before {
    content: "10. ";
}
.up-down-rank .sortable-rank li:nth-child(11):before {
    content: "11. ";
}
.up-down-rank .sortable-rank li:nth-child(12):before {
    content: "12. ";
}
.custom-text input{
        border-radius: 6px;
        height: 40px;
    }
.navigator .col-xs-6{
    width: 100%;
}   
.navigator #ls-button-submit {
    width: 100%;
    margin-left: 15px;
   /* margin-top: -175px;*/
    background-color: #2596be;
    border: 1px solid #2596be;
}
.navigator .text-right {
   text-align: left !important; 
}
.ls-question-help {
    color: #999;
    font-size: 12px;
}
.answer-item .control-label, .answers-list .ls-choice {
    font-weight: bold;
}
#navbar {
    background-color: #FFFEFE;
}
.navbar-default .navbar-collapse {
    border-color: #E4E4E4;
}
.fruity .navbar-collapse {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.radio-box-big-more .right-txt span{
   /* padding-top: 5px;*/
}
.question-text {
    font-size: 18px;
    color: #555;
}
.modal-open .modal {
    cursor: default;
}
@media (min-width: 768px) {
    .logo-title {
        padding-top: 35px;
    }
    .up-down-rank  .list-group-item {
    width: 470px;
    }
    .up-down-numeric .subquestion-list li{
        width: 525px;
    } 
    .up-down-numeric .questions-list{
      padding-left: 15px;  
    }
    .nps-score .radio-list {
        width: 560px;
    }
    .nps-box {
      width: 540px;  
    }
    .increase-qty {
    left: 92px;
    }
    .custom-text input, .custom-text-area textarea, .confirmation-box{
        width: 525px;
    }
     .custom-text .ls-answers, .custom-text-area .ls-answers {
        padding-top: 0px;
    }
    #navigator-container {
        width: 525px;
    }
    .counter_input{
        height: auto;
        margin: 0 auto;
        padding: 25px;
        position: relative;
        width: 30%;
    }
}
@media (max-width: 768px) {
  /*  .nps-score .button-item {
        border-radius: 11px;
        width: 30px;
        padding-bottom: 0px;
        padding-left: 9px;
    }
    .nps-score .bootstrap-buttons-div {
    width: 36px !important;
    padding-left: 0px;
    } */
    .logo-title {
        padding-top: 20px;
    }
    .nps-box {
        padding-top: 10px;
    }
 .up-down-numeric .answer-container {
    padding-right: 25px;
    padding-left: 25px;
 }
 .radio-box .radio-list li {
    width: 100%;
}
 .up-down-numeric .numeric-item .col-xs-12{
    width: 40%; 
 }
 .up-down-numeric .numeric-item .control-label{
    width: 60%; 
    padding-top: 7px;
 }
 .increase-qty {
    right: 42px;
}
.decrease-qty {
    right: 108px
}
.counter_input{
    padding: 19px 42px 10px 21px;
}
.up-down-numeric .numeric {
    float: right;
}
 .up-down-numeric .ls-group-remaining {
        width: 54% !important;
    }
    .up-down-numeric .ls-group-total {
      width: 53% !important;
      margin-left: 20px;  
    }
    .up-down-numeric .ls-group-total .control-label, .up-down-numeric .ls-group-remaining .control-label{
      width: 63%;
      padding-top:10px;
    }
    .up-down-numeric .ls-input-group {
        width:37%;
    }
    .multiple-box .checkbox-list li label {
    height: 100%;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    }
    .up-down-rank .list-group-item {
    cursor: text;
    margin-left: 3%;
     }
   .navigator .text-right {
    padding-right: 30px !important;
   }
   .navbar-default .navbar-brand {
       display: block !important;
    }
   .navbar-brand>img {
       display: block;
       height: 60px;
       padding: 10px !important;
    }
    .radio-box-big-more .radio-list li label img {
    margin-right: 10px;
    }
    .radio-box-big-more .radio-list li label {
    padding: 15px 0px 15px 18px !important;
    }
    .radio-box-big-more .right-txt span:nth-child(2) {
    font-size: 13px;
    }
    .ls-choice.list-group-item.grabable.sortable-enable {
    touch-action: revert;
    }
    .nps-score .bootstrap-buttons-div {
    margin: 0 auto;
    display: inline-block;
    float: inherit;
    margin-top: 10px;
    }
    .nps-score .answers-list {
        text-align: center;
    }
}
