body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif!important;
}

@font-face {
    font-family: 'dzeragir';
    src: url('/fonts/SHK_Dzeragir.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F2EDE2;
    text-align: center;
    font-size: 145px;
    line-height: 120%;
}

a {
    text-decoration: none;
}

.navbar-brand {
    color: #BACBD8!important;
    font-size: 36px!important;
    font-weight: 700!important;
    line-height: 120%!important;
}

.total-score, .total-score1 {
    display: none;
}

.your-score {
    color: #161F36 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}

.total-score1 .levels {
    color: #4b5764;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.high-level, .mid-level, .low-level {
    display: none;
}

.low-result, .mid-result, .high-result, .low-result1, .mid-result1, .high-result1 {
    display: none;
    margin-top: 20px;
    text-align: center;
    font-style: italic;
}

.low-result a, .mid-result a, .high-result a, .low-result1 a, .mid-result1 a, .high-result1 a {
    color: #161F36;
    font-weight: 600;
    text-decoration: underline !important;
}

.result p {
    margin-top: 0;
    font-size: 15px!important;
    text-align: left;
}

.result .accordion-button {
    font-size: 20px!important;
}

.result .accordion-item {
    padding: 0!important;
}

.error-test-message, .error-test1-message {
    color: red;
    font-size: small;
    text-align: left;
    display: none;
    margin: 15px 0;
}

.questions h3, .questions1 h3 {
    color: #161F36;
    text-align: left;
    /*font-size: 20px;*/
    font-weight: 400;
    margin-bottom: 30px;
    border-left: 5px solid #161f36;
    padding-left: 10px;
}

footer {
    background: #161F36;
}

footer > div {
    justify-content: space-between;
}

.error-msg p {
    font-size: 15px;
    color: darkred;
}

.error-sending {
    display: none;
    transition: opacity 0.5s ease;
}

#accordion-collapse button[aria-expanded="false"] {
    color: #1f2937!important;
}
