.elementor-widget-dashboard-avatar {
    position: absolute;
    right: 0; bottom: 0; left: 0;
}
.dashboard-avatar-wrapper {
    color: #fff;
    background-color: #911259;
    padding: 10px 30px;
    align-items: center;
}
.dashboard-avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.dashboard-avatar-name {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
}
.dashboard-avatar-link {
    line-height: 1;
}
.dashboard-avatar-link a {
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}
.dashboard-avatar-icon i {
    color: #44093e;
}
.d-flex {
    display: flex;
}
.w-1\/3 {
    flex: 0 0  calc(20%);
}
.w-2\/3 {
    flex: 0 0 calc(80%);
}