.v-application .v-btn.success {
    background-color: #05c985 !important;
    border-color: #05c985 !important;
}
.hm-test-body{
    padding: 28px;
}
.hm-test-header__wrapper{
    padding: 28px;
}

.testings__options-between {
    margin-bottom: 18px;
}

.test__answer-options {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 21px;
}

.hm-test-progress{
    padding-left: 28px;
    padding-top: 28px;
    padding-right: 28px;
}

@media(max-width: 4659px) {
    .hm-test-body {
        padding: 10px;
    }
    .hm-test-progress {
        padding: 0 10px;
    }

    .hm-test-body .v-card__actions .v-btn__content .v-icon {
        display: none;
    }
}