

.select-container:before {
    content: attr(data-term);
    color: #fff;
    font-weight: bold;
    display: block;
}

.wrapper-filter {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.lesson-filter-save-button {
    margin-right: 10px;
}


.stream-table tbody tr.complete:not(.no-public) a:after {
    content: '.';
    background: url('https://fs.getcourse.ru/fileservice/file/download/a/722755/sc/233/h/26eb4b15a3b6df8e1329f6c257bdf021.svg') no-repeat center;
    width: 169px;
    height: 62px;
    border: none;
}

.stream-table tbody tr td a {
    position: relative;
}

@media screen and (max-width: 768px) {
    .stream-table tbody tr.complete:not(.no-public) a:after {
     height: 40px;
     background-size: contain;
     background-position: right;}
}
