.mwai-chatbot-container {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header
{
    width: 70% !important;
}
.tutor-course-topic-single-body {
    width: 70% !important;
}
.mwai-chatgpt-theme .mwai-body {
    height: calc(100vh - 56px) !important;
    border-radius: 0 !important;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper
 {
    width: 70% !important;
}


@media screen and (max-width: 1200px)
{
    .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header
    {
        width: 100% !important;
    }
    .tutor-course-topic-single-body {
        width: 100% !important;
    }
    .mwai-chatbot-container {
        width: 100%;
        position: unset;
    }
    .mwai-chatgpt-theme .mwai-body {
        height: 100% !important;
        border-radius: 0 !important;
    }
    .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper
    {
        width: 100% !important;
    }
}