body {
    background-image: url('../../images/assessment/dt-bg.jpg') !important;
}

.read-benchmark-subject-wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 500px;
}

.benchmark-subject-title-wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    padding: 40px 10px 30px 10px;
}

.diagnostic-tests-wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 10px;
}

.diagnostic-test-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.diagnostic-test-left-wrapper {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}

.btn-start-diagnostic-test {
    padding: 20px !important;
    border-radius: 50px !important;
    justify-content: start !important;
    min-width: 120px !important;
}

.background-back {
    background: #e34e4e !important;
}

.background-finished {
    color: #000 !important;
    background: #ddd !important;
}

.background-locked {
    background: #4a5464 !important;
    cursor: default;
}

.diagnostic-test-right-wrapper {
    display: flex;
    align-items: center;
}

.diagnostic-test-pre-start-input {
    display: flex;
    flex-flow: column;
    justify-content: start;
    text-align: start;
    padding: 0 10px;
    margin: 0 0 10px 0;
    font-size: 14px !important;
}

.diagnostic-test-pre-start-input > input,
.diagnostic-test-pre-start-input > select {
    border: 1px solid #ddd;
    padding: 10px !important;
    margin: 0 !important;
    font-size: 14px !important;
    outline: none;
}

.diagnostic-test-pre-start-input-code {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
}

.diagnostic-test-pre-start-input-code input {
    letter-spacing: 10px;
    font-size: 20px !important;
    justify-content: center;
    text-align: center;
    width: 120px !important;
    border: 1px solid #3d366d !important;
    color: #3d366d;
    font-weight: bold;
}

.diagnostic-test-result-wrapper {
    padding-bottom: 20px;
}

.diagnostic-test-single-result-correct-wrapper {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    color: green;
    font-size: 14px;
}

.diagnostic-test-single-result-wrong-wrapper {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    color: red;
    font-size: 14px;
}

.diagnostic-test-private-plan-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.diagnostic-test-guest-details-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    justify-content: space-between;
    /*border: 1px solid #ddd;*/
    /*border-radius: 50px;*/
    font-weight: 400;
}

@media (max-width: 767px) {

}