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

.btn-primary {
    color: #fff;
    background-color: #6a488e;
    border-color: #6a488e;
}

.btn-primary:hover, btn-primary active, btn-primary.active, .btn-primary:active  {
    color: #fff;
    background-color: #402b56;
    border-color: #402b56;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #6a488e;
}

.text-info {
    color: #6a488e;
}

a {
    color: #89bee4
}

a:hover {
    color: #627fa4
}

.progress-bar {   
    background-color: #6a488e;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
     background-color: #402b56;
    border-color: #402b56;
}

label::after {
    background-color: #9076AB;
}

.input-sm {
    min-width: 300px;
}

/* Mobile styles for survey custom header */
.group-description.row.well {
    background-color: #fff;
    margin-bottom: 4em;
}

@media only screen and (max-width: 767px) {
    .survey-custom-design-header img.mobile-logo {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .survey-custom-design-header div {
        flex-direction: column !important;
        width: 100% !important;
    }
}

/* Custom styles for survey ID: 859763 */
form[action="/index.php/859763"] .question-valid-container {
    display: none !important;
}

form[action="/index.php/859763"] input {
    border: 1px solid #ccc !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}