/******************
    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
*/
/* 
Main genashtim color: 
blue: #3a5e88
gray: #4c4c4c
orange: #f36627
yellow: #f2ad13
light: #9bd7d0
*/
body{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
.survey-welcome {
    font-size: 16px;
    color: #3a5e88;
    padding-top: 16px;
  }
.question-title-container .asterisk {
    margin-right: 6px;
    padding-top: 4px;
}
.progress-bar{
    background-color: #f36627 !important;
}
.radio-item label::after{
    background-color: #3a5e88 !important;
}
table.subquestion-list {
    margin-bottom: 1em;
}
tr.ls-heading{
    font-size: 14px;
}
.dir-ltr .ls-questionhelp {

    margin-left: 1.2em;

}
.ls-questionhelp {

    position: relative;

}
.ls-question-help, .ls-questionhelp {

    margin-bottom: 5px;

}
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.text-info {

    color: #072e42 !important;

}
.radio-item label::before{
    border: 1px solid #2b2b2b;
}