html {
    height: 100%;
    background: #cecece
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr:nth-child(2) {
    background-color: #8c1e18;
    display: none;
    font-weight: bolder
}

.flex_1,
body {
    width: 100%;
    margin: auto
}

body {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    background: #dbd9d9;
    font: 16px, "PT Sans", sans-serif;
    min-height: 100%;
    align-items: center;
    box-shadow: none;
    background: #cecece
}

.flex_1 {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    background: #bababa
}

.links,
body {
    display: flex;
    justify-content: center
}

.links {
    padding: 5px
}

.box {
    display: inline-block;
    padding: 12px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    background-color: #7c7c7c;
    font-weight: bolder
}

.quality {
    color: #fff;
    font-size: 13px
}

.player {
    justify-content: center;
    text-align: center
}

.background {
    flex: 2;
    border-bottom: 7px solid #bcbcbc;
    background: #cecece;
    background: #cecece
}

.audioPlayer {
    min-height: 100%;
    background-color: #e1e1e1;
    text-align: left;
    color: #9ed9de;
    box-shadow: inset -7px 0 9px -7px rgba(134, 130, 130, .24);
    flex: 1;
    display: flex;
    flex-direction: row;
    border-bottom: 1px #cac9c9 solid
}

.aroundbutton {
    display: flex;
    align-items: center;
    justify-content: center
}

.playbutton,
.playbutton:after {
    z-index: 1;
    display: block;
    border-radius: 50%
}

.playbutton {
    position: relative;
    box-sizing: content-box;
    width: 24px;
    height: 31px;
    padding: 16px 39px 16px 26px
}

.playbutton:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75px;
    height: 75px;
    background: #9ed9de;
    transition: all 200ms
}

.playbutton img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

#song {
    margin: 1.1em;
    background-color: #fff
}

#vol-control {
    appearance: slider-horizontal;
    cursor: default;
    border: initial;
    margin: 2px;
    height: 12px;
    background: #f5f5f5;
    border-radius: 15px;
    filter: hue-rotate(140deg) brightness(.9)
}

i.fa-volume-down,
i.fa-volume-up {
    right: 0;
    margin: 2px;
    font-size: 13px
}

.fa-pause {
    width: 1.2em!important
}

.fa-play {
    width: 1.35em!important
}

i.fa-volume-up {
    font-size: 15px
}

.controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    min-height: 80px
}

@media screen and (max-width:900px) {
    .flex_1 {
        max-width: 100%
    }
}

#nojs_message {
    background: #726f6f;
    color: #fff;
    font-weight: bolder;
    line-height: 1.5em;
    padding: 1em
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

input[type=checkbox]:focus {
    outline: 0
}

.toggle {
    height: 28px;
    width: 48px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 1em .3em;
    border: 2px solid #a2a2a4;
    background: linear-gradient(180deg, #494a50 0, #29292b 100%);
    transition: all .2s ease
}

.toggle:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(44, 44, 44, .2);
    transition: all .2s cubic-bezier(.5, .1, .75, 1.35);
    width: 16px;
    height: 16px
}

.toggle:checked {
    margin: 1em .3em;
    background: #b22c25
}

.toggle:checked:after {
    transform: translatex(20px)
}

.pressed {
    position: relative;
    z-index: 3;
    background: #fff1f1;
    width: 22px!important;
    height: 22px!important;
    border-left: 0 solid #fff1f1!important;
    border-top: 0 solid transparent!important;
    border-bottom: 0 solid transparent!important
}

#loader,
.on,
.pressed {
    display: block
}

.on {
    z-index: 100;
    visibility: visible;
    position: inherit;
    font-size: 32px!important;
    border: 0
}

#loader {
    visibility: hidden;
    position: absolute;
    margin: auto;
    overflow: visible
}

.top {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#history {
    text-align: left;
    font-size: 13px;
    height: auto
}

#history>table {
    border-collapse: collapse;
    width: 100%
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr {
    border-bottom: #4d4d4d solid 1px
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr td {
    padding-top: .5em
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr td:nth-child(1),
#history>table:nth-child(1)>tbody:nth-child(1)>tr td:nth-child(3) {
    text-indent: -9999px;
    line-height: 0
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr td:nth-child(1)::after {
    content: "\f001";
    text-indent: 0;
    display: block;
    font-family: FontAwesome;
    padding: .65em;
    font-size: x-large;
    color: #faebd7
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr:nth-child(2) td:nth-child(1)::after {
    content: "";
    font-weight: 700
}

#history>table:nth-child(1)>tbody:nth-child(1)>tr:nth-child(1),
#history>table:nth-child(1)>tbody:nth-child(1)>tr:nth-child(2)>td:nth-child(3) {
    display: none
}

.quality {
    display: flex;
    flex-direction: row;
    padding-top: .25em;
    justify-content: center;
    border-top: 1px solid #c8c8c8
}

.background {
    border-color: #a026ac
}

#artist,
#song {
    text-transform: uppercase;
    font: 18px Arial, Helvetica, sans-serif 700;
    width: auto;
    max-width: 100%
}

a,
h1,
h2,
h3,
p {
    color: #000
}

.right {
    border-bottom: 7px solid #8c1e18
}

.flex_1,
.right {
    box-shadow: none
}

.loader {
    border: 3px solid #181a1b
}

.right {
    background: #181a1b
}

.flex_1 {
    background: #cecece
}

.background {
    background-color: #cecece;
    box-shadow: 0 0 10px 1px gray;
    padding: .75em;
    margin: 1.222em .75em
}

#artist {
    margin: 1.1em 0
}

.quality {
    margin-top: .5em
}

#artist,
#song {
    color: #de6978
}

.toggle {
    border-color: #a2a2a4
}

.on {
    color: #fff
}

.top {
    background-image: url(noimageavailable.jpg)
}

.multi-button {
    justify-content: center;
    margin-top: 1em;
}

.volume {
    margin: 2%;
    justify-content: center;
    margin-top: 0.5em;
}

.background {
    background-color: #de6978;
    box-shadow: 0 0 10px 1px #9ed9de;
    border-color: #9ed9de;
}