html,
body {
    font-family: Tahoma;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: black
}

#player,
#playerbase {
    position: fixed;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 10
}

.jw-rightclick {
    display: none !important
}

.jw-display-icon-display {
    border-radius: 50%
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999996;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.loader>.page-loader__spinner {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: url('/player/assets/images/loading.svg');
    background-repeat: no-repeat;
    background-size: 100px 100px;
    transform: translate(-50%, -50%)
}

.rek {
    position: absolute;
    z-index: 999998;
    float: left;
    left: 50%;
    top: 50%;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .3)
}

.rek_close {
    z-index: 999999;
    position: absolute;
    color: white;
    top: 12px;
    right: 3px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
    -webkit-transition-duration: 0.4s;
    opacity: 1
}

.rek_counter {
    display: block;
    z-index: 999999;
    position: absolute;
    color: black;
    margin: auto;
    width: 100%;
    bottom: 8px;
    background-color: rgba(255, 255, 255, .5);
    font-family: tahoma;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 1px white, 0 0 1em white, 0 0 .2em black
}

.pppx {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999995;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.jw-title-primary {
    text-align: center;
}

.play-button-outer {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999997;
    width: 6em;
    height: 6em;
    background-color: gray;
    cursor: pointer
}

.play-button {
    margin: 0 auto;
    top: 25%;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5em 0 1.5em 3em;
    border-color: transparent transparent transparent #000;
    opacity: .75
}

.play-button-outer:hover {
    background-color: #a9a9a9
}

.play-button-outer:hover .play-button {
    opacity: 1
}

.dropdown {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    z-index: 999998;
    margin: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.dropdown>a,
.dropdown>button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #b22222;
    border: 0;
    padding: 6px 23px 6px 10px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.dropdown>a:before,
.dropdown>button:before {
    position: absolute;
    right: 7px;
    top: 12px;
    content: ' ';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff
}

.dropdown input[type=checkbox] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}

.dropdown2 {
    right: 0px;
    position: absolute !important;
}

.dropdown input[type=checkbox]:checked {
    position: fixed;
    z-index: +0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.dropdown1 ul {
    max-height: 200px;
    overflow: auto;
    position: absolute;
    top: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: 0;
    list-style: none;
    padding: 6px 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    opacity: 0;
    transition: opacity .25s linear, top .25s linear
}

.dropdown2 ul {
    max-height: 200px;
    overflow: auto;
    position: absolute;
    top: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    right: 0;
    list-style: none;
    padding: 6px 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    opacity: 0;
    transition: opacity .25s linear, top .25s linear
}

.dropdown input[type=checkbox]:checked+ul {
    opacity: 1;
    visibility: visible
}

.dropdown ul li {
    display: block;
    white-space: nowrap
}

.dropdown ul li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #000;
    padding: 6px 16px;
    min-width: 100px;
    font-size: 14px;
    line-height: 20px
}

.dropdown .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    font-size: 1px;
    padding: 0
}

[button="audioTracks"] .jw-button-image {
    -webkit-filter: invert(1);
    filter: invert(80%);
    zoom: 0.8;
}

.modals {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999998;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal {
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 10px 10px 10px 10px;
    background-color: black;
    box-shadow: white 0 0 3px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal .modal-footer {
    margin-top: 1rem;
}

.cs,
.cc {
    background-color: white;
    color: black;
    padding: 0.3rem;
    border: 1px solid gray;
    border-radius: 10px 10px 10px 10px;
}
