/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Custom MMS Styles (Bootstrap overrides and additions) */
body {
    background-color: #f8f9fa;
}

.sidebar .nav-link {
    color: #495057;
    padding: 0.8rem;
    border-radius: 0.375rem;
    margin-bottom: 0.2rem;
}

.sidebar .nav-link:hover {
    background-color: #f1f3f5;
    color: #0d6efd;
}

.sidebar .nav-link.active {
    background-color: #e7f1ff;
    color: #0d6efd;
    font-weight: 600;
}

.navbar-brand {
    font-weight: 800;
    letter-spacing: 1px;
}

/* Hero Section Customizations */
.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
}