/* App-wide custom styles */

/* Drawer Header */
.drawer-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: white;
}

.drawer-logo {
    max-height: 96px;
    max-width: 100%;
    object-fit: contain;
}

/* Firma Select in AppBar */
.firma-select {
    max-width: 250px;
    margin: 0 8px;
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
}

.firma-select:focus {
    outline: none;
    border-color: #5a6f3a;
    box-shadow: 0 0 0 2px rgba(90, 111, 58, 0.2);
}

.firma-select option {
    padding: 8px;
}
