/* Common Styles for Reports in Backoffice */
.card-report {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    background: #fff;
}

.col-form-label {
    font-weight: 600;
    color: #4a5568;
}

.select2-container--krajee .select2-selection {
    font-size: 14px;
    height: 38px;
    line-height: 1.5;
    border: 1px solid #dee2e6;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

.input-group-text {
    background-color: #f8fafc;
    border-color: #dee2e6;
    color: #64748b;
}

.btn-report {
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.2s ease;
}

.btn-teal {
    background-color: #00897B;
    border-color: #00897B;
    color: white;
}

.btn-teal:hover {
    background-color: #00796B;
    border-color: #00796B;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.2);
}

.multi-field-wrapper .multi-field {
    margin-bottom: 0.75rem;
}

#show-pdf-content {
    margin-top: 2rem;
    min-height: 500px;
}

/* Fix for nested grids in report forms */
.lockers-index .row.mb-3, 
.lockers-index .row.mb-4 {
    margin-bottom: 1.25rem !important;
}

/* Fix for Select2 in Input Group */
.input-group > .select2-container--krajee {
    flex: 1 1 auto !important;
    width: 1% !important;
}

.input-group > .select2-container--krajee .select2-selection {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.multi-field .add-field, .multi-field .remove-field {
    padding: 0 15px;
}
