@import url("bootstrap-grid.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("examples.css");
@import url("main.css");
@import url("normalize.min.css");
@import url("particles.css");
@import url("./themes/bars-movie.css");
@import url("./themes/bootstrap-stars.css");
@import url("./themes/css-stars.css");
@import url("./themes/fontawesome-stars.css");
@import url("./themes/fontawesome-stars-o.css");
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    background: #edf2f4;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    box-sizing: border-box;
}

label {
    position: relative;
    cursor: pointer;
}

.form-container .container {
    /* background: #fafcfc; 
    padding: 0 30px;*/
}

header {
    background: #fafcfc;
    box-shadow: 0 5px #e0e5e7;
    margin-bottom: 5px;
}

header .header {
    padding: 30px 40px;
    margin: 0 auto;
    max-width: 1140px;
}

.createSurvey {
    margin: 40px auto;
    padding: 30px;
    background: #fafcfc;
}
header .header.feedback-header {
    padding: 30px 10px;
}

.feedback-header .sprint {
    width: 160px;    
}

/*********header********/

.header-info,
.info {
    display: flex;
}

.sub-header {
    padding: 0 20px;
}

.heading {
    color: #cb3339;
    font-weight: 600;
    font-size: 25px;
}

span.title {
    font-size: 18px;
}

.info-box {
    padding: 15px;
}

p.desc {
    font-size: 20px;
    font-weight: 600;
}

.logo-img {
    width: 100px;
}

.form-container {
    /* padding: 0 60px;
    margin: 50px auto 50px;
    max-width: 1140px; */
}

.form-container .rendered-form,
.header {
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
}

span.formbuilder-required {
    color: #ff5b60;
    position: absolute;
    top: 0px;
    left: 0px;
}

.form-container .form-group {
    margin-bottom: 40px;
}

.form-container .form-group>label {
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 0 12px;
    margin-bottom: 30px;
    display: block;
}

.hidden {
    display: none;
}


/*****************************************Check box*/

.formbuilder-checkbox-inline {
    font-size: 18px;
}

.form-checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox+label {
    position: relative;
    cursor: pointer;
    color: #b2b5b7;
    font-size: 18px;
}

.form-checkbox+label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-checkbox:checked+label:before {
    border: 2px solid #3ddc97;
}

.form-checkbox:checked+label {
    color: #3ddc97;
}

.form-checkbox:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #3ddc97;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* ************************ radio button ui *********************** */


/* The radio */

.formbuilder-radio-inline {
    cursor: pointer;
}

.form-radio {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-radio+label {
    position: relative;
    cursor: pointer;
    color: #b2b5b7;
    font-size: 18px;
}

/*commented for POC changes */
.form-radio+label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid;
    border-radius: 50%;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-radio:checked+label:before {
    border: 2px solid #3ddc97;
}

.form-radio:checked+label {
    color: #3ddc97;
}

.form-radio:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 4px;
    height: 2px;
    border: solid #3ddc97;
    border-width: 5px 8px 5px 2px;
    border-radius: 50%;
}


/*********************** range bar  ***************************/

.rangeslider__tooltip {
    display: block;
    color: #4e4d4d;
    text-align: center;
    font-size: 17px;
}

.rangeslider,
input[type='range'] {
    max-width: 100%;
}

.rangeslider__handle {
    border-radius: 22px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.rangeslider__handle:after {
    background: 0;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    background: #e6e5ea;
    background-image: linear-gradient(to right, #ff5a5b 30%, #e48e20 45%, #41da94 99%);
    position: relative;
}

.rangeslider--horizontal {
    height: 13px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    border: 6px solid #fff;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle.js-low {
    border-color: #fff;
}

.rangeslider__handle.js-med {
    border-color: #f1c40f;
}

.rangeslider__handle.js-high {
    border-color: #b94a48;
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -14px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    z-index: 2;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


/* .rangeslider__tooltip {
    display: none;
} */


/**************************************/

.field-rating .br-widget a {
    border-radius: 6px;
}

.field-rating .br-theme-bars-movie .br-widget a {
    width: 24.77% !important;
}

#start,
#end {
    display: inline;
    font-weight: 700;
}

.pointers {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 5px;
}

#end {
    float: right;
}


/*.rangeslider--horizontal {
    transform: perspective(46em) rotateY(-24deg);
    margin-left: -14%;
}*/

.separator:last-child,
.separator:first-child {
    visibility: hidden;
}

textarea.form-control {
    height: auto;
    border-radius: 0;
}

.survey-border {
    color: #a6a6a6;
    width: 100%;
    margin: 45px 0 40px 0;
}

.br-theme-bars-reversed .br-widget a {
    background-color: pink;
}

.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #ff446a;
}

.star-separator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    margin-top: 8px;
}

div.br-selected {
    background: #fff2ce;
}

.inner-separator {
    position: relative;
    flex: 1;
    height: 10px;
    background: #e6e6e6;
}

.br-current-rating {
    margin: 25px auto 0;
    text-align: center;
    font-size: 25px;
    width: 100%;
    color: #b5b8ba;
    font-weight: 600;
    padding-bottom: 30px;
}


/*.br-widget a:first-child:before {
    display:none;
}

.br-widget a:before {
    display: block;
    content: '';
    background: #d2d2d2;
    height: 7px;
    margin-top: 1.2em;
    margin-left: -9.4em;
    width: 229px;
    position: absolute;
}*/

.formbuilder-button.field-submit {
    width: 100%;
    padding: 40px;
    background: #fafcfc;
    display: inline-block;
}

.formbuilder-button.field-submit {
    text-align: right;
}

button#submit {
    background: #1ac6ff;
    border: 0;
}

.score {
    text-align: left;
    width: 20%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #c5c7c9;
}

i.fa.fa-paper-plane {
    transform: rotate(55deg);
}

.separator-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -13px;
}

.field-rating .separator {
    position: relative;
    width: 5px;
    height: 14px;
    background: #fff;
}


/*.field-rating .test:first-child{
        visibility:hidden;
    }*/

.progress-wrapper {
    overflow: auto;
}

.progress-wrapper .progress-bar {
    background-color: #DDDDDD;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.progress-wrapper .progress-bar:after {
    content: attr(data-percent-complete) "% Completed";
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 84px);
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
}

.progress-wrapper .progress-bar .progress {
    background-color: #55BCEB;
    height: 100%;
    transition: all 1s ease-in-out;
    width: 0;
}

.survey_page_wrapper .rendered-form {
    background: #fafcfc;
}

.survey_page_wrapper .form-container {
    padding: 0px;
}

.survey_page_wrapper {
    padding: 30px 0;
}

.validation_msg {
    position: absolute;
    bottom: -5px;
}

.heading-label {
    font-weight: 600 !important;
    font-size: 20px;
    padding: 0 0 0 12px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
    display: block;
    margin-top: 6px;
}

.required_fields .heading-label:before {
    content: "*";
    color: #ff5b60;
    position: absolute;
    left: 0px;
}

.star-separator {
    padding-bottom: 50px;
}

.form_canvas {
    padding: 0px 40px;
}
.disabled-section {
    pointer-events: none;
    cursor: not-allowed;
}