﻿.pl-course-info {
    width: 100% !important;
    border-left: 1px solid #ebebeb !important;
    border-radius: 10px !important;
}

.no-data {
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

    .no-data:hover {
        box-shadow: none;
    }

.mobile-filter-button {
    color: white;
    background-color: #989898;
    position: absolute;
    z-index: 999998;
    right: 0;
    padding: 1px 15px 0 15px;
    border-radius: 10px;
    font-size: 15px;
}

    .mobile-filter-button:hover {
        color: white;
        background-color: #989898;
    }

.mobile-filter-panel {
    z-index: 9999998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 15px;
    overflow-y: scroll;
}

@media (min-width:768px) {
    .mt-md-70 {
        margin-top: 70px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .pl-desktop-filter-panel {
        display: none;
    }

    .mobile-filter-button {
        display: block !important;
    }
}
