.page-map-link {
    text-decoration: none;
    color: #a7afb7;
}

.page-map-link:hover {
    text-decoration: none;
}

.user-sidebar-actions{
    display: none !important;
}

@media screen and (max-width: 992px) {
    .user-sidebar-actions{
        display: initial !important;
    }
}