.card{
    background:#e9f7ef;
    padding:20px;
    border-radius:8px;
    min-width:200px;
    box-shadow:0 2px 5px rgba(0,0,0,.1);
}
/* SIDEBAR FIX */
.sidebar {
    position: relative;
    height: 100vh;
    padding-bottom: 90px; /* space for footer */
}

/* FOOTER */
.sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 10px;
    text-align: center;
    background: rgba(0,0,0,0.15);
    border-top: 1px solid rgba(255,255,255,0.25);
}

.logout-link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 6px;
}

.logout-link:hover {
    text-decoration: underline;
}

.logged-user {
    color: #e0ffe0;
    font-size: 14px;
}
.content {
    color: #000;
    background: #f9f9f9;
    min-height: 100vh;
    padding: 20px;
}
.card{
    background:#1e7f4f;
    color:#fff;
    padding:15px;
    text-align:center;
    border-radius:6px;
    font-size:16px;
}

