.multi-range-slider *{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.multi-range-slider{position:relative;border:1px solid grey;border-radius:10px;padding:20px 10px;-webkit-box-shadow:1px 1px 4px #000;box-shadow:1px 1px 4px #000;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-range-slider,.multi-range-slider .bar{display:-webkit-box;display:-ms-flexbox;display:flex}.multi-range-slider .bar-left{border-radius:10px 0 0 10px;padding:4px 0}.multi-range-slider .bar-left,.multi-range-slider .bar-right{width:25%;background-color:#f0f0f0;-webkit-box-shadow:inset 0 0 5px #000;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-right{border-radius:0 10px 10px 0}.multi-range-slider .bar-inner{background-color:#0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-pack:justify;-ms-flex-pack:justify;position:relative;border:1px solid #000;justify-content:space-between;-webkit-box-shadow:inset 0 0 5px #000;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:red;position:relative;z-index:1;cursor:pointer}.multi-range-slider .thumb:before{content:"";background-color:#fff;position:absolute;width:20px;height:20px;border:1px solid #000;-webkit-box-shadow:0 0 3px #000,inset 0 0 5px grey;box-shadow:0 0 3px #000,inset 0 0 5px grey;border-radius:50%;z-index:1;margin:-8px;cursor:pointer}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-4px;left:-4px;width:11px;height:11px;z-index:2;border-radius:50%;border:1px dotted #000;-webkit-box-shadow:0 0 5px #fff,inset 0 0 10px #000;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider .caption{position:absolute;bottom:35px;width:2px;height:2px;left:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible;display:none}.multi-range-slider .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:#00f;border-radius:15px;color:#fff;-webkit-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider .input-type-range:focus+.thumb .caption,.multi-range-slider .thumb:active .caption{display:-webkit-box;display:-ms-flexbox;display:flex}.multi-range-slider .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider .ruler{margin:10px 0 -5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .sub-ruler{margin:-2px 0 -5px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.multi-range-slider .sub-ruler .ruler-sub-rule{border-left:1px solid;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:3px 0}.multi-range-slider .sub-ruler .ruler-sub-rule:last-child{border-right:1px solid}.multi-range-slider .labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider .label{font-size:80%;display:-webkit-box;display:-ms-flexbox;display:flex;width:1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.multi-range-slider .label:first-child{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.multi-range-slider .label:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:rgba(0,0,0,.16)}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32)}.vue-slider-dot-handle-focus{-webkit-box-shadow:0 0 1px 2px rgba(52,152,219,.36);box-shadow:0 0 1px 2px rgba(52,152,219,.36)}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;-webkit-box-sizing:content-box;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;border-color:transparent;border-style:solid;border-width:5px;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after,.vue-slider-dot-tooltip-inner-top:after{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;border-color:transparent;border-style:solid;border-width:5px;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;border-color:transparent;border-style:solid;border-width:5px;border-left-color:inherit}.vue-slider-dot-tooltip-inner-left:after,.vue-slider-dot-tooltip-inner-right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-right:after{right:100%;border-color:transparent;border-style:solid;border-width:5px;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;-webkit-transition:all .3s;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}.vue-slide-bar[data-v-48515a48]{width:100%;position:relative;z-index:9999}.modal-body[data-v-48515a48]{background:#fff;border-radius:0 0 4px 4px;display:-webkit-box;display:-ms-flexbox;display:flex;height:200px!important}.modal-body[data-v-48515a48],.no-question[data-v-48515a48]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.no-question[data-v-48515a48]{text-align:center;width:100%;margin:auto 0;display:block}.accordion .card .card-header [data-v-48515a48],.btn-secondary[data-v-48515a48]{color:#fff}.modal-btns[data-v-48515a48]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:500px){.modal-btns .row button[data-v-48515a48]{font-size:12px!important}}@media (max-width:425px){.new-stretch-card[data-v-48515a48]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.new-stretch-card .ml-1[data-v-48515a48]{margin-left:0!important}.modal-btns[data-v-48515a48]{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}#question-counts[data-v-4c5d8872]{position:relative;height:400px;background:#efefef;padding:10px;padding-top:8px;font-family:Open Sans,sans-serif;z-index:999!important;left:600px;height:58px}ul.q-counts[data-v-4c5d8872]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:1rem}ul.q-counts li[data-v-4c5d8872]{list-style-type:none}ul.q-counts li label[data-v-4c5d8872]{margin-bottom:0}ul.q-counts li[data-v-4c5d8872]:first-child{width:80%}@media (max-width:1150px){.card .new-card-body[data-v-4c5d8872]{padding:1.25rem 1.437rem!important}}