
#modal-content {
    display: flex !important;
    flex-direction: column !important;
    max-height: 90vh !important; 
    height: auto !important;   
}


#modal-title, #modal-footer {
    flex-shrink: 0 !important;
}

#modal-body {
    padding: 2.5rem !important;
    overflow-y: auto !important;
    flex-grow: 1 !important;   
    min-height: 0 !important; 
    height: auto !important;
}

#modal-body::-webkit-scrollbar {
    width: 8px;
}
#modal-body::-webkit-scrollbar-track {
    background: #f1f5f9;
}
#modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
#modal-body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

#budget-form > * {
    margin-bottom: 1.5rem !important;
}
#budget-form > *:last-child {
    margin-bottom: 0 !important;
}

#btn-submit-budget {
    padding: 0.75rem 5rem !important;
    width: auto !important; 
    white-space: nowrap !important;
}