body,*{padding:0;margin:0}body{direction:rtl;background:#222}a{text-decoration:none;color:#000}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.player-poster[data-poster]{width:auto;height:100%}.plyr{width:auto;height:100%}.plyr .plyr__video-wrapper{width:auto;height:100%;text-align:center}.plyr audio,.plyr video{border-radius:inherit;height:100%;vertical-align:middle;width:auto;margin:auto}.hlsjs{width:auto;height:100%;max-width:100%;:center;margin:auto}.video-js{width:auto;height:100%}#player iframe{width:100%;height:100%;border:0}#player-content{text-align:center;height:100%;width:100%}#onsplayerServ{background:#222}.onsplayerServ-nav{overflow:hidden}.onsplayerServ-nav ul{display:flex;overflow-x:auto;padding:2px}.onsplayerServ-nav ul li{flex:1;display:flex;padding:2px;white-space:nowrap}.onsplayerServ-nav ul li a{padding:10px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:3px;width:100%;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.3)}.onsplayerServ-nav ul li a.active,.onsplayerServ-nav ul li a:hover{background:#000;color:#fff}#onsplayerServ-content{box-sizing:border-box;position:relative;width:100%;height:calc(100vh - 50px);overflow:hidden;text-align:center}#player,#vplayer.hls{width:100%;position:absolute;height:100% !important;z-index:9;right:0;left:0;direction:ltr}.onsplayershare{position:absolute;top:10px;left:10px;z-index:99999;background:#000;color:#fff;padding:5px 10px;border-radius:3px;cursor:pointer;text-shadow:0 1px 1px rgba(0,0,0,.3)}.onsplayersharecontent{position:absolute;top:0;left:0;bottom:0;right:0;z-index:9999;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;display:none;background:rgba(0,0,0,.59)}.onsplayersharecontent.open{display:flex}.onsplayersharecontent h2{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.3)}.onsplayersharecontent textarea{margin-top:13px;max-width:98%;width:600px;direction:ltr;overflow:auto;font-size:14px;padding:10px;background:#000;border:0;min-height:95px;color:#fff;margin-bottom:10px;border-radius:5px;border:3px solid #c00;outline:0}.onsplayersharecontent button{padding:10px 20px;border-radius:3px;background:#000;color:#fff;border:0;cursor:pointer}.onsplayerpop{position:absolute;top:0;left:0;bottom:0;right:0;z-index:9999;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.59)}.onsplayerpop .p-close{width:45px;height:45px;border-radius:50%;margin-bottom:5px;background-color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;cursor:pointer}.onsplayerreload{position:absolute;top:10px;right:10px;z-index:99999;background:#000;color:#fff;padding:5px 10px;border-radius:3px;cursor:pointer;text-shadow:0 1px 1px rgba(0,0,0,.3)}.cld-video-player{width:100%}
#ons-telegram{
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 25px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #0088cc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tme_message {
    text-align: right;
    position: absolute;
    bottom: 62px;
    right: -10px;
    width: 250px;
    padding: 10px;
    background: white;
    box-shadow: 0 0px 6px -3px rgb(0 0 0);
    transition: opacity .5s ease-in;
}
#tme_message:after,
#tme_message:before {
    content: '';
    position: absolute;
    bottom: -21px;
    right: 23px;
    border-style: solid;
    height: 0;
    width: 0;
    border-width: 10px;
    border-color: transparent;
}
#tme_message:after {
    border-top-color: #fff;
    bottom: -20px;
}
#tme_message:before {
    content: '';
    position: absolute;
    bottom: -21px;
    right: 23px;
    border-style: solid;
    height: 0;
    width: 0;
    border-width: 10px;
    border-color: transparent;
}
#tme_message .clossalert {
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    cursor: pointer;
    background: #F00;
        color: #FFF;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#tme_message p {
    letter-spacing: -.5px;
    margin: 5px 0 0;
    font-size: 12px;
    color: #8e8e8e;
    text-align: right;
}
#tme_message a {
    margin: 6px 6px 0 0;
    color: #FFF;
    background: #0088cc;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 7px;
    text-decoration: none;
}