.rating-img {
    height: 80px;
    width: 120px;
}

.table-content {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 5px;
}

.btn-filter {
    margin: 5px;
    width: 250px;
}

.date_range_filter {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    display: none;
}

.date_range_filter input {
    width: 150px;
    border-radius: 4px;
}

.data_range {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.date_range_filter button {
    padding: 0 5px;
    height: 40px;
}

.container_graf {
    height: 500px;
}

.sort__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-decoration: none;
    color: #aaafb4;
}

.sort__item.sort__item_active {
    color: #343a40;
}

.sort__item.sort__item_active:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-left: 5px;
}

.sort__item.sort__item_asc:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M0 0h4v2H0V0zm0 3h7v2H0V3zm0 3h10v2H0V6z'/%3E%3C/svg%3E");
}

.sort__item.sort__item_desc:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M0 6h4v2H0V6zm0-3h7v2H0V3zm0-3h10v2H0V0z'/%3E%3C/svg%3E");
}

.collapse_translate_video:not(.show) {
    display: block;
    height: 350px;
    overflow: hidden;
}

.collapse_translate_video:not(.show):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.collapse_translate_video + .btn {
    text-transform: none;
}

