.module-navigation-section-heading {
    background-color: #f0f0f0 !important;
}

.wt1,
.wt2 {
    cursor: pointer;
}

.wt1 {
    background-color: #f5f5f5;
}

.wt2 {
    background-color: #fafafa;
}

.wt1:hover, .wt2:hover {
    background-color: white;
}

.wl1,
.wl2 {
    background-color: white;
    max-height: 0;
    overflow: hidden;
}

.wl1show,
.wl2show {
    max-height: 100%;
}

.wt2,
.wl2show {
    padding-left: 10px;
}

.collapsetrianglenavigate {
    height: 10px !important;
    transition: all 0.2s ease-out;
    transform: rotate(0deg);
}

.collapsetrianglenavigateRotate {
    height: 10px !important;
    transition: all 0.2s ease-out;
    transform: rotate(90deg);
}

.modulenavigationlabel .activityname {
    font-weight: 100 !important;
    color: #828282 !important;
}

.toggleButtonLeftNavigationShow {
    position: absolute;
    z-index: 1;
    left: -25px;
    top: 40px;
    height: 40px;
    width: 40px;
    background-color: #45acac;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggleButtonLeftNavigationHide {
    position: absolute;
    z-index: 1;
    right: -17px;
    top: 40px;
    height: 40px;
    width: 25px;
    background-color: #45acac;
    border-radius: 80% 0 0 80% / 50%;
    transition: all 0.2s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightnavarrow {
    position: relative;
    left: -5px;
    transform: rotate(90deg);
    transition: all 0.2s ease-out;
}

.toggleButtonLeftNavigationHide .rightnavarrow {
    position: relative;
    left: -1px;
    transform: rotate(270deg);
    transition: all 0.2s ease-out;
}

#wrapper-left-navigation {
    position: absolute;
    right: 0;
    z-index: 100;
}

.block.block_course_modulenavigation ul.activities li>a {
    border-bottom: unset;
}

@media all and (max-width: 991px) {
    #wrapper-left-navigation {
        max-width: 80%;
    }
}

@media all and (max-width: 768px) {
    .toggleButtonLeftNavigationHide {
        right: -5px;
    }
}

/*@media (max-width: 400px) {
    #sidepre-blocks {
        top: 230px;
        width: unset;
        max-width: 80%;
    }

    body.drawer-open-right #sidepreopen-control {
        right: unset;
    }
}*/
