
@media (min-width: 1200px) {
    .page-login .col-xl-9, .page-register .col-xl-9 {
        width: 100%;
    }
}

/*Course Show*/

.course-show p {
    margin: 0;
    font-size: 16px;
}

.course-show p strong {
    margin: 0;
    font-size: 16px;
    color: black;
}

.course-show img {
    width: 100%;
}

.ql-align-center {
    text-align: center;
}

.course-show iframe, .ql-editor iframe {
    width: 100%;
    min-height: 500px;
    border-radius: 15px;
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .course-show iframe, .ql-editor iframe {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .course-show iframe, .ql-editor iframe {
        min-height: 270px;
    }
}

@media (max-width: 576px) {
    .course-show iframe, .ql-editor iframe {
        min-height: 175px;
    }
}

/*Command Bar*/
.command-bar-wrapper {
    display: none; /* Origin CommandBar*/
}

.active-contract{
    display: none;
}

@media (max-width: 767.98px){
    .command-bar-wrapper .layout {
        padding: 10px 10px!important;
        text-align: center;
    }
}
