.ripples-notice{
    margin-top:20px
}
.ripples-notice .widget{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.team-leader-manage{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #D6D9DD;
    border-radius: 10px;
}
.team-leader-manage.is-team-leader{
    background-color: #fff3ff;
}
.team-leader-manage>span{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.promote-toggle:disabled,
.promote-toggle:disabled:hover,
.promote-toggle:disabled:active,
.promote-toggle:disabled:focus{
    background: #d5d5d5 !important;
    border-color: #878787 !important;
    color: #878787 !important;
}