.mma-container-header {
    background: transparent !important; /* Removes white background */
}

.mma-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.mma-header-left-group  {
    display: flex;
    align-items: center;
    width: 40%;
    gap: 15px;
}

.mma-nav-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mma-header-right-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Styling for the Power Button */
.mma-basic-button.mma-btn-round {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5a5a5a;
    color: white;
}
.member_area_logo{
    max-width: 20%;
}
.mma-welcome-message{
    font-size: x-large;
    color: #102c43;
    font-weight:bolder;
}