/* css styles */
/* .navbar-title {
    color: black !important;
} */

.card-title.listing-title {
    font-weight: bolder !important;
}


code {
    text-wrap: wrap !important;
}

tr:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}


/* .sidebar-tools-main.tools-wide {
    margin: 0px auto;
    align-self: center;
}

.sidebar-header {
    display: flex;
    flex-direction: column;
} */


