#jazzy-logo>span {
    color: white;
}

.course-star-rating {
    line-height: 32px;
    font-size: 1.25em;
    cursor: pointer;
}

.course-star-rating span {
    color: #FDCC0D
}

.service-star-rating {
    line-height: 32px;
    font-size: 1.25em;
    cursor: pointer;
}

.service-star-rating span {
    color: #FDCC0D
}

.class-star-rating {
    line-height: 32px;
    font-size: 1.25em;
    cursor: pointer;
}

.class-star-rating span {
    color: #FDCC0D
}

.slidetoggle {
    display: none;
}

#jazzy-sidebar>div>nav>ul>li.nav-header {
    font-size: 1rem;
    color: #343a40;
    font-weight: 400;
}

.container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.participant {
    margin-bottom: 5px;
    margin-right: 5px;
}

.participant div {
    text-align: center;
}

.participant div:first-child {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border: 1px solid black;
}

.participant video {
    width: 100%;
    height: 100%;
}

.required {
    color: red;
}

.iti {
    width: 100%;
}

.form-group>p {
    margin-top: 1rem;
}

.custom-row {
    border: 1px solid #ccc;
    padding: 10px 10px;
    margin: 20px 0;
}

.select2-selection__rendered {
    width: 240px
}