

/* Оформление вебкомнаты */

.chat-widget, .o-lt-chat
 {
background: linear-gradient(54deg, rgba(255,250,107,0) 0%, rgba(0,41,255,0.1) 100%);
  border-left:1px solid rgb(56, 150, 212); 
}

.chat-widget .gc-comment-form { background: rgb(0,93,174);
background: linear-gradient(62deg, rgba(0,93,174,1) 0%, rgba(0,157,120,1) 93%); 
}

.gc-comment-form input {
    border-radius:5px;
  padding-left:10px!important;
height:30px!important;
}

.gc-comment-form .webinar-btn-send {
  background:white;
  color:#005fAD;
  font-weight:bold;
  border-radius:5px;
    font-family:Comfortaa;
  font-size:12px!important;
}

@media (max-width:640px) {
.gc-comment-form .webinar-btn-send {
  background:#005FAD;
  color:white;
  font-weight:bold;
  border-radius:5px;
padding:5px!important;
    font-family:Comfortaa;
  font-size:11px!important;
height:30px!important;
}
}

.gc-comment-form .moderation-link {
  color:white; 
}

.gc-comment-form  .webinar-count-users {
  color:white;
}

.gc-comment-form .comment {
  font-size:14px!important;
}

.comment .title {
  font-family:Comfortaa;
}

.comments-main-container {
  padding:10px 0;
}

@media (min-width:480px) {
.webinar-started-block .builder {
  position:relative;
}

.webinar-started-block {
  padding-left:15px!important;
} 


/* Заголовок */ 
 .webinar-started-block .f-header {
  font-family:Comfortaa;
  font-size: 25px;
  position:absolute;
  top:-25px;
  left:170px;
}   

/* Лого */   
  .webinar-started-block .f-header:before {
content:url(https://fs.gcfiles.net/fileservice/file/download/a/541590/sc/227/h/64c77655bba31a41d5a2d1c339e5bfb2.jpg);
  position:relative;
  left:-10px;
  bottom: -15px;
} 


/* Позиционирование видео блока */
.webinar-started-block .o-lt-video-broadcast {
 position:relative;
  margin-top:70px;
  margin-bottom:-30px!important;
  margin-left:200px!important;
    }

/* Отступ всего блока сверху */
.gc-main-content.gc-both-main-content.wide.account-page-content.with-left-menu.gc-user-logined.gc-user-admin
{
  margin-top: 0px!important;
}

/* Скрыли */ 
.video-overlay-bottom.hide-watermark, .video-overlay-top.hide-watermark {
    opacity: 0!important;
}

/* Картинка пока не открыта трансляция */
.video-broadcast-block { background:url(https://fs.gcfiles.net/fileservice/file/download/a/541590/sc/354/h/534fcfb96e54f95b2fbe278cd2a78c2d.jpg)!important;
    background-size:cover!important; 
  margin-left:-60px!important;
   width: 95%!important;
 height: 95%!important;
}
    
/* Звездочка для модератора */
.comment[data-user-id="255047058"] .title:before {
  content:"\f005";
  font-family:FontAwesome;
  padding-right: 5px;
    color:red!important;
}

/* Скрыть реальную картинку не открыта трансляция */
.video-broadcast-block > .video-broadcast-block {
    display:none!important;
}

/* Адаптация картинки при использовании широкой левой панели, если стандарт - не нужно */
  .webinar-content-block {
        margin-left: 25px !important;
    }

/* уменьшение видео для админа */
.video-broadcast-frame {
        margin-left: -50px !important;
 width: 95%!important;
 height: 95%!important;
 
    }
/* рихтуем в открытой комнате */    
.webinar-started-block.lite-page.block-set
{
        margin-left: -50px !important;
    }
    
 /* рихтуем картинку до открытия */
 .webinar-started-block { 
    left: -125px !important;
}
