.erp_module_activities_sidebar_input_container {
    padding: 16px;
    background-color: #f8f9fa; /* Light background for contrast */
    border-top: 1px solid #e9ecef; /* Separate from other content */
}

.erp_module_activities_sidebar_input_container h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 12px; /* Space between title and input */
}

.erp_module_activities_sidebar_input {
    width: 100%;
}

.erp_module_activities_sidebar_input textarea {
    width: 100%;
    min-height: 80px; /* Ensure enough space for input */
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical; /* Allow vertical resizing only */
    box-sizing: border-box; /* Include padding in width */
    font-family: inherit; /* Match the font of the app */
}

.erp_module_activities_sidebar_input input[type="submit"] {
    display: block; /* Makes the button full-width if needed */
    width: 100%;
    padding: 10px;
    margin-top: 12px; /* Space between textarea and button */
    background-color: #007bff; /* Primary button color */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease; /* Smooth hover effect */
}

.erp_module_activities_sidebar_input input[type="submit"]:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

.erp_module_activities_sidebar_input p {
    font-size:0.7em;
    margin:0px;
    padding:0px;
}
