.EpisodeList {

    &-checkbox {
        accent-color: var(--blue);
    }

    &-episodes {
        height: 650px;
        overflow: auto;

        thead,
        th {
            background-color: var(--white);
            position: sticky;
            top: 0;
            z-index: 1;
        }

        table {
            border-collapse: collapse;
            width: 100%;

            th {
                padding-bottom: 10px;
                padding-top: 10px;
            }
        }
    }

    &-filters {
        align-items: center;
        display: flex;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    &-filter-only-selected {
        font-size: 14px;
    }

    &-filter-search {
        margin-right: 20px;
        width: 300px;
    }

    &-filter-seasons {
        margin-right: 20px;
        width: 250px !important;
    }

    &-published {

        &-date {
            cursor: pointer;
            text-align: right;

            &-header {
                text-align: right;
            }
        }

        &-time {
            color: var(--gray-500);
            font-size: 12px;
            text-align: right;
        }
    }

    &-select-all {
        width: 5px;
    }

    &-selected-count {
        border: solid 1px var(--gray-300);
        color: var(--gray-500);
        padding: 10px;
    }

    &-season-details {
        color: var(--gray-500);
        font-size: 12px;
    }
}

#only-selected {
    margin-top: 2px;
}
