
/* 
    Nav Message Count
*/
.navigation .nav-content ul li:not(.logo) a span{
    padding-right: 10px;
    padding-left: 10px;
}

.nav-content .bpbmuc {
    background: none !important;
    border-radius: none;
    color: #fff;
    font-size: auto !important; 
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: auto !important;
    vertical-align: middle !important;
    text-align: center;
     margin-right: 0px !important;
}

body.theme-dark .card-header, body.theme-dark .card, body.theme-dark .navbar-light.bg-white{
    background-color: transparent !important;
}


.circle-count.bg-warning.mt-0 span{
    color: #fff !important;
}

body .bbpm-avatar img {
    display: block;
    border-radius: var(--bm-avatar-radius) !important;
    border-radius: 100% !important;
}

a.um-user-bookmarks-button.um-user-bookmarks-add-button {
    margin-top: 14px;
    float: left;
    color: #0055ff !important;
}


.modal-open .modal {
    overflow-y: hidden;
    z-index: 999999999;
    position: fixed;
    background: rgba(0,0,0,0.6) !important;
}

.learndash-cpt.learndash-cpt-sfwd-courses .modal-backdrop.fade.show{
    display: none !important;
}