.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #2c2c2c;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-right i {
    font-size: 18px;
    color: #153A8C;
}

.header-right .user-email {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}


.logo {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.org-name {
    font-size: 14px;
    color: #303030;
    margin: 0;
}

.module-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #303030;
}
