.course_checkout_model__backdrop.active {
    top: 0;
    transform: translate(0);
    height: 100vh;
    opacity: 1;
}
.model_checkout.active {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-course-price {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form-course-price > ul:last-child {
    /* direction: rtl; */
}
.form-course-price > ul > li:first-child {
    color: #121113;
    margin-bottom: 0.5rem;
}
.form-course-price > ul:last-child li {
    /* direction: rtl; */
    text-align: right;
}
