@media (max-width: 765px) {
    #use-coupon-button {
        display: block;
    }

    .priceTotal {
        margin-right: 0px !important;
    }

}

tbody.invoice>tr>td {
    padding: 10px;
}

tfoot.invoice>tr>td {
    padding: 10px;
}

thead.invoice>tr>th {
    padding: 10px;
}

.disabled-quiz,
.disabled-video {
    opacity: 0.65 !important;
}

div.item>ol>li>p>img {
    max-width: 100% !important;
    height: auto !important;
}

div.item>p>img {
    max-width: 100% !important;
    height: auto !important;
}

div.item>div>figure>img {
    max-width: 100% !important;
    height: auto !important;
}

.item-videojs {
    padding: 2rem;
    margin-top: 2rem;
}

.btn-main {
    background: #e61212 !important;
    color: #fff !important;
    border-color: #e61212;
    border-radius: 0;
}

.lesson-menu-sidebar .nav li.nav-item a.nav-link.active {
    background-color: #e61212;
    color: #fff !important;
}

.lesson-menu-sidebar .nav li.nav-item a.nav-link:hover {
    background-color: #e61212;
    color: #fff !important;
}

figure>figcaption {
    font-size: 14px !important;
}

.popover {
    background-color: #f8f9fa;
    color: #212529;
    border: 1px solid #ccc;
    font-size: 13px;
}

.popover-header {
    background-color: #e61212;
    color: #fff;
    font-weight: bold;
}