/******************
    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
*/
/**
 * Theme colors
 * Header background: 191919
 * Primary color (for buttons): 939598
 * Base font color: ffffff
 * Slider handle color: ffd520
 * Progress bar background color: eeeeee
 * Progress bar color: ffd520
 * Progress bar font color: 404040
 * Question title background color: 333333
 * Question title font color: ffffff
 * Question background color (not title): e6e6e6
 * Question helpbackground color: fada1c
 * Question border color: ffd520
 * Checkbox/radiobutton color (when checked): ffd520
 */

body {
    background-image: none !important;
    background-color: var(--ux-gray-600-color) !important;
    color: var(--ux-hki-black-color) !important;
}

.numeric-item input[data-number='1'] {
    text-align: left;
}

.text-danger {
    --bs-text-opacity:1;
    color:rgba(var(--ux-hki-yellow-color-darken-05-rgb),var(--bs-text-opacity))!important
}

.text-danger, .text-danger:hover {
    color: var(--ux-hki-yellow-color-darken-05) !important;
}

.btn-primary {
    background: var(--ux-hki-gray-color) !important;
    border-color: var(--ux-dark-color) !important;
    /* color: #333; */
}

.btn-primary:hover, .btn-primary.active, .btn-default:hover, .btn-default.active {
    color: var(--ux-hki-yellow-color) !important;
    background: var(--ux-dark-color) !important;
    border-color: var(--ux-dark-color) !important;
}

.btn-outline-secondary {
    border-color: var(--ux-dark-color) !important;
    background-color: var(--ux-gray-600-color) !important;
    color: var(--ux-dark-color) !important;
}

.btn-outline-secondary:hover {
    background-color: var(--ux-dark-color) !important;
    border-color: var(--ux-dark-color) !important;
    color: var(--ux-white-color)!important;
}

.question-title-container {
    background: var(--ux-hki-black-color-darken-05) !important;
    color: var(--ux-white-color) !important;
}

.question-help-container, .question-valid-container {
    background: var(--ux-gray-100-color) !important;
}

.group-title {
    color: var(--ux-hki-black-color-lighten-50) !important;
}

.question-container, #welcome-container {
    background: var(--ux-gray-300-color) !important;
}

.btn-check:checked + .btn-primary {
    background: var(--ux-dark-color) !important;
    filter: grayscale(var(--value, 100%)) !important;
    color: var(--ux-hki-yellow-color) !important;
}

#survey-nav .nav-link:hover {
    color: var(--ux-white-color) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--ux-hki-gray-color) !important;
}

.logo-container > img {
    max-height: 120px !important;
    padding: 10px !important;
    width: auto !important;
}

.brand-logo .top-container .top-content {
    padding-top: 1em !important;
}

.top-container .top-content {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0 !important;
}