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

body {
    font-size: 18px;
}

#outerframeContainer {
    hyphens: none!important;
}

.navbar-blue{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.space-col {
    margin-top: 0.5em!important;
    margin-bottom: 0!important;
}

.group-title {
    margin-bottom: 0.5em !important;
}

.question-valid-container{
    background-color: #ffffff;
    border-left: 1px #dbdbdb solid;
    border-right: 1px #dbdbdb solid;
}

.footer {
 text-align:center;   
}
.footer a {
font-size: 12px;
}

h1, p, .text-info, .text-info:hover {
  color: #444;
  hyphens: none;
}

.fa-exclamation-circle {
    color:#e74c3c;
}

a {
    color: #3306bd;
}

a:hover, a:focus {
    color: #3306bd;
}

.radio-list li {
    display: block;
    clear: both;
    margin-right: 2rem;
}

.ls-label-question p {
    color: #fff !important;
}

.asterisk {
    padding: 7px 5px 0 0;
    height: 1rem;
}

.ls-label-question a {
    color: #e3ebf7;
    text-decoration: underline;
}

/*bootstrap buttons custom colors */

.button-item, .bootstrap-buttons-div .btn-primary, .yesno-button .btn-primary {
    background-color: #e3ebf7!important;
    border-color: #fff!important;
    padding: 10px 0 10px 0!important;
    color: #285192!important;
    font-weight: bold!important;
    font-size: 1.1rem!important;
}

.button-item:hover, .button-item.active, .button-item.focus, .button-item:focus, .button-item.active:hover {
    background-color: #d8dfeb!important;
    color: #285192!important;
    border: 2px solid #285192!important;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #233240 !important;
    border-color: #212f3c !important;
}


@media only screen and (max-width: 760px) {
h1 {
   font-size: 26px;
    font-weight: 600;
}
}

.sub-header .question-title-container {
    background: none;
    color: inherit;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
}

.sub-header.question-container {
    border: 0px!important;
	margin-bottom: 0px;
}
.sub-header .answer-container {
    border: 0px!important;
    padding: 0px!important;
}

.nps-left-text {
    float: left;
}
}