

/*
==============================
CONTENT
==============================
*/

.author-profile-info {
    overflow-x: scroll;
    overflow-y: hidden;
}

#board-loading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
    background: var(--bs-dark-text-emphasis);
    opacity: .7;
    z-index: 9999999;
}
.loading {
    opacity: .3;
}



#board-wrapper {
    position: relative;
}
#fret-board {
    position: relative;
    border-left: 8px solid #333;
    border-right: 3px solid #333;
    margin: 30px 0 70px 42px;
}
#note-board {
    position: absolute;
    top: 0;
    left: 50px;
    right: 0;
    bottom: 0;
}
#positions {
    height: 50px;
    margin: 10px 0 0 0;
}

#position-board .btn-position {
    cursor: pointer;
}

.switchers-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#switcher{

}
#switcher-board .switch-items {

}


input[type="checkbox"] + label {
    padding: 10px 20px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 25px;
    color: #66668f;
    background: #ebebeb;
}
input[type="checkbox"]:checked + label {
    color: #FFFFFF !important;
    background: var(--rgba-primary-8);
}
label.btn-checkbox {
    padding: 4px 12px 5px 12px;
}



@media (max-width: 575px) {
    .author-box {
        padding: 10px;
    }
    .switchers-wrapper {
        display: block;
    }
    .switchers-wrapper #position-board ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .switchers-wrapper #pentatonic-board, .switchers-wrapper #switcher-board {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .switchers-wrapper #switcher-board {
        margin-bottom: 10px;
    }
    .switchers-wrapper .nav-link {

    }

}


.string {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #000;
}
.string-note {
    position: absolute;
    left: -40px;
}
.fret {
    position: absolute;
    top: 1px;
    bottom: 1px;
    border-right: 1px solid #000;
    width: 48px;
    background: #F3F3F3;
    opacity: 0.2;
}
.fret-number {
    position: absolute;
    bottom: -50px;
}
.badge-note {
    position: absolute;
    display: block;
    text-align: center;
    padding: 6px 0 0 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 50%;
    transition: left .1s;
}
.badge-note.natural {
    background: var(--rgba-primary-6);
}
.badge-note.alter {
    visibility: hidden;
}

.badge-note.primary {
    background: var(--tb-success);
}
.badge-note.secondary {
    background: var(--tb-main);
}
.badge-note.note-out {
    display: none;
    color: #000000 ;
    background: #adadad !important;
}



#board-main .board-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

#board-main .board-main-header h3#title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px 0;
}
#board-main .board-main-header h3#title span.upp {
    text-transform: uppercase;
}
#board-main .board-main-header h3#title span.ru {
    margin: 0 5px;
}

#board-main .nav-tabs.style-1  {
    padding: 3px 3px;

}
#board-main .nav-tabs.style-1 .nav-link {
    font-size: 12px;
    padding: 5px;
    margin: 0 1px;
    width: 30px;
    text-align: center;
}
#board-main #switcher-board .nav-tabs.style-1 .nav-link, #board-main #pentatonic-board .nav-tabs.style-1 .nav-link {
    width: 100px;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
#pentatonic-switcher, .btn-alter {

}

@media (max-width: 575px) {
    #board-main .board-main-header {
        display: block;
    }
}


#content-info, #content-text {
    margin-bottom: 20px;
}
#content-info .badge {
    text-transform: uppercase;
    background: var(--tb-success);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 5px;
    padding: 0 9px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
}
#content-text h5 {
    font-size: 18px;
    margin:  0 0 5px 0;
}
#content-text p {
    font-size: 16px;
    margin: 0 0 5px 0;
}
#content-text p .note-box {
    margin-right: 15px;
}
#content-text p .note {
    font-weight: bold;
    color: var(--tb-main);
}
