﻿.table th, .table td {
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: #f2f2f2;
}

.btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
}

h1 {
    font-weight: 600;
    font-size: 2rem;
}

.item-container-border {
    border: 5px solid #ccc !important; /* Grey border */
    padding: 1rem !important;
    margin-bottom: 1rem !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px; /* Soft shadows */
}
