@import url('https://fs.getcourse.ru/fileservice/file/download/a/827497/sc/190/h/484cd66a829ee1e64a191dac2d225a81.css');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


:root {
 --font_1: 'Actay Wide', sans-serif;
 --font_2: 'Jost', sans-serif;
 --color-text-1: #050505; /* чёрный */
 --color-text-2: #050505; /* чёрный */
  
 --tfon: #f0f0f0; /* серый */
 --tfon-D: #010207; /* тёмный фон */ 
 --white: #ffffff;
 --color-1: #010207; /* тёмный фон */  
 --my-color-2: #000AFF; /* акцентный синий */  
  
 --color-G:  linear-gradient(95deg, #010207 28.94%, #010207 53.54%, #000aff 97.64%);  /* градиент */
 --shadow: 0 15px 50px 0 rgba(5, 5, 5, 0.1); 
}


.webinar-title {
  font-family: var(--font_1)!important;
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
 /* text-transform: uppercase;*/
}

#player .player-poster {
    background-color: black;
    border-radius: 10px;
}
.comment-form-wrapper {
    overflow: hidden;
    margin-bottom:10px;
    background: #010207;
    padding: 10px 20px 20px 20px;
    margin-left:0px;
    margin-right:0px;
    border-radius: 10px; 
}

.new-comment-input {
    border: 1px solid #010207;
    border-radius: 4px ;
    background-color:#ffffff;
}

.comments-tree, .comments-tree a {
    font-family: "Jost", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 145%;
}


 input::placeholder {
  padding: 8px!important;
}

.btn-primary.webinar-btn-send {
    color: #fff;
    background-color: #000AFF;
    border-color: #000AFF!important;
    margin-top: 10px;
    border-radius: 4px !important;
    padding: 10px 20px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 38px;
}
.btn-primary.webinar-btn-send:hover {
    color: #050505;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}


  
.chat-widget {
    width: 400 px;
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: 900;
  }

.standard-page-content .btn-danger.webinar-chat-toggle {
    border: none;
    margin-top: 10px!important;
    border-radius: 4px !important;
    padding: 10px 20px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 38px;
    background-color: #f0f0f0;
    color: #050505;
}

.webinar-count-users {
    font-weight: bold;
    margin-top: 3px;
    float: right;
    color: white!important;
}


