.field-card {
    border-left: 4px solid #0d6efd;
    transition: box-shadow 0.2s ease;
}

.field-card:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.card-header h3 {
    margin-bottom: 0;
}

.navbar-logo {
    height: 32px;
    width: 32px;
}

.login-logo {
    height: 80px;
    width: 80px;
}

.page-logo {
    height: 60px;
    width: 60px;
}

.footer-logo {
    height: 18px;
    width: 18px;
    vertical-align: text-bottom;
}

.table th {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.badge {
    font-weight: 500;
}

.btn-group .btn {
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.btn-group .btn:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
