@import "plyr.css";
@import "all.min.css";
*{
    font-family: "IRANSans";
    text-decoration: none;
}
body {
    background: #000000;
    text-align: right;
    direction: rtl;
}
.fa {
    font-family: "Font Awesome 5 Free" !important;
}
.main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.post-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transform: translateY(-30px);
    transition: all 200ms;
    z-index: 1;
}
.post-info.d {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.post-info.show {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    transition-delay: 0.3s;
}
.post-info h1 {
    float: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.3;
    margin: 0;
    color: #fff;
    text-shadow: 1px 3px 12px #000c;
}
.post-info a {
    text-decoration: none;
    outline: 0;
    color: #ffffff;
    background: transparent;
    border-radius: 3px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease;
}
.post-info a:hover,
.post-info a:focus {
    background: #00a1e5;
}
.post-info a i {
    font-size: 19px;
    transform: rotate(180deg);
    padding: calc(10px * 0.7);
    float: left;
    transition: transform 250ms;
}
.title-wrapper {
    display: flex;
    align-items: center;
}
.btn-group {
    display: flex;
    align-items: center;
    background: #e6e6e6;
    border-radius: 2px;
}
.btn-group button {
    background: transparent;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    margin: 3px;
    transition: all .18s ease-in-out;
}
.btn-group button:nth-child(2) {
    margin-right: 0 !important;
}
.btn-group button:hover {
    background: #9e9e9e;
    color: #ffffff;
}
.btn-group button.active {
    pointer-events: none;
}
.btn-group button.active {
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) !important;
    color: var(--plyr-video-control-color-hover,#fff);
}
#playlist {
    width: 0;
    height: 100%;
    float: right;
    background: #23232b !important;
    white-space: nowrap;
    border-left: 1px solid #1b1c1e;
}
#playlist h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background: #1c1c22;
    color: #eee;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#playlist .playlist-items {
    height: calc(100% - 61px);
}
#playlist .playlist-items ul{
    list-style: none;
    padding-right: 0;
    margin: 0;
}
#playlist .playlist-items ul li a{
    display: block;
    color:#a5a5a5;
    font-size: 13px;
    padding: 13px;
    transition: all .18s ease-in-out;
    border-bottom: 1px solid #1b1c1e;
}
#playlist .playlist-items ul li a i{
    margin-left: 10px;
    vertical-align: -1px;
}
#playlist .playlist-items ul li a .play-now{
    font-size: 9px;
    color: #ffc107;
    margin-right: 6px;
    vertical-align: middle;
}
#playlist .playlist-items ul li a.active{
    background: #2f2f36 !important;
    color: #efefef;
}
#playlist .playlist-items ul li a:hover{
    background: #1f1f23
}
#show-playlist{
    width: 33px;
    height: 33px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 19px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 15px;
    transition: all .2s ease-in-out;
}
#show-playlist:hover{
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
    color: var(--plyr-video-control-color-hover,#fff);
}
#hide-playlist{
    display: none;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
.video-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video-container video {
    outline: 0;
}
.video-container:hover .post-info {
    transform: translateY(0);
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
.user-no-login {
    max-width: 350px;
    margin: 5% auto;
    background: #ffffff;
    text-align: center;
    border-radius: 12px;
    padding: 30px 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}
.user-no-login > i {
    font-size: 20px;
    color: #929292;
    margin-bottom: 10px;
}
.user-no-login > p {
    color: #656565;
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.user-no-login > .links a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: 0;
    font-size: 13px;
    margin: 0 10px;
    background: #ff1564;
    padding: 4px 17px;
    border-radius: 34px;
}
.user-no-login > .links span {
    display: inline-block;
    color: #777;
    font-size: 13px;
}
.user-no-login > .links .buy-vip-plan {
    background: #ffc107;
}
@media (max-width: 767.98px) {
    .post-info h1 {
        display: none;
    }
    .btn-group {
        margin-right: 0;
    }
}
@media (max-width: 575.98px) {
    .user-no-login > .links {
        display: flex;
        flex-direction: column;
    }
    .user-no-login > .links a {
        padding: 7px 17px;
    }
    #hide-playlist{
        display: block;
    }
}
@media (max-width: 375px) {
    #playlist.playlist-hidden{
        width: 100% !important;
    }
}