/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.esig-access-control-wrap {
    float: none !important;
    display: inline-block !important;
}

.wc-docs h3 {
    position: relative;
    width: fit-content;
}

.wc-notif {
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.wc-docs h3 .wc-notif {
    font-size: 20px;
}

.wc-notif.nav-wc {
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 3px;
}

/*
* Learndash override
*/
.learndash-wrapper .ld-primary-background,
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
.learndash-wrapper .ld-table-list .ld-table-list-header,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
.learndash-wrapper .ld-button,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger,
.learndash-wrapper .ld-item-list-actions .ld-expand-button,
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
    background-color: #e4b935 !important;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title,
.learndash-wrapper .ld-expand-button.ld-button-alternate {
    color: #e4b935 !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
    border-bottom: 5px solid #e4b935 !important;
}

.learndash-wrapper .ld-button.ld-button-transparent {
    color: #fff !important;
}