.dark-border {
    border: var(--input-border-width) solid #d2d2d2;
}

.form-control {
    --input-placeholder-color: #979696;
}

.menu-color {
    color: #58595b !important;
}

.questionDescription {
    font-size: 14px;
}

.isRequired {
    font-size: 12px;
}

.checkbox-lg .form-check-input {
    top: .8rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
    padding-top: 13px;
}

.checkbox-xl .form-check-input {
    top: 1.2rem;
    scale: 1.7;
    margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
    padding-top: 19px;
}

body {
    background-color: #e0ebff94 !important;
}

.section {
    background-color: #a3c1ff;
    color: #ffffff;
}

.subSection {
    background-color: #dbdada6b;
    color: #4b4b4b;
}

.tab {
    display: none;
}

.grouped .card {
    margin-bottom: 0px;
    border-radius: 0;
}

.grouped + :not(.grouped) .card {
    margin-bottom: var(--spacer);
}

.last-grouped .card {
    border-bottom-right-radius: var(--card-border-radius);
    border-bottom-left-radius: var(--card-border-radius);
    overflow: auto;
    margin-bottom: var(--spacer);
}

.first-grouped .card:first-child {
    border-top-right-radius: var(--card-border-radius);
    border-top-left-radius: var(--card-border-radius);
}

.grouped .card-body:not(.subSection) {
    background: #fffdfd;
}

#SurveyContent {
    margin-bottom: var(--spacer);
}

.container-question .card-header .isRequired {
    white-space: nowrap;
}

.centerLogo-container {
    max-height: 120px;
    max-width: 800px;
}

#centerLogo {
    width: 100%;
    max-height: 120px;
}

.content {
    flex-grow: revert;
}

