.payment-method__item input:checked~.payment-method__content::before {
    border: 1px solid #AF1F26;
}

.payment-method__item input:checked~.payment-method__content::after {
    display: block;
}

.payment-method__content {
    padding-left: 32px;
}

.payment-method__content::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #888;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.payment-method__content::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #AF1F26;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.payment-method__content img {
    display: inline-block;
    width: 2.5rem;
}

.method-des {
    display: none
}

.method-des.show {
    display: block
}

.h-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.h-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-question-answer.ChooseAnswer {
    display: flex;
    flex-wrap: wrap;

}

.item-answer.basic_radio {
    flex: 0 0 50%;
    padding: 0 0.938rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
}

.item-answer.basic_radio::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #BEBEBE;
    position: absolute;
    top: 0;
    left: 0;
}

.item-answer.basic_radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #F26C50;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    display: none;
}

.item-answer.basic_radio.checked::before {
    border: 3px solid #F44336;
}

.item-answer.basic_radio.checked::after {
    display: block;
}

#module-content__exam .form-button__submit .btn {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 8px 24px;
    width: fit-content;
    background: #F26C50;
    color: #fff;
    margin-top: 1rem;
}

.jconfirm-buttons .btn-yellow__all {
    background: #F44336;
    color: #fff;
}

.jconfirm-buttons .btn-green__all {
    background: #FE8C00;
    color: #fff;
}