body.theme-fresk.pagelayout-incourse{
    .course-data-item {
        .d-flex {
            justify-content: space-evenly;
        }
    }
    .coursebox-content {
        background: #FFFFFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        width: 100%;
        .content-box-header {
            justify-content: space-between !important;
            margin: 10px 10px 0 10px;
        }
        .content-datacourse {
            flex-direction: column;
        }
        .data-summary {
            flex-direction: column;
        }
    }
    .coursebox .content .courseimage {
        margin: 0;

        img {
            border-radius: 8px 0 0 8px;
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .btn-enroll {
        display: none;
    }

    .icon-enroll{
        margin-left: 4px;
    }
    .enrolled-users {
        flex-direction: row-reverse;
        margin: 10px;
        .btn-enrolled-users {
            background: #FFFFFF;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            color: #969393;
            border: 1px solid #E9E9E9;
            border-radius: 4px;
            .icon-enrolled-users{
                margin-right: 2px;
            }
        }
    }
    .course-tag {
        color: #6D6C83;
        background: #F5F5F8;
        border-radius: 10px;
        margin: 5px;
    }
    .contacts-image {
        max-width: 0 !important;
        max-height: 40px;
    }
    .userimage {
        position: relative;
        top: 5px;
        right: 140px;
        .ml-n15 {
            margin-left: -15px;
        }
        img {
            border: 1.26px solid #FFFFFF;
            width: 30px;
            height: 30px;
        }
        span {
            border: 1.26px solid #FFFFFF;
        }
    }
}