.survey-container .context{padding-top: 0px;}
.survey-wrapper{max-width:780px;margin: 0 auto;padding: 0 15px;padding-bottom: 60px}
.survey-row{border-bottom: 1px solid #ccc;padding:25px 0px;}
.survey-form-flex{display: flex;}
.survey-title-info{padding-bottom: 50px;}
.survey-title-info h2{
    margin: 0;
    padding: 0px 0 25px 0;
    font-size: 34px;
    color: #64277d;
}
.survey-title-info .report-response{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0023f7;
}
.survey-form-flex .ques-no{
    font-weight: 600;
    font-size: 17px;
    color: #288d4f;
    line-height: 40px;
    padding-right: 15px;
    white-space: nowrap;
}
.survey-option-wrapper { padding: 15px 0 15px 80px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.survey-option-wrapper .single-choice-option{
    width: 20px;
    height: 20px;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.option-selectbox{width: 100%;}
.option-selectbox:focus{outline: none;}

.add-survey-btn{
    width: 100%;
    margin: 0  !important;
    box-shadow: none !important;
    border: 1px dashed #a0a0a0 !important;
    border-radius: 6px !important;
    background: #f6f8fa !important;
    color: #0023f7 !important;
    padding: 12px 0 !important;
    margin: 15px 0px !important;
}
.add-survey-btn:focus{background-color: unset;}
.survey-option-row{display: flex;padding: 5px 0;}
.survey-option-row select{margin-bottom: 15px}
.survey-option-row textarea{margin-bottom: 15px}
.remove-survey-option{
    font-size: 42px;
    color: #737373;
    vertical-align: unset;
    line-height: 40px;
    cursor: pointer;
    display: none;
}
.survey-option-row:hover .remove-survey-option{display: block;}
.survey-row input.form-control{padding: 11px 15px;border-radius: 6px;}
.survey-row select{padding: 11px 15px !important;border-radius: 6px !important;border-color: #ced4da;}
.survey-row input{font-size: 16px;}
.survey-row input::placeholder{color: #444;}
.survey-row select{font-size: 16px;}
.surver-actions{border-top: 1px solid #ccc;padding: 15px 0;display: flex;padding: 10px 0;}
.survey-action-btn{padding: 10px 0px 0px 0px !important;}
.survey-submit{margin: 45px 0px;}
/*.survey-action-btn .copy-btn{
    background: url('../images/copy.svg') no-repeat;
    width: 20px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 15px;
}*/
.survey-action-btn .edit-btn{    
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
  padding: 0 13px;
  cursor: pointer;
}
.survey-actions{
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 10px;
}
/*.survey-action-btn .delete-btn{
    background: url('../images/delete.svg') no-repeat;
    width: 16px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 15px;
}*/
.survey-ques{
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
    padding-top: 7px;
    position: relative;
    top: 7px;
}
.action-col-border{border-right: 1px solid #ccc;}

.required-switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 15px;
}
.required-switch-holder{padding-top: 10px;}
.required-switch input {display:none;}
.required-switch-holder .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #b2b4b5;
/*  -webkit-transition: .4s;
  transition: .4s;*/
}
.required-switch-holder .toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -2px;
  background-color: #f1f3f5;
  box-shadow: 0px 1px 2px 1px #ababab;
  transition: all 0.3s ease;
}
.required-switch-holder input:checked + .toggle-slider {
  background-color: #2196F3;
}
.required-switch-holder input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}
.required-switch-holder input:checked + .toggle-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.survey-ques.mandatory:after{content:' *';color: #c21a1a;}
.linear-choice-table .from-text,.to-text{background-color: #f6f8fa;}
.survey-option-row .linear-range-selector{display: inline-block;}
.survey-option-row .linear-range-selector span{display: inline-block;padding: 0px 10px;}
.survey-option-row .linear-range-selector select{
    background: #ffffff;
    border: none;
    padding: 5px 25px !important;
}
.add-btn-wrapper{
  display: flex;
  padding: 5px 0;
}

      /*Single choice starts here*/
    input[type=radio].single_choice {
      position:absolute; 
      z-index:-1000;
      left:-1000px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height:1px;
      width:1px;
      margin:-1px;
      padding:0;
      border:0;
    }
    input[type=radio].single_choice + label.single_choice_label {
      padding-left:40px;
      /* height:21px;  */
      display:inline-block;
      line-height:24px;
      background-repeat:no-repeat;
      background-position: 0 0;
      vertical-align:middle;
      cursor:pointer;
    }
    input[type=radio].single_choice:checked + label.single_choice_label {
      /* background-position: 0 -22px; */
      background-image:url('../../../assets/images/radio-icon-active.png');
    }
    label.single_choice_label {
      background-image:url('../../../assets/images/radio-icon.png');
      background-size: 22px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    /*Single choice ends here*/
    /*multiple choice starts here*/
    input[type=checkbox].multiple-choice-option {
      position:absolute; 
      z-index:-1000;
      left:-1000px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height:1px;
      width:1px;
      margin:-1px;
      padding:0;
      border:0;
    }
    input[type=checkbox].multiple-choice-option + label.multiple-choice-label {
      padding-left:40px;
      /* height:22px;  */
      display:inline-block;
      line-height:24px;
      background-repeat:no-repeat;
      background-position: 0 0;
      vertical-align:middle;
      cursor:pointer;
    }
    input[type=checkbox].multiple-choice-option:checked + label.multiple-choice-label {
      /* background-position: 0 -22px; */
      background-image:url('../../../assets/images/check-box-icon-active.png');
    }
    label.multiple-choice-label {
      background-image:url('../../../assets/images/check-box-icon.png');
      background-size: 20px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    /*multiple choice ends here*/
    /*Linear choice starts here*/
    input[type=radio].linear-choice-option {
      position:absolute; 
      z-index:-1000;
      left:-1000px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height:1px;
      width:1px;
      margin:-1px;
      padding:0;
      border:0;
    }
    input[type=radio].linear-choice-option + label.linear-choice-label {
      padding-left:22px;
      height:21px; 
      display:inline-block;
      line-height:25px;
      background-repeat:no-repeat;
      background-position: 0 0;
      vertical-align:middle;
      cursor:pointer;
    }
    input[type=radio].linear-choice-option:checked + label.linear-choice-label {
      background-position: 0 -22px;
    }
    label.linear-choice-label {
      background-image:url('../../../assets/images/radio.png');
      background-size: 22px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    /*Linear choice ends here*/

.survey-option-wrapper .survey_description{
  font-size: 16px !important;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 3px;
  min-width: 60%;
  min-height: 60px;
}

/* Rounded toggle-sliders */
.required-switch-holder .toggle-slider.toggle-slider-round {border-radius: 34px;}
.required-switch-holder .toggle-slider.toggle-slider-round:before {border-radius: 50%;}
.required-label{
    font-size: 14px;
    font-weight: 600;
    color: #444;
    padding-right: 10px;
    vertical-align: super;    
}
.padd-top7{padding-top: 7px;}
.linear-choice-table{margin-bottom: 15px;}
.linear-choice-table thead th{font-size: 16px;font-weight: 400;text-align: center;padding: 15px 0px 5px 0px;}
.linear-choice-table tbody td{padding: 15px 15px 10px 15px;text-align: center;}
.linear-choice-table tbody tr{vertical-align: bottom;}
.linear-option-label{font-size: 16px;padding: 10px 0;display: inline-block;}

/* no edit settings starts */
.no-edit input{
border: none !important;
background: unset !important;
  box-shadow: none !important;
  pointer-events: none;
  padding: 10px 0 0 0 !important;
}
/* .no-edit .survey-actions{visibility: hidden;} */
.no-edit:hover .survey-actions{visibility: visible;}
.no-edit .remove-survey-option{display: none !important;}
.no-edit .ques-type-selector{display: none !important;}
.no-edit .add-btn-wrapper{display: none;}
.no-edit .linear-range-selector-holder{display: none;}
/* no edit settings ends */

/*.linear-values-selector span{
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #444;
  border-radius: 50%;
}
.linear-values{background: #efefef;padding: 10px 20px;}
.linear-values span{padding: 0px 4px;}*/

@media (max-width:760px){
  .survey-option-wrapper { padding: 15px 0px 15px 0px; }
  .linear-choice-table .single-choice-option {width: 16px;height: 16px;margin: 0px 7px;}
  .linear-choice-table tbody td {padding: 10px 5px 10px 5px}
  .survey-ques {font-size: 14px;}
  .survey-form-flex .ques-no {font-size: 14px;}
  input[type=checkbox].multiple-choice-option + label.multiple-choice-label {font-size: 14px;}
  input[type=radio].single_choice + label.single_choice_label{font-size: 14px;}
  .survey-title-info h2 {font-size: 20px;}
}

@media (max-width:326px){
  .linear-choice-table tbody td {padding: 10px 3px 10px 3px;}
}
.vcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}
.text-message {
  padding: 0!important;
  margin: 20px 0 10px 0!important;
}
.surve-holder {
  /* width: 100%;
  position: relative;
  z-index: 9;
  top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center; */
}