

.box_chords {
    position: relative;
    display: flex;
    padding-top: 8px;
    padding-bottom: 12px;
    clear: both;
    display: none;
}

#box_chords_roll{
    position: relative;
}

.chords_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    text-align: center;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer;
}
.chords_wrapper .txt-chord {
    color: #2DAAED;
    font-size: 12px;
    font-weight: bold;
}
.chords_wrapper .txt-line {
    font-size: 12px;
    color: #9A9A9A;
    width: 100%;
}
.chords_wrapper button {
    width: 20px;
    height: 24px;
    border: none;
    outline: 0;
}
.chords_wrapper button .ic_plus_small,
.chords_wrapper button .ic_minus_small {
    color: #9A9A9A;
    font-size: 12px;
}
.chords_wrapper button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.chords_roll_wrapper {
    cursor: pointer;
    width: 120px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
}
.txt_roll_chord {
    font-size: 12px;
    color: #9A9A9A;
    padding: 0 12px 0 8px;
}
.chords_roll_wrapper .btn_roll {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 24px;
    border: none;
    outline: 0;
    border-radius: 0 4px 4px 0;
}
.chords_roll_wrapper .btn_roll:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.chords_roll_wrapper .btn_roll .ic_caret_arrow_down {
    color: #9A9A9A;
    font-size: 12px;
}
.chords_roll_wrapper .txt_number_roll {
    color: #333333;
    font-size: 12px;
}
.roll_tooltip {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 2;
    width: 48px;
    padding: 4px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.roll_tooltip .txt_number {
    color: #333333;
    font-size: 12px;
    height: 24px;
    padding: 7px 0 0 8px;
}
.roll_tooltip ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#divLyricChord{
    background: none;
    margin-top: 15px;
    display: none;
}

.scroll_page{
    max-height: 300px !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
}



.lyric_block .line{
    position: relative;
    line-height: 50px;
}

.lyric_block .line .chord{
    /* position: absolute; */
    display: inline-block;
    top: -33px;
    color: #2DAAED;
    font-size: 12px;
    font-weight: bold;
}
.lyric_block .line .splitLine{
    position: absolute;
}

#divLyricChord::-webkit-scrollbar {
    width: 2px;
}

#divLyricChord::-webkit-scrollbar-thumb {
    background-color: rgba(28, 30, 32, 0.5);
}

.chords_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none; 
     text-indent: 10px;
    border: none;
    background: none;
    text-align: center;
    width: 55%;
    color: #2DAAED;
    font-size: 12px;
    font-weight: bold;
}

.chords_wrapper select:focus{
    outline: none;
    border-color: transparent;
}