#player {
    background-color: #2a2a2b;
    border-bottom: 0px solid rgb(0 0 0 / 30%);
    box-shadow: 0 1.1875rem 2.125rem -0.9375rem rgb(0 0 0 / 5%);
    min-height: 460px;
}

.b-player {
    position: relative;
}

.b-player iframe {
    overflow: hidden;
    width: 100% !important
}

.b-player iframe::-webkit-scrollbar {
    display: block
}

.b-post__lastepisodeout {
    position: relative;
    background: #2a2a2b;
    border: 1px solid rgb(0 0 0 / 30%);
    margin-left: -1px;
    margin-right: -1px;
    color: #fff;
    height: 25px;
    line-height: 22px;
}

.b-post__lastepisodeout_full {
    position: relative;
    background: #2a2a2b;
    border: 1px solid rgb(0 0 0 / 30%);
    margin-left: -1px;
    margin-right: -1px;
    color: #fff;
    height: 25px;
    line-height: 22px;
}
@media only screen and (max-width: 590px) {
    .b-post__lastepisodeout_full {
            position: relative;
            background: #12171b url(../dle_serials/dle_serials.png);
            color: #ccc;
            height: 40px
        }
    }
    
    .b-post__lastepisodeout_full a {
        color: #dcdbdb;
        text-decoration: none;
    }
    
    .b-episodes__list {
        margin-left: -16px;
        padding: 32px 0 15px;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    
    .b-episodes__list li {
        float: left;
        margin: 0 0 17px 17px
    }
    
    .b-simple_seasons__list {
        margin: 0 auto;
        padding: 10px;
        padding: 4px 10px 12px 13px;
        list-style: none
    }
    
    .b-simple_seasons__title {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding-top: 10px;
        padding-left: 11px;
        text-align: left
    }
    
    .b-simple_season__item {
        background: #2d2d2d;
        color: #fff;
        cursor: pointer;
        float: left;
        font-size: 13px;
        margin: 0 2px 2px 0 !important;
        min-width: 11.8%;
        padding: 5px 7px;
        text-align: left;
        list-style: none !important
    }
    
    .b-simple_episodes__list {
        margin: 0 auto;
        padding: 10px 10px 12px 13px;
        text-align: left
    }
    
    .b-simple_episode__item {
        background: #2d2d2d;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        margin: 0 2px 2px 0 !important;
        min-width: 11%;
        padding: 5px 7px;
        text-align: left;
    }
    
    #serial_player {
        min-height: 460px
    }
    
    #simple-episodes-tabs {
        white-space: nowrap;
        overflow: auto;
        margin: 0 30px 0 30px;
        display: block;
        position: relative;
}

@media only screen and (max-width: 590px) {
    #simple-episodes-tabs {
            -webkit-overflow-scrolling: touch;
            overflow-x: scroll
        }
    
        #serial_player {
            min-height: 300px
        }
    #player {
        background-color: #2a2a2b;
            border-bottom: 0px solid rgb(0 0 0 / 30%);
            box-shadow: 0 1.1875rem 2.125rem -0.9375rem rgb(0 0 0 / 5%);
            min-height: 300px;
    }
    
    #simple-episodes-list {
        -moz-padding-start: 0px;
        padding-start: 0px;
        -webkit-padding-start: 0px;
        text-align: left
    }
    
    .b-simple_episode__item {
        display: inline-block;
        font-size: 12px;
        background-color: #242425;
        border: 1px solid rgb(0 0 0 / 30%);
        color: #F0F0F0;
        cursor: pointer;
        padding: 8px;
        margin: 0 3px;
        -webkit-transition: background .3s ease;
        -moz-transition: -moz-background .3s ease;
        -o-transition: -o-background .3s ease;
        transition: background .3s ease;
        text-align: left;
    }
    
    .b-simple_episode__item.active {
        background: linear-gradient(90deg, #e50848, #ea5021);
        cursor: default;
    }
    
    .prenext {
        position: relative;
        margin-bottom: 15px;
    }
    
    .prevpl,
    .nextpl {
        position: absolute;
        top: 3px;
        font-size: xx-large;
        width: 25px;
        height: 20px;
        color: #D5D9D9;
        cursor: pointer;
        font-weight: bold;
        z-index: 999;
    }
    
    .prevpl {
        left: 0px
    }
    
    .nextpl {
        right: 0px
    }
    
    .b-simple_season__item.active,
    .b-simple_episode__item.active {
        background: linear-gradient(90deg, rgb(245, 130, 32), rgb(238, 61, 60));
        cursor: default;
}
.b-changeplayer__list li:hover,
.b-simple_season__item:hover,
.b-simple_episode__item:hover {
    background: linear-gradient(90deg, rgb(245, 130, 32), rgb(238, 61, 60));
}

.seaser {
    padding: 2px;
    background: linear-gradient(90deg, rgb(245, 130, 32), rgb(238, 61, 60));
    color: #fff;
}

.comm-one {
    margin-bottom: 10px;
}

.status7 {
    background: rgb(252, 74, 73);
    padding: 2px;
    padding-right: 4px;
    color: #fff;
}

.fpage2 {
    padding: 10px;
    background-color: #2a2a2b;
    border: 1px solid rgb(0 0 0 / 30%);
    box-shadow: 0 1.1875rem 2.125rem -0.9375rem rgb(0 0 0 / 20%);
    text-align: justify;
    margin-bottom: 12px;
}