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

.question-container {
    animation-delay: 250ms;
    animation-fill-mode: backwards !important;
    border-radius: 20px;
    width: 100%;
    margin: auto;
}

.survey-welcome.question-container {
    padding: 16px;
    text-align: center;
    hyphens: none;
}

.form-change-lang {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.form-change-lang select#lang {
    border-radius: 50px;
    border-color: #fff;
    background-color: #b09a51;
    color: #fff;
}

.form-change-lang > div:nth-child(2) {
    margin: 0 20px;
}


body {
    position: relative;
    min-height: 100vh;
    font-size: 16px;
    text-shadow: 2px 2px 2px #00000088;
}

body::after {
    content: ' ';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000009c;
    position: absolute;
    z-index: -5;
}

body.id-841911::after {
    background-color: #09332de0;
}

body.id-841911 {
    background-position: center center;
    font-size: 18px;
}

body.id-841911 .btn {
    font-size: 1.25rem;
    text-shadow: 2px 2px 2px #00000088
}

body.id-841911 .btn.ls-move-next-btn {
    box-shadow: 5px 5px 10px #0000004f;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.brand-logo .top-container .top-content {
    padding-top: 2em;
    padding-bottom: 2em;
}we

.survey-title {
    flex: 1;
    color: black;
    text-align: center;
    display: block;
    font-size: 150%;
    color: white;
}

#navbar .navbar-right {
    visibility: hidden;
}

.group-container .question-container {
    padding: 8px;
    margin-bottom: -5px;
}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #b4c4c3 !important;
}

.answer-item.radio-item {
    outline: 1px solid #b09a51;
    padding: 6px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #00000054;
    transition: all linear 300ms;
    cursor: pointer;
    text-shadow: none;
    margin-bottom: 18px;
}

.answer-item.radio-item:hover {
    background-color: #93a5b388;
}

.fruity .navbar#survey-nav {
    background-color: unset !important;
    border-bottom : none !important;
    box-shadow: none;
}

.fruity .navbar-collapse {
    box-shadow: none;
}

#navigator-container .col-6 {
    width: 100% !important;
}

#navigator-container .col-6 button {
    display: block;
    margin: auto;
}

.group-outer-container.space-col {
    margin-bottom: -40px;
}

body > article {
    overflow: hidden;
    padding-bottom: 2em
}

.completed-text table, .completed-text table tbody, .completed-text table, .completed-text table tbody tr, .completed-text table, .completed-text table tbody tr td {
    border: none !important;
    background-color: unset !important;
    color: #b4c4c3;
    text-align: center;
}

.register-jumbotron.card {
    background: unset !important;
    text-align: center;
}

.register-container .register-form form {
    display: flex;
    justify-content: center;
}

.register-container .register-form form .form-group.row {
    margin-bottom: 8px;
}

.register-container .register-form form .form-group.row:last-child {
    text-align: center;
    margin-top: 10px;
}

.register-container .register-form form .row:not(.form-group) {
    padding-left: 8px;
}

.register-row .register-jumbotron {
    display: none !important;
}

.completed-wrapper .completed-text {
    display: flex;
    flex-direction: column;
}

.completed-wrapper .completed-text table {
    order: -1;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 800px;
    }
}

body .top-container {
    background-color: unset !important;
}

.fruity .progress {
    border-radius: 20px;
}

.fruity .progress .progress-bar {
    background-color: #b09a51;
}

.fruity .btn-primary, .fruity .btn-primary.disabled, .fruity .btn-primary.disabled.active, .fruity .btn-primary.disabled:active, .fruity .btn-primary.disabled:focus, .fruity .btn-primary.disabled:hover {

    background-color: #b09a51;
    border-color: #ffffff;
    border-radius: 30px;
}

.fruity .btn-check:active + .btn-primary, .fruity .btn-check:checked + .btn-primary, .fruity .btn-check:focus + .btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #80713f;
    border-color: #ffffff;
}

.group-container .group-title {
    margin-bottom: 0.5em;
    margin-top: 0;
}

.fruity .modal-content {
    color: #000;
    text-shadow: none;
}

.fruity .modal-content .btn-outline-secondary {
    border-color: #b09a51;
    color: #b09a51;
}

.assessment-table .assessment-heading {
    display: none;
}

table.assessments.table {
    border-spacing: 0px 30px;
    border-collapse: separate;
}

.progress .progress-bar {
    color: transparent;
    text-shadow: none;
}

@media only screen and (max-width: 767px) {
    .brand-logo .top-container .top-content {
        padding: 0 2em;
    }
    .brand-logo .top-container {
        margin-top: 2em;
    }
}

@media only screen and (max-width: 575px) {
    #bootstrap-alert-box-modal::before {
        height: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .juntos .ls-answers.answers-list .bootstrap-buttons-div {
        padding: 0;
        margin: 0;
    }
    
    .juntos .ls-answers.answers-list .bootstrap-buttons-div .form-check {
        padding: 0;
        margin: 0;
    }
    
    .juntos .ls-answers.answers-list .bootstrap-buttons-div .form-check label {
        border-radius: 0;
    }
    
    .juntos .ls-answers.answers-list .bootstrap-buttons-div:first-child .form-check label {
        border-radius: 20px 0 0 20px;
    }
    .juntos .ls-answers.answers-list .bootstrap-buttons-div:last-of-type .form-check label {
        border-radius: 0 20px 20px 0;
        
    }
}




