.carousel-item {
    height: 600px;
    background-color: #777;
}
.carousel-item > img {
    height: 100%;
    width: auto !important;
    margin: auto;
}
.carousel button:hover,
.carousel button:focus {
    background-color: inherit;
    border-color: inherit;
}
body.single-sfwd-topic .learndash-wrapper .ld-content-action a.ld-course-step-back,
body.single-sfwd-topic .learndash-wrapper > .ld-content-actions > .ld-content-action > a.ld-button{
    display: none !important;
}
/*body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_results > .ld-quiz-actions > input.wpProQuiz_button_reShowQuestion{*/
/*    display: none !important;*/
/*}*/
body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="sort_answer"]{
    background-repeat: no-repeat;
}
body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="sort_answer"] .wpProQuiz_questionListItem {
    width: fit-content;
    font-size: 12px;
    margin-left: 3px;
}
body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="sort_answer"] .wpProQuiz_questionListItem .wpProQuiz_sortable{
    padding: 0.25em 0.75em;
}
body .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="sort_answer"] .wpProQuiz_questionListItem .wpProQuiz_sortable::before{
    display: none;
}