div.amplitude-play-pause {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 3px 11px 3px 3px;
}

div.amplitude-play-pause.amplitude-paused {
    background: url("../images/play.svg");
    background-size: cover;
}
div.amplitude-play-pause.amplitude-playing {
    background: url("../images/pause.svg");
    background-size: cover;
}

div.meta-container {
    width: calc(100% - 84px);
    color: #d4d4d4;
    vertical-align: middle;
}

div[data-amplitude-song-info="tip"] {
    font-weight: 100;
    font-size: 14px;
    display: block;
}

div.time-container {
    margin: 3px 0;
    font-size: 12px;
    color: #d4d4d4;
    height: 15px;
}

div.time-container span.current-time {
    float: left;
    margin-left: 5px;
}

div.time-container span.duration {
    float: right;
    margin-right: 5px;
}

progress.amplitude-song-played-progress {
    background-color: #555;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 7px;
    display: block;
    cursor: pointer;
    border: none;
}

progress.amplitude-song-played-progress:not([value]) {
    background-color: #555;
}

progress[value]::-webkit-progress-bar {
    background-color: #555;
}

progress[value]::-moz-progress-bar {
    background-color: #fff;
}

progress[value]::-webkit-progress-value {
    background-color: #fff;
}

.hidden #single-song-player {
    display: none;
}

div#single-song-player {
    box-sizing: border-box;
    margin: 2px auto 10px auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

div#single-song-player img {
    width: 100%;
    display: block;
}

div.bottom-container {
    padding: 7px 6px;
    border-radius: 3px;
    background-color: #252525;
    display: flex;
    align-items: center;
}

div.amplitude-container {
    flex-grow: 1;
}

.content.select {
    color: #d4d4d4;
    background-color: #252525;
    font-weight: bold;
}

#options-button {
    font-size: 100%;
    border: none;
    background-color: inherit;
    font-weight: bold;
    font-style: italic;
}

#options-button.open {
    color: #111;
    margin-bottom: 1em;
}

#options-button.open:hover {
    color: #000;
}

#options-pane {
    display: none;
}

#options-pane.shown {
    display: block;
}

.tona-select>span, .meteo-select>span, .wake-select>span {
    font-weight: bold;
}

#wake-button {
    background-color: #eee;
    border: 1px solid #111;
    border-radius: 0.2em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.2em 0.5em;
}

#wake-button:hover {
    background-color: #ddd;
}

#wake-button.enabled {
    background-color: #3584e4;
    border: 1px solid #3584e4;
    border-radius: 0.2em;
    color: #eee;
    padding: 0.2em 1.1em;
}

#wake-button.enabled:hover {
    background-color: #2968b6;
}

.tona-boxes {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    margin-bottom: 10px;
}

.meteo-select>span {
    font-weight: bold;
}

#meteo-boxes>div{
    display: flex;
    align-items: center;
    margin: 1em 1em 0 1em;
}

#meteo-boxes label{
    display: flex;
    align-items: center;
}

.meteo-select .material-symbols-sharp {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.title-select {
    margin-top: 20px;
}

.title-select>span {
    font-weight: bold;
}

.title-select input {
    color: #000;
    background-color: #d4d4d4;
    border-radius: 4px;
    margin-left: 5px;
}

.grid.disabled {
    display: none;
}

.hidden.grid iframe, .hidden.grid a{
    display: none;
}

.hidden.content{
    display: none;
}

.music-content li .grid-title{
    cursor: pointer;
}

.music-content .grid-title:hover{
    color: #000;
}

.grid-title::before {
    content: '+';
    margin-right: .7rem;
    font-weight: bolder;
}

.grid.added:not(.hidden) .grid-title::before {
    content: '\2212';
    margin-right: .7rem;
    font-weight: bolder;
}

.grid div {
    line-height: 1em;
    margin-bottom: 0.5em;
}

.grid a {
    text-decoration: underline;
    font-size: 80%;
    cursor: pointer;
}


.music-content .play {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.5rem;
    display: inline-block;
    vertical-align: text-bottom;
    background: url("../images/play-black.svg");
    background-size: cover;
}

.repertoire .content {
    background: #eee;
    color: #333;
    box-sizing: border-box;
    margin-top: 4rem;
    margin-bottom: 3rem;
    flex-basis: calc(100% - 8vw);
}

.repertoire iframe {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: none;
    border-bottom: none;
    display: block;
    width: 100%;
    max-width: 506px;
}

li.note {
    color: #777;
    margin-top: 10px;
    padding: 2px 2px 2px 15px;
    border: 1px solid #777;

}

#front {
    display: none;
}

#front.visible {
    z-index: 4;
    border-radius: 0.4em;
    display: block;
    position: fixed;
    background: #eee;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    color: #ff242495;
}

#front .full-title {
    z-index: 6;
    font-size: 0.8em;
    margin-bottom: 0;
    position: absolute;
    top: 1vh;
    right: 2vw;
}

#front a{
    text-decoration: underline;
    color: #ff2424;
    cursor: pointer;
}

#front iframe {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: none;
    border-bottom: none;
    display: block;
    width: 100%;
    width: 506px;
    overflow: visible;
    transform-origin: top left;
}