

.floating-container {
    width:54px;
    margin-left:0;
    position:fixed;
    top:20px;
    right:20px;
    height:1px;
    line-height:1px;
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:10px;
    z-index:50;
    opacity:1;
    transition: opacity 0.2s;
}
  
@media(min-width:1200px) {
    .floating-container {
        right:200px;
    }
}
  
#scroll-button {
    position:absolute;
    left:0px;
    width:46px;
    height:46px;
    border-radius:15px;
    background-color: var(--lighter-background);
    z-index:54!important;
}
#roll-up-button {
    width:15px;
    height:15px;
}
input[type=range]::-webkit-slider-thumb,input[type=range]::-moz-range-thumb {
    background: var(--accent);
    cursor: pointer;
    border: none;
}

.rotate {
    transform: rotate(180deg);
}
  
.speed-dropdown-content {
    position:absolute;
    top:10px;
    left:0;
    opacity: 0;
    height: 0;
    transition: opacity 0.1s, height 0.1s;
    background-color: var(--lighter-background);
    border-radius: 23px;
    width:46px;
    padding:10px;
    padding-bottom:20px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.speed-dropdown-content.visible {
    opacity: 1!important;
    height: 280px;
}
.slider {
    position: absolute;
    top: 135px;
    width: 190px;
    height: 20px;
    background-color: var(--grey2);
    transform: rotate(90deg);
    border-radius: 10px;
    left: -72px;
}
.guitar-chord-img {
    width:170px;
    height:170px;
    margin-left:25px;
}
.piano-chord-img {
    width:280px;
}
.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
    filter: invert(100%);
}
.carousel {
    width:100%;
}

.chordColors {
    color: #df8484;
    color: #e17a6a;
    color: #FFAA79;
    color: #e7bf82;
    color: #e3d873;
    color: #9dd679;
    color: #79d69a;
    color: #79cfd7;
    color: #8ba6df;
    color: #ada0e9;
    color: #d499d0;
    color: #d993a2;
}


.verse-simple{
    gap:0.3em;
    margin-top: 0.5em;
    margin-bottom:0.7em;
    line-height: 1em;
}
.verse {
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    white-space: pre;
}
.chord-minor{
    /* box-shadow: 0 0 0 2px var(--grey2) inset; */
    border: solid 1px var(--black);
}
.chord-major{
    /* box-shadow: 0 0 0 2px var(--grey2) inset; */
    border: solid 1px var(--black);
}
.chord-alone-wrapper{
    display: flex;
    flex-direction: row;
    padding-left:5px;
    align-items: center;
}

.chord-anchor{
    position: relative;
    display: flex;
    flex-direction: row;
}
.chord-anchor-floating{
    top: -0.4em;
}
  
.verse-without-chords {
    width:45%;
}
@media(min-width: 1200px) {
    .verse {
        justify-content: center;
    }
}
.song p {
    white-space: pre-wrap;
    margin-bottom: 0em!important;
    font-size:16px!important;
    font-weight:600!important;
}
.chord-only-wrapper{
    display:flex;
    flex-direction: row;
    vertical-align: center;
    padding: 0.2em;
    height:100%!important;
}
#verse-container, #chorus-container {
    max-height: 200px;
}
.word-chord-wrapper {
    margin-bottom: 0.1em;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    vertical-align: bottom;
}
.word-only-wrapper {
    margin-bottom: 0.1em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.verse-empty{
    min-height: 0.8em;
    width: 100%;
}
.verse-superposed{
    line-height: 2.3em;
}

.chord-bubble {
    font-weight: bold!important;
    font-size: 1.0em;
    padding-left:0.2em;
    padding-right:0.2em;
    padding-bottom: 0.05em;
    padding-top: 0.05em;
    display: table;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    line-height: 100%;
    color: black;
    height: 1em;
    user-select: none;
    cursor:pointer;
}

.chord-anchor-inline{
    align-items: center;
}

.chord-bubble-floating {
    position: absolute;
}
.chord-bubble-inline {
    position: relative;
}

.song {
    position:relative;
    margin-top:10px;
    z-index:15;
    color: var(--black);
}

@media(min-width: 1200px) {
    .transposition-bar{
        align-items: center;
    }
    .song{
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }
    .song-control-center {
        display: flex;
        flex-direction:column;
        align-items: center;
    }
}
