.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: #000d28;
    z-index: 9999;
}

.sticky-bar .sticky-bar_message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #ffffff;
    font-size: 24px;
}

.sticky-bar .sticky-bar_message img {
    max-width: 50px !important;
    margin-right: 10px;
}

.lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
    padding-bottom: 76px !important;
}

.learndash-wrapper {
    padding-bottom: 76px !important;
}
