/******************
    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
*/

/*
    dark purple #120147
    dark red #c81612
    purple #423685
    red #e94b48
    light purple #c8bfff
    light purple2 #beb5f7
    weird purple #3b2761
    
    font-family: 'Nunito Sans',sans-serif;
    font-family: 'jaf-bernina-sans', sans-serif;
*/

/* this is to avoid showing question/excl icon before valid_message_and_help.twig text, otherwise it is showing automatically */
.valid-msg-n-help .ls-questionhelp::before {
        content: "";
    }
    
.valid-msg-n-help .ls-questionhelp::before {
        content: "";
    }


.general-font {
    font-family: 'Helvetica', sans-serif;
}
    


.survey-title{
    font-size: 30px;
    margin: 30px 0px 10px 0px;
    border-radius: 8px;
}
.welcome-logo-size {
    height: 100px;
}

.welcome-container {
    padding-left: 14px;
    padding-right: 14px;
}

.welcome-text-padding {
    padding-left: 4px; 
    padding-right: 4px;
}

.welcome-text-padding-extra {
    padding-left: 16px; 
    padding-right: 16px;
}


.dark-purple-section {
    background-color: #120147;
    color: white;
}

.primary-color-section {
    background-color: #423685;
    color: white;
}


.question-section-color {
    background-color: #423685;
    color: white;
    border-style: solid;
    border-color: #423685;
    border-radius: 8px;
}

.answers-section {
    background-color: white;
    color: #120147;
    border-radius: 0px 0px 8px 8px;
    padding: 16px;
}

.privacy-section {
    background-color: #ecf0f1;
    padding: 16px 16px 4px 16px;
    border-radius: 8px 8px 8px 8px;
}


.light-purple-font {
    color: #c8bfff;
}


.dark-purple-font {
    color: #120147;
}

.am-purple-font {
    color: #423685;
}

.font-size-16 {
    font-size: 16px;
}

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

.font-size-20 {
    font-size: 20px;
}

.bold-font{
    font-weight: bold;
}

.italic-font{
    font-style: italic;
}

.pt-0{
    padding-top: 0px;
}

.pt-1{
    padding-top: 6px;
}

.pt-2{
    padding-top: 12px;
}

.pt-3 {
    padding-top: 16px;
}

.pt-4 {
    padding-top: 22px;
}

.px-1 {
    padding-left: 6px;
    padding-right: 6px;
}

.px-2 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-3 {
    padding-left: 16px;
    padding-right: 16px;
}

.py-1 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-2 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-3 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pb-1 {
    padding-bottom: 6px;
}

.pb-3 {
    padding-bottom: 16px;
}

.pb-5 {
    padding-bottom: 32px;
}

.mt-0{
    margin-top: 0px;
}

.mb-0{
    margin-bottom: 0px;
}

.mb-3{
    margin-bottom: 16px;
}

.mt-3{
    margin-top: 16px;
}


.progress-bar {
    background-color: #423685;
 }
 
 .ls-move-previous-btn {
    background-color:#423685 ;
    color: white;
    font-weight: bold;
}

 .ls-move-next-btn {
    background-color:#423685 ;
    color: white;
    font-weight: bold;
}


