.dropdown-item:has(#actionmenuaction-4),
.dropdown-item:has(#actionmenuaction-5) {
    display: none;
}

.node_category:nth-child(3) ul li:nth-last-child(-n+3) {
    display: none;
}

section.node_category:nth-child(4) {
    display: none !important;
}

#nav-drawer li:has(.fa-calendar) {
    display: none;
}

#nav-drawer [data-key="myhome"] {
    display: none;
}

.nav_header_btns {
    margin: 0 auto;
    display: flex;
}

.logo_header {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 220px;
}

.logo_header img {
    width: 35%;
}

nav.navbar {
    max-height: 80px;
}

.go_to_land {
    color: white;
    background: #0f6cbf;
    border: 1px solid #0f6cbf;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    text-decoration: none !important;
    transition: 0.3s;
    white-space: nowrap;
    margin-right: 20px;
}

.go_to_land:last-child {
    margin-right: 0;
}

.go_to_land:hover {
    border: 1px solid #0f6cbf;
    color: #0f6cbf !important;
    background: white;
    text-decoration: none !important;
}


.nav_header_btns_footer {
    margin: 0;
}

.footer_content {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.footer_left {
    display: flex;
    align-items: center;
}

.container.container_footer {
    max-width: 100%;
}

.footer_right {
    text-align: end;
}

[data-region="drawer"] {
    top: 75px;
}

#page {
    margin-top: 80px;
}

.logininfo {
    color: black;
}

#page-footer .logininfo a {
    color: black;
}

.footer_bottom {
    display: flex;
    align-items: center;
    border-top: 1px solid #E9E8E7;
    margin-top: 40px;
    padding: 30px 0 15px;
}

.footer_bottom img {
    max-width: 120px;
    max-height: 65px;
    margin-right: 40px;
    display: block;
}

.logo_footer img {
    width: 80%;
}

.logo_footer {
    margin-right: 30px;
}

#page-wrapper #page-footer {
    background: #F7F7F7;
}















@media(max-width: 992px) {
    .footer_content {
        flex-direction: column;
    }

    .footer_left {
        flex-direction: column;
    }

    .logo_footer {
        justify-content: center;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .footer_right {
        text-align: center;
    }

    .nav_header_btns {
        display: none;
    }

    .nav_header_btns_footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer_bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .coursebox .content .summary {
        width: 100%;
    }

    .usermenu .login {
        color: transparent;
        font-size: 1px;
    }

    .usermenu .login a {
        color: #0f6cbf;
        font-size: 14px;
    }
}