.logo-text {
    font-size: 25px;
    color: #fff;
    letter-spacing: 3px;
}

.container-fluid {
    width: calc(100% - 25px) !important;
    max-width: unset !important;
}
aside.left-sidebar,
header.app-header {
    background-color: #121e2d;
}
ul#sidebarnav a {
    color: #fff;
}
.left-sidebar {
    border: unset !important;
}
span.hide-menu {
    color: #ccc;
}
#update_right {
    position: relative;
}
#update_right :where(>div , table , tr , td) {
    position: unset !important;
}