@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/typography/iransans/IRANSansWeb(FaNum)_Black.woff") format("woff");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/typography/iransans/IRANSansWeb(FaNum)_Bold.woff") format("woff");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/typography/iransans/IRANSansWeb(FaNum)_Medium.woff") format("woff");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/typography/iransans/IRANSansWeb(FaNum)_Light.woff") format("woff");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/typography/iransans/IRANSansWeb(FaNum).woff") format("woff");
}
*{
    font-family: "IRANSans";
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    background: #1c1c22;
    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: 22px 10px 10px 10px;
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
    transition: all 400ms;
    z-index: 1;
}
.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 .go-back > span, #show-playlist > span {
    width: 42px;
    height: 42px;
    background: #23232b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all .25s ease-in-out;
}
.plyr__actions {
    background: rgba(35, 35, 43, 0.478);
    border-radius: 12px;
    pointer-events: all;
}
.plyr__actions button{
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
}
.plyr__actions #plyr-subtitle-settings span{
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 6px;
    transition: all .25s ease-in-out;
}
.plyr__actions .go-back > span{
    width: 55px
}
.plyr__actions #plyr-subtitle-settings:hover span{
    color: #00b3ff;
    color: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
}
.post-info .go-back:hover > span,
#show-playlist:hover > span,
#subtitle-settings #close-subtitle-settings:hover {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
}
#nimbaha {
    display: inline-flex;
    align-items: center;
    height: 42px;
    color: #fff;
    background: #23232b;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 12px;
    cursor: default;
}
#nimbaha span{
    display: inline-block;
    margin-right: .25rem;
    color: #ffad49;
    font-size: 15px;
    font-weight: 500;
}
.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;
}
#playlist h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background: #1c1c22;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 20px 13px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#playlist .playlist-items {
    height: calc(100% - 61px);
}
#playlist .playlist-items.blur {
    filter: blur(3px);
}
#playlist .playlist-items ul{
    list-style: none;
    padding-right: 0;
    margin: 0;
}
#playlist .playlist-items ul li a{
    position: relative;
    display: flex;
    align-items: center;
    color:#a5a5a5;
    font-size: 14px;
    padding: 13px;
    transition: all .18s ease-in-out;
    border-bottom: 1px solid #1b1c1e;
}
#playlist .playlist-items ul li a span{
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1c1c22;
    margin-left: 0.5rem;
    border-radius: 50%;
}
#playlist .playlist-items ul li a .play-now{
    font-size: 11px;
    color: #ffc107;
    margin-right: 6px;
}
#playlist .playlist-items ul li a.active{
    background: #2f2f36 !important;
    color: #efefef;
}
#playlist .playlist-items ul li a.active span{
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
}
#playlist .playlist-items ul li a:hover{
    background: #1f1f23
}
#show-playlist{
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}
#hide-playlist{
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.playlist-season select {
    outline: 0;
    color: #ddd;
    padding: 8px 20px 8px 10px;
    margin: 10px;
    background: #23232b;
    border: 1px solid currentColor;
    border-radius: 12px;
    appearance: none;
}
.video-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video-container video {
    width: 100%;
    height: 100%;
    outline: 0;
}
.plyr-error__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.plyr-error__message {
    font-size: 15px;
    padding: 15px;
}
.plyr-error__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
    padding: 15px;
}
.plyr-error__signup a, .plyr-error__goback a {
    background: #1c1c22;
    color: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 13px;
    transition: all .35s cubic-bezier(0.19, 1, 0.22, 1);
}
.plyr-error__goback a:hover, .plyr-error__signup a:hover{
    background: #2a2a34
}
.plyr-error__signup a.item-vip {
    background: linear-gradient(45deg, #ffc107, #fbc02d);
    box-shadow: 0 0 25px -10px #fbc02d;
    font-weight: 900;
}
.user-no-login {
    margin: 5% 0;
    background: #23232b;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
}
.user-no-login > p {
    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;
}
.svg-icon svg{
    width: 1em;
    height: 1em;
    font-size: 25px;
    vertical-align: middle;
}
.picker_selector {
    left: 10px;
}
#subtitle-settings {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #23232b;
    z-index: 9999999;
    color: #e6e6e6;
}
#subtitle-settings .sub-setting-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#subtitle-settings #close-subtitle-settings {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 300;
    background: #1c1c22;
    color: #fff;
    border: 0;
    margin: 20px 20px 0 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
#subtitle-settings form {
    padding: 5px 25px 25px 25px;
}
#subtitle-settings form .form-control {
    padding: 15px 0;
}
#subtitle-settings form .form-control label{
    min-width: 95px;
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
}
#subtitle-settings form .form-control select{
    min-width: 75px;
    background: #19191e;
    color: #fff;
    border: 0;
    padding: 5px 2px;
    border-radius: 4px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#subtitle-settings form .form-control button {
    font-size: 13px;
    padding: 8px 10px;
    background: #2e2e36;
    color: #fff;
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    transition: all .18s;
}
#subtitle-settings form .form-control button:hover{
    background: #1f1f26;
}
#subtitle-settings form .form-control #save-sub-settings {
    background: #00b3ff;
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
}
#subtitle-settings form .vanilla-color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px rgba(141, 153, 165, 0.471);
}
#subtitle-settings .subtitle-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    background-color: #1c1c22;
    background-image: url('../images/bg/subtitle-preview.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
#subtitle-settings #preview-sub{
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
    padding: 10px;
}
#subtitle-settings form .form-control button:focus-within{
    animation: click .6s;
}
.plyr__poster{
    background-size: cover;
}
.plyr__controls{
    padding-bottom: 22px !important;
    background: linear-gradient(0deg,#000,transparent) !important;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(calc(10px * -7));
    transform: translateY(calc(var(--plyr-control-spacing,10px) * -7));
}
.growl-notification__close{
    display: none !important;
}
.growl-notification__title {
    font-size: 16px !important;
}
.growl-notification__desc {
    font-size: 13px;
}
@keyframes click {
    0%{
        transform: scale(.95);
    }100%{
        transform: scale(1);
    }
}
@media (max-width: 767.98px) {
    .post-info h1 {
        display: none;
    }
    .btn-group {
        margin-right: 0;
    }
    .plyr__progress__container {
        position: absolute;
        top: -6px;
        left: 8px;
        right: 9px;
    }
}
@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;
    }
}