﻿h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 20px;
}

img {
    width: 100%;
    height: 98%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: fixed;
}

.player-content {
    width: 100%;
    height: 100%;
}

#audioPlayerContainer {
    top: -30px;
    position: relative;
}

#AndroidPlayerContainer {
    width: 100%;
    height: 100%;
}

#HlsVideoTag {
    width: 100%;
    height: 100%;
}

.theoPlayer {
    width: 100% !important;
    height: 100% !important;
}

.player-content iframe {
    width: 100%;
    height: 100%;
}

#theoContainer {
    width: 100%;
    height: 100%;
    display: none;
}

.vjs-volume-num {
    display: none;
}

.theoplayer-picture-in-picture {
    display: none;
}

.theo-primary-color {
    color: #abc876 !important;
}

.theoplayer-skin .vjs-volume-level, .theoplayer-skin .vjs-play-progress{
    background-color: #abc876 !important;
}

.theoplayer-skin .vjs-loading-spinner, .theoplayer-skin .vjs-loading-spinner:before, .theoplayer-skin .vjs-loading-spinner:after {
    border-color: #abc876 !important;
}

.vjs-icon-cog {
    display: none !important;
}