.hide-search-btn {
    padding: 6px 8px;
    background: #2b63bb;
    margin: 12px 0;
    text-align: center;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    transition: .2s;
}
.hide-search-btn:hover {
    opacity: .8;
}

#nav-sidebar {
    display: none !important;
}
#content {
    margin-right: 0 !important;
}
#content-start {
    max-width: 100% !important;
}
.toggle-nav-sidebar {
    display: none !important;
}
.dashboard #content {
    width: 100% !important;
    padding: 0 !important;
    margin-right: 0 !important;
}
.dashboard #content h1:first-child {
    display: none;
}

.login #container #header #branding {
    width: 100%;
}
.breadcrumbs {
    display: none;
}
#content-related {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    width: 500px;
    height: 100vh;
    z-index: 1000;
}
#content-related.short {
    width: 24px;
}
.app-list-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 24px;
    cursor: pointer;
    transition: .3s;
    background: #417690;
    color: white;
    user-select: none;
    font-size: 12px;
    letter-spacing: 1px;
}
.app-list-toggle:hover {
    background: #2b5068;
}
.main-module {
    width: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: width 0.3s ease;
    background: #f8f8f8;
    border-left: 1px solid #ddd;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    height: 100%;
}
.main-module.hidden {
    width: 0;
}

#branding, .header-course, #user-tools {
    width: 33.3%;
}
#site-name {
    font-size: 1rem;
}

.header-course {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    color: white;
    align-items: center;
}

#user-tools {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.welcome-msg {
    padding-right: 36px;
}

.menu-toggle {
    display: inline-block;
    position: relative;
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
}

.menu-toggle:hover .header-menu {
    display: flex;
}

.header-menu {
    display: none;
    position: absolute;
    background: #79aec8;
    flex-direction: column;
    right: 0;
    z-index: 1;
    text-decoration: none;
}
 #logout-form button:hover {
    margin-bottom: 0 !important;
 }

.header-menu a {
    padding: 12px 36px;
    border: none !important;
    transition: .2s;
}
.header-menu a:hover {
    background: #417690;
}
.header-menu a:hover svg {
    color: #417690 !important;
}

.theme-toggle svg {
    color: #79aec8 !important;
    transition: .2s;
}

.container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container a {
    color: black;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.type-list ul {
    padding: 0;
    margin: 0;
}

.type-list li a {
    display: block;
}

.type-list li {
    list-style-type: none;
    padding: 8px 12px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    background: #eee;
}
.type-list ul li:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.type-list ul li:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.type-list li:hover {
    background: #ccc;
}

.type-list {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.invisible {
    display: none;
}

.menu-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 25px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #2b63bb !important;
    color: white !important;
    transition: .4s !important;
    margin: 8px 0;
    cursor: pointer;
    transition: .3s;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.menu-button:hover {
    opacity: .8;
}
.menu-button.create-button {
    background: #2E7D32 !important;
}
.menu-button.moderation-button {
    background: #8c1fc5 !important;
}
.menu-button.huemae-button {
    background: #333 !important;
}

.special-char {
    font-size: 24px;
    font-weight: bold;
    padding-left: 8px;
}

.manager-dashboard {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 24px;
}

.dash-block {
    width: 330px;
    min-height: 190px;
    margin-bottom: 32px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 16px 36px;
    background: #eee;
}
html[data-theme="dark"] .dash-block, html[data-theme="a"] {
    background: #333;
}
@media (prefers-color-scheme: dark) {
    html[data-theme="auto"] .dash-block {
        background: #333;
        border-color: #555;
    }
}

.dash-block h3 {
    display: block;
    margin-bottom: 12px;
}

.top-list {
    padding: 0;
}
.top-list li {
    padding: 0;
    margin: .2em 0 .8em 0.8em;
}

.top-list li::marker {
    content: '🏅';
}
.top-list li:first-child::marker {
    content: '🥇';
}
.top-list li:nth-child(2)::marker {
    content: '🥈' !important;
}
.top-list li:nth-child(3)::marker {
    content: '🥉';
}
.main-block {
    width: 100%;
    display: flex;
    padding-top: 24px;
}
.main-block h1 {
    display: block !important;
    padding-bottom: 12px;
}
.menu-buttons {
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: center;
    max-height: 600px;
    padding: 12px 36px;
}
.blog {
    width: 60%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    padding: 12px 36px;
    max-height: 500px;
}
.blog h1 {
    border-bottom: 2px solid #2b63bb;
}
.blog.mobile {
    display: none;
}
.article {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}
.article .date-published {
    font-size: .6rem;
}

@media (max-width: 1024px) {
    #header {
        flex-direction: row !important;
        padding: 15px 30px;
        justify-content: flex-start;
    }
    .dash-block {
        padding: 16px;
    }
}
@media (max-width: 768px) {
    .manager-dashboard {
        margin-top: 24px;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .dash-block {
        width: 60%;
        margin-bottom: 12px;
    }
}
@media (max-width: 425px) {
    #header {
        flex-direction: column !important;
        padding: 15px 30px;
        justify-content: flex-start;
    }
    #branding {
        display: none;
    }
    .header-course {
        display: none;
    }
    #user-tools {
        width: 100%;
        justify-content: space-between;
    }
    .menu-icon {
        font-size: 32px;
    }
    .dash-block {
        min-height: 200px;
    }
    .menu-buttons {
        width: 100%;
    }
    .blog {
        display: none;
    }
    .blog.mobile {
        display: flex;
        overflow: unset;
        width: 70%;
    }
    .blog.mobile h1 {
        display: block !important;
    }
}
