@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');

:root{
   --f1: 'Roboto', sans-serif;;
   --f2: 'Unbounded', sans-serif;
   --f3: 'Dela Gothic One', sans-serif;
    --b: #222;
    --w: #fff;
    --bl1: #3463DB;
    --bl2: #3C88F5;
    --chatTitleText: "Чат вебинара";
 

 --chatButtonWebinarToggleBackgroundColor: #F4223E;
 --chatButtonWebinarToggleTextColor: #fff;
  --chatModerationLinkTextColor: #fff;
  --chatMobileBackgroundColor: #fff;
  --chatMobileBorderColor: #E2E2E2;
}



/*админка*/
body.pageRoom .breadcrumb a,
body.pageRoom .breadcrumb>.active{
      color: #fff!important;
}
body.pageRoom  div[style="padding-left: 250px; top: 25px; position: absolute; right: 436px;"]{
    padding-right: 20px;
    color: #fff!important;
}

body.pageRoom  span[style="color: red;"]{
   /* color: #fff!important;*/
    font-weight: 600!important;
}
body.pageRoom  div[style="padding-left: 250px; top: 25px; position: absolute; right: 436px;"] a,
body.pageRoom .webinar-controls__copy{
       color: #fff!important;
}
.webinar-broadcast-buttons-group {
    padding-right: 20px;
}
.webinar-broadcast-buttons-group  .btn{
      background: #fff!important;
      color: var(--b)!important;
}
/*скругление*/
body.pageRoom .video-overlay-top{
    display: none;
    
}
body.pageRoom .video-overlay-before,
body.pageRoom .video-overlay-bottom.hide-watermark{
    display: none;
}

.chat-isolation-caption{
    color: #fff;
}

body.adminState .three-panel {
    height: 30px;
}


body.pageRoom:not(.adminState) {
     background-position: center;
    position: relative;
    background-attachment:fixed;
      background-size: cover;
    background: var(--bl2);
}
body.pageRoom:not(.adminState):before{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 334px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/888852/sc/205/h/61d4f9f12f0cf7a6421d836827adfd58.svg) no-repeat;
}
body.pageRoom .webinar-started-block {
    padding-left: 20px !important;
    width: calc(100% - 470px);
}

body.pageRoom .webinar-started-block .container  {
    padding: 0;

}

body.pageRoom .webinar-started-block .part-header {
     display: none;
}
body.pageRoom  .webinar-controls .webinar-status-title{
     color: #fff;
}
body.pageRoom .f-header.f-header-36{
    color: #fff;
    font-size: 20px;
}
body.pageRoom .webinar-started-block .f-header.f-header-36 {
    display: none;
}

body.pageRoom .webinar-started-block .video-block-main {
    width: 100% !important;
    margin-bottom: 20px;
}


.player-title{
    color: #fff!important;
    font-family: var(--f2);
    font-size: 16px!important;
    line-height: 120%!important;
}

.custom-text {
    font-family: var(--f2);
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 500;
    line-height: 120%;
    color: var(--w);
    margin-bottom: 20px !important;
    display: none; 
    padding-bottom: 20px;
    
}

.custom-text.visible {
    display: block;

}

/* Чат вебинарной комнаты */

body.pageRoom:not(.adminState) .chat-widget {
    top: 30px;
    right: 20px;
    height: calc(100% - 60px);   
    padding: 8px 20px 16px;
    background: var(--w) !important;
    background-size: 100% !important;
    border-radius: 10px;
    overflow: hidden;
}

body.pageRoom:not(.adminState) .chat-widget::before {
    position: relative;
    content: var(--chatTitleText);
    margin: 0 -12px;
    padding: 10px;
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: var(--w);
    background: var(--bl2);
    border-radius: 7px;
    z-index: 10;
}

body.pageRoom:not(.adminState) .chat-widget .webinar-count-users {
    position: absolute;
    top: 2px;
    right: 14px;
    margin-top: 12px;
    padding: 6px 12px;
    font-family: var(--f1);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: var(--bl1);
    background: var(--w);
    border-radius: 3px;
    z-index: 15;
}

body.adminState .chat-widget .webinar-count-users {
    margin-top: 14px;
    font-family: var(--f1);
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    color: var(--w);
}

body.pageRoom .comments-tree {
    padding-top: 20px;
    height: calc(100% - 0px) !important;
}
body.pageRoom .chat-widget.comments-tree-wrapper .comments-tree .comment-wrapper{
    padding: 0!important;
}

body.pageRoom .comment {
    margin-top: 4px;
}

body.pageRoom .gc-comment .title span[style="font-size: 12px; font-weight: normal;"] {

}

body.pageRoom .gc-comment .title span {
    position: relative;
    font-family: var(--f1);
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    color: var(--bl1);
}

