﻿@import url('../../reset.css');
@import url('../../fonts.css');
@import url('common.css');
body, html {
    width: 100%;
    height: 100%;
}
.Fade {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#PlayerCnt {
    outline: none;
    display: block;
    max-width: 100%;
    background-color: #000000;
    direction: ltr;
    box-sizing: border-box;
    color: #fff;
    /* font-family: IRANSans, tahoma, arial, sans-serif; */
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    word-break: normal;
    overflow: hidden;
}

.PlayerLogo {
    top: 0;
    right: 0;
    width: 100px;
    height: 30px;
    opacity: .3;
    position: absolute;
    margin: 9px;
    pointer-events: none;
    background: url('images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    z-index: 50;
}

.PlayerBack {
    /* font-family: IRANSans, tahoma, arial, sans-serif; */
    font-size: 10pt;
    position: fixed;
    top: 10px;
    left: 10px;
    display: table;
    z-index: 1;
    background: #333 url('images/bk.png') left center no-repeat;
    background-size: contain;
    direction: rtl;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 5px 5px 30px;
}

    .PlayerBack:hover {
        background-color: #595959;
    }

.PMessage {
    z-index: 2;
    position: fixed;
    bottom: 50px;
    left: 50px;
    right: 50px;
    padding: 10px;
    color: #fff;
    background: #808080;
    direction: rtl;
    border-radius: 10px;
    text-align: center;
}


.AdsSkip {
    /* font-family: IRANSans, tahoma, arial, sans-serif; */
    font-size: 10pt;
    position: fixed;
    right: 15px;
    display: table;
    z-index: 1;
    background: #333;
    direction: rtl;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    top: unset !important;
    bottom: 140px;
    display: none;
    cursor: pointer;
}

    .AdsSkip:hover, .AdsLink:hover {
        background-color: #595959;
    }

.AdsLink {
    /* font-family: IRANSans, tahoma, arial, sans-serif; */
    font-size: 10pt;
    position: fixed;
    right: 15px;
    display: table;
    z-index: 1;
    background: #333;
    direction: rtl;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    top: unset !important;
    bottom: 100px;
}

.jw-shortcuts-description {
    display: none !important;
}

.jw-logo-button {
    display: none !important;
}

.jw-title-primary {
    display: none !important;
}

.jw-rightclick {
    display: none !important;
}

.PlayNow {
    background: #000;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0 0 0 0;
    opacity: .6;
    color: #fff;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index:1;
}

    .PlayNow::after {
        content: '';
        font-family: targanicon;
        cursor: pointer;
        font-size: 50pt;
    }

    .PlayNow.Stopped::after {
        content: '';
    }

    .PlayNow.Selected {
        color: #b50e0e;
    }
