:root {
    --tutor-color-muted: #757c8e;
    --tutor-color-success: #FF7F22;
    /*--tutor-color-primary: #FF7F22;*/
    /*--tutor-color-primary-hover: #D8630E;*/
    --tutor-custom-color: #FF7F22;
    font-family: Poppins, serif !important;
}


/*     BUTTONS     */
.tutor-btn-primary {
    background-color: #FF7F22 !important;
    color: #ffffff !important;
    border-style: solid !important;
    border-color: unset !important;
    border-width: 2px;
    border-radius: 100px;
}
.tutor-btn-primary:hover {
    color: #FF7F22 !important;
    background-color: #ffffff !important;
    border-style: solid !important;
    border-color: unset !important;
    border-width: 2px;
    border-radius: 100px;
}
.tutor-btn-outline-primary {
    color: #FF7F22 !important;
    background-color: #ffffff !important;
    border-style: solid !important;
    border-color: #FF7F22 !important;
    border-width: 2px;
    border-radius: 100px;
}

.tutor-btn-outline-primary:hover {
    background-color: #FF7F22 !important;
    color: #ffffff !important;
    border-style: solid !important;
    border-color: unset !important;
    border-width: 2px;
    border-radius: 100px;
}

.tutor-btn-secondary:hover {
    background-color: #ffffff !important;
    color: #FF7F22 !important;
    border-style: solid !important;
    border-color: unset !important;
    border-width: 2px;
    border-radius: 100px;
}

.tutor-btn-secondary {
    color: #ffffff !important;
    background-color: #FF7F22 !important;
    border-style: solid !important;
    border-color: #FF7F22 !important;
    border-width: 2px;
    border-radius: 100px;
}

.tutor-btn-secondary[disabled] {
    background-color: #FF7F22 !important;
    color: #ffffff !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    border-style: solid !important;
    border-color: unset !important;
    border-width: 2px;
    border-radius: 100px;
}

.tutor-btn.tutor-btn-link {
    color: #FF7F22 !important;
}

.tutor-btn {
    font-family: Poppins, sans-serif !important;
}


.tutor-next-activity {
    text-align: center;
    max-width: 600px;
}

.tutor-next-activity-btn {
    display: inline-block;
    padding: 4px 10px;
    background-color: #FF7F22;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Poppins, sans-serif;
}

.tutor-next-activity-btn:hover {
    background-color: #ffffff;
    color: #FF7F22 !important;
    border: 2px solid #FF7F22;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 127, 34, 0.3);
}

.tutor-next-activity-btn:hover {
    background-color: #ffffff;
    color: #FF7F22 !important;
    border-color: #FF7F22;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 127, 34, 0.3);
}

.tutor-next-activity-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.tutor-next-activity-btn:disabled:hover {
    background-color: #FF7F22;
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: none;
}



/*     CUSTOM FONT SIZE     */
.tutor-course-topic-title {
    font-size: 18px !important;
}

.tutor-course-topic-item-title {
    font-size: 16px !important;
}

.tutor-fs-6 {
    font-size: 18px !important;
}

.tutor-fs-7 {
    font-size: 16px !important;
}


/*     SITE LOGO IN COURSE     */
.custom-logo {
    width: 100% !important;
    height: 175px !important;
}

.tutor-course-single-sidebar-title {
    height: auto !important;
}


/*     UNDERLINE AND HOVER     */
.tutor-nav-link.is-active {
    color: unset !important;
    border-bottom-color: var(--tutor-custom-color) !important;
}

.tutor-nav-link:hover {
    color: var(--tutor-custom-color) !important;
}


/*     CUSTOM ALERT STYLE     */
.tutor-alert.tutor-success {
    color: #ffffff;
    background-color: #FF7F22;
    margin: 0 5% !important;
}


/*     DISABLE RATINGS     */
.tutor-ratings {
    display: none !important;
}


/*     UTILS     */
.wf-wrap {
    margin-top: 30px;
}

#main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
    width: unset !important;
}

.tutor-course-topic-single-footer, .tutor-course-single-sidebar-wrapper, .tutor-accordion-item-header {
    background-color: #f4f4f4 !important;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover {
    background-color: #395b92;
}
.tutor-course-single-sidebar-title {
    justify-content: center !important;
}

.tutor-container ul:not(.tutor-dashboard-permalinks):not(.tutor-nav) {
    list-style: initial !important;
}
.tutor-container ol {
    list-style: decimal !important;
}

.tutor-lesson-wrapper {
    text-align: justify !important;
}

.tutor-course-single-content-wrapper .tutor-lesson-feature-image img {
    max-height: 500px !important;
}

.quiz-question > .quiz-question-title, .quiz-question > p.question-marks {
    display: none !important;
}

.tutor-quiz-border-box {
    width: 100% !important;
}

@media screen and (min-width: 1401px) {
    .tutor-ratio > img {
        object-fit: fill !important;
    }
}
@media screen and (max-width: 1400px) {
    .tutor-ratio > img {
        object-fit: scale-down !important;
    }
}


/*     H5P DRAGGABLES     */
.tutor-quiz-dotted-box.tutor-dropzone {
    min-width: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: justify;
    padding: 15px !important;
    transition: all 0.3s ease;
    background-color: #f9f9f9 !important;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans {
    max-width: 600px !important;
}

.tutor-quiz-border-box[draggable="true"] {
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
}


/*     H5P IMAGES     */
.h5p-guess-answer .h5p-image {
    width: 60% !important;
}


/* FONT SIZE */
h3 {
    font-size: 24px !important;
}


/*     FOOTER DASHBOARD USER'S VIEW     */
@media (min-width: 768px) {
    #tutor-dashboard-footer-mobile {
        display: none !important;
    }
}

#tutor-dashboard-footer-mobile {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding: 10px;
    box-shadow: 0px 0px 16px rgba(176, 182, 209, 0.180862);
    z-index: 9999999;
}

@media(min-width: 768px) {
    #tutor-dashboard-footer-mobile {
        display: none !important
    }
}

@media(max-width: 767px) {
    .tutor-screen-frontend-dashboard {
        padding-bottom: 94px
    }
}

#tutor-dashboard-footer-mobile>div>div>a {
    text-align: center;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: var(--tutor-color-muted)
}

#tutor-dashboard-footer-mobile>div>div>a:hover {
    color: var(--tutor-color-primary)
}

#tutor-dashboard-footer-mobile>div>div>a.active {
    border-bottom: 5px solid var(--tutor-color-primary)
}

#tutor-dashboard-footer-mobile>div>div>a,
#tutor-dashboard-footer-mobile>div>div>a:hover,
#tutor-dashboard-footer-mobile>div>div>a:active,
#tutor-dashboard-footer-mobile>div>div>a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: none
}

#tutor-dashboard-footer-mobile>div>div>a i {
    font-size: 21px
}

#tutor-dashboard-footer-mobile>div>div>a span {
    display: block;
    padding: 0 7px 7px
}

