html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'HelveticaNeue';
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background-color: rgba(255, 255, 255, 1) !important;
    font-family: 'HelveticaNeue';
}
#app {
    font-family: 'HelveticaNeue';
    height: 100%;
}

h1, h4{
    color: black !important;
}

.popup_menu {
    background-color: black;
}

.submission_confirm_button {
    background-color: black !important ;
}

.checkbox {
    background-color: transparent !important;
}

.selected_answer {
    background-color: rgb(97, 98, 97);
}

button {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(42, 44, 46, 1) !important;
}

h5 {
    color: black !important;
}

.common_style {
    padding-top: 70px;
}

.assessment_drawer {
    background-color: black !important;
    width: 150px;
}

@media (max-width: 959.95px) {
    .common_style {
        padding-top: 30px;
        /* font-size: small; */
    } 
}
@media print {
    body {
        background-color: #fff;
    }
}