.admins-groups{
    display: flex;
}

.administrar-grupos {
    background-color: #f2f2f6;
    border-radius: 1rem;
    width: 45%;
    margin: 25px auto 10px auto !important;
}

.admin-logos {
    color: #0E085E !important;
    font-size: 44px;
    display: flex;
    margin: 30px auto 10px auto;
    justify-content: center !important;
}

.group-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.group-level {
    text-align: center;
}

.group-current {
    color: #C4C5C6;
    text-align: center;
    margin-bottom: 30px;
}

.editar-grupo {
    justify-content: center;
}

.editar-grupoh1 {
    font-family: 'Inter', sans-serif;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.actualizar {
    margin: 25px auto;
}

.editar-grupoh2 {
    width: 70%;
    background-color: #f2f2f6 !important;
    color:#0E085E !important;
    text-align: center;
}

.editar-grupoh2:focus {
    width: 70%;
    background-color: #ffffff !important;
    border: 1px solid #C4C5C6 !important;
    color:#0E085E !important;
}

.admin-logos2 {
    color: #0E085E !important;
    font-size: 88px;
    display: flex;
    margin: 30px auto 10px auto;
    justify-content: center !important;
}