.app-header {
    background-color: #41b18a !important;
}
.app-content {
    background-color: #D4E7E1 !important; 
}
.app-content-header {
    background-color: #D4E7E1 !important; 
}
.app-main {
    background-color: #D4E7E1 !important; 
}

input[readonly],
textarea[readonly] {
    background-color: #e9ecef;  
    color: #6c757d;            
    cursor: not-allowed;       
    opacity: 1;                 
    pointer-events: none;    
}