.theme-bg-color {
    background-color: rgb(58, 58, 58);
}

/* body { */
/* background-color: #303030; */
/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
/* height: 100vh; */
/* overflow: hidden; */
/* } */

.header {
    /* background: linear-gradient(135deg, #2c3e50, #4a6491); */
    background-color: black;
    color: white;
    padding: 15px 0;
    margin-bottom: 20px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #17a2b8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.card-fields {
    display: none;
}