body.largeFont .liveInfo,
body.largeFont .videoInfo > h4,
body.largeFont .videoInfo > h6,
body.largeFont .videoInfo > div > i
{
  font-size: 2em;
}

.videoPlatform{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.videoPlatform > .tabsBar{
  border-bottom: solid 4px;
}
.videoPlatform > .tabsBar > button{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.videoPlatform > .tabsBar > .moreContainer{
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 50px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid black;
  padding: 10px;
}
.videoPlatform > .tabContainer{
  flex: 1;
  overflow: auto;
}
.videoPlatform > .loading{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100pt;
  position: absolute;
  width: 97.3%;
  height: 96%;
  background: rgba(0,0,0,0.2);
  border-radius: 8px;
}
.tabContent.archTab > .tiles{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 10px;
}
.tabContent.archTab > .tiles::before{
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}
.tabContent.archTab > .tiles > *:first-child{
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}
.videoPlatform .videoTile {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.videoPlatform .videoTile > .miniature {
  height: 56%;
  background: gray;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  color: white;
  position:relative;
}
.videoPlatform .videoTile > .miniature > .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: black;
  font-size: 8pt;
  padding: 2px 5px;
  border-radius: 10pt;
}
.videoPlatform .videoTile > .miniature > .noTranscribtionInfo {
  background: red;
  width: 100%;
  position: absolute;
  top: 0;
  font-size: 10pt;
}
.videoPlatform .videoTile > .miniature > .ttm:hover > span {
  margin-left: -80px;
}
.videoPlatform .videoTile > .videoInfo {
  flex: 1;
}
.videoPlatform .videoTile > .videoInfo > h5{
  margin: 10px 6px;
  opacity: 0.8;
  font-size: 15px;
  height: 50%;
}
.videoPlatform .videoTile > .videoInfo > h6{
  margin: 5px 10px;
  font-size: 10pt;
  bottom: 0;
  position: absolute;
  color: gray;
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon{
  right: 0;
  font-size: 14pt;
  margin:unset;
  padding: 5px 10px;
}
.videoPlatform .videoTile > .videoInfo > h6.privacyIcon{
  right: 15px;
  font-size: 14pt;
  margin:unset;
  padding: 5px 10px;
  margin-right: 10px;
}
.videoPlatform .videoTile > .videoInfo > h6.noTranscribtionIcon{
  right: 45px;
  font-size: 14pt;
  margin:unset;
  padding: 5px 10px;
  margin-right: 10px;
  color: red;
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon > .videoMenu{
  position: absolute;
  background: white;
  border: 1px solid black;
  right: 50%;
  bottom: 90%;
  display: none;
  list-style: none;
  color: black;
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: normal;
  white-space: nowrap;
  z-index: 1;
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon > .videoMenu.toggle{
  display: block;
  animation: toggledMenu 0.3s ease-in-out forwards;
}
@keyframes toggledMenu{
  from{
    opacity: 0;
    transform: translateY(-30px);
  }
  to{
    opacity: 1;
    transform: translateY(0px);
  }
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon > .videoMenu > li{
  padding: 5px 10px;
  border-bottom: 1px solid;
  transition: all 200ms ease;
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon > .videoMenu > li:hover{
  background: #2196F3;
  color:white;
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon > .videoMenu > li:last-child{
    border-bottom: unset;
}
.videoPlatform .videoTile > .videoInfo > h6.menuIcon > .videoMenu > li > i{
    display: inline;
    margin-right: 10px;
}
.videoPlatform .playerPage {
  height: calc(100% - 31px);
  display: flex;
}
.videoPlatform .playerPage > .leftColumn{
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.videoPlatform .playerPage > .leftColumn > .videoInfo{
  flex: 1;
  margin-top: 10px;
}
.videoPlatform .playerPage > .leftColumn > .videoInfo > h4{
  display: flex;
}
.videoPlatform .playerPage > .leftColumn > .videoInfo > h4 > a{
  flex: 1;
}
.videoPlatform .playerPage > .leftColumn > .videoInfo  > *{
  position: relative;
}
.videoPlatform .iconsHolder{
  padding-left: 10px;
}
.videoPlatform .iconsHolder > .toolIcon{
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.videoPlatform .playerPage > .leftColumn > .videoInfo > h6{
  opacity: 0.4;
}
.videoPlatform .playerPage > .rightColumn{
  display: inline-flex;
  flex-direction: column;
  margin-left: 20px;
  width: 430px;
  height: 100%;
  overflow: hidden;
}
.videoPlatform .playerPage > .rightColumn > .playList {
  flex: 1;
  overflow: auto;
}
.videoPlatform .playerPage > .rightColumn > .playList > .playListItem{
  height: 100px;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.videoPlatform .playerPage > .rightColumn > .playList > .playListItem.current{
  background: rgba(0,0,0, 0.2);
}
.videoPlatform .playerPage > .rightColumn > .playList > .playListItem > .miniature{
  width: 177px;
  background: gray;
  background-size: cover;
}
.videoPlatform .playerPage > .rightColumn > .playList > .playListItem > .info{
  flex: 1;
  padding: 0 10px;
  opacity: 0.7;
}
.videoPlatform .playerPage > .rightColumn > .VP_chatContainer {
  margin-bottom: 10px;
  margin-top: 10px
}
.videoPlatform .playerHolder{
  display: flex;
  justify-content: center;
  position: relative;
}
.videoPlatform .playerHolder > .playerContainer{
  width: 70%;
}
.videoPlatform .playerHolder > .playerContainer.smallPlayer{
  width: 50%;
}
.videoPlatform .playerHolder > .playerContainer.smallPlayer > div > .videoContainer{
  height: unset;
}

.videoPlatform .liveTab > .offlineInfo{
  display: flex;
  justify-content: center;
  font-size: 46px;
}
.videoPlatform .infoRow {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
  min-height: 55px;
}
.videoPlatform .infoRow.noborder{
  border-bottom: unset;
}
.liveTab .titleborder {
  border-bottom: 1px solid #c1c1c1;
  width: 85%;
  position: absolute;
  right: 0;
}
.liveTab .liveInfo {
  width: 70%;
  margin: 10px 15%;
}
/*PLAYER*/
.videoContainer{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #444;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-top: 56.25%;
}
.videoContainer > video {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.videoContainer > .controlls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.videoContainer > .controlls.disabled{
  pointer-events: none;
}
.videoContainer > .controlls.disabled > *:not(.prompt) {
  display: none !important;
}
.videoContainer > .controlls > .menu {
  position: absolute;
  padding: 10px;
  margin: 0;
  bottom: 32px;
  right: 10px;
  width: 250px;
  background: rgba(0,0,0,0.7);
  list-style-type: none;
  color: white;
  display: none;
  z-index: 1;
  max-height: calc(100% - 64px);
  overflow: auto;
}
.videoContainer > .controlls > .menu > li {
  padding: 10px;
}
.videoContainer > .controlls > .menu > li > i {
  width: 20px;
  display: inline-block;
  visibility: hidden;
}
.videoContainer > .controlls > .menu > li > a {
  float: right;
  font-size: 9pt;
  margin-top: 3px;
}
.videoContainer > .controlls > .menu > li:hover {
  background: rgba(255,255,255,0.2);
}
.videoContainer > .controlls > .bar {
  width: 100%;
  position:absolute;
  bottom: 0px;
  height: 30px;
  background: rgba(0,0,0,0.5);
  transition: bottom 500ms;
  color: white;
  font-size: 13pt;
  display: flex;
  justify-content: center;
}
.videoContainer > .controlls > .bar.top {
  display: none;
  bottom: unset;
  top: 0px;
  right: 0px;
  transition: top 500ms;
}
.videoContainer > .controlls > .bar.top > i{
  float: right;
}

.videoContainer > .controlls > .bar > .logo {
  background-size: cover !important;
}

.videoContainer > .controlls > .bar > .element{
  margin: 6px 6px;
  display: inline-block;
}
.videoContainer > .controlls > .bar > .element:first-child, .videoContainer > .controlls > .bar > .element:last-child {
  margin: 6px 13px;
}
.videoContainer > .controlls > .bar > .element.click:hover{
  color: #2196F3;
}
.videoContainer > .controlls > .bar > .element.active{
  color: #2196F3;
}
.videoContainer > .controlls > .bar > .element.timelabel{
  font-size: 10pt;
  margin-top: 5px;
}
.videoContainer > .controlls > .bar > .slider{
  -webkit-appearance: none;
   appearance: none;
   height: 10px !important;
   background: #404040;
   outline: none;
   margin: 10px 6px;
   border: 1px solid black;
   border-radius: 25px;
}
.videoContainer > .controlls > .bar >.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #2196F3;
  cursor: pointer;
  border-radius: 100%;
}
.videoContainer > .controlls > .bar >.slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #2196F3;
  cursor: pointer;
  border-radius: 100%;
}

.videoContainer > .controlls > .centerIconContainer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35pt;
  color: white;
  border-radius: 10px;
}
.videoContainer > .controlls > .centerIconContainer.background{
  background: rgba(0, 0, 0, 0.5);
  width: 120px;
  height: 65px;
}
.videoContainer > .controlls > .centerIconContainer > i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoContainer > .controlls > .prompt{
  display: inline-block;
  background: black;
  padding: 15px;
  border-radius: 10px;
  left: 10px;
  position: absolute;
  bottom: 40px;
  color: white;
  opacity: 0.5;
}
.videoContainer > .subtitles{
  position: absolute;
  bottom: 17%;
  color: white;
  background: rgba(0,0,0,0.7);
  padding: 2px 10px;
  text-align: center;
  font-size: 12pt;
}
.videoContainer > .subtitles.st-size-2{
  font-size: 14pt !important;
}
.videoContainer > .subtitles.st-size-3{
  font-size: 16pt !important;
}
.videoContainer > .subtitles > a{
  font-size: 7pt;
}
.videoContainer > .subtitles.vp_fullscreen{
  font-size: 30pt;
}
.videoContainer > .subtitles.vp_fullscreen.st-size-2{
  font-size: 33pt !important;
}
.videoContainer > .subtitles.vp_fullscreen.st-size-3{
  font-size: 36pt !important;
}
.videoContainer > .subtitles.vp_fullscreen > a{
  font-size: 11pt;
}
.windowBorder{
  z-index: 999;
  position: absolute;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #2196F3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 8px;
}
.playerWindow{
  display: flex;
  flex-direction: column;

}
.playerWindow > .windowContent{
  background: #444;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.playerWindow > .windowContent > .videoContainer {
  padding-top: unset;
}
.windowBar{
  display: flex;
  align-items: center;
}

/*Chat*/
.VP_chatContainer{
  flex: 1;
  margin-left: 10px;
  margin-top: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.VP_chatContainer > .VP_chatScrollSet {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll{
  height: 100%;
  background: #f9f9f9;
  overflow-y: scroll;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset{
  min-height: 100%;
  position: relative;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages > .VP_noMessages{
  margin: 10px 5px;
  color: rgba(0,0,0,0.6);
  font-size: 10pt;
  text-align: center;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages > .VP_chatMessage{
  word-break: break-word;
  display: flex;
  padding: 10px 20px;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages > .VP_chatMessage:nth-child(2n){
  background-color: #ddd;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages > .VP_chatMessage > .VP_chatMessageText{
  flex: 1;
  display: flex;
}
.VP_chatContainer .VP_chatMessageText > span{
  border-radius: 25px;
  background: yellow;
  font-size: 10pt;
  height: 35px;
  width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.VP_chatContainer .VP_chatMessageText > div{
  margin-left: 10px;
  flex: 1;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages > .VP_chatMessage > .VP_chatMessageTools{
  font-size: 11pt;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_chatMessagesScroll > .VP_chatMessagesOffset > .VP_chatMessages > .VP_chatMessage > .VP_chatMessageTools > i{
  padding: 0 5px;
}
.VP_chatTimeHolder {
  font-size: 8pt;
}
.VP_chatContainer > .VP_chatScrollSet > .VP_scrollBack {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 7px gray;
  transition: bottom ease 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: white;
}
.VP_chatContainer > .VP_textBoxContainer{
  padding: 10px;
  display: flex;
}
.VP_chatContainer > .VP_textBoxContainer > button {
  border-radius: 100%;
  margin-left: 5px;
}

.VP_pauseTimerPositionModal{
  flex-direction: column;
  position: fixed;
  left: 50px;
  top: 30px;
  width: calc(100% - 100px);
  height: calc(100% - 60px);
  background-color: #FFFFFF;
  z-index: 3;
}
.VP_pauseTimerPositionModal_content{
  height: calc( 100% - 233px );
}
.VP_pauseTimerPositionModal_backgroud{
  aspect-ratio: 1840/1000;
  background-size: contain !important;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.VP_pauseTimerPositionModal_timerBoundary{
  font-size: 20pt;
  text-align: center;
  color: white;
  border: 2px solid red;
  position: absolute;
  cursor: move;
  user-select: none !important;
  padding: 5px;
}
.VP_pauseTimerPositionModal_buttonsSet{
  padding: 10px;
  display: flex;
  height: 58px;
}
.VP_pauseTimerPositionModal_buttonsSet > .VP_pauseTimerPositionModal_colorPicker{
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.VP_pauseTimerPositionModal_buttonsSet > .VP_pauseTimerPositionModal_colorPicker > .VP_pauseTimerPositionModal_colorPicker_label{
  margin: auto 0;
  margin-right: 10px;
}
.VP_pauseTimerPositionModal_buttonsSet > .VP_pauseTimerPositionModal_colorPicker > .VP_pauseTimerPositionModal_colorPicker_colorsContainer{
  display: flex;
  gap: 10px;
  align-items: center;
}
.VP_pauseTimerPositionModal_buttonsSet > .VP_pauseTimerPositionModal_colorPicker > .VP_pauseTimerPositionModal_colorPicker_colorsContainer > div{
  width: 20px;
  height: 20px;
  border: 1px solid rgb(143, 143, 143);
}
.VP_pauseTimerPositionModal_buttonsSet > .VP_pauseTimerPositionModal_colorPicker > .VP_pauseTimerPositionModal_colorPicker_colorsContainer > div.selected{
  border: 1px solid black;
}
/*AttendenceList*/
.VP_attendenceList{
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.VP_attendenceList > .VP_attendenceList_title{
  text-align: center;
  font-size: 13pt;
  margin-bottom: 10px;
  margin-top: 10px;
}
.VP_attendenceList > .VP_attendenceList_loading{
  text-align: center;
  font-size: 30pt;
  color: rgba(0,0,0,0.5);
}
.VP_attendenceList > .VP_attendenceList_list{
  padding: 0 10px;
  overflow: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
.VP_attendenceList > .VP_attendenceList_list > .VP_attendenceList_person{
  padding: 10px;
  margin-bottom: 10px;
}
.VP_attendenceList > .VP_attendenceList_list > .VP_attendenceList_person > div{
  font-size: 10pt;
}

@media only screen and (max-width:1300px){
  .videoPlatform .playerPage{
    flex-direction: column;
  }
  .videoPlatform .playerPage > .leftColumn{
    flex: unset;
    overflow: unset;
  }
  .videoPlatform .playerPage > .rightColumn{
    margin-left: unset;
    width: 100%;
    overflow: unset;
  }
  .videoPlatform .playerPage > .rightColumn > .playList {
    overflow: unset;
  }
  .videoPlatform .playerPage > .playList{
    width: 100%;
    overflow: unset;
    margin-left: unset;
    border-top: 1px solid #c1c1c1;
  }
  .videoPlatform .playerPage > .rightColumn > .VP_chatContainer {
    min-height: 200px;
    flex: unset;
  }
}
@media only screen and (max-width:1590px){
  .videoContainer > .subtitles.vp_fullscreen{
    font-size: 22pt;
  }
  .videoContainer > .subtitles.vp_fullscreen.st-size-2{
    font-size: 25pt !important;
  }
  .videoContainer > .subtitles.vp_fullscreen.st-size-3{
    font-size: 28pt !important;
  }
}

@media only screen and (max-width:1135px){
  .videoContainer > .subtitles.vp_fullscreen{
    font-size: 14pt;
  }
  .videoContainer > .subtitles.vp_fullscreen.st-size-2{
    font-size: 17pt !important;
  }
  .videoContainer > .subtitles.vp_fullscreen.st-size-3{
    font-size: 20pt !important;
  }
}

@media only screen and (max-width:770px){
  .videoContainer > .subtitles.vp_fullscreen{
    font-size: 12pt;
  }
  .videoContainer > .subtitles.vp_fullscreen.st-size-2{
    font-size: 15pt !important;
  }
  .videoContainer > .subtitles.vp_fullscreen.st-size-3{
    font-size: 18pt !important;
  }
}
@media only screen and (max-width: 740px){
  .videoPlatform .liveTab > .playerHolder > .playerContainer{
    width: 100%;
  }
  .liveTab .titleborder {
    width: 100%;
  }
}

@media only screen and (max-width:1590px){
  .videoContainer > .subtitles{
    font-size: 10pt;
  }
  .videoContainer > .subtitles.st-size-2{
    font-size: 12pt;
  }
  .videoContainer > .subtitles.st-size-3{
    font-size: 14pt;
  }
}

@media only screen and (max-width:1367px) and (min-width: 1301px){
  .videoContainer > .subtitles{
    font-size: 9pt;
  }
  .videoContainer > .subtitles.st-size-2{
    font-size: 11pt;
  }
  .videoContainer > .subtitles.st-size-3{
    font-size: 13pt;
  }
}

@media only screen and (max-width:993px) {
  .VP_privacyButtons > button {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

body.dark .videoPlatform .playerPage > .playList > .playListItem > .miniature{

  filter: invert(1);
}
body.dark .videoPlatform .videoTile > .miniature{
  filter: invert(1);
}