body {
    background-color: #e6eeff;
}

/* NAV BAR */
.custom_navbar {
    background-color: #44474c !important;
}

/* BODY */

.body_div {
    /* min-height: 100vh !important;
    height: 100vh !important; */
    min-height: 100vh !important;
    padding-top: 7rem !important;
}

/* FOOTER */
.fucking_footer {
    position: relative;
    background-color: #44474c !important;
}



/* TEST */

.fucking_col {
    padding-bottom: 10px !important;
}

.fucking_radio {
    display: inline !important;
}

.checkbox_test {
    margin-right: 10px;
    margin-bottom: 0px !important;
    /* margin-bottom: 20px; */
    width: 18px;
    height: 18px;
}

.question_image {
    max-width: 250px;
    cursor: pointer;
}

.question_image:hover {
    border: 2px solid #e6eeff;
}

/* OTHER */

.checkbox-correct-answer {
    height: auto;
}

.helptext {
    /* display: none; */
}

.display_none {
    display: none;
}