body.pageRoom:not(.adminState) .gc-comment .title span {
    padding-right: 3px;
}



body.pageRoom:not(.adminState) .gc-comment .title span::after {
    content: ":";
    
}

body.pageRoom .gc-comment .text .main .text-content {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: var(--b);   
}

body.pageRoom .gc-comment .title span[style="color: red;"] {}

body.pageRoom .gc-comment .title span[style="color: red;"]::before {}


body.pageRoom .gc-comment-form {
    bottom: 10px !important;
    padding: 16px !important;
    width: calc(100% - 20px) !important;
    background: var(--bl2);
    border-radius: 8px;
    left: 10px;
}

body.adminState .gc-comment-form {
    bottom: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}

body.pageRoom .gc-comment-form .new-comment-input {
    padding: 4px 10px !important;
    height: 32px;
    font-family: var(--f1);
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    color: var(--b);
    background: var(--w);
    border: none;
    border-radius: 4px;
}


body.pageRoom .gc-comment-form .webinar-btn-send,
body.pageRoom .gc-comment-form .webinar-chat-toggle {
    margin-top: 12px;
    padding: 8px 20px !important;
    height: inherit !important;
    min-width: inherit !important;
    font-family: var(--f2);
    color: var(--bl1);
    font-weight: 600;
    background: var(--w);
    border: none;
    border-radius: 30px;
    transition: all .3s;
}

body.pageRoom .gc-comment-form .webinar-chat-toggle {
    color: var(--chatButtonWebinarToggleTextColor);
    background: var(--chatButtonWebinarToggleBackgroundColor);
}

body.pageRoom .gc-comment-form .webinar-btn-send:hover {
    background: var(--bl1);
    color: #fff;
}

body.pageRoom .gc-comment-form .webinar-btn-send .fa {
    display: none;
}

body.pageRoom .moderation-link {
    display: block;
    margin-top: 10px;
    color: var(--w);
}


@media (max-width:992px) {
    body.pageRoom:not(.adminState):before{
        display: none;
    }
    body.pageRoom:not(.adminState)  {
        background-size: cover!important;
        background: url(https://fs.getcourse.ru/fileservice/file/download/a/888852/sc/112/h/623d37028243cdbe447490f9fd6ff564.svg) no-repeat;
         background-position: center;
    background-attachment:fixed;
}
   
    
    body.pageRoom .webinar-started-block {
        padding-left: 20px !important;
        width: calc(100% - 20px) !important;
  
    }
    body.pageRoom .webinar-started-block .part-header{
        position: fixed!important;
        display: block!important;
    }
    
    body.pageRoom video {
        margin: 16px 0;        
    }
    
    body.pageRoom .lt-chat {
        padding: 10px 10px;
        margin-top: 20px;
        border-radius: 10px;
        background: var(--w) !important;
        overflow: hidden;
        margin-bottom: 20px!important;

    }

    body.pageRoom .lt-chat::before {
      content: var(--chatTitleText);
      display: block; 
      padding: 10px;
      font-family: var(--f1);
      font-size: 16px;
      font-weight: 600;
      line-height: 120%;
      color: var(--w);
      background: var(--bl2);
      border-radius: 7px;
    }
    
    body.pageRoom .comments-tree {
        padding: 10px 15px 0px 15px;  
    }
    
    body.pageRoom .lt-chat .gc-comment .text .main .text-content {
        padding-left: 0px;
    }
    
    body.pageRoom .gc-comment-form {
        bottom: 10px !important;
        min-height: 100px !important;
        width: calc(100% - 0px) !important;
        left: 0px;
        position: relative!important;
    }
    
    body.pageRoom .webinar-content-block.mobile[data-mobile-view="1"] .comments-main-container {
        padding-bottom: 30px;
    }
    
    body.pageRoom #webinar-content-block.mobile .comments-main-container {
        border: none;
    }
    
    body.pageRoom #webinar-content-block.mobile .gc-comment-form {
        height: 110px !important;
    }
    
    body.pageRoom .gc-comment-form .webinar-count-users {
        margin-top: 14px;
        font-family: var(--f1);
        font-size: 12px;
        font-weight: 600;
        line-height: 120%;
        color: var(--w);
    }
    .custom-text {
        width: 100%;
        margin: 20px auto!important;
        text-align: center; 
        font-size: 18px;
        margin-bottom: 0!important;
    }
}

@media (max-width:520px) {
    body.pageRoom .webinar-content-block.mobile[data-mobile-view="1"] .comments-main-container {
        padding-bottom: 40px;
    }
    body.pageRoom .gc-comment-form .webinar-btn-send{
        font-size: 12px!important;
            padding: 6px 16px !important;
    }
}
   