.card__meta span.comma:after {
    content: ',' !important;
}
.card__meta span.comma:last-child:after {
    display: none;
}
.media-bg {
    border-bottom: 1px solid var(--primaryColor);
    background-position: right -200px top;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
}

.show-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    padding: 10px;
    background-color: #1a191f;
    white-space: nowrap;
    overflow:hidden !important;
}

    .show-list a {
        color: #fff;
    }

        .show-list a:hover {
            color: #f9ab00;
        }

.meta .tmdb {
    background: #79caac/*#f2cc45*/;
    border-radius: .25rem;
    padding: 3px 6px;
    color: #000;
    text-shadow: none;
    font-size: .9em;
}
    .meta .tmdb:before {
        content: "TMDb";
        margin-right: 5px;
        color: #000;
        font-weight: 900;
    }
.meta {
    margin-bottom: 15px;

    font-size: 1em;
    color:white;
}
    .meta .quality {
        font-family: Arial;
        background: #dee2e6;
        color: #000;
        border-radius: .25rem;
        padding: 3px 6px;
        font-weight: 700;
        text-shadow: none;
    }
.meta span {
    margin-right: 20px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.header__logo {

    /*width: 200px !important;*/
}
.card__trailer {
    max-width: 100%;
    background-color: #0000005e;
}

.card--details .card__content {

    display: block !important;
}

.providers, .networks {
    max-height: 45px;
    max-width: 45px;
    margin-right: 15px;
    border-radius: 4px;
    margin:10px 5px;
}

.header__auth {
    justify-content: flex-end !important;
}
@media (min-width: 1440px) {
    .header__search-input {
        width: 332px !important;
    }
}
@media (min-width: 1200px) {
    .header__search-input {
        width: 332px !important;
    }
}