.login-logo {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 2rem auto -1rem auto;
}

.module {
    margin-bottom: 2rem;
}

h1, legend {
    font-weight: 600;
    margin-bottom: 1rem;
}

.messagelist {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.back-link {
    margin-top: 1.5rem;
    display: inline-block;
}

.admin-statistics-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    font-size: 1rem;
}

.admin-statistics-table th,
.admin-statistics-table td {
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    text-align: left;
}

.admin-statistics-table th {
    background-color: #f0f0f0;
    font-weight: 600;
}

.admin-statistics-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.admin-statistics-table tbody tr:hover {
    background-color: #e9f5ff;
}

.delete-warning {
    background-color: #b94a48;
    color: white;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 1.5rem;
}

.delete-warning h2 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.navbar-expand .navbar-nav:not(.ml-auto) {
    padding-left: 8px;
    flex-wrap: wrap;
    max-height: 1.8rem;
    overflow: hidden;
}

a[href="/mailings/dashboard/"] {
  white-space: nowrap !important;
}

.nav-item-hidden {
    visibility: hidden;
}

.main-header.navbar {
    padding: 0.5rem 1rem !important;
}
