body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.trl_name{padding:.4em 1.5em !important}.vclient{width:100vw;display:flex;flex-direction:column;padding:0em 2em}.vclient__toolbar{display:flex;align-items:center;padding:.8rem .5rem;flex-wrap:wrap}.vclient__toolbar>.menu,.vclient__toolbar>.input{margin:.2rem .5rem !important}.vclient__toolbar .menu:nth-child(2){flex:1 0 auto}.vclient__main{flex:1 0 auto;display:flex;position:relative}.vclient__main-wrapper{position:absolute;height:100%;width:100%;display:flex}@media only screen and (orientation: portrait){.vclient__main-wrapper{flex-direction:column}}.videos-panel{display:flex;background:#000;padding:1.6em;flex:1 0 100%;transition:.2s all linear}.vclient--chat-open .videos-panel{flex:1 0 calc(100% - 400px)}.chat-panel{min-height:200px;flex:0 0 400px;overflow:hidden;padding:0 10px 10px 10px;display:flex;flex-direction:column}@media only screen and (orientation: portrait){.chat-panel{padding:10px}}.no-border{border-left:none !important}.trl_select{font-size:20px;border-radius:unset !important}video{object-fit:contain;width:100%;height:100%;max-height:285px}.messages_list{overflow-y:scroll;flex:1 0 auto;position:relative;height:150px}.messages_list .messages-wrapper{position:absolute;top:0;left:0;padding:1em 1.5em}.ui.selection.dropdown .menu{max-height:30rem}.mirror{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.hidden{display:none}.mute-button{max-width:66px;overflow:hidden}.vumeter{width:70px;height:56px;top:0;left:0;text-align:center;position:absolute;z-index:-1}.ui.massive.menu{font-size:1.28571429rem}.ui.selection.dropdown .menu{max-height:20rem}.admin_table{cursor:pointer !important}.admin_table .ui.table tr.warning,.ui.table td.warning{background:#aed6b7 !important;color:#20522c !important}.admin_table .ui.selectable.table tr.warning:hover,.ui.table tr td.selectable.warning:hover,.ui.selectable.table tr:hover td.warning{background:#aed6b7 !important;color:#20522c !important}.ui.table tr.active,.scoped-semantic-ltr .ui.table td.active{background:#f7ffe6 !important;color:#275b28 !important;font-weight:bold !important}.ui.table tr.positive,.scoped-semantic-ltr .ui.table td.positive{background:#e1e6d4 !important;font-weight:normal !important}.disabled_list{overflow-y:scroll;top:0px;left:0px;width:100%;height:70px}.preview_segment{width:430px;height:250px;cursor:pointer !important;background-color:silver !important}.program_segment{width:430px;height:250px;background-color:silver !important}.segment_conteiner{width:460px;height:920px}.shidur_overlay{font-family:"Liberation Serif";line-height:1.1285em;position:absolute;right:50px;color:#fff;text-align:center;font-size:20px;background-color:blue;width:auto;padding:0px 10px;z-index:2147483647;float:right !important}.stream_langs .ui.selection.dropdown .menu{max-height:8.01428571rem !important}
/**
* Rangeslider
*/
.volume_panel {
  height: 7em;
}
.ui.icon.message>.icon:not(.close) {
  font-size: 25px;
}
.mute_button {
  font-size: 15px!important;
  margin-left: 1em!important;
}
.rangeslider {
  -webkit-appearance: none;
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;
}
.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}

.rangeslider .rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4);*/

  box-sizing: border-box;

  border: solid 0.3125em #fefefe;
  border-right-width: .5em;
  border-left-width: .5em;
  width: 2em;
  height: 1.5em;
  border-radius: .25em;
  box-shadow: 0 .25em .125em #d2d2d2;
  background: #fefefe linear-gradient(90deg, #cfcfcf 50%, rgba(0, 0, 0, 0) 50%) 1px 50% content-box;
  /* wtf is wrong with you, Chrome? */
  background-size: .25em 100%;
}
.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1;
}
.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%;
}
.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px;
}
.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0;
}
.rangeslider-horizontal .rangeslider__handle {
  box-sizing: border-box;
  border: solid 0.3125em #fefefe;
  border-right-width: .5em;
  border-left-width: .5em;
  box-shadow: 0 .25em .125em #d2d2d2;
  background: #fefefe linear-gradient(90deg, #cfcfcf 50%, rgba(0, 0, 0, 0) 50%) 1px 50% content-box;
  background-size: 55% 55%;
  width: 30px;
  height: 25px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.rangeslider__handle::-webkit-slider-thumb {
  -webkit-appearance: none!important;
}

.rangeslider-horizontal .rangeslider__handle:after {

  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset;
}
.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px;
}
.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0);
}
/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent;
}
.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute;
}
.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0;
}
.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none;
}
.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px;
}
/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0;
}
.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit;
}
/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative;
}
.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px;
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  transform: translate3d(-50%, 0, 0);
}


/*# sourceMappingURL=main.f11399b8.css.map*/