.dropdown.suggest {
    top: 20px
}

.show {
    padding-top: 20px!important
}

.user_profile {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f2f2f2
}

.user_profile .user_avatar {
    text-align: center;
    border-radius: 100%
}

.user_profile .user_avatar img {
    border-radius: 100%
}

.user_profile .user_info {
    text-align: center
}

#ls_submit_form .form-group .form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block
}

#ls_submit_form .form-group input[type=text] {
    line-height: 40px;
    padding: 0;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    box-shadow: 0 0 #000
}

#ls_submit_form .form-group input[type=text]::placeholder {
    font-weight: 400;
    color: #ccc
}

#ls_submit_form .form-group .tags-container {
    border: 0;
    padding: 0;
    box-shadow: none
}

#ls_submit_form .form-group .tags-container .badge {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400
}

.tag-remove:after {
    content: 'x';
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    font-size: 15px;
    font-weight: 700
}

.tag-remove img {
    display: none!important
}

#song_videos {
    width: 100%;
    height: 100px;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-radius: 0;
    padding: 15px;
    line-height: 30px;
    letter-spacing: .5px
}

#song_lyric {
    height: 450px;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-radius: 0;
    padding: 15px;
    line-height: 30px;
    letter-spacing: .5px
}
#lyric_data {
    overflow-y: auto;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-radius: 0;
    padding: 15px;
    line-height: 30px;
    letter-spacing: .5px
}

.textoverlay-wrapper {
    line-height: 30px;
    letter-spacing: .5px;
    height: 450px;
    overflow-y: auto!important
}

#song_chords {
    list-style: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2
}

#song_chords li {
    display: inline-block;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #eee;
    margin-right: 5px;
    margin-bottom: 5px
}

#song_chords li span {
}

.dropdown.suggest .dropdown-item.d-none {
    display: none
}

.dropdown.suggest .dropdown-item {
    display: block;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 500;
    color: #444!important
}

.dropdown.suggest .dropdown-item.active {
    background: #d33;
    color: #fff!important
}

.tool_bar {
    padding: 10px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2
}
