@charset "utf-8";

.text-item,
.plugins .plugin .block.plugin-content,
.plugins .chatrooms.plugin .block.subplugin-content{
	background-color:#e50043;
}
.item-sublevel .text-item:first-child:before{
  border-right-color:#e50043;
}
.player-plugins .plugin .subplugin.active .button{
  background-color:#009ee7;
  margin-bottom: -2px;
}
.player-plugins .plugin .subplugin.active .button svg,
.player-plugins .plugin .subplugin.active .button svg *,
.player-plugins .plugin .subplugin.active .button use *{
  fill:#fff;
}

.room.active {
    border-color: #003e7c;
}

@media screen and (min-width:769px){
  .wrapper.iframe{
    overflow:hidden;
  }
}

@media screen and (max-width: 768px){
  .rooms .room {
    width: inherit;
    font-size: 0.9em;
  }
}