/* ------------------ content styles ------------------ */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
}

#content.cover {
    min-width: unset;
}

#content.has-fixed-menu footer {
    margin-top: 20px;
    width: 100%;
}

@media (min-width: 576.1px) {
    #content.has-fixed-menu {
        width: 100%;
        right: unset;
        padding-right: 380px;
    }

    #content.has-fixed-menu footer {
        width: calc(100% + 380px);
    }
}

@media (max-width: 576px) {
    #content.has-fixed-menu #main {
        margin-top: 0;
    }

    .body-account #content {
        min-height: unset;
    }
}

#content.has-fixed-menu .navbar-top__right {
    display: none;
}
.has-fixed-menu .nav-item-mus {
    display: none;
}

#main {
    margin-top: 6rem;
}
#main a:not(.btn):not(.modal-url),
#main a:not(.btn):not(.modal-url):hover,
#main a:not(.btn):not(.modal-url):focus {
    color: #00baf8;
    text-decoration: none;
    transition: color 0.3s;
}

/* ------------------ forum ----------------- */
.text-moderator {
    color: #4fb354!important;
}