body {
    margin: 0; 
    padding: 0;
}

header {
    min-height: 68px; 
}

main {
    display: flex;
    min-height: calc(100vh - 68px) !important; 
    background-color: #f0f0f0;
}

.logo {
    max-width: 10rem !important;
}

.bg-blue {
    background-color: rgba(41,155,228, 1) !important;
}

.status {
    font-size: 2.3rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
}

.user-row {
    transition: opacity 0.5s ease-in-out !important;
}

.fa-pen-to-square.text-warning:hover {
    opacity: 0.8 !important;
}

.fa-times-circle.text-danger:hover {
    opacity: 0.8 !important;
}

.product-image {
    max-width: 3rem !important;
}

.event-image {
    max-width: 3rem !important;
}

.table-scrollable {
    max-height: 350px; 
    overflow-y: auto;
}

.truncate-cell {
    max-width: 200px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reservation-details {
    list-style-type: none;
    padding: 0;
}

.reservation-item {
    margin-bottom: 10px;
}

.reservation-label {
    font-weight: bold;
}