/* Custom styles for the client portal */
body {
    font-family: Arial, sans-serif;
}

.sidebar {
    width: 250px;
    float: left;
}

.main-content {
    margin-left: 260px;
}

.welcome-message {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.content-section {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}
